#content {
    --padding-top: 112px;
    position: relative;
    padding-top: var(--padding-top);
    overflow: hidden;
}
#content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--padding-top);
    background: #fff;
    z-index: 1;
}
.home-hero {
    position: relative;
    padding: 72px 44px;
    background-image: var(--ca-gradient);
    color: #fff;
    
}
.home-hero .inner-width {
    container-type: inline-size;
}
.home-hero .col-left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.home-hero .page-title {
    font-size: 5cqw;
    text-align: left;
    color: #fff;
}
.home-hero .hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 24px;
}
.home-hero .hero-btns {
    justify-content: space-between;
    gap: 4px;
    margin-top: 30px;
}
.home-hero .hero-btns .banner-btn {
    display: block;
}

.ca-search-bar {
    margin-top: 20px;
    border-radius: 6px;
    background: #fff;
}
.ca-search-bar:after {
    top: 12px;
    bottom: 12px;
}
.ca-search-bar .select-wrapper {
    width: 122px;
}
.ca-search-bar .select-wrapper:after {
    right: 0;
    width: 18px;
    height: 10px;
}
form.ca-search-bar .select2-container {
    z-index: 1;
    padding: 0;
}
form .select2-container .select2-selection--single {
    height: auto;
    padding: 16px 20px 16px 6px;
}
.ca-search-bar .country-code {
    height: 52px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.5;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
.ca-search-bar .select2 .selection .select2-selection__rendered {
    font-size: 15px;
}
.ca-search-bar .search-input {
    height: 52px;
    padding-right: 60px;
    font-size: 15px;
    line-height: 1.5;
}

.ca-search-bar .search-input::placeholder {
    font-size: 15px;
    color: #929292;
}
.ca-search-bar .submit {
    width: 30px;
    height: 30px;
    background-size: 16px;
}

.home-hero .col-right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* width: 50%; */
    left: 27%;
}
.home-hero .col-right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 772px;
    height: 772px;
    background-image: url(../img/bubble-hero.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-36%, -72%);
}
.home-hero .slider-wrapper {
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 13px);
    width: 0;
    height: 0;
    z-index: 1;
}
.home-hero .phone-layer,
.home-hero .screen-slider,
.home-hero .top-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home-hero .phone-layer {
    top: calc(50% - 23px);
}
.home-hero .screen-slider {
    top: calc(50% - 38px);
    width: 234px;
    height: 498px;
    background-color: #000;
    border-radius: 18px;
    overflow: hidden;
}
.home-hero .screen-slider .screen-item img {
    width: 100%;
    height: 100%;
}
.home-hero .top-layer {
    top: calc(50% - 47px);
}

.ca-sec-title .line-wrapper,
.ca-main-title .line-wrapper {
    display: block;
    height: 49px;
    overflow: hidden;
}
.ca-main-title .line-wrapper {
    height: 59px;
}
.ca-sec-title .line-wrapper .strip-title-pt-1,
.ca-sec-title .line-wrapper .strip-title-pt-2,
.ca-main-title .line-wrapper .strip-title-pt-1,
.ca-main-title .line-wrapper .strip-title-pt-2 {
    display: block;
    transform: translateY(100%);
    transition: transform 0.6s ease-out;
}
.ca-sec-title .line-wrapper .strip-title-pt-2,
.ca-main-title .line-wrapper .strip-title-pt-2 {
    transition: transform 0.6s ease-out .25s;
}

.strip-visible .ca-sec-title .line-wrapper .strip-title-pt-1,
.strip-visible .ca-sec-title .line-wrapper .strip-title-pt-2,
.strip-visible .ca-main-title .line-wrapper .strip-title-pt-1,
.strip-visible .ca-main-title .line-wrapper .strip-title-pt-2 {
    transform: translateY(0);
}

.about-section {
    padding: 140px 0;
}
.about-section .inner-width {
    container-type: inline-size;
}
.about-section .inner-cols {
    align-items: center;
}
.about-section .col-left {
    position: relative;
    width: 53.5%;
}
.about-section .col-left img {
    max-width: 100%;
    height: auto;
}
.call-anim {
    position: absolute;
    bottom: 87px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.call-anim.left-anim {
    left: 88px;
}
.call-anim.right-anim {
    right: 88px;
}

.call-anim img:first-child {
    animation: moveUpDown 1.2s infinite linear;
}

.call-anim img:nth-child(2) {
    margin: 13px 0;
    animation: rotateButton 1.5s infinite ease-in-out;
}

.call-anim img:last-child {
    margin-top: 8px;
    animation: moveUpDown 1.2s infinite linear reverse 0.3s;
}


@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-9px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotateButton {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(0deg) scale(1);
    }
    40% {
        transform: rotate(-25deg) scale(1.1);
    }
    60% {
        transform: rotate(25deg) scale(1.1);
    }
    75% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}
.about-section .col-right {
    width: 46.5%;
    padding: 0 5.8%;
}
.about-section .col-right .ca-sec-title {
    margin-bottom: 16px;
    font-size: 3.93cqw;
}
.about-section .col-right .about-content {
    line-height: 1.5;
}
.about-section .col-right .about-content p {
    margin-bottom: 16px;
}
.about-section .col-right .about-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.features-section {
    --anim-distance: 367px;
    
    position: relative;
    padding: 0;
    background-image: var(--ca-gradient);
    color: #fff;
}
.features-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 330px 300px;
    border-color: transparent transparent #fff transparent;
    opacity: .2;
}
.features-section .inner-width {
    align-items: stretch;
    justify-content: space-between;
}
.features-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.features-section .slick-track {
    display: flex;
    align-items: flex-end;
}
.features-section .slick-slide:not(.slick-active) {
    overflow: hidden;
}
.features-section .col-left {
    align-self: flex-start;
    width: 50%;
    padding: 60px 68px 70px 68px;
}
.features-section .col-left .small-title {
    margin-bottom: 16px;
    font-size: 16.5px;
    line-height: 1.5;
}
.features-section .col-left .feature-title,
.features-section .col-left .feature-title .line-wrapper .strip-title-pt-1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-right: -40px;
    color: #fff;
}
.features-section .col-left .feature-title .line-wrapper .strip-title-pt-1 {
    margin-right: 0;
}
.features-section .col-left .feature-title .title-icon {
    width: auto;
    height: 25px;
    margin-top: 12px;
}
.features-section .col-left .desc {
    margin-top: 10px;
    margin-bottom: 14.5px;
    line-height: 1.5;
}
.features-section .col-left .feature-cta:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url('../img/icon-arrow-alt.svg') no-repeat center center;
    margin-right: 6px;
}
.features-section .col-left .features-cta {
    display: inline-block;
    margin-top: 36px;
    font-size: 18.5px;
    line-height: 1.5;
    font-weight: 700;
}
.features-section .col-left .features-cta:after {
    transform: translateY(1px);
    filter: brightness(0) invert(1);
}
.features-section .col-right {
    width: 450px;
    max-width: 50%;
    padding: 0;
}
.features-section .col-right:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 300px;
    background: url(../img/home-triangle.svg) no-repeat center center;
    background-size: contain;
    opacity: .2;
}
.features-section .col-right .main-img-wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.features-section .col-right .main-img {
    position: relative;
    margin: 30px auto 0;
}
.features-section .col-right .main-img-wrapper.two-img-loop,
.features-section .col-right .open-whatsapp-wrapper {
    position: relative;
}
.features-section .col-right .open-whatsapp-wrapper {
    width: 100%;
}
.features-section .col-right .main-img-wrapper.two-img-loop .main-img.loop-img,
.features-section .col-right .open-whatsapp-wrapper .main-img.whats-img2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: loop 4.5s linear infinite;
}
.features-section .col-right .open-whatsapp-wrapper .main-img.whats-img2 {
    animation: none;
}
.features-section .slick-active .col-right .open-whatsapp-wrapper .main-img.whats-img2 {
    animation: whatsapp-screen 5.5s linear infinite;
}
.features-section .col-right .open-whatsapp-wrapper .whatsapp-logo {
    animation: none;
}
.features-section .slick-active .col-right .open-whatsapp-wrapper .whatsapp-logo {
    position: absolute;
    left: 136px;
    bottom: 31px;
    animation: whatsapp-logo 5.5s linear infinite;
}
.features-section .col-right .main-img-wrapper.two-img-loop .callapp-id-chip,
.features-section .col-right .main-img-wrapper .spam-chip {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -15px);
    transform-origin: center left;
    top: 50%;
    animation: callapp-chip 4.5s linear infinite;
}

@keyframes loop {
    0% {opacity: 0;}
    5% {opacity: 0;}
    14% {opacity: 1;}
    46% {opacity: 1;}
    55% {opacity: 0;}
    100% {opacity: 0;}
}

@keyframes whatsapp-screen {
    0% {opacity: 0;}
    35% {opacity: 0;}
    44% {opacity: 1;}
    85% {opacity: 1;}
    92% {opacity: 0;}
    100% {opacity: 0;}
}

@keyframes whatsapp-logo {
    0% {transform: scale(1);}
    18% {transform: scale(1);}
    25% {transform: scale(2);}
    55% {transform: scale(2);}
    60% {transform: scale(1);}
    100% {transform: scale(1);}
}

@keyframes callapp-chip {
    0% {opacity: 0; transform: scale(1) translate(-50%, -15px);}
    5% {opacity: 0; transform: scale(1) translate(-50%, -15px);}
    14% {opacity: 1; transform: scale(1) translate(-50%, -15px);}
    19% {opacity: 1; transform: scale(1) translate(-50%, -15px);}
    24% {opacity: 1; transform: scale(1.2) translate(-50%, -15px);}
    38% {opacity: 1; transform: scale(1.2) translate(-50%, -15px);}
    42% {opacity: 1; transform: scale(1) translate(-50%, -15px);}
    46% {opacity: 1; transform: scale(1) translate(-50%, -15px);}
    55% {opacity: 0; transform: scale(1) translate(-50%, -15px);}
    100% {opacity: 0; transform: scale(1) translate(-50%, -15px);}
}

.features-section .col-right .video-wrapper {
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 342px;
    height: 460px;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}
.features-section .col-right .video-wrapper:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(44, 44, 44, 1) 0%, rgba(44, 44, 44, 0) 100%);
    opacity: .8;
    z-index: 1;
}
.features-section .col-right .video-wrapper .video-main {
    display: block;
}
.features-section .col-right .video-wrapper .video-top-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.features-section .col-right .main-img-wrapper.two-img-swap {
    position: relative;
}
.features-section .col-right .main-img-wrapper.two-img-swap .main-img:first-child {
    animation: none;
}
.features-section .slick-active .col-right .main-img-wrapper.two-img-swap .main-img:first-child {
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: 0;
    left: 0;
    animation: swap-first 5s ease-in-out infinite;
}
.features-section .col-right .main-img-wrapper.two-img-swap .main-img.loop-img {
    animation: none;
}
.features-section .slick-active .col-right .main-img-wrapper.two-img-swap .main-img.loop-img {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: swap-second 5s ease-in-out infinite;
}

@keyframes swap-first {
    0% {
        left: 0;
    }
    49% {
        left: 0;
        filter: blur(0px);
    }
    51% {
        filter: blur(2px);
    }
    53% {
        left: calc(100% - var(--anim-distance));
        filter: blur(0px);
    }
    96% {
        left: calc(100% - var(--anim-distance));
        filter: blur(0px);
    }
    98% {
        filter: blur(2px);
    }
    100% {
        left: 0;
        filter: blur(0px);
    }
}

@keyframes swap-second {
    0% {
        right: 0;
    }
    49% {
        right: 0;
        z-index: 0;
        filter: blur(0px);
    }
    51% {
        filter: blur(2px);
    }
    53% {
        right: calc(100% - var(--anim-distance));
        z-index: 8;
        filter: blur(0px);
    }
    96% {
        right: calc(100% - var(--anim-distance));
        z-index: 8;
        filter: blur(0px);
    }
    98% {
        filter: blur(2px);
    }
    100% {
        right: 0;
        filter: blur(0px);
    }
}


.slick-slider .slick-dots {
    left: 50%;
    transform: translateX(calc(-50% + 68px));
    bottom: 42px;
    width: 1120px;
    margin: 0 auto;
    text-align: left;
}
.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    margin-left: 0;
}
.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    opacity: .5;
    background-color: #fff;
    border-radius: 50%;
    transition: opacity .3s ease-out;
}
.slick-slider .slick-dots li.slick-active button {
    opacity: 1;
}
.slick-slider .slick-dots li button:before {
    display: none;
}

#pre-footer {
    margin-top: 0;
}


@media (max-width: 1299px) {
    .home-hero {
        padding: 72px 0;
    }
    .home-hero:before {
        max-width: 50%;
        background-position: top right;
    }
    .features-section .col-left {
        padding: 68px 40px 49px 40px;
    }
    .slick-slider .slick-dots {
        transform: translateX(calc(-50% + 40px));
    }
}

@media (max-width: 1199px) {
    .home-hero .col-left {
        width: 52%;
    }
    .ios-device .home-hero .hero-btns {
        justify-content: center;
    }
    .home-hero .hero-subtitle {
        margin-top: 20px;
        font-size: 18.5px;
    }
    .ios-device .home-hero .hero-btns .banner-btn.android-device {
        display: none;
    }
    .android-device .home-hero .hero-btns .banner-btn.ios-device {
        display: none;
    }
    .home-hero .col-right {
        left: 26%;
    }
    .home-hero .col-right:before {
        transform: translate(-36%, -72%) scale(.82);
    }
    .home-hero .slider-wrapper {
        transform: scale(.82);
    }

    .about-section {
        padding: 100px 0;
    }
    .about-section .col-right {
        padding-right: 3%;
    }
    .features-section {
        --anim-distance: 75%;
    }
    .features-section .col-left {
        padding: 49px 10px 52px 20px;
    }
    .call-anim {
        transform: scale(.9);
    }
    .call-anim.right-anim {
        right: 72px;
    }
    .call-anim.left-anim {
        left: 70px;
    }
    .features-section .col-left .small-title {
        margin-bottom: 10px;
    }
    .features-section .col-right {
        padding-left: 12px;
    }
    .features-section .col-right .main-img {
        max-width: 75%;
        height: auto;
    }
    .features-section .col-right .main-img-wrapper:has(.video-wrapper) {
        justify-content: center;
    }
    .features-section .col-right .video-wrapper {
        max-width: 75%;
        height: 43.16vw;
    }
    .features-section .col-right .video-wrapper .video-main {
        height: 100%;
    }
    .slick-slider .slick-dots {
        bottom: 30px;
        width: calc(100% - 80px);
        transform: translateX(calc(-50% + 20px));
    }
    .features-section .col-right .video-wrapper .video-top-layer {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1023px) {
    #content {
        --padding-top: 0;
    }
    .home-hero {
        padding: 50px 0;
    }
    .home-hero .col-left {
        width: 50%;
    }
    .ca-main-title .line-wrapper {
        height: 49px;
    }
    .home-hero .hero-subtitle {
        margin-top: 16px;
        font-size: 17px;
    }
    .ca-search-bar .select2-container {
        padding: 14px;
    }
    .home-hero .col-right:before {
        transform: translate(-36%, -72%) scale(.66);
    }
    .home-hero .slider-wrapper {
        transform: scale(.66);
    }
    /* .home-hero .hero-right-img {
        max-width: 104%;
        left: 0;
        right: -2px;
    } */
    .about-section {
        padding: 70px 0;
    }
    .call-anim {
        bottom: 50px;
        transform: scale(.7);
    }
    .call-anim.right-anim {
        right: 48px;
    }
    .call-anim.left-anim {
        left: 46px;
    }
    .about-section .col-right {
        padding: 0 0 0 3%;
    }
    .about-section .col-right .ca-sec-title {
        font-size: 4.2cqw;
    }
    .ca-sec-title .line-wrapper {
        height: 38px;
    }
    .features-section {
        --anim-distance: 90%;
    }
    .features-section .col-left {
        width: 60%;
        padding-top: 30px;
    }
    .features-section .col-left .feature-title, 
    .features-section .col-left .feature-title .line-wrapper .strip-title-pt-1 {
        font-size: 34px;
    }
    .features-section .col-left .feature-title .title-icon {
        margin-top: 7px;
    }
    .features-section .col-right {
        width: 40%;
    }
    .features-section .col-right .main-img {
        max-width: 90%;
    }
    .features-section .col-right .video-wrapper {
        max-width: 90%;
        height: 43.88vw;
    }
    .slick-slider .slick-dots {
        width: calc(100% - 40px);
        bottom: 24px;
    }
    .features-section .slick-active .col-right .open-whatsapp-wrapper .whatsapp-logo {
        left: 25.5%;
        bottom: 22px;
        width: 42px;
        height: 42px;
    }
    .features-section .col-right .main-img-wrapper.two-img-loop .callapp-id-chip,
    .features-section .col-right .main-img-wrapper .spam-chip {
        transform: translate(-50%, -4px) scale(.8);
    }
    .features-section .col-right .main-img-wrapper .spam-chip {
        margin-top: -6px;
    }
    @keyframes callapp-chip {
        0% {opacity: 0; transform: scale(.8) translate(-50%, -4px);}
        5% {opacity: 0; transform: scale(.8) translate(-50%, -4px);}
        14% {opacity: 1; transform: scale(.8) translate(-50%, -4px);}
        19% {opacity: 1; transform: scale(.8) translate(-50%, -4px);}
        24% {opacity: 1; transform: scale(1) translate(-50%, -4px);}
        38% {opacity: 1; transform: scale(1) translate(-50%, -4px);}
        42% {opacity: 1; transform: scale(.8) translate(-50%, -4px);}
        46% {opacity: 1; transform: scale(.8) translate(-50%, -4px);}
        55% {opacity: 0; transform: scale(.8) translate(-50%, -4px);}
        100% {opacity: 0; transform: scale(.8) translate(-50%, -4px);}
    }
}

@media (max-width: 767px) {
    .home-hero {
        padding: 40px 0 0;
    }
    .home-hero:before {
        background-image: url(../img/bubble-mobile.svg);
        width: 300px;
        height: 445px;
        max-width: 72%;
        top: auto;
        bottom: 67px;
    }
    .home-hero .hero-content {
        flex-direction: column;
        align-items: center;
        gap: 27px;
    }
    .home-hero .hero-content .col-left {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    .home-hero .page-title {
        font-size: 10.2cqw;
        text-align: center;
    }
    .ca-main-title .line-wrapper {
        height: 42px;
    }
    .home-hero .hero-subtitle {
        margin-top: 20px;
        font-size: 16px;
    }
    .ca-search-bar .select2-container {
        font-size: 15px;
    }
    .ca-search-bar .select2-selection__option {
        padding: 4px 6px;
        font-size: 15px;
    }
    .ca-search-bar .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        text-align: left;
    }
    .ca-search-bar .select-wrapper:after {
        right: 18px;
    }
    .home-hero .hero-content {
        display: flex;
    }
    .home-hero .hero-content .col-right {
        left: 0;
        width: 90%;
        min-height: 380px;
    }
    .home-hero .col-right:before {
        transform: translate(-37%, -59%) scale(.52);
    }
    .home-hero .slider-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        transform: scale(.6);
    }
    .home-hero .slider-wrapper .phone-layer,
    .home-hero .slider-wrapper .screen-slider,
    .home-hero .slider-wrapper .top-layer {
        transform: translate(-50%, 0);
    }
    .home-hero .slider-wrapper .phone-layer {
        top: 50%;
    }
    .home-hero .slider-wrapper .screen-slider {
        top: calc(50% + 27px);
    }
    .home-hero .slider-wrapper .top-layer {
        top: calc(50% + 86px);
    }

    /* .home-hero .hero-right-img {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        bottom: -52px;
        max-width: calc(100% + 30px);
        transform: translateX(-15px);
    }
    .home-hero .hero-right-img.mobile-only {
        display: block;
    }
    .home-hero .col-right:has(.hero-right-img.mobile-only) .hero-right-img:not(.mobile-only) {
        display: none;
    } */
    .about-section {
        padding: 74px 0 60px;
    }
    .about-section .inner-cols {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .about-section .col-left {
        width: 100%;
    }
    .call-anim {
        bottom: 30px;
    }
    .call-anim.right-anim {
        right: calc(76% - 13px);
    }
    .call-anim.left-anim {
        left: calc(75% - 10px);
    }
    .about-section .col-right {
        width: 100%;
    }
    .about-section .col-right .ca-sec-title {
        font-size: 8cqw;
        text-align: center;
    }
    .ca-sec-title .line-wrapper {
        height: 34px;
    }

    .features-section {
        --anim-distance: 80%;
        padding-top: 38px;
    }
    .features-section .inner-width {
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
        max-width: calc(100% - 32px);
    }
    .features-section .col-left {
        width: 100%;
        padding: 0;
    }
    .features-section .col-left .small-title {
        font-size: 18px;
    }
    .features-section .col-left .feature-title, 
    .features-section .col-left .feature-title .line-wrapper .strip-title-pt-1 {
        font-size: 28px;
    }
    .features-section .col-left .feature-title .title-icon {
        margin-top: 4px;
    }
    .features-section .col-left .features-cta {
        margin-top: 20px;
        font-size: 16px;
    }
    .features-section .col-right {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .features-section .col-right .main-img {
        height: 295px;
        width: auto;
    }
    .features-section .slick-active .col-right .main-img-wrapper.two-img-swap {
        width: 300px;
        margin: 0 auto;
    }
    .features-section .slick-active .col-right .main-img-wrapper.two-img-swap .main-img.loop-img {
        height: 255px;
    }
    .features-section .col-right .video-wrapper {
        width: 219px;
        height: 296px;
    }
    .features-section .slick-slider .slick-dots {
        bottom: 320px;
        width: calc(100% - 32px);
        transform: translateX(-50%);
    }
    .features-section .slick-slider .slick-slide > div,
    .features-section .slick-slider .slick-slide .feature-item,
    .features-section .slick-slider .slick-slide .feature-item .inner-width {
        height: 100%;
    }
    .features-section .slick-active .col-right .open-whatsapp-wrapper .whatsapp-logo {
        left: 33.5%;
        bottom: 18px;
        width: 36px;
        height: 36px;
    }
}


body.debug {
    background: url(../debug/home.jpg) no-repeat top center;
}
body.debug > * {
    opacity: .7;
}