@charset "UTF-8";
.u-color-periwinkle {
    color: #4760ff;
}
.u-color-light-periwinkle {
    color: #5688f5;
}
.u-color-extra-light-periwinkle {
    color: #aac3f8;
}
.u-color-dark-periwinkle {
    color: #2738a8;
}
.u-color-salmon {
    color: #fa8f77;
}
.u-color-pollen {
    color: #f3ed80;
}
.u-color-mint {
    color: #8febcf;
}
.u-color-light-mint {
    color: #d6f8eb;
}
.u-color-text {
    color: #140c40;
}
.u-color-text-light {
    color: #8d7e8a;
}
.u-color-text-dark {
    color: #0f0833;
}
.u-color-white {
    color: #fffefe;
}
.u-color-extra-light-grey {
    color: #f2f6ff;
}
.u-color-light-grey {
    color: #e7edfa;
}
.u-color-medium-grey {
    color: #d2dcf0;
}
.u-color-dark-grey {
    color: #aebddb;
}
.u-color-error {
    color: #dd5248;
}
.u-color-success {
    color: #4760ff;
}
.u-bg-periwinkle {
    background-color: #4760ff;
}
.u-bg-light-periwinkle {
    background-color: #5688f5;
}
.u-bg-extra-light-periwinkle {
    background-color: #aac3f8;
}
.u-bg-dark-periwinkle {
    background-color: #2738a8;
}
.u-bg-salmon {
    background-color: #fa8f77;
}
.u-bg-pollen {
    background-color: #f3ed80;
}
.u-bg-mint {
    background-color: #8febcf;
}
.u-bg-light-mint {
    background-color: #d6f8eb;
}
.u-bg-text {
    background-color: #140c40;
}
.u-bg-text-light {
    background-color: #8d7e8a;
}
.u-bg-text-dark {
    background-color: #0f0833;
}
.u-bg-white {
    background-color: #fffefe;
}
.u-bg-extra-light-grey {
    background-color: #f2f6ff;
}
.u-bg-light-grey {
    background-color: #e7edfa;
}
.u-bg-medium-grey {
    background-color: #d2dcf0;
}
.u-bg-dark-grey {
    background-color: #aebddb;
}
.u-bg-error {
    background-color: #dd5248;
}
.u-bg-success {
    background-color: #4760ff;
}
.arrow-link {
    color: #4760ff;
    font-weight: 600;
}
.arrow-link:hover {
    text-decoration: underline;
}
.arrow-link span {
    position: relative;
    white-space: nowrap;
    padding-right: 0.6em;
}
.arrow-link span:after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    border-right: 0.125em solid #4760ff;
    border-bottom: 0.125em solid #4760ff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0.12em;
    margin-left: 0.125em;
    position: absolute;
    right: 0;
    top: 0.4em;
}
a:hover .arrow-link {
    text-decoration: underline;
}
.u-hover-gradient-white-to-brand {
    color: #fffefe;
    background: linear-gradient(90deg, #4760ff, #4760ff 40%, #fffefe 60%, #fffefe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    background-position: 100% 50%;
    transition: background-position 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.u-hover-gradient-white-to-brand:hover,
a:hover .u-hover-gradient-white-to-brand {
    background-position: 0 50%;
}
.u-hover-gradient-text-to-brand {
    color: #fffefe;
    background: linear-gradient(90deg, #4760ff, #4760ff 40%, #140c40 60%, #140c40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    background-position: 100% 50%;
    transition: background-position 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.u-hover-gradient-text-to-brand:hover,
a:hover .u-hover-gradient-text-to-brand {
    background-position: 0 50%;
}
.u-link-primary {
    color: #4760ff;
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 48.75em) {
    .u-link-primary:hover {
        color: #2738a8;
    }
}
.nowrap {
    white-space: nowrap;
}
.u-overflow-hidden {
    overflow: hidden;
}
.u-text-align-center {
    text-align: center;
}
.u-text-align-left {
    text-align: left;
}
.u-text-align-right {
    text-align: right;
}
/* .skip-link:not(:focus), */
.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    border: 0;
}
body,
html {
    background-color: #140c40;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
body {
    color: #140c40;
    font-family: Basis Grotesque, Helvetica, sans-serif;
    -webkit-font-feature-settings: "salt";
    font-feature-settings: "salt";
    font-variant-numeric: tabular-nums;
    background-color: #fffefe;
}
*,
:after,
:before {
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
#main-content {
    outline: 0;
    min-height: 80vh;
}
address {
    font-style: normal;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}
@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-regular-pro.woff) format("woff"), url(../fonts/basis-grotesque-regular-pro.html) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-medium-pro.woff) format("woff"), url(../fonts/basis-grotesque-medium-pro.html) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: Basis Grotesque;
    src: url(../fonts/basis-grotesque-bold-pro.woff) format("woff"), url(../fonts/basis-grotesque-bold-pro.html) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: Simula;
    src: url(../fonts/Simula-Book.woff) format("woff"), url(../fonts/Simula-Book.html) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
.heading-xl,
.text-lockup.--xlarge .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.0075em;
}
@media (min-width: 33.75em) {
    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 48px;
    }
}
@media (min-width: 48.75em) {
    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 64px;
    }
}
@media (min-width: 70.25em) {
    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 76px;
    }
}
@media (min-width: 90.0625em) {
    .heading-xl,
    .text-lockup.--xlarge .text-lockup__heading {
        font-size: 90px;
    }
}
.heading-xl strong,
.text-lockup.--xlarge .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.heading-xl strong:after,
.text-lockup.--xlarge .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 5px;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
    z-index: -1;
    transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px;
}
@media (min-width: 48.75em) {
    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 6px;
    }
}
@media (min-width: 70.25em) {
    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 7px;
    }
}
@media (min-width: 90.0625em) {
    .heading-xl strong:after,
    .text-lockup.--xlarge .text-lockup__heading strong:after {
        text-decoration-thickness: 8px;
    }
}
.heading-xl strong:nth-of-type(2):after,
.text-lockup.--xlarge .text-lockup__heading strong:nth-of-type(2):after {
    transition-delay: 1s;
}
.heading-xl strong:nth-of-type(3):after,
.text-lockup.--xlarge .text-lockup__heading strong:nth-of-type(3):after {
    transition-delay: 1.5s;
}
.--is-in-view.heading-xl strong:after,
.text-lockup.--xlarge .--is-in-view.text-lockup__heading strong:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.heading-l,
.text-lockup.--large .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.005em;
}
@media (min-width: 48.75em) {
    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 45px;
    }
}
@media (min-width: 70.25em) {
    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 60px;
    }
}
@media (min-width: 90.0625em) {
    .heading-l,
    .text-lockup.--large .text-lockup__heading {
        font-size: 60px;
    }
}
.heading-l strong,
.text-lockup.--large .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    z-index: 1;
}
.heading-l strong:after,
.text-lockup.--large .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 3px;
    -webkit-transform: scaleY(1.3) translateY(-3%);
    transform: scaleY(1.3) translateY(-3%);
    z-index: -1;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px;
}
@media (min-width: 48.75em) {
    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 4px;
    }
}
@media (min-width: 70.25em) {
    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 5px;
    }
}
@media (min-width: 90.0625em) {
    .heading-l strong:after,
    .text-lockup.--large .text-lockup__heading strong:after {
        text-decoration-thickness: 6px;
    }
}
.--is-in-view.heading-l strong:after,
.text-lockup.--large .--is-in-view.text-lockup__heading strong:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.heading-m,
.text-lockup.--featured-space .text-lockup__heading,
.text-lockup.--how-to-home .text-lockup__heading,
.text-lockup.--medium .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.25;
}
@media (min-width: 48.75em) {
    .heading-m,
    .text-lockup.--featured-space .text-lockup__heading,
    .text-lockup.--how-to-home .text-lockup__heading,
    .text-lockup.--medium .text-lockup__heading {
        font-size: 36px;
    }
}
@media (min-width: 70.25em) {
    .heading-m,
    .text-lockup.--featured-space .text-lockup__heading,
    .text-lockup.--how-to-home .text-lockup__heading,
    .text-lockup.--medium .text-lockup__heading {
        font-size: 42px;
    }
}
@media (min-width: 90.0625em) {
    .heading-m,
    .text-lockup.--featured-space .text-lockup__heading,
    .text-lockup.--how-to-home .text-lockup__heading,
    .text-lockup.--medium .text-lockup__heading {
        font-size: 50px;
    }
}
.heading-m strong,
.text-lockup.--featured-space .text-lockup__heading strong,
.text-lockup.--how-to-home .text-lockup__heading strong,
.text-lockup.--medium .text-lockup__heading strong {
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.heading-m strong:after,
.text-lockup.--featured-space .text-lockup__heading strong:after,
.text-lockup.--how-to-home .text-lockup__heading strong:after,
.text-lockup.--medium .text-lockup__heading strong:after {
    content: attr(data-before);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-color: #4760ff;
    text-decoration-color: #4760ff;
    text-decoration-skip-ink: auto;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration-thickness: 4px;
    -webkit-transform: scaleY(1.2) translateY(5%);
    transform: scaleY(1.2) translateY(5%);
    z-index: -1;
    transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.5s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    text-shadow: none;
    margin-right: -1px;
}
.--is-in-view.heading-m strong:after,
.text-lockup.--featured-space .--is-in-view.text-lockup__heading strong:after,
.text-lockup.--how-to-home .--is-in-view.text-lockup__heading strong:after,
.text-lockup.--medium .--is-in-view.text-lockup__heading strong:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.card__heading,
.heading-s,
.rich-text h2,
.text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.15;
}
@media (min-width: 48.75em) {
    .card__heading,
    .heading-s,
    .rich-text h2,
    .text-lockup__heading {
        font-size: 24px;
    }
}
@media (min-width: 70.25em) {
    .card__heading,
    .heading-s,
    .rich-text h2,
    .text-lockup__heading {
        font-size: 28px;
    }
}
@media (min-width: 90.0625em) {
    .card__heading,
    .heading-s,
    .rich-text h2,
    .text-lockup__heading {
        font-size: 36px;
    }
}
.heading-xs,
.rich-text h3,
.text-lockup.--small .text-lockup__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.333;
}
@media (min-width: 48.75em) {
    .heading-xs,
    .rich-text h3,
    .text-lockup.--small .text-lockup__heading {
        font-size: 21px;
    }
}
@media (min-width: 70.25em) {
    .heading-xs,
    .rich-text h3,
    .text-lockup.--small .text-lockup__heading {
        font-size: 24px;
    }
}
@media (min-width: 90.0625em) {
    .heading-xs,
    .rich-text h3,
    .text-lockup.--small .text-lockup__heading {
        font-size: 26px;
    }
}
.heading-xxs,
.list__heading {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.333;
}
@media (min-width: 48.75em) {
    .heading-xxs,
    .list__heading {
        font-size: 18px;
    }
}
@media (min-width: 70.25em) {
    .heading-xxs,
    .list__heading {
        font-size: 21px;
    }
}
.eyebrow-m,
.text-lockup.--featured-space__eyebrow,
.text-lockup.--large__eyebrow {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}
@media (min-width: 48.75em) {
    .eyebrow-m,
    .text-lockup.--featured-space__eyebrow,
    .text-lockup.--large__eyebrow {
        font-size: 21px;
    }
}
@media (min-width: 90.0625em) {
    .eyebrow-m,
    .text-lockup.--featured-space__eyebrow,
    .text-lockup.--large__eyebrow {
        font-size: 24px;
    }
}
.eyebrow-s,
.post-lockup__eyebrow,
.text-lockup__eyebrow {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
@media (min-width: 48.75em) {
    .eyebrow-s,
    .post-lockup__eyebrow,
    .text-lockup__eyebrow {
        font-size: 18px;
    }
}
@media (min-width: 90.0625em) {
    .eyebrow-s,
    .post-lockup__eyebrow,
    .text-lockup__eyebrow {
        font-size: 20px;
    }
}
.body-xl,
.cta-banner__text,
.quote.--large .quote__text {
    font-family: Simula, Times, serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}
@media (min-width: 33.75em) {
    .body-xl,
    .cta-banner__text,
    .quote.--large .quote__text {
        font-size: 28px;
    }
}
@media (min-width: 48.75em) {
    .body-xl,
    .cta-banner__text,
    .quote.--large .quote__text {
        font-size: 34px;
    }
}
@media (min-width: 90.0625em) {
    .body-xl,
    .cta-banner__text,
    .quote.--large .quote__text {
        font-size: 40px;
    }
}
.body-xl + p,
.body-xl p + p,
.cta-banner__text + p,
.cta-banner__text p + p,
.quote.--large .quote__text + p,
.quote.--large .quote__text p + p {
    margin-top: 0.8em;
}
.body-l,
.quote__text,
.text-btn,
.text-lockup.--how-to-home .text-lockup__body,
.text-lockup.--large .text-lockup__body,
.text-lockup.--xlarge .text-lockup__body {
    font-family: Simula, Times, serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
}
@media (min-width: 33.75em) {
    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 24px;
    }
}
@media (min-width: 48.75em) {
    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 28px;
    }
}
@media (min-width: 90.0625em) {
    .body-l,
    .quote__text,
    .text-btn,
    .text-lockup.--how-to-home .text-lockup__body,
    .text-lockup.--large .text-lockup__body,
    .text-lockup.--xlarge .text-lockup__body {
        font-size: 32px;
    }
}
.body-l + p,
.body-l p + p,
.quote__text + p,
.quote__text p + p,
.text-btn + p,
.text-btn p + p,
.text-lockup.--how-to-home .text-lockup__body + p,
.text-lockup.--how-to-home .text-lockup__body p + p,
.text-lockup.--large .text-lockup__body + p,
.text-lockup.--large .text-lockup__body p + p,
.text-lockup.--xlarge .text-lockup__body + p,
.text-lockup.--xlarge .text-lockup__body p + p {
    margin-top: 0.8em;
}
.body-m,
.card__body,
.post-lockup__heading,
.text-lockup.--featured-space .text-lockup__body,
.text-lockup.--medium .text-lockup__body,
.text-lockup__body {
    font-family: Simula, Times, serif;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 400;
}
@media (min-width: 48.75em) {
    .body-m,
    .card__body,
    .post-lockup__heading,
    .text-lockup.--featured-space .text-lockup__body,
    .text-lockup.--medium .text-lockup__body,
    .text-lockup__body {
        font-size: 21px;
    }
}
@media (min-width: 70.25em) {
    .body-m,
    .card__body,
    .post-lockup__heading,
    .text-lockup.--featured-space .text-lockup__body,
    .text-lockup.--medium .text-lockup__body,
    .text-lockup__body {
        font-size: 24px;
    }
}
.body-m + p,
.body-m p + p,
.card__body + p,
.card__body p + p,
.post-lockup__heading + p,
.post-lockup__heading p + p,
.text-lockup.--featured-space .text-lockup__body + p,
.text-lockup.--featured-space .text-lockup__body p + p,
.text-lockup.--medium .text-lockup__body + p,
.text-lockup.--medium .text-lockup__body p + p,
.text-lockup__body + p,
.text-lockup__body p + p {
    margin-top: 0.8em;
}
.body-s,
.list.--small .list__heading,
.post-lockup__body,
.rich-text ol,
.rich-text p,
.rich-text ul,
.space.--large-text .space__address,
.space.--large-text .space__name,
.stat__description,
.text-lockup.--small .text-lockup__body {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
@media (min-width: 48.75em) {
    .body-s,
    .list.--small .list__heading,
    .post-lockup__body,
    .rich-text ol,
    .rich-text p,
    .rich-text ul,
    .space.--large-text .space__address,
    .space.--large-text .space__name,
    .stat__description,
    .text-lockup.--small .text-lockup__body {
        font-size: 17px;
    }
}
@media (min-width: 70.25em) {
    .body-s,
    .list.--small .list__heading,
    .post-lockup__body,
    .rich-text ol,
    .rich-text p,
    .rich-text ul,
    .space.--large-text .space__address,
    .space.--large-text .space__name,
    .stat__description,
    .text-lockup.--small .text-lockup__body {
        font-size: 19px;
    }
}
.body-s + p,
.body-s p + p,
.list.--small .list__heading + p,
.list.--small .list__heading p + p,
.post-lockup__body + p,
.post-lockup__body p + p,
.rich-text ol + p,
.rich-text ol p + p,
.rich-text p + p,
.rich-text p p + p,
.rich-text ul + p,
.rich-text ul p + p,
.space.--large-text .space__address + p,
.space.--large-text .space__address p + p,
.space.--large-text .space__name + p,
.space.--large-text .space__name p + p,
.stat__description + p,
.stat__description p + p,
.text-lockup.--small .text-lockup__body + p,
.text-lockup.--small .text-lockup__body p + p {
    margin-top: 0.8em;
}
.body-s-alt,
.list__item {
    font-family: Simula, Times, serif;
    font-size: 16px;
    line-height: 1.333;
    font-weight: 400;
}
@media (min-width: 33.75em) {
    .body-s-alt,
    .list__item {
        font-size: 17px;
    }
}
@media (min-width: 70.25em) {
    .body-s-alt,
    .list__item {
        font-size: 19px;
    }
}
.body-s-alt + p,
.body-s-alt p + p,
.list__item + p,
.list__item p + p {
    margin-top: 0.8em;
}
.body-xs,
.list.--small .list__item,
.post-lockup__action,
.quote__byline,
.space__address,
.space__name,
.stat__attribution {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 48.75em) {
    .body-xs,
    .list.--small .list__item,
    .post-lockup__action,
    .quote__byline,
    .space__address,
    .space__name,
    .stat__attribution {
        font-size: 15px;
    }
}
@media (min-width: 70.25em) {
    .body-xs,
    .list.--small .list__item,
    .post-lockup__action,
    .quote__byline,
    .space__address,
    .space__name,
    .stat__attribution {
        font-size: 16px;
    }
}
.body-xs + p,
.body-xs p + p,
.list.--small .list__item + p,
.list.--small .list__item p + p,
.post-lockup__action + p,
.post-lockup__action p + p,
.quote__byline + p,
.quote__byline p + p,
.space__address + p,
.space__address p + p,
.space__name + p,
.space__name p + p,
.stat__attribution + p,
.stat__attribution p + p {
    margin-top: 0.8em;
}
.body-xxs {
    font-family: Basis Grotesque, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
@media (min-width: 48.75em) {
    .body-xxs {
        font-size: 13px;
    }
}
@media (min-width: 70.25em) {
    .body-xxs {
        font-size: 14px;
    }
}
.body-xxs + p,
.body-xxs p + p {
    margin-top: 0.8em;
}
.alert-bar {
    padding: 15px 20px;
    background-color: #140c40;
    color: #fffefe;
    text-align: center;
    width: 100%;
    font-size: 13px;
    display: block;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: margin-top 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}
@media (min-width: 48.75em) {
    .alert-bar {
        font-size: 15px;
    }
}
.alert-bar__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
}
.alert-bar__close {
    position: absolute;
    right: 15px;
    top: 17px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    z-index: 99;
}
.alert-bar__close:after,
.alert-bar__close:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fffefe;
    display: block;
    top: 7px;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.alert-bar__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-bar__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-bar.--is-hidden {
    margin-top: -51px;
}
.alert-bar__message.--has-arrow {
    display: inline-block;
    position: relative;
}
.alert-bar__message.--has-arrow:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #fffefe;
    border-bottom: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 3px;
}
.anchor-nav__heading {
    margin-bottom: 25px;
}
.anchor-nav__link {
    display: block;
    margin-top: 0.1em;
    color: #fffefe;
    background: linear-gradient(90deg, #4760ff, #4760ff 40%, #140c40 60%, #140c40);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300%;
    background-position: 100% 50%;
    transition: background-position 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.anchor-nav__link.--is-active,
.anchor-nav__link:hover {
    background-position: 0 50%;
}
@media (min-width: 48.75em) {
    .anchor-nav.--how-it-works {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}
@media (max-width: 33.74em) {
    .anchor-nav.--how-it-works .anchor-nav__heading {
        font-size: 36px;
        margin-bottom: 0;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .anchor-nav.--how-it-works .anchor-nav__heading {
        font-size: 48px;
        margin-bottom: 0;
    }
}
.anchor-nav.--how-it-works .anchor-nav__link {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.025em;
}
@media (max-width: 48.74em) {
    .anchor-nav.--how-it-works .anchor-nav__link {
        display: none;
    }
}
@media (min-width: 97.5em) {
    .anchor-nav.--how-it-works .anchor-nav__link {
        font-size: 74px;
    }
}
.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.banner__btn,
.banner__text {
    margin: 10px;
    display: inline-block;
}
.basic-link {
    color: #4760ff;
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 48.75em) {
    .basic-link:hover {
        color: #2738a8;
    }
}
.benefit {
    display: flex;
    align-items: flex-start;
}
.benefit__icon {
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%);
    width: 25px;
    height: 25px;
    display: block;
}
@media (max-width: 48.74em) {
    .benefit__icon {
        width: 20px;
        height: 20px;
    }
}
.benefit__icon svg {
    width: 100% !important;
    height: auto;
}
.benefit__body {
    padding-left: 15px;
    width: calc(100% - 25px);
}
@media (max-width: 48.74em) {
    .benefit__body {
        width: calc(100% - 20px);
    }
}
.benefit.--no-icon .benefit__body {
    padding-left: 0;
}
.brand-asset {
    display: block;
    border: 1px solid #d2dcf0;
    border-radius: 6px;
    overflow: hidden;
}
.brand-asset__img {
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.brand-asset__img.--w-bg {
    background-color: #5688f5;
}
.brand-asset__img.--small .img-container img {
    max-width: 50px;
    margin: auto;
}
.brand-asset__download {
    border-top: 1px solid #d2dcf0;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.brand-asset__download:hover {
    background-color: #f2f6ff;
    color: #4760ff;
}
.brand-asset__download:hover svg * {
    fill: #4760ff !important;
}
.brand-asset__download span {
    display: inline-block;
    width: 12px;
    height: auto;
    vertical-align: baseline;
}
.brand-asset__download span svg {
    width: 100%;
    height: auto;
}
.btn {
    padding: 14px 20px;
    background-color: #4760ff;
    color: #fffefe;
    border-radius: 100px;
    border: none;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    cursor: pointer;
    font-family: Basis Grotesque, Helvetica, sans-serif;
}
@media (min-width: 48.75em) {
    .btn {
        padding: 16px 22px;
    }
}
@media (min-width: 70.25em) {
    .btn {
        padding: 18px 24px;
    }
}
@media (min-width: 90.0625em) {
    .btn {
        font-size: 18px;
        padding: 18px 28px;
    }
}
.btn:focus,
.btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn.--reverse,
.btn:focus,
.btn:hover {
    background-color: #140c40;
}
.btn.--reverse:focus,
.btn.--reverse:hover {
    background-color: #4760ff;
}
.btn.--alt {
    background-color: #f2f6ff;
    color: #140c40;
}
.btn.--alt:focus,
.btn.--alt:hover {
    background-color: #140c40;
    color: #fffefe;
}
.btn.--wide {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 48.75em) {
    .btn.--wide {
        padding-left: 45px;
        padding-right: 45px;
    }
}
.btn.--on-dark:focus,
.btn.--on-dark:hover {
    background-color: #d2dcf0;
    color: #140c40;
}
.btn.--full,
.card {
    width: 100%;
}
.card {
    background-color: #fffefe;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 40px;
    border: 6px solid #140c40;
    max-width: 430px;
    text-align: center;
    position: relative;
    height: auto;
    margin: auto;
}
.card__body {
    margin-top: 10px;
}
@media (min-width: 70.25em) {
    .card__body {
        margin-top: 20px;
    }
}
.card__number {
    font-size: 16px;
    display: inline-flex;
    font-weight: 800;
    background-color: #4760ff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1;
    color: #fffefe;
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 70.25em) {
    .card__number {
        font-size: 21px;
        width: 40px;
        height: 40px;
        margin-bottom: 30px;
    }
}
.card__number p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
}
.card.--match-heights {
    height: 100%;
}
.cities-cta {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #140c40;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
@media (min-width: 48.75em) {
    .cities-cta {
        padding: 120px 0;
    }
}
@media (min-width: 70.25em) {
    .cities-cta {
        padding: 140px 0;
    }
}
@media (min-width: 90.0625em) {
    .cities-cta {
        padding: 160px 0;
    }
}
.cities-cta__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    min-height: 40vh;
}
@media (min-width: 48.75em) {
    .cities-cta__inner {
        min-height: 60vh;
    }
}
.cities-cta__cities {
    width: 100%;
    position: absolute;
    left: -1.2vw;
    top: 0;
    font-size: 6.5vw;
    font-weight: 600;
    color: #4760ff;
    pointer-events: none;
    line-height: 1.25;
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: -1px;
    white-space: nowrap;
    z-index: 0;
}
@media (min-width: 46.875em) {
    .cities-cta__cities {
        font-size: 4.5vw;
    left: 1.7vw;
    }
}
@media (max-width: 33.74em) {
    .cities-cta__cities {
        font-size: 18.5vw;
        opacity: 0.2;
    }
}
.cities-cta__text {
    color: #fffefe;
    position: relative;
}
@media (min-width: 33.75em) {
    .cities-cta__text {
        width: 60%;
        margin-left: 40%;
        padding-left: 10px;
    }
}
@media (min-width: 46.875em) {
    .cities-cta__text {
        width: 50%;
        margin-left: 50%;
    }
}
@media (min-width: 48.75em) {
    .cities-cta__text {
        padding-left: 15px;
    }
}
@media (min-width: 70.25em) {
    .cities-cta__text {
        padding-left: 18px;
    }
}
@media (min-width: 90.0625em) {
    .cities-cta__text {
        padding-left: 20px;
    }
}
.cities-cta__btn {
    margin-top: 30px;
}
@media (min-width: 70.25em) {
    .cities-cta__btn {
        margin-top: 50px;
    }
}
.cta-banner {
    padding: 70px 0;
}
.cta-banner__inner {
    width: 85%;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
@media (min-width: 48.75em) {
    .cta-banner__inner {
        max-width: 1200px;
        width: 85%;
    }
}
.cta-banner__action,
.cta-banner__text {
    margin: 10px;
}
.cta-banner.--dark {
    background-color: #140c40;
}
.cta-banner.--dark .cta-banner__text {
    color: #fffefe;
}
.cta-floating-form {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.cta-floating-form__inner {
    width: 90%;
    padding: 100px 0;
    max-width: 1200px;
    margin: auto;
}
@media (min-width: 48.75em) {
    .cta-floating-form__inner {
        padding: 130px 0;
    }
}
@media (min-width: 70.25em) {
    .cta-floating-form__inner {
        padding: 150px 0;
    }
}
.cta-floating-form__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #140c40;
}
.cta-floating-form__bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cta-floating-form__form {
    position: relative;
}
@media (min-width: 48.75em) {
    .cta-floating-form__form {
        width: 60%;
        max-width: 480px;
    }
}
@media (min-width: 70.25em) {
    .cta-floating-form__form {
        width: 50%;
        max-width: 520px;
    }
}
.cta-large {
    padding: 30px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 33.75em) {
    .cta-large {
        padding: 40px;
    }
}
@media (min-width: 70.25em) {
    .cta-large {
        padding: 70px;
    }
}
@media (min-width: 90.0625em) {
    .cta-large {
        padding: 80px;
    }
}
.cta-large__inner {
    border: 6px solid #4760ff;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
}
@media (min-width: 33.75em) {
    .cta-large__inner {
        border: 8px solid #4760ff;
        padding: 50px;
    }
}
@media (min-width: 70.25em) {
    .cta-large__inner {
        border: 10px solid #4760ff;
        padding: 60px;
    }
}
@media (min-width: 90.0625em) {
    .cta-large__inner {
        padding: 70px;
    }
}
@media (min-width: 60em) {
    .cta-large__inner {
        display: -ms-grid;
        display: grid;
        align-items: center;
        grid-column-gap: 15px;
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 60em) and (min-width: 48.75em) {
    .cta-large__inner {
        grid-column-gap: 30px;
    }
}
@media (min-width: 60em) and (min-width: 70.25em) {
    .cta-large__inner {
        grid-column-gap: 45px;
    }
}
@media (min-width: 60em) and (min-width: 90.0625em) {
    .cta-large__inner {
        grid-column-gap: 60px;
    }
}
@media (min-width: 60em) and (min-width: 48.75em) {
    .cta-large__inner {
        grid-row-gap: 120px;
    }
}
@media (min-width: 60em) and (min-width: 70.25em) {
    .cta-large__inner {
        grid-row-gap: 140px;
    }
}
@media (min-width: 60em) and (min-width: 90.0625em) {
    .cta-large__inner {
        grid-row-gap: 160px;
    }
}
@media (max-width: 59.99em) {
    .cta-large__img {
        display: none;
    }
}
@media (max-width: 59.99em) {
    .cta-large__cta {
        max-width: 400px;
        margin: auto;
        position: relative;
    }
}
.faq__answer {
    margin-top: 0.5em;
}
.faq__answer a {
    color: #4760ff;
}
.faq__answer a:hover {
    text-decoration: underline;
}
.faq__answer ul li {
    padding-left: 24px;
    position: relative;
}
.faq__answer ul li:before {
    content: "";
    height: 3px;
    width: 12px;
    background: #4760ff;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.faq__answer ul li > ul > li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    left: 2px;
    top: 0.4em;
}
.faq__answer ul li > ul > li > ul > li:before {
    background-color: transparent;
    border: 2px solid #4760ff;
    width: 6px;
    height: 6px;
    top: 0.5em;
}
.faq__answer ol {
    counter-reset: a;
}
.faq__answer ol li {
    padding-left: 24px;
    position: relative;
    list-style-type: none;
    counter-increment: a;
}
.faq__answer ol li:before {
    content: counter(a) ".";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
}
.feature-spaces-amenities {
    position: relative;
}
.feature-spaces-amenities:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.feature-spaces-amenities__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.feature-spaces-amenities__block {
    position: absolute;
    width: 60%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.feature-spaces-amenities__block:first-of-type {
    top: 6%;
    left: 6%;
    transition-delay: 0.3s;
}
.feature-spaces-amenities__block:nth-of-type(2) {
    top: 42%;
    left: -6%;
    transition-delay: 0.6s;
}
@media (min-width: 48.75em) {
    .feature-spaces-amenities__block:nth-of-type(2) {
        left: -16%;
    }
}
.feature-spaces-amenities__block:nth-of-type(3) {
    top: 78%;
    left: 6%;
    transition-delay: 0.9s;
}
.feature-spaces-amenities.--is-in-view .feature-spaces-amenities__block {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.feature-spaces-checkins {
    position: relative;
}
.feature-spaces-checkins:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.feature-spaces-checkins__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.feature-spaces-checkins__block {
    position: absolute;
    width: 60%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.feature-spaces-checkins__block:first-of-type {
    top: 6%;
    left: -7%;
    transition-delay: 0.3s;
}
.feature-spaces-checkins__block:nth-of-type(2) {
    top: 30%;
    right: -7%;
    transition-delay: 0.6s;
}
.feature-spaces-checkins__block:nth-of-type(3) {
    top: 54%;
    left: -7%;
    transition-delay: 0.9s;
}
.feature-spaces-checkins__block:nth-of-type(4) {
    top: 78%;
    right: -7%;
    transition-delay: 1.2s;
}
.feature-spaces-checkins.--is-in-view .feature-spaces-checkins__block {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.feature-spaces-control {
    position: relative;
}
.feature-spaces-control:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.feature-spaces-control__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.feature-spaces-control__block {
    position: absolute;
    width: 60%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.feature-spaces-control__block:first-of-type {
    top: 4%;
    left: -6%;
    transition-delay: 0.3s;
    width: 84%;
}
@media (min-width: 48.75em) {
    .feature-spaces-control__block:first-of-type {
        left: -10%;
    }
}
.feature-spaces-control__block:nth-of-type(2) {
    top: 34%;
    right: -6%;
    transition-delay: 0.6s;
}
@media (min-width: 48.75em) {
    .feature-spaces-control__block:nth-of-type(2) {
        right: -20%;
    }
}
.feature-spaces-control__block:nth-of-type(3) {
    bottom: -8%;
    left: -6%;
    width: 45%;
    transition-delay: 0.9s;
}
.feature-spaces-control.--is-in-view .feature-spaces-control__block {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.feature-teams-setup {
    position: relative;
    max-width: 420px;
    margin: auto;
    width: 90%;
    background: #f2f6ff;
    border-radius: 6px;
}
.feature-teams-setup:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.feature-teams-setup__btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    width: 40%;
    height: auto;
}
.feature-teams-setup__btn svg {
    width: 100%;
    height: auto;
}
.feature-teams-setup__cursor {
    height: 40px;
    display: block;
    position: absolute;
    top: 59%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    text-align: center;
}
.feature-teams-setup__cursor svg {
    height: 100%;
    width: auto;
    display: inline-block;
}
.feature-teams-setup__avatar {
    width: 18%;
    height: 18%;
    max-width: 80px;
    max-height: 80px;
    position: absolute;
}
.feature-teams-setup__avatar img {
    -webkit-transform: translate3d(-50%, -40%, 0);
    transform: translate3d(-50%, -40%, 0);
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.feature-teams-setup__avatar.--img-1 {
    left: 10%;
    top: 15%;
}
.feature-teams-setup__avatar.--img-2 {
    left: 50%;
    top: 0;
}
.feature-teams-setup__avatar.--img-3 {
    left: 90%;
    top: 15%;
}
.feature-teams-setup__avatar.--img-4 {
    left: 66%;
    top: 28%;
}
.feature-teams-setup__avatar.--img-5 {
    left: 100%;
    top: 50%;
}
.feature-teams-setup__avatar.--img-6 {
    left: 34%;
    top: 28%;
}
.feature-teams-setup__avatar.--img-7 {
    left: 0;
    top: 50%;
}
.feature-teams-setup__avatar.--img-8 {
    left: 10%;
    top: 85%;
}
.feature-teams-setup__avatar.--img-9 {
    left: 34%;
    top: 72%;
}
.feature-teams-setup__avatar.--img-10 {
    left: 66%;
    top: 72%;
}
.feature-teams-setup__avatar.--img-11 {
    left: 90%;
    top: 85%;
}
.feature-teams-setup__avatar.--img-12 {
    left: 50%;
    top: 100%;
}
.feature-teams-setup.--is-in-view .feature-teams-setup__btn {
    -webkit-animation: a 0.5s ease-in-out forwards;
    animation: a 0.5s ease-in-out forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.feature-teams-setup.--is-in-view .feature-teams-setup__avatar img.lazyloaded {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.feature-teams-setup__avatar:first-of-type img {
    transition-delay: 0.825s;
}
.feature-teams-setup__avatar:nth-of-type(2) img {
    transition-delay: 0.9s;
}
.feature-teams-setup__avatar:nth-of-type(3) img {
    transition-delay: 0.975s;
}
.feature-teams-setup__avatar:nth-of-type(4) img {
    transition-delay: 1.05s;
}
.feature-teams-setup__avatar:nth-of-type(5) img {
    transition-delay: 1.125s;
}
.feature-teams-setup__avatar:nth-of-type(6) img {
    transition-delay: 1.2s;
}
.feature-teams-setup__avatar:nth-of-type(7) img {
    transition-delay: 1.275s;
}
.feature-teams-setup__avatar:nth-of-type(8) img {
    transition-delay: 1.35s;
}
.feature-teams-setup__avatar:nth-of-type(9) img {
    transition-delay: 1.425s;
}
.feature-teams-setup__avatar:nth-of-type(10) img {
    transition-delay: 1.5s;
}
.feature-teams-setup__avatar:nth-of-type(11) img {
    transition-delay: 1.575s;
}
.feature-teams-setup__avatar:nth-of-type(12) img {
    transition-delay: 1.65s;
}
.feature-teams-setup__avatar:nth-of-type(13) img {
    transition-delay: 1.725s;
}
.feature-teams-setup__avatar:nth-of-type(14) img {
    transition-delay: 1.8s;
}
.feature-teams-setup__avatar:nth-of-type(15) img {
    transition-delay: 1.875s;
}
.feature-teams-setup__avatar:nth-of-type(16) img {
    transition-delay: 1.95s;
}
.feature-teams-setup__avatar:nth-of-type(17) img {
    transition-delay: 2.025s;
}
.feature-teams-setup__avatar:nth-of-type(18) img {
    transition-delay: 2.1s;
}
.feature-teams-setup__avatar:nth-of-type(19) img {
    transition-delay: 2.175s;
}
.feature-teams-setup__avatar:nth-of-type(20) img {
    transition-delay: 2.25s;
}
.feature-teams-setup__avatar:nth-of-type(21) img {
    transition-delay: 2.325s;
}
.feature-teams-setup__avatar:nth-of-type(22) img {
    transition-delay: 2.4s;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.95);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.95);
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0);
    }
}
@keyframes a {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.95);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.95);
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
        transform: translateX(-50%) translateY(-50%) translateZ(0);
    }
}
.field {
    background-color: #fffefe;
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0.25), 0 0 0 4px rgba(71, 96, 255, 0);
    border-radius: 60px;
    padding: 14px 20px;
    font-size: 16px;
    transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    font-family: Basis Grotesque, Helvetica, sans-serif;
    border: none;
    resize: none;
}
.field:-webkit-autofill,
.field:-webkit-autofill:active,
.field:-webkit-autofill:focus,
.field:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
}
@media (min-width: 48.75em) {
    .field {
        padding: 16px 22px;
    }
}
@media (min-width: 70.25em) {
    .field {
        padding: 18px 24px;
    }
}
@media (min-width: 90.0625em) {
    .field {
        font-size: 18px;
        padding: 18px 28px;
    }
}
.field:focus {
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0), 0 0 0 4px rgba(71, 96, 255, 0.25);
}
.field.--textarea {
    border-radius: 25px;
}
.file-list {
    display: block;
    margin-top: 40px;
}
.file-list__file-link:hover .file-list__download {
    color: #4760ff;
}
.file-list__file-link:hover .file-list__download svg * {
    fill: #4760ff !important;
}
.file-list__file + .file-list__file {
    margin-top: 15px;
}
.file-list__file-name,
.file-list__file-type {
    display: inline-block;
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.file-list__file-type {
    color: #8d7e8a;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
}
.file-list__download {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}
@media (max-width: 48.74em) {
    .file-list__download {
        width: 100%;
    }
}
.file-list__download span {
    display: inline-block;
    width: 12px;
    height: auto;
    vertical-align: baseline;
}
.file-list__download span svg {
    width: 100%;
    height: auto;
}
.floating-form {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 48.74em) {
    .floating-form {
        background-color: #fffefe;
        padding: 40px 30px;
        border-radius: 6px;
        max-width: 480px;
    }
}
.floating-form__header {
    margin-bottom: 20px;
}
@media (min-width: 70.25em) {
    .floating-form__header {
        margin-bottom: 30px;
    }
}
.floating-form__sub-heading {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 48.75em) {
    .floating-form__sub-heading {
        font-size: 18px;
    }
}
@media (min-width: 90.0625em) {
    .floating-form__sub-heading {
        font-size: 20px;
    }
}
.floating-form__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
}
.floating-form__field-combo {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 48.74em) {
    .floating-form__field-combo {
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (min-width: 48.75em) {
    .floating-form__field-combo {
        border-radius: 60px;
        box-shadow: inset 0 0 0 2px #d2dcf0;
        margin-right: 10px;
        background-color: #fffefe;
    }
    .floating-form__field-combo .floating-form__field {
        position: relative;
        margin-right: 0;
    }
    .floating-form__field-combo .floating-form__field + .floating-form__field:after {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        bottom: 10px;
        width: 2px;
        background-color: #d2dcf0;
    }
    .floating-form__field-combo .floating-form__field > .field {
        background-color: transparent;
        box-shadow: none;
    }
    .floating-form__field-combo .floating-form__field > .field:focus {
        box-shadow: none;
        border: none;
    }
}
.floating-form__field-label {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
@media (min-width: 48.75em) {
    .floating-form__field-label {
        font-size: 18px;
    }
}
@media (min-width: 90.0625em) {
    .floating-form__field-label {
        font-size: 20px;
    }
}
.floating-form__field-section {
    width: 100%;
}
.floating-form__field-section + .floating-form__field,
.floating-form__field-section + .floating-form__field-section {
    margin-top: 20px;
}
@media (min-width: 48.75em) {
    .floating-form__field.--company-name,
    .floating-form__field.--email,
    .floating-form__field.--name {
        flex: 2;
    }
    .floating-form__field.--zip {
        flex: 1;
        max-width: 16em;
    }
}
.floating-form__action,
.floating-form__field {
    position: relative;
}
.floating-form__action .btn,
.floating-form__action .field,
.floating-form__field .btn,
.floating-form__field .field {
    width: 100%;
}
@media (max-width: 48.74em) {
    .floating-form__action,
    .floating-form__field {
        width: 100%;
        margin-bottom: 15px;
    }
    .floating-form__action:last-child,
    .floating-form__field:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 48.75em) {
    .floating-form__action,
    .floating-form__field {
        margin-right: 8px;
        width: auto;
    }
    .floating-form__action:last-child,
    .floating-form__field:last-child {
        margin-right: 0;
    }
}
.floating-form__action + .floating-form__field-section,
.floating-form__action + .floating-form__field .radio-group .radio-group__label,
.floating-form__action.--margin-top,
.floating-form__field + .floating-form__field-section,
.floating-form__field + .floating-form__field .radio-group .radio-group__label {
    margin-top: 20px;
}
.floating-form .ff-form-errors,
.floating-form__form-errors {
    margin-bottom: 40px;
    font-size: 18px;
    color: #dd5248;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.floating-form .ff-form-success,
.floating-form__form-success {
    margin-bottom: 40px;
    font-size: 18px;
    color: #4760ff;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.floating-form .errors,
.floating-form .ff-errors,
.floating-form__field-errors {
    margin-top: 15px;
    font-size: 15px;
    color: #dd5248;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.floating-form__footer {
    margin-top: 20px;
}
.floating-form__footer a {
    color: #4760ff;
    font-weight: 600;
}
.floating-form__footer a:hover {
    text-decoration: underline;
}
.floating-form__footer a span {
    position: relative;
    white-space: nowrap;
    padding-right: 0.6em;
}
.floating-form__footer a span:after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    border-right: 0.125em solid #4760ff;
    border-bottom: 0.125em solid #4760ff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0.12em;
    margin-left: 0.125em;
    position: absolute;
    right: 0;
    top: 0.4em;
}
.floating-form__field-optional {
    font-size: 0.666em;
    color: #8d7e8a;
    display: block;
}
.floating-form.--home-hero {
    text-align: left;
}
@media (max-width: 77.1775em) {
    .floating-form.--home-hero {
        padding: 0;
        text-align: center;
    }
    .floating-form.--home-hero .floating-form__action,
    .floating-form.--home-hero .floating-form__field {
        width: 100%;
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .floating-form.--home-hero .floating-form__action:last-of-type,
    .floating-form.--home-hero .floating-form__field:last-of-type {
        margin-bottom: 0;
    }
    .floating-form.--home-hero .floating-form__field:after {
        display: none;
    }
    .floating-form.--home-hero .floating-form__field .field {
        box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0.25);
        border-radius: 60px;
    }
    .floating-form.--home-hero .floating-form__field .field:focus {
        box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0.25), 0 0 0 4px rgba(71, 96, 255, 0.25);
    }
    .floating-form.--home-hero .floating-form__field-combo {
        margin-right: 0;
        width: 100%;
        flex: auto;
        border-radius: 0;
        margin-bottom: 15px;
        box-shadow: none;
    }
}
@media (min-width: 77.1875em) {
    .floating-form.--home-hero .floating-form__form {
        margin-left: -22px;
    }
}
@media (max-width: 48.74em) {
    .floating-form.--no-mobile-bg {
        background-color: transparent;
        padding: 0;
    }
}
.floating-form.--margin-top {
    margin-top: 30px;
}
@media (min-width: 48.75em) {
    .floating-form.--margin-top {
        margin-top: 50px;
    }
}
.floating-form.--only-field-errors .ff-form-errors,
.floating-form.--only-field-errors .floating-form__form-errors {
    display: none;
}
.floating-form.--one-col {
    max-width: 480px;
}
.floating-form.--one-col .floating-form__field {
    margin-bottom: 15px;
}
.floating-form.--one-col .floating-form__action,
.floating-form.--one-col .floating-form__field {
    width: 100%;
}
@media (min-width: 48.75em) {
    .floating-form.--in-container {
        background-color: #fffefe;
        padding: 40px;
        border-radius: 6px;
    }
}
@media (min-width: 70.25em) {
    .floating-form.--in-container {
        background-color: #fffefe;
        padding: 60px;
        border-radius: 6px;
    }
}
@media (min-width: 48.75em) {
    .--reverse .field,
    .--reverse .floating-form__field-combo,
    .floating-form.--on-bg .field,
    .floating-form.--on-bg .floating-form__field-combo {
        box-shadow: none;
    }
}
.--reverse .floating-form__footer a span:after,
.floating-form.--on-bg .floating-form__footer a span:after {
    border-color: #fff;
}
.for-spaces-hero {
    margin-top: 0;
    max-width: 1600px;
    margin: 80px auto 0;
    background-color: #140c40;
    -webkit-perspective: 9000px;
    perspective: 9000px;
}
@media (min-width: 48.75em) {
    .for-spaces-hero {
        background: transparent;
        margin: 80px auto calc(-4% - 50px);
    }
}
.for-spaces-hero__inner {
    margin: auto;
    -webkit-transform: rotateX(18deg);
    transform: rotateX(18deg);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 15px;
}
@media (min-width: 48.75em) {
    .for-spaces-hero__inner {
        width: 110%;
        margin-left: -5%;
        padding-top: 0;
    }
}
.for-spaces-hero__block {
    position: relative;
    display: flex;
    width: calc(33.333% - 5px);
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    background-color: #140c40;
}
.for-spaces-hero__block:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}
@media (max-width: 48.74em) {
    .for-spaces-hero__block:nth-child(10) {
        display: none;
    }
}
@media (min-width: 48.75em) {
    .for-spaces-hero__block {
        position: relative;
        width: calc(20% - 20px);
        border-radius: 15px;
    }
    .for-spaces-hero__block:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%;
    }
    .for-spaces-hero__block:nth-child(5n + 1),
    .for-spaces-hero__block:nth-child(5n + 5) {
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%);
    }
    .for-spaces-hero__block:nth-child(5n + 2),
    .for-spaces-hero__block:nth-child(5n + 4) {
        -webkit-transform: translateY(-15%);
        transform: translateY(-15%);
    }
}
.for-spaces-hero__block-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.65;
}
@media (max-width: 48.74em) {
    .for-spaces-hero__block-img {
        display: none;
    }
}
.for-spaces-hero__block-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 55%;
    height: 40%;
}
.for-spaces-hero__block-logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.form {
    text-align: center;
    margin-top: 20px;
}
@media (min-width: 48.75em) {
    .form {
        margin-top: 30px;
    }
}
@media (min-width: 70.25em) {
    .form {
        margin-top: 50px;
    }
}
.form__header {
    margin-bottom: 40px;
}
.form__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    width: 100%;
}
.form__field {
    width: 100%;
    margin-bottom: 20px;
}
.form__action .btn,
.form__action .field,
.form__field .btn,
.form__field .field {
    width: 100%;
}
.form.--narrow {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.form.--on-bg .field {
    border: none;
    box-shadow: none;
}
.form.--on-bg .field:focus {
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0), 0 0 0 4px rgba(71, 96, 255, 0.25);
}
.hero-tile {
    margin-bottom: 10px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
}
.hero-tile:hover .hero-tile__info {
    opacity: 1;
}
@media (min-width: 51.875em) {
    .hero-tile {
        margin-bottom: 20px;
    }
}
.hero-tile__inner {
    position: relative;
    transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 6px;
    background-color: #e7edfa;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hero-tile__inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.33333%;
}
.hero-tile__inner img {
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.hero-tile__inner img.lazyloaded,
.hero-tile__inner img.ls-is-cached {
    -webkit-filter: none;
    filter: none;
}
.hero-tile__inner:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.hero-tile__inner:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hero-tile-buffer {
    padding-bottom: 60%;
    width: 100%;
    display: block;
}
.hero-tile__info {
    position: fixed;
    background-color: #140c40;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    height: auto;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateY(-50%) translateX(10%);
    transform: translateY(-50%) translateX(10%);
    z-index: 2;
}
.hero-tile__info * {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.hero-tile__info.is-visible {
    opacity: 1;
}
.hero {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}
.hero__inner {
    width: 90%;
    padding: 130px 0;
    max-width: 1200px;
    margin: auto;
}
@media (min-width: 48.75em) {
    .hero__inner {
        padding: 150px 50px;
    }
}
@media (min-width: 70.25em) {
    .hero__inner {
        padding: 200px 100px;
    }
}
.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #140c40;
}
.hero__bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.33;
}
@media (min-width: 48.75em) {
    .hero__bg > img {
        opacity: 0.45;
    }
}
.hero__heading {
    position: relative;
}
.hero__eyebrow {
    margin-bottom: 1em;
}
.hero__form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 840px;
}
@media (min-width: 48.75em) {
    .hero__form {
        margin-top: 50px;
    }
}
@media (min-width: 70.25em) {
    .hero__form {
        margin-top: 60px;
    }
}
.hero.--reverse .hero__heading {
    text-shadow: 0 2px 5px rgba(20, 12, 64, 0.1);
    color: #fffefe;
}
.hero.--reverse .hero__form {
    margin-top: 50px;
}
@media (min-width: 48.75em) {
    .hero.--reverse .floating-form__footer,
    .hero.--reverse .floating-form__footer a,
    .hero.--reverse .floating-form__header,
    .hero.--reverse .floating-form__sub-heading {
        text-shadow: 0 2px 5px rgba(20, 12, 64, 0.1);
        color: #fffefe;
    }
    .hero.--reverse .floating-form__footer a:after {
        border-color: #fffefe;
    }
}
.hero.--no-padding-bottom .hero__inner {
    padding-bottom: 0;
}
.home-hero-gallery {
    position: absolute;
    height: 150vh;
    margin-top: -50vh;
    width: 100%;
}
.home-hero-gallery:after {
    content: "";
    display: block;
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
    opacity: 1;
    pointer-events: none;
}
@media (min-width: 51.875em) {
    .home-hero-gallery:after {
        opacity: 0.7;
    }
}
.home-hero-gallery__inner {
    display: flex;
    flex-wrap: wrap;
    transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    align-items: flex-start;
}
.home-hero-gallery__left,
.home-hero-gallery__right {
    width: 50%;
    padding: 0 5px;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation: b 30s linear infinite;
    animation: b 30s linear infinite;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.home-hero-gallery__left.is-paused,
.home-hero-gallery__right.is-paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@media (min-width: 51.875em) {
    .home-hero-gallery__left,
    .home-hero-gallery__right {
        padding: 0 10px;
    }
}
.home-hero-gallery__right {
    margin-top: -32%;
}
@-webkit-keyframes b {
    0% {
        tranform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@keyframes b {
    0% {
        tranform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.icon-list {
    display: flex;
    align-items: center;
}
.icon-list__item {
    margin-right: 15px;
    margin-top: 15px;
}
.icon-list__item > svg {
    max-width: 20px;
    height: auto;
}
.icon-list.--fill-white-hover-periwinkle .icon-list__item svg * {
    fill: #fffefe !important;
}
.icon-list.--fill-white-hover-periwinkle .icon-list__item:hover > svg * {
    fill: #4760ff !important;
}
.icon-list.--social .icon-list__item {
    width: auto;
    height: 20px;
}
.icon-list.--social .icon-list__item > svg {
    width: auto;
    height: 20px;
    max-width: unset;
}
.img-container {
    position: relative;
    overflow: hidden;
}
.img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.img-container > img,
.img-container > video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-container > img.lazyload,
.img-container > video.lazyload {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}
.img-container > img.lazyloaded,
.img-container > img.ls-is-cached,
.img-container > video.lazyloaded,
.img-container > video.ls-is-cached {
    -webkit-filter: none;
    filter: none;
}
.img-container.--contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.img-container.--hard-shadow:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    left: 10px;
    bottom: -10px;
    display: block;
    background-color: #4760ff;
    z-index: 0;
}
.img-container.--hard-shadow img {
    z-index: 1;
    padding: 0 10px 10px 0;
}
.img-container.--one-one,
.img-container.--square {
    position: relative;
}
.img-container.--one-one:before,
.img-container.--square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.img-container.--four-three {
    position: relative;
}
.img-container.--four-three:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}
.img-container.--five-six {
    position: relative;
}
.img-container.--five-six:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
}
.img-container.--five-seven {
    position: relative;
}
.img-container.--five-seven:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 140%;
}
.img-container.--eight-five {
    position: relative;
}
.img-container.--eight-five:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
}
@media (max-width: 33.74em) {
    .img-container.--testimonial {
        position: relative;
        border-radius: 1000px;
        max-width: 180px;
        margin: auto;
    }
    .img-container.--testimonial:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }
    .img-container.--testimonial:after {
        display: none;
    }
    .img-container.--testimonial > img {
        padding: 0;
    }
}
@media (min-width: 33.75em) {
    .img-container.--testimonial {
        position: relative;
    }
    .img-container.--testimonial:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.32%;
    }
}
.img-container.--logo {
    position: relative;
    max-width: 160px;
    max-height: 60px;
    margin: auto;
}
.img-container.--logo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.33333%;
}
.img-container.--logo > img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
@media (min-width: 48.75em) {
    .img-container.--logo {
        max-width: 165px;
    }
}
.img-container.--logo-tall {
    position: relative;
    max-width: 180px;
    max-height: 55px;
    margin: auto;
}
.img-container.--logo-tall:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.57143%;
}
.img-container.--logo-tall > img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
@media (min-width: 48.75em) {
    .img-container.--logo-tall {
        max-width: 220px;
    }
}
.img-container.--logo-large {
    position: relative;
}
.img-container.--logo-large:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 14.28571%;
}
.img-container.--logo-large > img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    max-width: 320px;
    max-height: 120px;
    margin: auto;
}
.list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: left;
}
.list__heading {
    margin-bottom: 0.5em;
    width: 100%;
}
.list__item {
    margin: 5px 0;
    display: inline-block;
}
.list.--centered {
    align-items: center;
}
.list.--centered .list__heading {
    text-align: center;
}
@media (min-width: 78.4375em) {
    .list.--inline {
        flex-direction: row;
    }
    .list.--inline .list__item {
        margin-right: 20px;
    }
    .list.--inline .list__item:last-of-type {
        margin-right: 0;
    }
}
.list.--inline.--centered {
    justify-content: center;
    text-align: center;
}
.list.--checked .list__item {
    position: relative;
    padding-left: 1.25em;
}
.list.--checked .list__item:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 1em;
    height: 1em;
    background-image: url(../images/icon-check-056b91fc8d.svg);
    background-size: contain;
    background-position: 50%;
}
.list.--checked.--centered .list__item {
    margin-left: calc(-1em - 5px);
}
.list.--small .list__heading {
    font-weight: 600;
}
.logo-w-description {
    display: block;
    max-width: 640px;
    margin: auto;
}
.logo-w-description + .logo-w-description {
    margin-top: 60px;
}
@media (min-width: 48.75em) {
    .logo-w-description + .logo-w-description {
        margin-top: 100px;
    }
}
.logo-w-description__logo {
    width: 100%;
}
.map-point {
    position: absolute;
    cursor: pointer;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-point:hover:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.map-point:hover .map-point__label {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.map-point:after {
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    background-color: #f3ed80;
    border-radius: 200px;
    transition: -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 1px 8px rgba(20, 12, 64, 0.1);
}
@media (min-width: 48.75em) {
    .map-point:after {
        height: 12px;
        width: 12px;
    }
}
@media (min-width: 70.25em) {
    .map-point:after {
        height: 14px;
        width: 14px;
    }
}
.map-point__label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2;
    text-align: center;
    transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 70.25em) {
    .map-point__label {
        font-size: 15px;
    }
}
@media (max-width: 54.6775em) {
    .map-point__label {
        display: none;
    }
}
.map-point:first-of-type {
    transition-delay: 1.075s;
}
.map-point:nth-of-type(2) {
    transition-delay: 1.15s;
}
.map-point:nth-of-type(3) {
    transition-delay: 1.225s;
}
.map-point:nth-of-type(4) {
    transition-delay: 1.3s;
}
.map-point:nth-of-type(5) {
    transition-delay: 1.375s;
}
.map-point:nth-of-type(6) {
    transition-delay: 1.45s;
}
.map-point:nth-of-type(7) {
    transition-delay: 1.525s;
}
.map-point:nth-of-type(8) {
    transition-delay: 1.6s;
}
.map-point:nth-of-type(9) {
    transition-delay: 1.675s;
}
.map-point:nth-of-type(10) {
    transition-delay: 1.75s;
}
.map-point:nth-of-type(11) {
    transition-delay: 1.825s;
}
.map-point:nth-of-type(12) {
    transition-delay: 1.9s;
}
.map-point:nth-of-type(13) {
    transition-delay: 1.975s;
}
.map-point:nth-of-type(14) {
    transition-delay: 2.05s;
}
.map-point:nth-of-type(15) {
    transition-delay: 2.125s;
}
.map-point:nth-of-type(16) {
    transition-delay: 2.2s;
}
.map-point:nth-of-type(17) {
    transition-delay: 2.275s;
}
.map-point:nth-of-type(18) {
    transition-delay: 2.35s;
}
.map-point:nth-of-type(19) {
    transition-delay: 2.425s;
}
.map-point:nth-of-type(20) {
    transition-delay: 2.5s;
}
.map-point:nth-of-type(21) {
    transition-delay: 2.575s;
}
.map-point:nth-of-type(22) {
    transition-delay: 2.65s;
}
.map-point:nth-of-type(23) {
    transition-delay: 2.725s;
}
.map-point:nth-of-type(24) {
    transition-delay: 2.8s;
}
.map-point:nth-of-type(25) {
    transition-delay: 2.875s;
}
.map-point:nth-of-type(26) {
    transition-delay: 2.95s;
}
.map-point:nth-of-type(27) {
    transition-delay: 3.025s;
}
.map-point:nth-of-type(28) {
    transition-delay: 3.1s;
}
.map-point:nth-of-type(29) {
    transition-delay: 3.175s;
}
.map-point:nth-of-type(30) {
    transition-delay: 3.25s;
}
.map {
    transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
    position: relative;
}
.map__state {
    fill: #4760ff !important;
    stroke: #140c40 !important;
    stroke-width: 1 !important;
}
.map.--is-in-view {
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (min-width: 90.0625em) {
    .map.--is-in-view {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}
.map.--is-in-view .map-point {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.nav-primary {
    font-size: 16px;
    display: flex;
    align-items: center;
    pointer-events: all;
    /* margin-top:70px; */
}
.nav-primary.--is-toggled .nav-primary__toggle > span {
    background-color: transparent;
}
.nav-primary.--is-toggled .nav-primary__toggle > span:after {
    -webkit-transform: rotate(-45deg) translate3d(1px, -1px, 0);
    transform: rotate(-45deg) translate3d(1px, -1px, 0);
    color: #140c40;
}
.nav-primary.--is-toggled .nav-primary__toggle > span:before {
    -webkit-transform: rotate(45deg) translate3d(1px, -1px, 0);
    transform: rotate(45deg) translate3d(1px, -1px, 0);
}
@media (max-width: 72.74em) {
    .nav-primary.--is-toggled .nav-primary__main {
        opacity: 1;
        pointer-events: all;
    }
}
.nav-primary__toggle {
    position: relative;
    height: 18px;
    width: 21px;
    cursor: pointer;
    display: flex;
    align-items: center;
    z-index: 2;
}
.nav-primary__toggle > span {
    height: 2px;
    width: 100%;
    background-color: #140c40;
    display: inline-block;
    transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-primary__toggle > span:after,
.nav-primary__toggle > span:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #140c40;
    left: 0;
    transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-primary__toggle > span:before {
    top: 0;
}
.nav-primary__toggle > span:after {
    bottom: 0;
}
@media (min-width: 45em) and (max-width: 72.74em) {
    .nav-primary__toggle {
        height: 20px;
        width: 23px;
    }
}
@media (min-width: 72.75em) {
    .nav-primary__toggle {
        display: none;
    }
}
.nav-primary__links {
    display: flex;
    align-items: baseline;
}
@media (max-width: 72.74em) {
    .nav-primary__links {
        display: block;
        width: 100%;
        padding: 25% 7.5% 20px;
    }
}
.nav-primary__link {
    margin-right: 20px;
}
@media (max-width: 72.74em) {
    .nav-primary__link {
        padding: 10px 0;
        display: block;
        width: 100%;
    }
}
.nav-primary__link:last-child {
    margin-right: 0;
}
.nav-primary__link > a {
    font-weight: 600;
    transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid transparent;
    padding: 2px 0;
}
@media (max-width: 33.74em) {
    .nav-primary__link > a {
        font-size: 7vw;
    }
    /* .site-header{
        margin-top:-25px;
    } */
}
@media (min-width: 33.75em) and (max-width: 72.74em) {
    .nav-primary__link > a {
        font-size: 36px;
    }
}
@media (min-width: 72.75em) {
    .nav-primary__link > a:hover {
        border-bottom-color: #140c40;
    }
}
@media (min-width: 72.75em) {
    .nav-primary__link > a.--bordered {
        margin-left: 20px;
        position: relative;
    }
    .nav-primary__link > a.--bordered:before {
        content: "";
        display: block;
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        border-left: 1px solid rgba(20, 12, 64, 0.2);
    }

    /* .site-header{
        margin-top:-34px;
    } */
}
.nav-primary__main {
    transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 72.74em) {
    .nav-primary__main {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        min-height: 100vh;
        background-color: #fffefe;
        z-index: 1;
    }
}
@media (min-width: 72.75em) {
    .nav-primary__main {
        display: block;
    }
}
.nav-primary__mobile-nav-extras {
    display: flex;
}
.nav-primary__mobile-nav-extras a {
    margin-right: 20px;
    transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid transparent;
    padding: 2px 0;
    font-weight: 600;
}
.nav-primary__mobile-nav-extras a:hover {
    border-bottom-color: #140c40;
}
.nav-primary__mobile-nav-extras a.--bordered {
    margin-left: 20px;
    position: relative;
}
.nav-primary__mobile-nav-extras a.--bordered:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d2dcf0;
}
@media (max-width: 44.99em) {
    .nav-primary__mobile-nav-extras {
        display: none;
    }
}
@media (min-width: 72.75em) {
    .nav-primary__mobile-nav-extras {
        display: none;
    }
}
.nav-primary__sign-up-bottom {
    margin-top: 20px;
    display: block;
}
@media (min-width: 72.75em) {
    .nav-primary__sign-up-bottom {
        display: none;
    }
}
@media (max-width: 48.74em) {
    .nav-primary__sign-up-bottom,
    .nav-primary__sign-up-bottom > .btn {
        width: 100%;
    }
}
.nav-primary__sign-up-top {
    display: none;
}
@media (max-width: 72.74em) {
    .nav-primary__sign-up-top {
        margin-right: 20px;
    }
}
.--reverse-nav .site-header:not(.--is-stuck) .nav-primary__mobile-nav-extras {
    color: #fffefe;
}
.--reverse-nav .site-header:not(.--is-stuck) .nav-primary__mobile-nav-extras a:hover {
    border-color: #fffefe;
}
@media (min-width: 72.75em) {
    .--reverse-nav .site-header:not(.--is-stuck) .nav-primary__links {
        color: #fffefe;
    }
    .--reverse-nav .site-header:not(.--is-stuck) .nav-primary__links a:hover {
        border-color: #fffefe;
    }
}
.--reverse-nav .site-header:not(.--is-stuck) .nav-primary:not(.--is-toggled) .nav-primary__toggle > span,
.--reverse-nav .site-header:not(.--is-stuck) .nav-primary:not(.--is-toggled) .nav-primary__toggle > span:after,
.--reverse-nav .site-header:not(.--is-stuck) .nav-primary:not(.--is-toggled) .nav-primary__toggle > span:before {
    background-color: #fffefe;
}
.post-lockup__eyebrow {
    margin-bottom: 0.5em;
}
.post-lockup__heading {
    margin-bottom: 0.25em;
}
@media (min-width: 48.75em) {
    .post-lockup__heading {
        margin-bottom: 0.5em;
    }
}
.post-lockup__tags {
    margin-top: 20px;
}
@media (min-width: 48.75em) {
    .post-lockup__tags {
        margin-top: 30px;
    }
}
@media (min-width: 70.25em) {
    .post-lockup__tags {
        margin-top: 40px;
    }
}
.post-lockup__action {
    margin-top: 10px;
}
.quote {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}
@media (min-width: 33.75em) {
    .quote {
        text-align: left;
    }
}
@media (min-width: 48.75em) {
    .quote {
        padding-top: 6vw;
    }
}
.quote:before {
    content: "“";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4760ff;
    font-size: 96px;
    font-family: Simula, Times, serif;
}
@media (min-width: 33.75em) {
    .quote:before {
        left: -0.2em;
        -webkit-transform: none;
        transform: none;
    }
}
@media (min-width: 48.75em) {
    .quote:before {
        font-size: 10vw;
    }
}
@media (min-width: 90.0625em) {
    .quote:before {
        font-size: 120px;
    }
}
.quote__byline {
    margin-top: 40px;
    display: block;
}
.quote__author-img {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}
.quote__author-title {
    font-weight: 800;
    margin-top: 2px;
}
.quote__company-logo {
    margin: 20px auto 0;
    height: 40px;
    width: 200px;
    position: relative;
}
@media (min-width: 33.75em) {
    .quote__company-logo {
        margin-left: 0;
        margin-right: 0;
    }
}
.quote__company-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50%;
    object-position: 50%;
}
@media (min-width: 33.75em) {
    .quote__company-logo img {
        -o-object-position: 0 50%;
        object-position: 0 50%;
    }
}
.quote.--reverse {
    color: #fffefe;
}
.quote.--centered {
    text-align: center;
    width: 85%;
}
.quote.--centered:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.quote.--centered .quote__company-logo {
    margin-left: auto;
    margin-right: auto;
}
.quote.--bg-salmon {
    background-color: #fa8f77;
}
.quote.--bg-salmon:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    bottom: -50vh;
    top: -50vh;
    background-color: #fa8f77;
    z-index: -1;
}
.quote.--bg-pollen {
    background-color: #f3ed80;
}
.quote.--bg-pollen:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    bottom: -50vh;
    top: -50vh;
    background-color: #f3ed80;
    z-index: -1;
}
.quote.--bg-mint,
.quote.--bg-mint:after {
    background-color: #8febcf;
}
.quote.--bg-mint:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    bottom: -50vh;
    top: -50vh;
    z-index: -1;
}
.radio-group {
    margin-bottom: 20px;
}
.radio-group__label {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 48.75em) {
    .radio-group__label {
        font-size: 18px;
    }
}
@media (min-width: 90.0625em) {
    .radio-group__label {
        font-size: 20px;
    }
    .site-header {
        /* margin-top:-100px; */
    }
}
.radio-group__options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.radio-group__option {
    background-color: #fffefe;
    box-shadow: inset 0 0 0 2px rgba(71, 96, 255, 0.25), 0 0 0 4px rgba(71, 96, 255, 0);
    border-radius: 60px;
    cursor: pointer;
}
@media (min-width: 33.75em) {
    .radio-group__option {
        width: calc(50% - 5px);
    }
    .radio-group__option:nth-of-type(n + 3) {
        margin-top: 15px;
    }
}
@media (max-width: 33.74em) {
    .radio-group__option {
        width: 100%;
    }
    .radio-group__option + .radio-group__option {
        margin-top: 15px;
    }
}
.radio-group__option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.radio-group__option input:checked + .radio-group__option-label:before {
    background-color: #140c40;
}
.radio-group__option-label {
    font-size: 13px;
    padding: 0 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
}
@media (min-width: 48.75em) {
    .radio-group__option-label {
        height: 54px;
    }
}
@media (min-width: 70.25em) {
    .radio-group__option-label {
        height: 58px;
    }
}
@media (min-width: 90.0625em) {
    .radio-group__option-label {
        font-size: 15px;
    }
}
.radio-group__option-label:before {
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    background-color: rgba(71, 96, 255, 0.15);
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 100%;
    transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 48.75em) {
    .radio-group__option-label:before {
        top: 9px;
        left: 9px;
    }
}
@media (min-width: 70.25em) {
    .radio-group__option-label:before {
        top: 11px;
        left: 11px;
    }
}
.radio-group__option-label:after {
    content: "";
    display: block;
    height: 8px;
    width: 14px;
    border-bottom: 3px solid #fffefe;
    border-left: 3px solid #fffefe;
    position: absolute;
    left: 16px;
    -webkit-transform: rotate(-45deg) translate3d(3px, 0, 0);
    transform: rotate(-45deg) translate3d(3px, 0, 0);
    top: 21px;
}
@media (min-width: 48.75em) {
    .radio-group__option-label:after {
        left: 18px;
        top: 23px;
    }
}
@media (min-width: 70.25em) {
    .radio-group__option-label:after {
        left: 20px;
        top: 25px;
    }
}
.rich-text {
    margin-top: 30px;
}
.rich-text ul li {
    padding-left: 24px;
    position: relative;
}
.rich-text ul li:before {
    content: "";
    height: 3px;
    width: 12px;
    background: #4760ff;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.rich-text ul li > ul > li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    left: 2px;
    top: 0.4em;
}
.rich-text ul li > ul > li > ul > li:before {
    background-color: transparent;
    border: 2px solid #4760ff;
    width: 6px;
    height: 6px;
    top: 0.5em;
}
.rich-text ol {
    counter-reset: a;
}
.rich-text ol li {
    padding-left: 24px;
    position: relative;
    list-style-type: none;
    counter-increment: a;
}
.rich-text ol li:before {
    content: counter(a) ".";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
}
.rich-text h2 + h2,
.rich-text h2 + h3,
.rich-text h3 + h2,
.rich-text h3 + h3,
.rich-text ol + h2,
.rich-text ol + h3,
.rich-text p + h2,
.rich-text p + h3,
.rich-text ul + h2,
.rich-text ul + h3 {
    margin-top: 1.25em;
}
.rich-text h2 + ol,
.rich-text h2 + p,
.rich-text h2 + ul,
.rich-text h3 + ol,
.rich-text h3 + p,
.rich-text h3 + ul,
.rich-text ol + ol,
.rich-text ol + p,
.rich-text ol + ul,
.rich-text p + ol,
.rich-text p + p,
.rich-text p + ul,
.rich-text ul + ol,
.rich-text ul + p,
.rich-text ul + ul {
    margin-top: 1em;
}
.rich-text a {
    color: #4760ff;
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 48.75em) {
    .rich-text a:hover {
        color: #2738a8;
    }
}
.safe-space-badge {
    display: flex;
    justify-content: center;
}
.safe-space-badge svg {
    width: 240px;
    height: auto;
}
.safety-check-list {
    margin: auto;
    width: auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 480px;
}
@media (min-width: 62.5em) {
    .safety-check-list {
        max-width: 980px;
    }
}
.safety-check-list__section {
    width: 100%;
    margin: auto;
    width: auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 20px 20px;
    border: 1px solid #d2dcf0;
    border-radius: 10px;
}
.safety-check-list__section + .safety-check-list__section {
    margin-top: 30px;
}
@media (min-width: 48.75em) {
    .safety-check-list__section {
        padding: 30px;
    }
}
.safety-check-list__heading {
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 48.75em) {
    .safety-check-list__heading {
        margin-bottom: 20px;
    }
}
.safety-check-list__subheading {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -5px;
}
@media (min-width: 48.75em) {
    .safety-check-list__subheading {
        margin-bottom: 20px;
        margin-top: -10px;
    }
}
.safety-check-list__item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 0.666em 0;
    width: 100%;
    font-size: 16px;
}
@media (min-width: 62.5em) {
    .safety-check-list__item {
        width: 50%;
        padding-right: 1em;
    }
}
@media (min-width: 70.25em) {
    .safety-check-list__item {
        font-size: 18px;
    }
}
.safety-check-list__item.--small {
    font-size: 13px;
    margin: 0.666em 0;
}
@media (min-width: 70.25em) {
    .safety-check-list__item.--small {
        font-size: 15px;
    }
}
.safety-check-list__icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
}
.safety-check-list__icon svg {
    width: 1em;
    height: 1em;
}
.safety-check-list__text {
    line-height: 1.33;
    font-size: 1em;
    width: calc(100% - 1em);
}
.safety-check-list__text em {
    font-size: 0.8em;
    font-style: normal;
    font-weight: 600;
    color: #8d7e8a;
    white-space: nowrap;
}
.safety-check-list__tooltip {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 1px;
    vertical-align: middle;
    margin-top: -0.2em;
}
.safety-check-list__tooltip svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 48.75em) {
    .safety-check-list__tooltip {
        margin-top: -4px;
    }
}
.safety-check-list .tooltip {
    font-size: 16px;
}
.section.--padded {
    padding: 100px 0;
}
@media (min-width: 48.75em) {
    .section.--padded {
        padding: 120px 0;
    }
}
@media (min-width: 70.25em) {
    .section.--padded {
        padding: 150px 0;
    }
}
@media (min-width: 90.0625em) {
    .section.--padded {
        padding: 170px 0;
    }
}
.section.--padded-less {
    padding: 40px 0;
}
@media (min-width: 48.75em) {
    .section.--padded-less {
        padding: 60px 0;
    }
}
@media (min-width: 70.25em) {
    .section.--padded-less {
        padding: 70px 0;
    }
}
@media (min-width: 90.0625em) {
    .section.--padded-less {
        padding: 80px 0;
    }
}
.section.--padded-top {
    padding-top: 100px;
}
@media (min-width: 48.75em) {
    .section.--padded-top {
        padding-top: 120px;
    }
}
@media (min-width: 70.25em) {
    .section.--padded-top {
        padding-top: 140px;
    }
}
@media (min-width: 90.0625em) {
    .section.--padded-top {
        padding-top: 160px;
    }
}
.section.--padded-less-top {
    padding-top: 40px;
}
@media (min-width: 48.75em) {
    .section.--padded-less-top {
        padding-top: 60px;
    }
}
@media (min-width: 70.25em) {
    .section.--padded-less-top {
        padding-top: 70px;
    }
}
@media (min-width: 90.0625em) {
    .section.--padded-less-top {
        padding-top: 80px;
    }
}
.section.--no-padding-top {
    padding-top: 0;
}
@media (min-width: 48.75em) {
    .section.--no-padding-top {
        padding-top: 0;
    }
}
@media (min-width: 70.25em) {
    .section.--no-padding-top {
        padding-top: 0;
    }
}
@media (min-width: 90.0625em) {
    .section.--no-padding-top {
        padding-top: 0;
    }
}
.section.--padded-bottom {
    padding-bottom: 100px;
}
@media (min-width: 48.75em) {
    .section.--padded-bottom {
        padding-bottom: 120px;
    }
}
@media (min-width: 70.25em) {
    .section.--padded-bottom {
        padding-bottom: 140px;
    }
}
@media (min-width: 90.0625em) {
    .section.--padded-bottom {
        padding-bottom: 160px;
    }
}
.section.--spaces-grid + .section.--spaces-grid {
    margin-top: 50px;
}
@media (min-width: 48.75em) {
    .section.--spaces-grid + .section.--spaces-grid {
        margin-top: 60px;
    }
}
@media (min-width: 70.25em) {
    .section.--spaces-grid + .section.--spaces-grid {
        margin-top: 70px;
    }
}
@media (min-width: 90.0625em) {
    .section.--spaces-grid + .section.--spaces-grid {
        margin-top: 80px;
    }
}
.section.--overflow-hidden {
    overflow: hidden;
}
.section.--for-spaces {
    padding-bottom: 50px;
}
@media (min-width: 48.75em) {
    .section.--for-spaces .l-two-col + .l-two-col {
        margin-top: 150px;
    }
}
@media (max-width: 48.74em) {
    .side-nav {
        position: relative;
    }
}
@media (max-width: 48.74em) {
    .side-nav,
    .side-nav__links {
        border: 1px solid #d2dcf0;
        border-radius: 4px;
    }
    .side-nav__links {
        pointer-events: none;
        position: absolute;
        top: -1px;
        left: -1px;
        background-color: #fffefe;
        width: calc(100% + 2px);
        padding: 0 15px 15px;
        transition: opacity 0.15s cubic-bezier(0.19, 1, 0.22, 1);
        box-shadow: 0 4px 14px -8px rgba(20, 12, 64, 0.2);
        opacity: 0;
    }
}
.side-nav__item {
    display: block;
    margin-top: 15px;
}
@media (min-width: 48.75em) {
    .side-nav__item {
        margin-bottom: 15px;
        margin-top: 0;
    }
}
.side-nav__item a {
    font-size: 16px;
    font-weight: 600;
    transition: border 0.3s cubic-bezier(0.19, 1, 0.22, 1), color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    display: inline-block;
    color: #8d7e8a;
    width: 100%;
}
@media (min-width: 72.75em) {
    .side-nav__item a {
        width: auto;
    }
    .side-nav__item a:hover {
        border-bottom-color: #140c40;
        color: #140c40;
    }
}
.side-nav__item a.--is-active {
    color: #140c40;
}
.side-nav__item:last-of-type {
    margin-bottom: 0;
}
.side-nav__mobile-toggle {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 15px;
}
.side-nav__mobile-toggle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #140c40;
    border-bottom: 1px solid #140c40;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 15px;
}
@media (min-width: 48.75em) {
    .side-nav__mobile-toggle {
        display: none;
    }
}
.side-nav.--is-toggled .side-nav__mobile-toggle:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.side-nav.--is-toggled .side-nav__links {
    opacity: 1;
    pointer-events: all;
    z-index: 3;
}
.site-footer {
    background-color: #0f0833;
    padding: 80px 0 40px;
}
@media (min-width: 48.75em) {
    .site-footer {
        padding: 120px 0 90px;
    }
}
.site-footer__inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.site-footer__top {
    width: 100%;
    margin-bottom: 50px;
}
.site-footer__logo {
    width: 130px;
    height: auto;
    display: block;
}
.site-footer__logo > svg {
    width: 100%;
    height: auto;
}
.site-footer__logo .word {
    fill: #fffefe !important;
}
.site-footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media (min-width: 57.5em) {
    .site-footer__links {
        width: 75%;
        padding-right: 20px;
    }
}
.site-footer__links-section {
    width: 50%;
    padding-right: 10px;
}
@media (min-width: 35.625em) {
    .site-footer__links-section {
        width: 25%;
    }
}
@media (max-width: 35.615em) {
    .site-footer__links-section + .site-footer__links-section {
        margin-top: 50px;
    }
}
.site-footer__links-section.--wide {
    width: 100%;
}
@media (min-width: 35.625em) {
    .site-footer__links-section.--wide {
        width: 50%;
    }
}
.site-footer__links-section-header {
    font-weight: 600;
}
.site-footer__link-list.--two-col {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-width: 50%;
    column-width: 50%;
}
.site-footer__link {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.site-footer__link > a {
    color: #fffefe;
    line-height: 1.6;
    border-bottom: 1px solid #140c40;
    transition: border 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-footer__link > a:hover {
    border-bottom-color: #5688f5;
}
.site-footer__blog-and-social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 57.5em) {
    .site-footer__blog-and-social {
        width: 25%;
    }
}
.site-footer__blog {
    width: 100%;
    margin-top: 50px;
}
@media (min-width: 38.75em) and (max-width: 57.49em) {
    .site-footer__blog {
        width: 50%;
        padding-right: 50px;
    }
}
@media (min-width: 57.5em) {
    .site-footer__blog {
        margin-top: 0;
    }
}
.site-footer__blog-link {
    margin-top: 8px;
    display: block;
}
.site-footer__blog-link:hover .site-footer__blog-link-continue {
    border-bottom-color: #5688f5;
}
.site-footer__blog-title {
    display: block;
    width: 100%;
}
.site-footer__blog-link-continue {
    margin-top: 10px;
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 1px solid #140c40;
    transition: border 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-footer__social {
    margin-top: 50px;
    width: 100%;
}
@media (min-width: 38.75em) and (max-width: 57.49em) {
    .site-footer__social {
        width: 50%;
    }
}
.site-footer__copyright {
    margin-top: 120px;
    width: 100%;
    opacity: 0.5;
}
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 7.5%;
    background-color: transparent;
    z-index: 2;
    transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 999;
    /* height: 84px; */
    pointer-events: none;
}
@media (min-width: 72.75em) {
    .site-header {
        padding: 0 40px;
    }
}
@media (min-width: 90.0625em) {
    .site-header {
        height: 90px;
        /* margin-top: -35px; */
    }
}
.site-header__inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 30px;

}
.site-header__logo {
    width: 40%;
    max-width: 130px;
    position: relative;
    z-index: 2;
    /* margin-top:72px; */
    pointer-events: all;
    color:#140c40;
    
}
@media (min-width: 45em) {
    .site-header__logo {
        width: 33.333%;
    }
}
@media (min-width: 72.75em) {
    .site-header__logo {
        -webkit-transform: translateY(-14%);
        transform: translateY(-14%);
    }
}
.site-header__nav {
    width: 66.666%;
    display: flex;
    flex: auto;
    justify-content: flex-end;
}
@media (max-width: 44.99em) {
    .site-header__nav {
        width: 50%;
    }
}
.site-header.--filled {
    background-color: #fffefe;
}
/* .site-header.--has-alert:not(.--is-toggled):not(.--is-stuck) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
} */
.site-header.--is-toggled {
    position: fixed;
    top: 0;
    transition: none;
}
.site-header.--is-toggled:not(.--is-stuck) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: none;
}
.site-header.--is-toggled.--is-stuck {
    top: -120px;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    background-color: #fffefe;
    z-index: 999;
}
.site-header.--is-stuck {
    position: fixed;
    top: -120px;
    background-color: #fffefe;
    z-index: 999;
}
.site-header.--is-stuck.--is-visible {
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
    padding-bottom: 10px;
}
@media (min-width: 25.875em) {
    .site-header.--is-stuck .nav-primary__sign-up-top {
        display: block;
    }
}
.--reverse-nav .site-header:not(.--is-toggled):not(.--is-stuck) .site-header__logo .word {
    fill: #fffefe !important;
}
/* .skip-link {
    padding: 1em;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 3px solid;
    background-color: #fff;
} */
/* .skip-link:focus {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
} */
/* .skip-link:focus:not(:hover) {
    outline: 1px dotted;
    outline-offset: -0.5em;
} */
.space {
    display: block;
    overflow: hidden;
}
.space:hover .space__img > img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.space__img {
    background-color: #e7edfa;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.space__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.02401%;
}
.space__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.space__name {
    font-weight: 800;
    margin-top: 20px;
}
.space__address {
    color: #8d7e8a;
    margin-top: 2px;
}
.space__address-line + .space__address-line {
    margin-left: 2px;
}
.space__address-line + .space__address-line:before {
    content: "•";
    display: inline-block;
    margin-right: 2px;
}
.space__tags {
    margin-top: 10px;
}
.space__details {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 8px;
    text-align: right;
}
.space.--large {
    border-radius: 6px;
}
.space.--large,
.space.--large .space__img {
    position: relative;
}
.space.--large .space__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
}
.space.--large .space__text {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    left: 0;
    bottom: 0;
    color: #fffefe;
    z-index: 2;
    width: 100%;
}
.space.--large .space__text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(180deg, rgba(20, 12, 64, 0) 0, rgba(20, 12, 64, 0.6));
    z-index: -1;
}
.space.--large .space__address {
    color: #fffefe;
}
.space.--tall-image .space__img {
    position: relative;
    border-radius: 0;
}
.space.--tall-image .space__img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3%;
}
@media (max-width: 33.74em) {
    .stat {
        text-align: center;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .stat {
        display: -ms-grid;
        display: grid;
        align-items: top;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 50px;
        -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .stat {
        grid-column-gap: 30px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .stat {
        grid-column-gap: 45px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .stat {
        grid-column-gap: 60px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .stat {
        grid-row-gap: 120px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .stat {
        grid-row-gap: 140px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .stat {
        grid-row-gap: 160px;
    }
}
.stat__value {
    font-size: 60px;
    font-weight: 800;
    white-space: nowrap;
    color: #4760ff;
    line-height: 1;
}
@media (min-width: 33.75em) and (max-width: 90.0525em) {
    .stat__value {
        font-size: 9vw;
    }
}
@media (min-width: 90.0625em) {
    .stat__value {
        font-size: 120px;
    }
}
.stat__value > span {
    font-size: 36px;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateY(13%);
    transform: translateY(13%);
}
@media (min-width: 33.75em) and (max-width: 90.0525em) {
    .stat__value > span {
        font-size: 5vw;
    }
}
@media (min-width: 90.0625em) {
    .stat__value > span {
        font-size: 70px;
    }
}
.stat__attribution {
    font-weight: 800;
    color: #4760ff;
}
.stat.--small-val .stat__value {
    font-size: 40px;
}
@media (min-width: 33.75em) and (max-width: 90.0525em) {
    .stat.--small-val .stat__value {
        font-size: 6.666vw;
    }
}
@media (min-width: 90.0625em) {
    .stat.--small-val .stat__value {
        font-size: 90px;
    }
}
.stat.--med-val .stat__value {
    font-size: 50px;
}
@media (min-width: 33.75em) and (max-width: 90.0525em) {
    .stat.--med-val .stat__value {
        font-size: 7.5vw;
    }
}
@media (min-width: 90.0625em) {
    .stat.--med-val .stat__value {
        font-size: 100px;
    }
}
.stat.--centered {
    text-align: center;
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .stat.--centered {
        text-align: left;
    }
}
.tag {
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #d2dcf0;
    display: inline-block;
    margin: 3px 2px 3px 0;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1;
}
@media (min-width: 70.25em) {
    .tag {
        font-size: 15px;
        padding: 8px;
    }
}
.tag.--alt {
    background-color: #140c40;
    color: #fffefe;
    border-color: #140c40;
    font-size: 12px;
    margin: 3px 0 3px 5px;
    padding: 5px;
}
.tag.--filled {
    background-color: #4760ff;
    border-color: #4760ff;
    color: #fffefe;
}
.tag.--micro {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    padding: 2px 3px 1px;
}
.tag.--super {
    vertical-align: top;
    margin-top: -1px;
    margin-left: 4px;
}
a.tag:hover {
    background-color: #f2f6ff;
}
.testimonials-slideshow {
    overflow: hidden;
}
.testimonials-slideshow__slide {
    width: 100%;
    text-align: center;
}
.testimonials-slideshow.--big {
    overflow: visible;
}
.testimonials-slideshow.--padded {
    padding: 100px 0;
}
@media (min-width: 48.75em) {
    .testimonials-slideshow.--padded {
        padding: 120px 0;
    }
}
@media (min-width: 70.25em) {
    .testimonials-slideshow.--padded {
        padding: 150px 0;
    }
}
@media (min-width: 90.0625em) {
    .testimonials-slideshow.--padded {
        padding: 170px 0;
    }
}
.text-btn {
    display: inline-block;
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 48.75em) {
    .text-btn:focus,
    .text-btn:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}
.text-btn span {
    padding-right: 1.2em;
}
.text-btn svg {
    display: inline-block;
    width: 0.85em;
    height: auto;
    margin-left: -0.85em;
}
.text-btn.--reverse {
    color: #fffefe;
}
.text-lockup__eyebrow {
    margin-bottom: 0.75em;
    color: #8d7e8a;
}
.text-lockup__heading {
    margin-bottom: 0.25em;
}
@media (min-width: 48.75em) {
    .text-lockup__heading {
        margin-bottom: 0.5em;
    }
}
.text-lockup__body a {
    color: #4760ff;
}
.text-lockup__tags {
    margin-top: 20px;
}
@media (min-width: 48.75em) {
    .text-lockup__tags {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}
@media (min-width: 70.25em) {
    .text-lockup__tags {
        margin-top: 40px;
    }
}
.text-lockup__action {
    margin-top: 25px;
}
@media (min-width: 48.75em) {
    .text-lockup__action {
        margin-top: 30px;
    }
}
@media (min-width: 70.25em) {
    .text-lockup__action {
        margin-top: 35px;
    }
}
.text-lockup.--xlarge .text-lockup__heading {
    margin-bottom: 0.4em;
}
.text-lockup.--small .text-lockup__heading {
    margin-bottom: 0.5em;
}
@media (min-width: 48.75em) {
    .text-lockup.--two-col {
        display: -ms-grid;
        display: grid;
        align-items: top;
        grid-column-gap: 15px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 48.75em) and (min-width: 48.75em) {
    .text-lockup.--two-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 48.75em) and (min-width: 70.25em) {
    .text-lockup.--two-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 48.75em) and (min-width: 90.0625em) {
    .text-lockup.--two-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .text-lockup.--two-col .text-lockup__heading {
        padding-right: 20px;
    }
}
@media (min-width: 48.75em) {
    .text-lockup.--how-to-home .text-lockup__heading {
        display: none;
    }
}
@media (max-width: 48.74em) {
    .text-lockup.--how-to-four-col .text-lockup__heading {
        font-size: 24px;
    }
    .text-lockup.--how-to-four-col .text-lockup__body {
        font-size: 19px;
    }
}
.text-lockup.--filled-eyebrow .text-lockup__eyebrow {
    padding: 12px 18px 11px;
    border-radius: 100px;
    background: rgba(71, 96, 255, 0.2);
    display: inline-block;
    margin-bottom: 1.5em;
    color: #140c40;
}
@media (max-width: 48.74em) {
    .text-lockup.--centered-mobile {
        text-align: center;
    }
}
.text-lockup + .floating-form,
.text-lockup + .text-lockup {
    margin-top: 45px;
}
@media (min-width: 48.75em) {
    .text-lockup + .floating-form,
    .text-lockup + .text-lockup {
        margin-top: 60px;
    }
}
.tier-card {
    background-color: #fffefe;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 40px;
    width: 100%;
    border: 6px solid #140c40;
    max-width: 580px;
    margin: auto;
    text-align: center;
    position: relative;
    height: auto;
}
.tier-card.--highlight {
    border-color: #4760ff;
}
.tier-card.--highlight .tier-card__highlight {
    background-color: #4760ff;
}
@media (max-width: 70.24em) {
    .tier-card.--highlight {
        margin-top: 60px;
    }
}
.tier-card__name {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.25;
}
@media (min-width: 90.0625em) {
    .tier-card__name {
        font-size: 40px;
    }
}
.tier-card__visit-count {
    font-weight: 800;
    font-size: 15.25vw;
    margin-top: 20px;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
}
@media (min-width: 48.75em) {
    .tier-card__visit-count {
        font-size: 9.25vw;
        margin-top: 25px;
    }
}
@media (min-width: 70.25em) {
    .tier-card__visit-count {
        font-size: 6.25vw;
        margin-top: 30px;
    }
}
@media (min-width: 90.0625em) {
    .tier-card__visit-count {
        font-size: 100px;
        letter-spacing: -2px;
    }
}
.tier-card__visit-count .unit {
    font-size: 0.5em;
    margin-left: -0.5em;
    margin-top: 0.2em;
    vertical-align: top;
    display: inline-block;
}
.tier-card__visit-count .strike {
    position: relative;
    display: inline-block;
    margin-right: 0.2em;
}
.tier-card__visit-count .strike:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -0.15em;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    left: 0;
    height: 0.15em;
    width: 100%;
    background-color: #fa8f77;
}
.tier-card__visits-per {
    font-family: Simula, Times, serif;
    font-size: 24px;
}
@media (min-width: 90.0625em) {
    .tier-card__visits-per {
        font-size: 30px;
    }
}
.tier-card__benefits {
    margin-top: 30px;
}
.tier-card__action {
    margin-top: 45px;
    width: 100%;
    max-width: 250px;
}
.tier-card__pricing-details {
    font-size: 15px;
    margin-top: 20px;
}
.tier-card__pricing-details strong {
    font-weight: 800;
}
.tier-card__annual-pricing {
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: -26px;
    color: #4760ff;
    font-weight: 600;
}
.tier-card__annual-pricing:hover {
    text-decoration: underline;
}
.tier-card__annual-pricing span {
    position: relative;
    white-space: nowrap;
    padding-right: 0.6em;
}
.tier-card__annual-pricing span:after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    border-right: 0.125em solid #4760ff;
    border-bottom: 0.125em solid #4760ff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 0.12em;
    margin-left: 0.125em;
    position: absolute;
    right: 0;
    top: 0.4em;
}
.tier-card__highlight {
    position: absolute;
    font-weight: 600;
    top: -60px;
    height: 60px;
    left: -6px;
    right: -6px;
    text-align: center;
    background-color: #140c40;
    color: #fffefe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
}
.timeline {
    margin-top: 20px;
    overflow: hidden;
}
@media (min-width: 48.75em) {
    .timeline {
        margin-top: 50px;
    }
}
.timeline__slides {
    width: 100%;
}
.timeline__slide {
    position: relative;
    width: 90vw;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.3s;
    -webkit-perspective: 2px;
    perspective: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: -webkit-grab;
    cursor: grab;
}
@media (min-width: 25.625em) {
    .timeline__slide {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        padding: 7vw 0;
        opacity: 0.25;
    }
}
@media (min-width: 48.75em) {
    .timeline__slide {
        width: 85vw;
    }
}
@media (min-width: 70.25em) {
    .timeline__slide {
        width: 66.666vw;
        padding: 7vw 4vw;
    }
}
.timeline__slide.is-selected {
    opacity: 0.99;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.timeline__slide.is-selected .timeline__month {
    transition-delay: 0.6s;
}
.timeline__slide.is-selected .timeline__year {
    transition-delay: 0.75s;
}
@media (min-width: 25.625em) {
    .timeline__slide.is-selected .timeline__month,
    .timeline__slide.is-selected .timeline__year {
        opacity: 0.2;
        -webkit-transform: translateZ(0) rotate(0.2deg);
        transform: translateZ(0) rotate(0.2deg);
    }
}
.timeline__slide.--enlarge-img .timeline__img .img-container {
    overflow: visible;
}
@media (min-width: 48.75em) {
    .timeline__slide.--enlarge-img .timeline__img img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.timeline__slide.--no-background .timeline__img {
    background: transparent;
}
.timeline__img {
    width: 100%;
    background-color: #4760ff;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
@media (min-width: 25.625em) {
    .timeline__img {
        width: 45%;
        margin-right: 10%;
        margin-bottom: 0;
    }
}
.timeline__text {
    width: 100%;
}
@media (min-width: 25.625em) {
    .timeline__text {
        width: 45%;
    }
}
.timeline__month,
.timeline__year {
    font-size: 15px;
    line-height: 0.9;
    font-weight: 800;
    color: #4760ff;
    letter-spacing: -0.02em;
}
@media (min-width: 25.625em) {
    .timeline__month,
    .timeline__year {
        font-size: 11vw;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        position: absolute;
    }
}
@media (min-width: 25.625em) {
    .timeline__month {
        top: 0;
        left: -5%;
        transition-delay: 0s;
        -webkit-transform: translate3d(20px, 20px, 0);
        transform: translate3d(20px, 20px, 0);
    }
}
.timeline__year {
    margin-left: 0.2em;
}
@media (min-width: 25.625em) {
    .timeline__year {
        margin-left: 0;
        bottom: 0;
        right: -5%;
        transition-delay: 0.15s;
        -webkit-transform: translate3d(-20px, -20px, 0);
        transform: translate3d(-20px, -20px, 0);
    }
}
.timeline__heading {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}
@media (min-width: 48.75em) {
    .timeline__heading {
        font-size: 21px;
        margin-top: 0;
    }
}
@media (min-width: 70.25em) {
    .timeline__heading {
        font-size: 24px;
    }
}
.timeline__description {
    font-family: Simula, Times, serif;
    font-size: 16px;
    margin-top: 5px;
}
@media (min-width: 48.75em) {
    .timeline__description {
        font-size: 19px;
        margin-top: 10px;
    }
}
@media (min-width: 70.25em) {
    .timeline__description {
        font-size: 21px;
    }
}
.timeline__line {
    width: 100%;
    padding: 20px 0;
}
.timeline__line-item {
    width: 25vw;
    text-align: center;
    cursor: pointer;
}
.timeline__line-item.is-selected .timeline__line-dot,
.timeline__line-item:hover .timeline__line-dot {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #4760ff;
}
.timeline__line-item.is-selected .timeline__line-item-details,
.timeline__line-item:hover .timeline__line-item-details {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.timeline__line-item:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-11px);
    transform: translateY(-11px);
    background-color: #e7edfa;
    z-index: -1;
}
.timeline__line-item:first-of-type:after {
    width: 50%;
    left: 50%;
}
.timeline__line-item:last-of-type:after {
    width: 50%;
}
.timeline__line-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #140c40;
    border-radius: 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.timeline__line-item-details {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    opacity: 0;
    white-space: nowrap;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.toggle-btns {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 100px;
    background-color: #140c40;
    font-weight: 600;
    position: relative;
    width: auto;
    font-size: 16px;
}
@media (min-width: 90.0625em) {
    .toggle-btns {
        font-size: 18px;
    }
}
.toggle-btns.--left-active .toggle-btns__toggle:before {
    content: attr(data-left);
}
.toggle-btns.--right-active .toggle-btns__toggle {
    -webkit-transform: translateX(calc(100% + 1px));
    transform: translateX(calc(100% + 1px));
}
.toggle-btns.--right-active .toggle-btns__toggle:before {
    content: attr(data-right);
}
.toggle-btns__left,
.toggle-btns__right {
    padding: 20px 24px;
    color: #fffefe;
    font-size: 16px;
    cursor: pointer;
    border-radius: 100px;
    white-space: nowrap;
    text-align: center;
}
@media (min-width: 48.75em) {
    .toggle-btns__left,
    .toggle-btns__right {
        padding: 22px 26px;
    }
}
@media (min-width: 90.0625em) {
    .toggle-btns__left,
    .toggle-btns__right {
        padding: 24px 28px;
    }
}
.toggle-btns__toggle {
    font-size: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    border-radius: 100px;
    background-color: #fffefe;
    text-align: center;
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}
.toggle-btns__toggle:before {
    content: "";
}
.tooltip {
    position: absolute;
    background-color: #140c40;
    color: #fffefe;
    padding: 15px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    height: auto;
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1), transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale(0.8) translateY(-50%) translateX(10%);
    transform: scale(0.8) translateY(-50%) translateX(10%);
    z-index: 2;
}
.tooltip__heading,
.tooltip__subheading {
    font-size: 15px;
    line-height: 1.5;
}
.tooltip__heading {
    font-weight: 800;
}
.tooltip.is-visible {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(10%);
    transform: translateY(-50%) translateX(10%);
}
.tooltip.--constrain {
    max-width: 400px;
}
.js-has-tooltip:hover + .tooltip {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(10%);
    transform: translateY(-50%) translateX(10%);
}
.l-benefits-list {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
}
@media (min-width: 48.75em) {
    .l-benefits-list {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-benefits-list {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-benefits-list {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-benefits-list {
        grid-row-gap: 50px;
    }
}
@media (min-width: 70.25em) {
    .l-benefits-list {
        grid-row-gap: 70px;
    }
}
@media (min-width: 90.0625em) {
    .l-benefits-list {
        grid-row-gap: 70px;
    }
}
@media (min-width: 33.75em) {
    .l-benefits-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 70px;
    }
}
@media (min-width: 48.75em) {
    .l-benefits-list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 90px;
    }
}
.l-benefits-list.--no-margin {
    margin-top: 0;
}
@media (min-width: 48.75em) {
    .l-benefits-list.--two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 90px;
    }
}
.l-brand-assets__header {
    margin-top: 30px;
}
.l-brand-assets__asset-grid {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    margin-top: 30px;
}
@media (min-width: 48.75em) {
    .l-brand-assets__asset-grid {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-brand-assets__asset-grid {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-brand-assets__asset-grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-brand-assets__asset-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 70.25em) {
    .l-brand-assets__asset-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 90.0625em) {
    .l-brand-assets__asset-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 33.75em) {
    .l-brand-assets__asset-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 70.25em) {
    .l-brand-assets__asset-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.l-careers {
    max-width: 960px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 70px;
}
@media (min-width: 48.75em) {
    .l-careers {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-careers {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-careers {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-careers {
        grid-row-gap: 70px;
    }
}
@media (min-width: 70.25em) {
    .l-careers {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-careers {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-careers {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-comparison-table {
    margin: 50px auto 0;
    max-width: 1180px;
}
@media (min-width: 48.75em) {
    .l-comparison-table {
        margin: 70px auto 0;
    }
}
@media (min-width: 70.25em) {
    .l-comparison-table {
        margin: 100px auto 0;
    }
}
.l-comparison-table__header-row,
.l-comparison-table__row {
    font-size: 15px;
    width: 100%;
}
@media (min-width: 48.75em) {
    .l-comparison-table__header-row,
    .l-comparison-table__row {
        font-size: 14px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        display: -ms-grid;
        display: grid;
        align-items: stretch;
        grid-column-gap: 10px;
    }
}
@media (min-width: 48.75em) and (min-width: 48.75em) {
    .l-comparison-table__header-row,
    .l-comparison-table__row {
        grid-column-gap: 10px;
    }
}
@media (min-width: 48.75em) and (min-width: 70.25em) {
    .l-comparison-table__header-row,
    .l-comparison-table__row {
        grid-column-gap: 10px;
    }
}
@media (min-width: 48.75em) and (min-width: 90.0625em) {
    .l-comparison-table__header-row,
    .l-comparison-table__row {
        grid-column-gap: 20px;
    }
}
@media (min-width: 70.25em) {
    .l-comparison-table__header-row,
    .l-comparison-table__row {
        font-size: 15px;
    }
}
.l-comparison-table__header-row .btn,
.l-comparison-table__row .btn {
    font-size: 15px;
}
@media (min-width: 48.75em) {
    .l-comparison-table__header-row .btn,
    .l-comparison-table__row .btn {
        font-size: 14px;
    }
}
@media (min-width: 90.0625em) {
    .l-comparison-table__header-row .btn,
    .l-comparison-table__row .btn {
        font-size: 15px;
    }
}
.l-comparison-table__header-row {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fffefe;
}
.l-comparison-table__header-row .l-comparison-table__col {
    font-weight: 800;
    background-color: transparent;
}
.l-comparison-table__header-row .l-comparison-table__col:first-of-type {
    -ms-grid-column: 2;
    grid-column-start: 2;
}
@media (max-width: 48.74em) {
    .l-comparison-table__header-row {
        display: none;
    }
}
.l-comparison-table__col {
    text-align: center;
    font-weight: 400;
    padding: 10px;
    min-height: 70px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #e7edfa;
}
.l-comparison-table__col:first-of-type {
    justify-content: flex-start;
    text-align: left;
    font-weight: 800;
    background-color: transparent;
    padding-left: 0;
}
@media (max-width: 48.74em) {
    .l-comparison-table__col:first-of-type {
        font-size: 21px;
        font-weight: 600;
        margin-top: 40px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        background-color: #fffefe;
        z-index: 1;
        text-align: center;
        justify-content: center;
    }
}
.l-comparison-table__col img,
.l-comparison-table__col svg {
    width: 90%;
    max-width: 110px;
    height: auto;
    margin: auto;
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
}
.l-comparison-table__col .btn {
    width: 100%;
}
@media (max-width: 48.74em) {
    .l-comparison-table__col {
        min-height: 50px;
    }
    .l-comparison-table__col:first-of-type {
        padding-left: 0;
    }
    .l-comparison-table__col:nth-of-type(n + 2) {
        width: 50%;
        margin-left: 50%;
        position: relative;
        border-top: 5px solid #fffefe;
    }
    .l-comparison-table__col:nth-of-type(n + 2):before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        font-size: 15px;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 600;
    }
    .l-comparison-table__col:nth-of-type(2):before {
        background-image: url(../images/deskpass-logo-2ed2802651.svg);
        background-size: 100px auto;
        background-repeat: no-repeat;
        background-position: 0;
    }
}
.l-comparison-table__col.--filled {
    background-color: #4760ff;
    color: #fffefe;
    font-weight: 800;
}
@media (min-width: 48.75em) and (max-width: 70.24em) {
    .l-comparison-table.--all .l-comparison-table__header-row,
    .l-comparison-table.--all .l-comparison-table__row {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .l-comparison-table.--all .l-comparison-table__col:nth-of-type(5) {
        display: none;
    }
}
@media (min-width: 48.75em) {
    .l-comparison-table.--teams .l-comparison-table__header-row,
    .l-comparison-table.--teams .l-comparison-table__row {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}
.l-container {
    width: 85%;
    max-width: 600px;
    margin: auto;
}
@media (min-width: 48.75em) {
    .l-container {
        max-width: 1200px;
        width: 85%;
    }
}
.l-container.--narrow {
    max-width: 1060px;
}
@media (min-width: 70.25em) {
    .l-container.--narrow {
        width: 75%;
    }
}
.l-container.--extra-narrow {
    max-width: 920px;
}
@media (min-width: 70.25em) {
    .l-container.--extra-narrow {
        width: 75%;
    }
}
.l-container.--iframe {
    padding: 50px 0 100px;
}
.l-faq {
    margin-top: 50px;
}
@media (min-width: 33.75em) {
    .l-faq {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        column-gap: 50px;
        -webkit-column-width: 50%;
        column-width: 50%;
        -webkit-column-fill: balance;
        column-fill: balance;
    }
}
.l-faq__item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.l-faq__item + .l-faq__item {
    margin-top: 30px;
}
@media (min-width: 70.25em) {
    .l-faq__item + .l-faq__item {
        margin-top: 50px;
    }
}
.l-home-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    max-width: 1800px;
    margin: auto;
}
.l-home-hero__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.l-home-hero__gallery {
    width: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    pointer-events: none;
}
@media (min-width: 51.875em) {
    .l-home-hero__gallery {
        width: calc(50% - 50px);
        margin-right: 50px;
        pointer-events: auto;
        padding: 0 10px;
    }
}
.l-home-hero__text {
    width: 95%;
    margin: 120px 0;
    padding: 50px 30px;
    background-color: #fffefe;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 2;
}
@media (min-width: 33.75em) {
    .l-home-hero__text {
        width: 80vw;
        margin: 150px 50px;
        padding: 60px;
    }
}
@media (min-width: 51.875em) {
    .l-home-hero__text {
        width: 50%;
        margin: 100px 0 100px 50%;
        padding: 0 0 0 20px;
        background-color: transparent;
        border-radius: 0;
        text-align: left;
    }
}
.l-home-hero__form {
    margin-top: 50px;
}
.l-how-to-four-col__header {
    margin-bottom: 50px;
}
.l-how-to-four-col__grid {
    display: -ms-grid;
    display: grid;
    align-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 70px;
}
@media (min-width: 48.75em) {
    .l-how-to-four-col__grid {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-four-col__grid {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-four-col__grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-four-col__grid {
        grid-row-gap: 70px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-four-col__grid {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-four-col__grid {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-four-col__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-four-col__grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .l-how-to-four-col__grid-col {
        display: -ms-grid;
        display: grid;
        align-items: center;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 70px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-four-col__grid-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-four-col__grid-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-four-col__grid-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-four-col__grid-col {
        grid-row-gap: 70px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-four-col__grid-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-four-col__grid-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .l-how-to-four-col__grid-col:nth-of-type(2n) {
        grid-auto-flow: dense;
    }
    .l-how-to-four-col__grid-col:nth-of-type(2n) .l-how-four-col__step-img {
        -ms-grid-column: 2;
        grid-column: 2;
    }
    .l-how-to-four-col__grid-col:nth-of-type(2n) .l-how-four-col__step-text {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}
.l-how-to-four-col__step-img {
    background-color: #e7edfa;
    margin-bottom: 40px;
}
.l-how-to-three-col__header {
    margin-bottom: 50px;
}
.l-how-to-three-col__grid {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 70px;
}
@media (min-width: 48.75em) {
    .l-how-to-three-col__grid {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-three-col__grid {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-three-col__grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-three-col__grid {
        grid-row-gap: 70px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-three-col__grid {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-three-col__grid {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-three-col__grid {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.l-how-to-three-col__grid-col .card {
    height: 100%;
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .l-how-to-three-col__grid-col {
        display: -ms-grid;
        display: grid;
        align-items: center;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 70px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-three-col__grid-col {
        grid-column-gap: 50px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-three-col__grid-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-three-col__grid-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-three-col__grid-col {
        grid-row-gap: 70px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-three-col__grid-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-three-col__grid-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .l-how-to-three-col__grid-col:nth-of-type(2n) {
        grid-auto-flow: dense;
    }
    .l-how-to-three-col__grid-col:nth-of-type(2n) .l-how-four-col__step-img {
        -ms-grid-column: 2;
        grid-column: 2;
    }
    .l-how-to-three-col__grid-col:nth-of-type(2n) .l-how-four-col__step-text {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}
.l-how-to-three-col__step-img {
    background-color: #e7edfa;
    margin-bottom: 40px;
}
.l-how-to-two-col {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-how-to-two-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-two-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-two-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-two-col {
        grid-row-gap: 120px;
    }
}
@media (min-width: 70.25em) {
    .l-how-to-two-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-how-to-two-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-how-to-two-col__right {
    margin-top: -50px;
}
@media (min-width: 33.75em) and (max-width: 48.74em) {
    .l-how-to-two-col__right {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
        grid-row-gap: 50px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-two-col__right {
        grid-column-gap: 30px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-two-col__right {
        grid-column-gap: 45px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-two-col__right {
        grid-column-gap: 60px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 48.75em) {
    .l-how-to-two-col__right {
        grid-row-gap: 120px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 70.25em) {
    .l-how-to-two-col__right {
        grid-row-gap: 140px;
    }
}
@media (min-width: 33.75em) and (max-width: 48.74em) and (min-width: 90.0625em) {
    .l-how-to-two-col__right {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-how-to-two-col__right {
        margin-top: -80px;
    }
}
.l-how-to-two-col__step {
    padding-top: 50px;
}
@media (min-width: 48.75em) {
    .l-how-to-two-col__step {
        padding-top: 80px;
    }
}
.l-how-to-two-col__step-img {
    margin-bottom: 30px;
}
.l-logo-grid {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 75%;
    margin: auto;
}
@media (min-width: 48.75em) {
    .l-logo-grid {
        grid-column-gap: 40px;
    }
}
@media (min-width: 70.25em) {
    .l-logo-grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 90.0625em) {
    .l-logo-grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-logo-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 70.25em) {
    .l-logo-grid {
        grid-row-gap: 60px;
    }
}
@media (min-width: 90.0625em) {
    .l-logo-grid {
        grid-row-gap: 60px;
    }
}
@media (min-width: 40.625em) {
    .l-logo-grid {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 100%;
    }
}
.l-logo-grid.--margin-top {
    margin-top: 50px;
}
@media (min-width: 70.25em) {
    .l-logo-grid.--margin-top {
        margin-top: 70px;
    }
}
.l-logo-grid.--margin-bottom {
    margin-bottom: 50px;
}
@media (min-width: 70.25em) {
    .l-logo-grid.--margin-bottom {
        margin-bottom: 70px;
    }
}
.l-main-w-sidebar {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-main-w-sidebar {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-main-w-sidebar {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-main-w-sidebar {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-main-w-sidebar {
        grid-row-gap: 70px;
    }
}
@media (min-width: 70.25em) {
    .l-main-w-sidebar {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-main-w-sidebar {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-main-w-sidebar {
        -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    }
}
@media (min-width: 70.25em) {
    .l-main-w-sidebar {
        -ms-grid-columns: 1fr 5fr;
        grid-template-columns: 1fr 5fr;
    }
}
.l-map {
    background-color: #140c40;
    color: #fffefe;
}
.l-map__inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.l-map__header {
    text-align: center;
    margin-bottom: 50px;
}
.l-map__map {
    max-width: 1200px;
    margin: auto;
}
.l-press__news-grid {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
}
@media (min-width: 48.75em) {
    .l-press__news-grid {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-press__news-grid {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-press__news-grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-press__news-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 70.25em) {
    .l-press__news-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 90.0625em) {
    .l-press__news-grid {
        grid-row-gap: 40px;
    }
}
@media (min-width: 48.75em) {
    .l-press__news-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-pricing__benefits {
    margin-top: 50px;
}
.l-pricing__toggle {
    padding-top: 60px;
    text-align: center;
}
@media (min-width: 48.75em) {
    .l-pricing__toggle {
        padding-top: 80px;
    }
}
.l-pricing__tiers {
    margin-top: 80px;
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 100px;
}
@media (min-width: 48.75em) {
    .l-pricing__tiers {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__tiers {
        grid-column-gap: 20px;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__tiers {
        grid-column-gap: 30px;
    }
}
@media (min-width: 48.75em) {
    .l-pricing__tiers {
        grid-row-gap: 100px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__tiers {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__tiers {
        grid-row-gap: 160px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__tiers {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 140px;
    }
}
.l-pricing__tier {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    align-self: flex-start;
}
.l-pricing__two-col {
    padding-top: 100px;
    display: -ms-grid;
    display: grid;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-pricing__two-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__two-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__two-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-pricing__two-col {
        grid-row-gap: 50px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__two-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__two-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-pricing__pro,
.l-pricing__teams {
    padding: 60px 20px;
    text-align: center;
    max-width: 580px;
    margin: auto;
}
@media (min-width: 33.75em) {
    .l-pricing__pro,
    .l-pricing__teams {
        padding: 100px 40px;
    }
}
@media (min-width: 48.75em) {
    .l-pricing__pro,
    .l-pricing__teams {
        padding: 115px 80px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__pro,
    .l-pricing__teams {
        padding: 115px 40px;
        height: 100%;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__pro,
    .l-pricing__teams {
        padding: 130px 60px;
    }
}
.l-pricing__pro {
    border: 6px solid #140c40;
}
.l-pricing__pro-price {
    font-weight: 800;
    font-size: 72px;
    margin-top: 50px;
    line-height: 1;
    letter-spacing: -1px;
}
@media (min-width: 90.0625em) {
    .l-pricing__pro-price {
        font-size: 80px;
        letter-spacing: -2px;
    }
}
.l-pricing__pro-price span {
    font-size: 0.5em;
    vertical-align: middle;
    display: inline-block;
    margin-top: -0.7em;
    margin-left: -0.5em;
}
.l-pricing__pro-benefits {
    margin: 30px auto;
    max-width: 400px;
}
.l-pricing__teams {
    background-color: #f3ed80;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.l-pricing__teams .text-lockup {
    position: relative;
    z-index: 1;
}
.l-pricing__teams-graphic {
    margin: -20px -80px -100px;
}
@media (min-width: 48.75em) {
    .l-pricing__teams-graphic {
        margin: -70px -80px -115px;
    }
}
@media (min-width: 70.25em) {
    .l-pricing__teams-graphic {
        margin: -60px -40px -115px;
    }
}
@media (min-width: 90.0625em) {
    .l-pricing__teams-graphic {
        margin: -40px -60px -130px;
    }
}
.l-pricing__teams-graphic img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    opacity: 0;
}
.l-pricing__teams-graphic.--is-in-view img.lazyloaded {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.l-pricing__drawers {
    min-height: 50vh;
}
.l-pricing__drawer {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.l-pricing__drawer.--is-visible {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: all;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation: c 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: c 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes c {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes c {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    1% {
        display: block;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.l-spaces-grid {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    align-items: start;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-spaces-grid {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-spaces-grid {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-spaces-grid {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-spaces-grid {
        grid-row-gap: 60px;
    }
}
@media (min-width: 70.25em) {
    .l-spaces-grid {
        grid-row-gap: 70px;
    }
}
@media (min-width: 90.0625em) {
    .l-spaces-grid {
        grid-row-gap: 80px;
    }
}
@media (min-width: 37.5em) {
    .l-spaces-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-stats {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    margin-top: 50px;
}
@media (min-width: 48.75em) {
    .l-stats {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-stats {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-stats {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-stats {
        grid-row-gap: 50px;
    }
}
@media (min-width: 70.25em) {
    .l-stats {
        grid-row-gap: 50px;
    }
}
@media (min-width: 90.0625em) {
    .l-stats {
        grid-row-gap: 50px;
    }
}
@media (min-width: 48.75em) {
    .l-stats {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 70px;
    }
}
@media (min-width: 70.25em) {
    .l-stats {
        margin-top: 100px;
    }
}
@media (min-width: 48.75em) {
    .l-stats.--four-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 70.25em) {
    .l-stats.--four-col {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.l-team-form-large {
    display: -ms-grid;
    display: grid;
    align-items: top;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
    width: 100%;
    max-width: 960px;
    margin: 80px auto 0;
}
@media (min-width: 48.75em) {
    .l-team-form-large {
        grid-column-gap: 40px;
    }
}
@media (min-width: 70.25em) {
    .l-team-form-large {
        grid-column-gap: 60px;
    }
}
@media (min-width: 90.0625em) {
    .l-team-form-large {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-team-form-large {
        grid-row-gap: 120px;
    }
}
@media (min-width: 70.25em) {
    .l-team-form-large {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-team-form-large {
        grid-row-gap: 160px;
    }
}
@media (max-width: 70.24em) {
    .l-team-form-large .l-team-form-large__message {
        display: none;
    }
}
@media (min-width: 70.25em) {
    .l-team-form-large {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .l-team-form-large .l-team-form-large__message {
        padding-top: 60px;
    }
    .l-team-form-large .l-team-form-large__message .text-lockup {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}
.l-testimonial {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-testimonial {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-testimonial {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-testimonial {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-testimonial {
        grid-row-gap: 120px;
    }
}
@media (min-width: 70.25em) {
    .l-testimonial {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-testimonial {
        grid-row-gap: 160px;
    }
}
@media (min-width: 33.75em) {
    .l-testimonial {
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
        align-items: top;
    }
}
@media (min-width: 48.75em) {
    .l-testimonial {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}
.l-testimonial__text {
    position: relative;
    z-index: 1;
}
@media (max-width: 33.74em) {
    .l-testimonial__text {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}
.l-testimonial__img {
    position: relative;
    z-index: 1;
}
@media (max-width: 33.74em) {
    .l-testimonial__img {
        -ms-grid-row: 1;
        grid-row: 1;
    }
}
.l-testimonial.--bg-salmon {
    background-color: #fa8f77;
}
.l-testimonial.--bg-salmon:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    /* bottom: -50vh;
    top: -50vh; */
    background-color: #fa8f77;
    z-index: -1;
}
.l-testimonial.--bg-pollen {
    background-color: #f3ed80;
}
.l-testimonial.--bg-pollen:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    /* bottom: -50vh;
    top: -50vh; */
    background-color: #f3ed80;
    z-index: -1;
}
.l-testimonial.--bg-mint {
    background-color: #8febcf;
}
.l-testimonial.--bg-mint:after {
    content: "";
    position: absolute;
    left: -50vw;
    right: -50vw;
    /* bottom: -50vh;
    top: -50vh; */
    background-color: #8febcf;
    z-index: -1;
}
.l-three-col {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 40px;
}
@media (min-width: 48.75em) {
    .l-three-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-three-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-three-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-three-col {
        grid-row-gap: 120px;
    }
}
@media (min-width: 70.25em) {
    .l-three-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-three-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-three-col {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.l-three-col + .l-three-col {
    margin-top: 100px;
}
.l-three-col.--align-top {
    align-items: start;
}
.l-three-col.--space-above {
    margin-top: 30px;
}
@media (min-width: 48.75em) {
    .l-three-col.--space-above {
        margin-top: 50px;
    }
}
@media (min-width: 48.75em) {
    .l-three-col.--ruled .l-three-col__col {
        padding: 20px 0;
    }
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2) {
        position: relative;
    }
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):before {
        content: "";
        background: #aebddb;
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
        width: 1px;
    }
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):after {
        content: "";
        background: #aebddb;
        position: absolute;
        right: -15px;
        top: 0;
        bottom: 0;
        width: 1px;
    }
}
@media (min-width: 70.25em) {
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):before {
        left: -22px;
    }
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):after {
        right: -22px;
    }
}
@media (min-width: 90.0625em) {
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):before {
        left: -30px;
    }
    .l-three-col.--ruled .l-three-col__col:nth-child(3n + 2):after {
        right: -30px;
    }
}
.l-two-col {
    display: -ms-grid;
    display: grid;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 50px;
}
@media (min-width: 48.75em) {
    .l-two-col {
        grid-column-gap: 30px;
    }
}
@media (min-width: 70.25em) {
    .l-two-col {
        grid-column-gap: 45px;
    }
}
@media (min-width: 90.0625em) {
    .l-two-col {
        grid-column-gap: 60px;
    }
}
@media (min-width: 48.75em) {
    .l-two-col {
        grid-row-gap: 120px;
    }
}
@media (min-width: 70.25em) {
    .l-two-col {
        grid-row-gap: 140px;
    }
}
@media (min-width: 90.0625em) {
    .l-two-col {
        grid-row-gap: 160px;
    }
}
@media (min-width: 48.75em) {
    .l-two-col {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
.l-two-col + .l-two-col {
    margin-top: 100px;
}
@media (max-width: 48.74em) {
    .l-two-col.--reverse-mobile .l-two-col__col:nth-of-type(2n) {
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .l-two-col.--reverse-mobile .l-two-col__col:nth-of-type(odd) {
        -ms-grid-row: 2;
        grid-row: 2;
    }
}
@media (min-width: 48.75em) {
    .l-two-col.--reverse-desktop .l-two-col__col:nth-of-type(2n) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .l-two-col.--reverse-desktop .l-two-col__col:nth-of-type(odd) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}
.l-two-col.--align-top {
    align-items: start;
}
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}
.flickity-enabled .flickity-page-dots {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
}
.flickity-enabled .dot {
    width: 40px;
    height: 6px;
    background-color: rgba(71, 96, 255, 0.5);
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.flickity-enabled .dot + .dot {
    margin-left: 10px;
}
.flickity-enabled .dot:hover {
    background-color: #4760ff;
}
.flickity-enabled .dot:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #4760ff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 center;
    transform-origin: 0 center;
}
.flickity-enabled .dot.is-selected {
    background-color: rgba(71, 96, 255, 0.5);
}
.flickity-enabled .dot.is-selected:before {
    -webkit-animation: d 5s linear forwards;
    animation: d 5s linear forwards;
}
.flickity-enabled.--has-been-interacted .dot.is-selected:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes d {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes d {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}



.f-16 {
    color: #fffefe;
    font-size: 16px !important;
    line-height: 1.6;
}




Result
EDIT ON
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Attach files';
  color: black;
  display: inline-block;
  /* border: 1px solid #999; */
  border-radius: 3px;
  
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
 
  font-size: 18px;
}
.custom-file-input:hover::before {
  /* border-color: black; */
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

 @media screen and (max-width:540px){
    .floating-form.--one-col {
        padding: 40px 0;
    }
 }

 .floating-form__field{position: relative;}
 .input-label1{position: absolute;left: 20px;
    top: 17px;font-size:14px;padding: 0 2px;transition: all 0.2s ease-in;
    color: #140c40;cursor: text;}
.floating-form__field .field:not(:placeholder-shown) + .input-label1,.floating-form__field .field:focus + .input-label1{
  position: absolute;
    top: -6px;
    left: 20px;
    background: #fff;
}
.input-label1 span{color:red}
.floating-form__field.floating-form__field_select .input-label1, .floating-form__field-date .input-label1{
  position: absolute;
    top: -6px;
    left: 20px;
    background: #fff;
}