@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    .why-tabs {
        display: none;
        flex-direction: row;
        overflow: auto;
        gap: 20px;
        padding: 0 15px;
        margin-left: -15px;
        margin-right: -15px;
        scroll-snap-type: x mandatory;
        scroll-padding: 15px;
        border-bottom: 1px solid rgba(22, 23, 23, 0.16);
        
    }
    .how-it-work-title {
        padding: 0;
        text-align: center;
    }
    .why-tabs .why-tabs__tab-link {
        padding: 0;
        padding-bottom: 15px;
        font-size: var(--text--md);
        border-bottom: 0!important;
        gap: 15px;
        min-width: 80vw;
        scroll-snap-align: start;
    }
    .why-tabs-swiper {
        margin-bottom: 20px;
    }
    .why-tabs-swiper .why-tabs__tab-link{
        padding: 0;
        font-size: var(--text--sm);
        border-bottom: 0!important;
        gap: 15px;
    }
    .why-tabs__tab-link br {
        display: none;
    }
    .why-tabs__tab-link .ico {
        --ico-size: 50px;
    }
    .security-assurance {
        flex-direction: column;
        gap: 40px;
    }
    .security-assurance__title {
        flex: unset;
    }
    .arrow-decore {
        top: -20px;
        transform: translateX(-50%) rotate(91deg);
        left: 50%;
        z-index: -1;
        width: 60px;
    }
}

@media (max-width: 767.98px) {
    body {
        --h1Size: 30px;
        --h2Size: 24px;
        --h3Size: 22px;
        --h4Size: 20px;
        --h5Size: 16px;
        --h6Size: 16px;

        --text--lg: 16px;
        --text--xl: 18px;
    }
    .hero-section {
        padding-bottom: 50px;
    }
    .section {
        padding-bottom: 50px;
    }
    .who-choose-image {
        padding-top: 50px;
    }
    .hero-section-content {
        gap: 30px;
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .footer-top {
        flex-direction: column;
        gap: 24px;
    }
    .footer-top__item {
        align-items: center;
        gap: 15px;
    }
    .footer-logo-wrap {
        order: -1;
    }
    .understand-card, .pricing-card, .hear-card {
        --card-spacer-y: 20px;
        --card-spacer-x: 20px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .mb-80 {
        margin-bottom: 40px;
    }

    .swiper-hear .swiper-slide h5 {
        line-height: 150%;
    }
    .swiper-hear .swiper-slide {
        height: 300px;
    }
    .hear-card {
        background-size: 50px;
        background-position: right 20px bottom 20px;
        background-size: 100px;
    }
    .why-tabs-body-tab > img,.hero-images > img {
        width: 65%;
    }
    .accordion-list__handle {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .footer-bottom {
        flex-direction: column;
    }
    .swiper-hear .swiper-slide {
        width: 70vw;
    }
    .swiper-hear {
        overflow: visible;
    }
    .unlock-effortless-gif {
        max-width: 190px;
    }
    .security-assurance {
        padding: 24px;
    }
    .section-privacy {
        padding: 50px 0;
    }
}
@media (max-width: 390px) {
    .video-container{
        min-height: 621px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .why-tabs-swiper {
        display: none;
    }
}

@media (min-width: 1200px) {

}
