*:focus {
    outline: none;
}

body .transition {
    display: block
}

.w-editor .transition {
    display: none;
}

.no-scroll-transition {
    overflow: hidden;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

.regeneration_row:hover .underline:after,
.menu_link:hover:after {
    transform: translateY(0);
    opacity: 1;
}

.menu_link:after,
.social_link-text:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #333;
    bottom: 0px;
    left: 0;
    transform: translateY(5px);
    opacity: 0;
    transition: all .3s ease;
}

.is-contact .social_link-text:after {
    background: #fff;
}

.social_link-text:after {
    bottom: 6px;
}

.w--current.menu_link:after {
    transform: translateY(0);
    opacity: 1;
}

.underline:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #EEEBE1;
    bottom: 0px;
    left: 0;
    transform: translateY(5px);
    opacity: 0;
    transition: all .3s ease;
}

.footer_link,
.footer_link-social {
    width: fit-content;
}

.footer_link:after,
.footer_link-social:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    bottom: -3px;
    left: 0;
    transform: translateY(5px);
    opacity: 0;
    transition: all .3s ease;
}

.footer_link:hover:after,
.footer_link-social:hover:after,
.social_link:hover .social_link-text:after {
    transform: translateY(0);
    opacity: 1;
}


html.animating,
.animating body {
    overflow: hidden;
}

body {
    -ms-overflow-style: none;
}

.overlay {
    pointer-events: none;
}

::selection {
    background: rgba(0, 0, 0, .1);
}


.product_item:hover .product_grid-info {
    max-height: 60px;
}

.product_item:hover .product_grid-title {
    text-decoration: underline;
}

.product_img-holder {
    transition: clip-path .3s;
    -webkit-clip-path: inset(0px round 0px 0px 0px 0px);
    clip-path: inset(0px round 0px 0px 0px 0px);
}

.product_item:hover .product_img-holder {
    -webkit-clip-path: inset(0px round 30px 30px 30px 30px);
    clip-path: inset(0px round 30px 30px 30px 30px);
}


.track-horizontal {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 20s linear infinite;
}

.vid_track-horizontal {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 20s linear infinite;
}

.footer_strip {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 14s linear infinite;
}

.is_product-intro .track-horizontal {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 80s linear infinite;
}

.video_controls:hover .vid_marquee-horizontal {
    opacity: 1;
}

.std_btn-text:before,
.regen_btn:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translate(-0.4rem, 0px);
    -ms-transform: translate(-0.4rem, 0px);
    transform: translate(-0.4rem, 0px);
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .7s;
    transition-timing-function: cubic-bezier(.2, 0, .1, 1);
    transform-origin: center;
    top: 2.5px;
}

.submit_holder .submit_btn-text:before {
    content: "";
    position: absolute;
    left: -2rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
    background-color: #1d4130;
    -webkit-transform: translate(-0.4rem, 0px);
    -ms-transform: translate(-0.4rem, 0px);
    transform: translate(-0.4rem, 0px);
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .7s;
    transition-timing-function: cubic-bezier(.2, 0, .1, 1);
    transform-origin: center;
    top: 2.5px;
}



.footer_link.no_underline:after {
    display: none;
}

.submit_holder:hover .submit_btn-text:before {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.std_btn:hover .std_btn-text:before,
.regen_btn:hover .std_btn-text:before {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

._number:nth-child(3) {
    margin-right: 0.25em;
}



@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.regeneration_img-holder {
    pointer-events: none;
    height: calc(300px + 4px);
}

@media (max-width:768px) {
    .regeneration_img-holder {
        pointer-events: none;
        height: calc(300px + 4px);
        width: 250px;
    }
}

.std_btn:hover .std_btn-text {
    color: #fff;
}

.line {
    overflow: hidden;
}

.product_item:hover .product_extra {
    max-height: 30px;
    transition: max-height 0.7s cubic-bezier(.2, 0, .1, 1);
}

.product_extra {
    max-height: 0;
    transition: max-height 0.7s cubic-bezier(.2, 0, .1, 1);
}


.journey_img-holder,
.journey_img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}


.mobile_logo-svg.is-white svg path {
    fill: #fff;
}

@media (max-width:420px) {
    .mobile_menu-dropdown {
        padding-bottom: 6rem;
    }

    .mobile_menu-link {
        display: inline-block;
        margin-bottom: 7vw;
        color: #333;
        font-size: 1rem;
        line-height: 1;
        text-transform: uppercase;
    }
}

@media (max-width:320px) {
    .mobile_menu-dropdown {
        padding-bottom: 4rem;
    }


    .product_intro-scrub {
        height: auto;
    }

    .jsv-holder {
        width: 15em;
    }

    .product_text {
        font-size: 10em;
    }

    .product_text-wrap {
        height: 7em;
    }

    .loader_right {
        bottom: 0;
        width: 100%;
        padding-bottom: 4rem;
    }

    .key-features {
        padding-top: 10rem;
    }

    .product_intro-section,
    .std_btn.is-pdf,
    .faq_holder {
        background-color: #BBD1E7;
        padding-bottom: 5rem;
    }

    .is-key {
        display: none;
    }

    .mobile_menu-line {
        margin-bottom: 0.8rem;
    }

    .mobile_menu-link {
        margin-bottom: 0.8rem;
    }

    .mobile_menu-link {
        font-size: 0.8rem;
    }

    .mobile_menu-text {
        margin-bottom: 0.8rem;
        font-size: 0.8rem;
        line-height: 1.1875rem;
    }
}

.flickity-viewport {
    width: 100%;
    overflow: visible !important;
}

.flickity-button {
    display: none;
}

.loader {
    display: flex;
}

.intro_section {
    opacity: 0;
}

/* .split-text .line:first-child {
    padding-left: 1.5em;
} */

.split-text .line {
    margin-top: -0.2em;
}

.word {
    will-change: transform;
}

.split-text .word {
    transform: translate(0, 100%);
}

.home_img-holder {
    transform: translate(0, 50%);
}