*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", sans-serif;
    color: #2C1C14;
}

img,
picture,
video,
canvas {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

.d-stack{
    display: flex;
    flex-direction: column;
}

.button{
    display: inline-block;
    background: transparent;
    border-radius: 6px;
    color: #fff;
    padding: 8px 12px;
    border: 0;
    outline: none;
    cursor: pointer;
}
.d-none{
    display: none !important;
}
.d-block{
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.text-center{
    text-align: center;
}
.font-italic{
    font-style: italic;
}
.justify-content-center{
    justify-content: center;
}
.container {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-menu {
    flex: 1;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 16px 24px;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(89, 96, 99, 0.12) 0px 1px 10px 0px, rgba(89, 96, 99, 0.14) 0px 4px 5px 0px, rgba(89, 96, 99, 0.2) 0px 2px 4px -1px;
    min-width: 264px;
    overflow: hidden;
    border-radius: 12px;
}

.container-menu .button{
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
}
.container-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.header-landing-page {
    padding: 12px 0;
}

.header-container {
    justify-content: space-between;
    position: relative;
}
.banner-header{
    background: radial-gradient(120.48% 96.51% at 62.34% 29.7%, rgba(134, 75, 151, 0.20) 0%, rgba(235, 98, 57, 0.20) 35.12%, rgba(250, 243, 239, 0.20) 72.96%, rgba(250, 243, 239, 0.20) 100%);
}
.box-main{
    background: linear-gradient(130deg, #EB6239 36.53%, #864B97 93.78%);
}
.logo-container a{
    position: relative;
    display: block;
    width: 51px;
    height: 32px;
}
.button-purple{
    background: #864B97;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
}
.container-list-btn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.button-icon-menu{
    padding: 4px;
    border-radius: 9999px;
}

.box-banner{
    align-items: center;
    gap: 8px;
}

.notification{
    border-radius: 9999px;
    border: 1px solid #51A862;
    background: linear-gradient(180deg, #FFF 57.64%, #EBEBED) 103.47%;
    box-shadow: 0 4px 12px 0 rgba(36, 143, 233, 0.10);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px 2px 4px;
}

.notification p{
    color: #204327;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
}

.banner-title{
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
}
.title-icon{
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.title-icon img{
    width: 28px;
    height: 28px;
}
.banner-container .banner-des{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.form-zipcode{
    margin-top: 24px;
    /* padding: 0 4px 16px 4px; */
}
.img-form{
    display: flex;
    justify-content: center;
}
.img-form img{
    width: 252px;
}
.form-container{
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(134, 75, 151, 0.30) 44.05%, rgba(107, 60, 121, 0.30) 125.34%);
    padding: 16px;
}

.form-container form{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}
.field-wrap{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.field-wrap input{
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #BC4E2E;
    width: 100%;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    height: 40px;
}

.field-wrap input::placeholder{
    color: #9D9FA4;
}

.header-landing-page.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
}
.logo-sticky{
    display: none;
}
.is-sticky .logo-sticky{
    display: block;
}

.is-sticky .logo-white{
    display: none;
}
.is-sticky .container-menu .button{
    color: rgba(0, 0, 0, 0.87);
}

.field-wrap input:focus{
    outline: none;
}

.btn-submit{
    background: linear-gradient(90deg, #E55C41 0%, #EB6239 100%);
    border-radius: 10px;
    padding: 8px 16px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.form-container form > p{
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 12px;
    font-weight: 400;
}

.box-free-phone{
    padding: 24px 0;
    gap: 24px;
}

.title-free-phone{
    margin-bottom: 0;
    color: #2C1C14;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -1px;
}

.card-text{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.40);
    padding: 16px;
}

.card-text-title{
    color: #020203;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}
.card-text-data{
    margin-top: 8px;
    text-align: center;
}
.text-data{
    color: #BC4E2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1px;
}
.text{
    color: #020203;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.card-icon{
    margin-top: -16px;
    margin-bottom: -16px ;
    z-index: 2;
}
.card-icon img{
    width: 100%;
    height: auto;
}
.card-phone{
    padding: 16px 8px;
    border-radius: 16px;
}
.card-phone-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-phone{
    border-radius: 16px;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.40);
}
.card-phone-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.card-phone-title h3{
    color: #020203;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
}
.phone-free{
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}
.phone-picture{
    width: 148px;
}

.phone-picture img{
    max-width: 100%;
    width: 100%;
}

.free-phone-desc{
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.free-phone-desc-item{
    padding: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    gap: 8px;
}

.free-phone-desc-item p{
    color: #020203;
    font-size: 12px;
    line-height: 18px;
    gap: 8px;
}

.card-btn{
    gap: 12px;
}

.card-btn .btn-submit{
    padding: 12px 20px;
    height: 48px;
    font-size: 15px;
    line-height: 21px;
}
.small-text{
    font-size: 10px;
    line-height: 15px;
    color: #808186;
}

.reviews{
    padding: 24px 0;
    background: #FEFCFC;
}

.section-title{
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: -1px;
}
.list-reviews-container{
    margin-right: -12px !important;
}
.list-reviews{
    margin-top: 24px;
}

.swiper-reviews-container {
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}

.swiper-reviews-container .swiper-wrapper {
    padding: 0px !important;
}

.swiper-reviews-container .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-reviews-container .swiper-slide {
    width: 250px !important;
}

.review-item{
    border-radius: 16px;
    padding: 24px;
    background: #FFF;
    border: 1px solid #DCD6D1;
    gap: 12px;
}

.review-item-head{
    align-items: center;
    gap: 12px;
}

.review-avatar{
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    background: #FFE1BA;
    border-radius: 50%;
}
.review-avatar p{
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.review-data{
    gap: 2px;
    width: calc(100% - 52px);
}
.reviewer-name{
    color: #020203;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    word-break: break-all;
}
.review-date{
    color: #464749;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.box-star{
    gap: 8px;
    align-items: center;
}
.icon-stars{
    gap: 2px;
}
.img-star{
    position: relative;
    width: 16px;
    height: 16px;
    background: #00B67A;
}
.img-star img{
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
}
.verify-box{
    align-items: center;
    gap: 6px;
}
.box-check-icon{
    width: 16px;
    height: 16px;
    position: relative;
}
.verify-text{
    color: #30824B;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px;
}
.review-content{
    color: #020203;
    font-size: 14px;
    line-height: 20px;
}
.img-avatar{
    padding: 0;
    background: transparent;
}
.why-choose{
    padding: 24px 0;
    background: linear-gradient(180deg, #FFF 0%, #FAF3EF 79.04%);

}
.why-choose .container{
    padding-left: 16px;
    padding-right: 16px;
}
.section-heading{
    align-items: center;
}
.why-choose-container{
    gap: 16px;
}
.section-heading .description{
    color: #464749;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}
.tag-item{
    border-radius: 12px;
    padding: 12px 12px 16px;
    gap: 16px;
    background: #fff;
}
.tag-content{
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.tag-content > p{
    color: #020203;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.tag-content > .text-purple{
    color: #864B97;
}
.tag-content ul{
    gap: 4px;
    display: flex;
    flex-direction: column;
}
.tag-content ul li{
    display: flex;
    gap: 4px;
    align-items: start;
}
.tag-content ul li .tag-list-text{
    color: #020203;
    font-size: 14px;
    line-height: 20px;
}
.list-tags-container{
    margin-right: -12px !important;
}

.swiper-tags-container {
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    padding: 0px !important;
}

.swiper-tags-container .swiper-wrapper {
    padding: 0px !important;
}

.swiper-tags-container .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-tags-container .swiper-slide {
    width: 225px !important;
}

.why-choose .btn-submit{
    padding: 12px 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    height: 48px;
    width: 100%;
}

.offer-ends{
    background-color: #FAF3EF;
}

.offer-ends .container{
    padding-left: 16px;
    padding-right: 16px;
}

.img-offer{
    display: flex;
    justify-content: center;
}

.img-offer img{
    width: 228px;
}

.box-countdown{
    border-radius: 8px 48px 8px 8px;
    background: #864B97;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.countdown-content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.title-countdown .section-title{
    color: #fff;
}

.title-countdown p{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.heading-countdown{
    gap: 8px;
}

.time-items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.countdown-item{
    border-radius: 8px;
    padding: 10px 16px;
    background: linear-gradient(180deg, #EC7F23 0%, #EB6239 100%);
    text-align: center;
}

.countdown-item-number{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.countdown-item-label{
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
}

.countdown-space{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.offer-ends .form-container{
    padding: 0;
    background: transparent;
}

.offer-ends .field-wrap input{
    height: 48px;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 14px;
}

.offer-ends .btn-submit{
    border-radius: 12px;
    padding: 12px 20px;
    height: 48px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.faq{
    background: #FBF9F8;
    padding: 24px 0;
}
.faq .container{
    padding-left: 16px;
    padding-right: 16px;
}
.faq-container{
    gap: 24px;
}
.faq-container .section-title{
    text-align: center;
    text-transform: capitalize;
}
.faq-list-container{
    gap: 16px;
}
.accordion-faq {
    border: 1px solid #EDE7E1 !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    margin: 0px !important;
    padding: 0px;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow-anchor: none;
    position: relative;
}
.accordion-faq.expanded{
    border: 1px solid #F7C0B0 !important;
}
.accordion-faq .btn-accordion {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px !important;
    min-height: unset !important;
    position: relative;
    margin: 0;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-faq.expanded .btn-accordion{
    background: #FBF9F8;
    border-radius: 8px 8px 0 0 !important;
}
.accordion-faq .btn-accordion:focus{
    background: #FBF9F8;
    outline: none;
    box-shadow: none;
}
.accordion-faq .btn-accordion:active{
    background: #FBF9F8;
    outline: none;
    box-shadow: none;
}
.accordion-faq .btn-accordion .accordion-content{
    display: flex;
    flex: 1;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin: 0;
}

.accordion-faq .btn-accordion .accordion-content .accordion-content-question{
    color: #101010;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.accordion-faq .btn-accordion .accordion-expandIcon{
    color: #101010;
    display: flex;
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.accordion-faq .btn-accordion .accordion-expandIcon svg{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 16px;
}
.horizon_icon {
    display: none;
}
.expanded .horizon_icon {
    display: block;
}
.add_icon {
    display: block;
}
.expanded .add_icon {
    display: none;
}
.collapse-faq{
    height: 0;
    overflow: hidden;
    -webkit-transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    visibility: hidden;
}
.expanded .collapse-faq{
    height: auto;
    visibility: visible;
}
.collapse-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.collapse-wrapperInner{
    width: 100%;
}
.accordion-faq .accordion-detail{
    margin-top: 16px;
}
.accordion-faq .accordion-detail {
    padding: 0 16px 16px;
}
.accordion-answer{
    color: #020203;
    font-size: 12px;
    line-height: 18px;
}
.footer{
    background: #EB6239;
    padding: 8px 0;
}
.footer-container{
    gap: 4px;
}
.faq .container{
    padding-left: 16px;
    padding-right: 16px;
}

.banner-container{
    width: 100%;
}
.banner-stack{
    width: 100%;
}
.footer p{
    color: #fff;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
}

.dialog {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.dialog.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.dialog-content {
    position: relative;
    width: 100%;
    max-width: 479px;
    margin: 0px auto;
    background: transparent;
    z-index: 2;
    margin: 16px;
}

.dialog-close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

.image-phone-dialog{
    padding: 50px 20px 0 20px;
    display: flex;
    justify-content: center;
}

.image-phone-dialog img{
    width: 255px;
    height: auto;
}
.dialog-form{
    background: #EB6239;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 rgba(29, 114, 186, 0.20);
    gap: 12px;
    padding: 16px;
}
.dialog-form-title{
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.dialog-form .field-wrap input{
    width: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #BC4E2E;
}
.dialog-form .btn-submit{
    background: linear-gradient(90deg, #9E6FAC 0%, #864B97 100.78%);
    box-shadow: 0 1px 5px 0 rgba(239, 149, 55, 0.10), 0 2px 2px 0 rgba(239, 149, 55, 0.12), 0 3px 1px -2px rgba(239, 149, 55, 0.20);
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 600px) {
    .notification{
        padding: 8px 16px 8px 12px;
    }
    .notification p{
        font-size: 15px;
        line-height: 21px;
        font-weight: 600;
    }
    .landing-page-banner{
        padding: 24px 52px;
    }
    .box-banner{
        gap: 20px;
    }
    .banner-title{
        font-size: 48px;
        line-height: 62px;
    }
    .title-icon img{
        width: 40px;
        height: 40px;
    }
    .banner-heading{
        gap: 6px;
    }
    .banner-title-container{
        gap: 8px;
    }
    .img-form img{
        width: 370px;
    }
    .form-container{
        padding: 16px 24px;
        border-radius: 16px;
    }
    .form-container form{
        gap: 16px;
    }
    .field-wrap input{
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
        height: 48px;
    }
    .btn-submit{
        padding: 16px 24px;
        border-radius: 12px;
        height: 56px;
        font-size: 16px;
        line-height: 22px;
    }
    .box-free-phone{
        padding: 32px 20px;
    }
    .title-free-phone{
        font-size: 48px;
        line-height: 62px;
    }
    .card-text{
        padding: 24px 32px;
        border-radius: 24px;
    }
    .card-text-title{
        font-size: 24px;
        line-height: 32px;
    }
    .text-data{
        font-size: 56px;
        line-height: 68px;
    }
    .text{
        font-size: 24px;
        line-height: 32px;
        margin-top: 6px;
    }
    .card-icon {
        margin-top: -20px;
        margin-bottom: -20px;
    }
    .card-phone{
        padding: 24px 32px;
        border-radius: 24px;
    }
    .card-phone-title h3{
        font-size: 24px;
        line-height: 32px;
    }
    .phone-free{
        margin-top: 16px;
        gap: 20px;
    }
    .phone-picture{
        width: 220px;
    }
    .free-phone-desc-item p{
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .free-phone-desc-item img{
        width: 20px;
        height: 20px;
    }
    .card-btn{
        align-items: center;
        gap: 16px;
    }
    .card-btn .btn-submit{
        padding: 16px 40px;
        height: 56px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 22px;
        width: max-content;
    }
    .small-text{
        font-size: 12px;
        line-height: 18px;
    }
    .reviews{
        padding: 32px 20px;
    }
    .section-title{
        font-size: 48px;
        line-height: 62px;
    }
    .swiper-reviews-container .swiper-slide{
        width: 300px !important;
    }
    .review-content{
        font-size: 16px;
        line-height: 22px;
    }
    .why-choose{
        padding: 32px 16px;
    }
    .section-heading .description{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }
    .swiper-tags-container .swiper-slide{
        width: 313px !important;
    }
    .why-choose-container{
        gap: 32px;
    }
    .tag-item{
        padding: 20px;
        border-radius: 16px;
        gap: 20px;
    }
    .tag-content{
        gap: 12px;
    }
    .tag-content > p{
        font-size: 16px;
        line-height: 22px;
    }
    .tag-content ul li{
        gap: 8px;
    }
    .tag-content ul li .tag-list-text{
        font-size: 15px;
        line-height: 21px;
    }
    .why-choose .btn-submit{
        width: max-content;
        padding: 20px 32px;
        border-radius: 16px;
        height: 64px;
        font-size: 18px;
        line-height: 25px;
    }
    .offer-ends{
        padding: 0 16px;
    }
    .img-offer img{
        width: 233px;
    }
    .box-countdown{
        border-radius: 16px 64px 16px 16px;
        padding: 24px 32px;
    }
    .title-countdown p{
        font-size: 18px;
        line-height: 25px;
    }
    .countdown-item{
        padding: 10px 16px;
        border-radius: 12px;
    }
    .countdown-item-number{
        font-size: 40px;
        line-height: 52px;
    }
    .countdown-item-label{
        font-size: 14px;
        line-height: 22px;
    }
    .offer-ends .field-wrap input{
        padding: 11px 16px;
        border-radius: 12px;
        height: 54px;
        font-size: 20px;
        line-height: 28px;
    }
    .offer-ends .btn-submit{
        padding: 12px 20px;
        border-radius: 12px;
        height: 56px;
        font-size: 16px;
        line-height: 22px;
    }
    .faq{
        padding: 32px 16px;
    }
    .accordion-faq .btn-accordion{
        padding: 16px 20px;
    }
    .accordion-faq .btn-accordion .accordion-content .accordion-content-question{
        font-size: 18px;
        line-height: 25px;
    }
    .accordion-faq .btn-accordion .accordion-expandIcon svg{
        width: 20px;
        height: 20px;
    }
    .accordion-faq .accordion-detail{
        padding: 0 20px 20px;
    }
    .accordion-answer{
        font-size: 14px;
        line-height: 20px;
    }
    .footer{
        padding: 16px 20px;
    }
    .footer p{
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
    }
    .footer-container{
        gap: 8px;
    }
    .offer-ends{
        padding: 48px;
    }
    .faq{
        background: #FAF3EF;
    }
    .section-title{
        font-size: 64px;
        line-height: 76px;
    }
    .image-phone-dialog img{
        width: 414px;
    }
    .dialog-form-title{
        font-size: 18px;
        line-height: 25px;
    }
    .dialog-form .btn-submit{
        padding: 16px 24px;
        height: 56px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }
}

@media (min-width: 900px) {
    .d-md-none{
        display: none !important;
    }
    .d-md-block{
        display: block !important;
    }
    .container-menu{
        display: flex;
        position: relative;
        top: unset;
        right: unset;
        width: auto;
        min-width: auto;
        pointer-events: auto;
        flex-direction: row;
        transform: none;
        opacity: 1;
        background: transparent;
        box-shadow: none;
        transition: none;
    }
    .container-menu .button{
        color: #fff;
    }
    .header-landing-page{
        padding: 18px 0;
    }
    .header-landing-page .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .logo-container a{
        width: 83px;
        height: 52px;
    }
    .header-container .button{
        padding: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
    }
    .landing-page-banner{
        padding: 24px 84px;
    }
    .banner-title{
        font-size: 64px;
        line-height: 76px;
    }
    .banner-container .banner-des{
        
        font-size: 18px;
        line-height: 25px;
    }
    .form-zipcode{
        margin-top: 32px;
    }
    .img-form img{
        width: 505px;
    }
    .form-container{
        padding: 32px;
    }
    .field-wrap input{
        padding: 16px 18px;
        height: 54px;
        font-size: 15px;
        line-height: 21px;
        font-weight: 700;
    }
    .box-free-phone {
        padding: 32px 52px;
        gap: 40px;
    }
    .title-free-phone{
        font-size: 64px;
        line-height: 76px;
    }
    .card-text{
        padding: 40px 32px;
    }
    .card-text-title{
        font-size: 32px;
        line-height: 42px;
    }
    .card-text-data{
        margin-top: 12px;
    }
    .text-data{
        font-size: 64px;
        line-height: 76px;
    }
    .text{
        font-size: 28px;
        line-height: 36px;
    }
    .card-phone{
        padding: 40px 32px;
    }
    .card-phone-title h3{
        font-size: 32px;
        line-height: 42px;
    }
    .phone-free{
        gap: 80px;
    }
    .phone-picture{
        width: 240px;
    }
    .free-phone-desc-item{
        padding: 16px 20px;
        border-radius: 14.5;
    }
    .free-phone-desc-item img{
        width: 28px;
        height: 28px;
    }
    .free-phone-desc-item p{
        font-size: 18px;
        line-height: 25px;
    }
    .small-text{
        font-size: 13px;
        line-height: 19px;
    }
    .reviews{
        padding: 48px 52px;
    }
    .list-reviews-container{
        margin-right: -64px !important;
    }
    .why-choose{
        padding: 48px 52px;
    }
    .list-tags-container{
        margin-right: -64px !important;
    }
    .box-countdown{
        border-radius: 999px 9999px 48px 999px;
        padding: 48px 64px;
    }
    .box-countdown{
        flex-direction: row;
        position: relative;
    }
    .countdown-content{
        width: 364px;
        gap: 24px;
    }
    .countdown-image{
        width: 401px;
        right: -49px;
        bottom: 0;
        position: absolute;
    }
    .countdown-item{
        width: 110px;
    }
    .countdown-item-label {
        font-size: 14px;
        line-height: 20px;
    }
    .offer-ends .field-wrap input{
        font-weight: 400;
    }
    .title-countdown .section-title{
        font-size: 48px;
        line-height: 62px;
    }
    .accordion-faq .btn-accordion .accordion-content .accordion-content-question{
        font-size: 20px;
        line-height: 28px;
    }
    .accordion-faq .btn-accordion .accordion-expandIcon svg{
        width: 24px;
        height: 24px;
    } 
    .accordion-answer{
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1440px) {
    .d-lg-block{
        display: block !important;
    }
    .d-lg-none{
        display: none !important;
    }
    .logo-container a{
        width: 134px;
        height: 84px;
    }
    .button-purple{
        padding: 12px 20px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 20px;
    }
    .header-container{
        gap: 48px;
    }
    .landing-page-banner{
        padding: 48px 0;
    }
    .box-banner{
        gap: 32px;
    }
    .banner-container{
        gap: 48px;
        justify-content: center;
    }
    .banner-stack{
        width: 500px;
    }
    .banner-right{
        width: 700px;
    }
    .banner-title{
        text-align: left;
        font-size: 72px;
        line-height: 80px;
    }
    .banner-container .banner-des{
        text-align: left;
    }
    .title-icon{
        justify-content: start;
    }
    .title-icon img{
        height: 80px;
        width: 80px;
    }
    
    .form-container{
        padding: 32px;
    }
    .box-free-phone{
        padding: 64px 0;
        
    }
    
    .card-free-phone{
        flex-direction: row;
        justify-content: center;
    }
    .card-text{
        padding: 40px;
    }
    .card-text-data{
        margin-top: 69px;
    }
    
    
    .card-icon {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .card-icon img{
        width: 100px;
    }
    .card-phone{
        padding: 40px;
    }
    
    .phone-free{
        gap: 24px;
    }
    .phone-picture{
        width: 300px;
    }
    .free-phone-desc-item{
        padding: 18px;
        border-radius: 14.5px;
    }
    
    .card-btn{
        gap: 20px;
    }
    .card-btn .btn-submit{
        padding: 20px 40px;
        border-radius: 16px;
        font-size: 18px;
        line-height: 25px;
        height: 64px;
    }
    .small-text{
        font-size: 14px;
        line-height: 20px;
    }
    .reviews{
        padding: 64px 0;
    }
    .why-choose{
        padding: 64px 0;
    }
    .section-title{
        font-size: 64px;
        line-height: 76px;
    }
    .section-heading .description{
        font-size: 18px;
        line-height: 25px;
    }
    .why-choose-container{
        gap: 40px;
    }
    .swiper-tags-container .swiper-slide {
        width: 368px !important;
    }
    .tag-item{
        padding: 24px;
    }
    .list-reviews-container{
        margin-right: calc((100vw - 1152px) / 2 * -1) !important;
    }
    .list-tags-container{
        margin-right: calc((100vw - 1152px) / 2 * -1) !important;
    }
    .box-countdown{
        border-radius: 999px 9999px 64px 999px;
        padding: 48px 64px;
    }
    .box-countdown{
        flex-direction: row;
        position: relative;
    }
    .countdown-content{
        width: 484px;
        gap: 24px;
    }
    .countdown-image{
        width: 562px;
        right: 0;
        bottom: 0;
        position: absolute;
    }
    
    .title-countdown p{
        font-size: 20px;
        line-height: 28px;
    }
    .heading-countdown{
        gap: 12px;
    }
    .countdown-item{
        padding: 10px 16px 18px;
        width: 108px;
    }
    .offer-ends .btn-submit{
        padding: 20px 40px;
        box-shadow: 0 1px 5px 0 rgba(67, 150, 212, 0.10), 0 2px 2px 0 rgba(67, 150, 212, 0.20), 0 3px 1px -2px rgba(67, 150, 212, 0.05);
        height: 64px;
        font-size: 18px;
        line-height: 25px;
    }
    .offer-ends{
        padding: 0 0 64px 0;
    }
    
    .faq-container{
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    .faq-container .section-title{
        text-align: left;
        flex: 1;
    }
    .faq-content{
        flex: 1;
    }
    .accordion-faq .btn-accordion{
        padding: 16px 24px;
        border-radius: 12px !important;
        gap: 24px;
    }
    .footer-container{
        flex-direction: row;
        justify-content: space-between;
    }
    .footer p{
        font-size: 15px;
        line-height: 21px;
        font-weight: 700;
    }
    .container.container-small{
        max-width: 1152px !important;
    }
}

@media (min-width: 1616px) {
    .d-lg-block{
        display: block !important;
    }
    .container {
        position: relative;
        z-index: 1;
        max-width: 1488px !important;
    }
}