html{
    overflow-y: scroll;
}

.hero-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    transition: all 0.1s linear;
    transform: translate3d(0, 60%, 0);
}

.gradient {
    display: none;
}

.fixed{
    position: fixed;
    right:0px;
    left:0px;
    top:0px;
    z-index: 1000;
    background-color:black;
}

.slider-sketch {
    margin-top: 8vw;
}

.splide__arrow svg {
    fill: #F36227 !important;
    width: 2em;
}

.splide__arrow {
    opacity: 0.8 !important;
}

.splide__arrow:disabled {
    opacity: 0.3 !important;
}

.slider-card {
    height: 35vw;
    width: 28vw;
    border: 2px solid #eee;
    border-radius: 15px;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
}

.items.active {
    cursor: grab;
}

.item {
    display: inline-block;
    margin-left: 30px;
    user-select: none;
    background-size: cover;
    height: 500px;
    width: 400px;
    color: #222;
    font-size: 33px;
    font-weight: bold;
    line-height: 130px;
}

.item:last-child {
    margin-right: 20px;
}

.copyright-block{
    display:block;
    font-size: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #666;
    font-weight: 400;
    text-align:center;
}

.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

.w-slider-arrow-right, .w-slider-arrow-left {
    color: #00000060;
}

.body {

    font-family: Montserrat, sans-serif;
}

.main-container {
    background-color: black;
}

.footer-section {
    background-color: #fff;
    height: 100vh;
}

.middle-section {
    position: relative;
    z-index: 10;
    transition: opacity 0.5s ease-in-out;

}

.header-section {
    overflow: hidden;
}

.header-container {
    overflow: visible;
    height: 100vh;
}

.w-container {
    max-width: 1600px;
}

.header-block {
    position: relative;
    top: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.title-1 {
    font-size: 84px;
    line-height: 84px;
    margin-top: 8vh;
    font-weight: bold;
    display: block;

    margin-bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fdfdfd;
    text-align: center;
}

.title-3 {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;

    font-weight: 500;
}



.title-2 {
    font-size: 48px;
    line-height: 54px;
    margin-top: 8vw;

    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    white-space: normal;
}

.big-margin {
    margin-top: 18vw;
}

.middle-container {
    position: static;
    z-index: 10;
    max-width: 1600px;
    padding-bottom: 8vw;
    padding-left: 5%;
    padding-right: 5%;
}

.hero-heading-center {
    position: relative;
    padding: 80px 30px;
    border-bottom: 1px solid #e4ebf3;
    background-color: #f5f7fa;
}

.container-4 {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.centered-heading {
    margin-bottom: 16px;
    text-align: center;
}

.centered-heading.margin-bottom-32px {
    margin-bottom: 32px;
}

.split-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.split-box-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 46%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.split-box-block.split_photo {
    max-width: 60%;
}

.split-box-text {
    margin-right: 110px;
    margin-bottom: 24px;
    margin-left: 110px;
    color: #fff;
    line-height: 18px;
    font-size:16px;
}

.button-primary {
    padding: 12px 25px;
    background-color: #1a1b1f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button-primary:hover {
    background-color: #32343a;
    color: #fff;
}

.button-primary:active {
    background-color: #43464d;
}

.split-box-photo {
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.split-box-photo.beforeafter {
    width: 600px;
    height: 600px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.cta-btn {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    border-color: #f36227;
    background-color: #000;
    color: #f36227;
    text-transform: uppercase;
}

.cta-btn-fixed {
    position: sticky;
    bottom: 40px;
    opacity: 1;
    z-index: 10000;
}

.cta-fixed{
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
 }


.cta-stacked {
    border-color: #fff;
    background-color: #000;
    color: #fff;
}

.cta-btn-sticky {
    position: -webkit-sticky;
    position: sticky;
    right: auto;
    bottom: 40px;
    z-index: 1000;
    opacity: 0.5;
}

.cta-transition {
    transition: opacity 0.8s ease;
}

.cta-btn-sticky:hover:not(.hide) {
    opacity: 1 !important;
}

.hide {
    transition: all 0s;
    opacity: 0 !important;
    cursor: default;
}

.slider {
    height: 500px;
    margin-top: 8vw;
}

.image-2 {
    height: 500px;
}

.slide {
    background-color: #000;
}

.slide-bar {
    opacity: 0;
}

.hero-heading-right {
    position: relative;
    padding: 80px 30px;
    border-bottom: 1px solid #e4ebf3;
    background-color: #f5f7fa;
}

.hero-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-bottom-24px-2 {
    margin-right: 60px;
    margin-bottom: 24px;
    margin-left: 60px;
    color: #fff;
}

.video {
    margin-top: 8vw;
}

.image-3 {
    position: static;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

.product-title {
    max-width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-price {
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    color: #555;
}

.product-slider {
    width: 100%;
    margin-top: 25vh;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    height: 45vh;
}

.slide-nav-2 {
    font-size: 8px;
    padding-top: 15px;
}

.slider-image {
    position: static;
    display: block;
    height: 40vh;
    margin-right: auto;
    margin-left: auto;
}

.author {
    font-size: 1.5vw;
    font-style: normal;
}

@media screen and (max-width: 991px) {
    .title-2 {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .container-4 {
        max-width: 728px;
    }

    .split-box {
        margin-bottom: -40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .split-box-block {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .split-box-block.split_photo {
        width: 100%;
        max-width: 100%;
    }

    .split-box-text {
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        font-size:14px;
    }

    .split-box-photo.beforeafter {
        width: 100%;
    }

    .hero-wrapper-2 {
        margin-bottom: -40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .margin-bottom-24px-2 {
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .author {
        font-size: 2vw;
    }
}

@media screen and (max-width: 1024px) {
    .title-1 {
        font-size: 60px;
        line-height: 60px;
    }


    .title-3 {
        font-size: 28px;
        line-height: 28px;
    }

    .title-2 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 810px) {

    .cta-btn-sticky{
        opacity: 1;
    }

    .gradient{
        display:block!important;
        background: linear-gradient(to bottom, transparent 0%, rgb(0, 0, 0) 100%);
        height: 10vh;
        position: relative;
        z-index: 5;
        width: 100%;
        bottom: 0;
    }

    .title-1 {
        font-size: 40px;
        line-height: 40px;
    }


    .title-3 {
        font-size: 24px;
        line-height: 24px;
    }

    .title-2 {
        font-size: 20px;
        line-height: 20px;
    }

    .hero-image {
        position: relative!important;
        bottom:-10%!important;
        -ms-transform:translate3d(0, 0, 0) scale(1.5)!important;
        -moz-transform:translate3d(0, 0, 0) scale(1.5)!important;
        -o-transform:translate3d(0, 0, 0) scale(1.5)!important;
        -webkit-transform:translate3d(0, 0, 0) scale(1.5)!important;
        transform: translate3d(0, 0, 0) scale(1.5)!important;
    }

    .header-section {
        overflow:hidden;
    }

    .middle-container {

        padding-left: 0;
        padding-right: 0;
    }

    .hero-heading-center {
        padding: 60px 15px;
    }

    .hero-heading-right {
        padding: 60px 15px;
    }

    .hero-image-small {
       /* transform: translate3d(0px, 20%, 0px) scale(0.5);
        transform: translate3d(0px, 20%, 0px) scale(0.5);
        transform-webkit: translate3d(0px, 20%, 0px) scale(0.5);
        transform-moz: translate3d(0px, 20%, 0px) scale(0.5);
        transform-ms: translate3d(0px, 20%, 0px) scale(0.5);
        transform-o: translate3d(0px, 20%, 0px) scale(0.5);
        filter: drop-shadow(0px -20px 50px #999) !important;
        -webkit-filter: drop-shadow(0px -20px 50px #999) !important;*/
    }
}

@media screen and (max-width: 479px) {
    .w-slider-arrow-left, .w-slider-arrow-right {
        display: none!important;
    }




    .title-2 {
        font-size: 6vw;
        line-height: 7vw;
    }

    .middle-container {
        padding-bottom: 8vw;
    }

    .container-4 {
        max-width: none;
    }

    .centered-heading {
        margin-bottom: 24px;
    }

    .split-box-block.split_photo {
        max-width: 100%;
    }

    .split-box-text {
        line-height: 18px;
        font-size:14px;
    }

    .cta-btn {

        width: 100% !important;
        max-width: 95%;
    }

    .cta-btn-fixed {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;

    }


    .slider {
        height: 400px;
        margin-top: 8vw;
    }

    .image-2 {
        width: auto;
        height: auto;
    }

    .slide-bar {
        height: 0px;
    }

    .video {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .product-title {
        max-width: 95%;
        font-size: 20px;
    }

    .product-price {
        margin-top: 0px;
    }

    .author {
        font-size: 3vw;
    }

    .slider-card {
        border: 1px solid #eee;
        height: 75vw;
        width: 60vw;
    }

    .splide__arrows {
        display: none;
    }

    .big-margin {
        margin-top: 0px;
    }
}