.mx-width-auto {
    max-width: fit-content !important;
}

@media screen and (max-width: 992px) {
    .mx-width-auto {
        max-width: 275px !important;
    }
}

.section-highlight {
  padding: 230px 0 106px;
  background: linear-gradient(180deg, #d4c9bc00 0%, #F0E8DF 100%), url(../../../privileges/img/bg-sc-heading-highlight.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.section-highlight .highlight-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.section-highlight .highlight-heading .title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    color: #490C14;
}

.section-highlight .highlight-heading .desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {
    .section-highlight {
        padding: 156px 0 46px;
        background: linear-gradient(180deg, #D4C9BC 0%, #F0E8DF 100%);
        background-blend-mode: multiply;
    }

    .section-highlight .highlight-heading .title {
        font-size: 34px;
    }

    .section-highlight .highlight-heading .desc {
        font-size: 16px;
    }
}


/* -------------- section-privileges -------------------- */

.section-privileges {
    padding: 64px 0 120px;
    background: linear-gradient(90deg, rgba(228, 225, 222, 0.02) 0%, rgba(246, 246, 246, 0.02) 25%, rgba(242, 243, 243, 0.02) 50%, rgba(246, 246, 246, 0.02) 75%, rgba(209, 210, 211, 0.02) 100%), #F0E8DF;
    /* background: url("../../img/visionary/2025/bg-financial.png") no-repeat center center / cover; */
}


.section-privileges .privileges-group {
    display: flex;
    flex-direction: column;
    gap: 90px;
    align-items: center;
}

.section-privileges .privileges-group .privileges-flex {
    display: flex;
    gap: 90px;
    align-items: center;
    max-width: 1000px;
}

.section-privileges .privileges-group .privileges-group-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.section-privileges .privileges-group .privileges-group-content .title {
    color: #641D24;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.section-privileges .privileges-group .privileges-group-content .sub-title {
    color: #641D24;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.section-privileges .privileges-group .privileges-group-content .privileges-group-text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.section-privileges .privileges-group .privileges-group-img {
    /* width: 100%;
    justify-items: center; */
}

.section-privileges .privileges-group .privileges-group-btn {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.section-privileges .privileges-group .privileges-group-btn .btn-revamp {
    max-width: 275px;
    padding: 13px 32px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}


.section-privileges .section-privileges_personalized .privileges-group-content .privileges-group-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

}

.section-privileges_personalized .privileges-group-content .privileges-group-header .title {
    color: #641D24;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;

}

.section-privileges .privileges-group-content .privileges-group-header .wisdom-image {
    max-width: 192px;

}

.section-privileges .privileges-group-content .credit-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.section-privileges .privileges-group-content .credit-card .card-item {
    max-width: 90px;
}

/* card */

.section-privileges_credit .privileges-group-btn .btn-revamp {
    text-transform: uppercase;

    font-family: "itc_giovannibook", "kurious-looped";
}


@media screen and (max-width: 992px) {
    .section-privileges {
        padding: 40px 0;
    }

    .section-privileges .privileges-heading .title {
        font-size: 40px;
    }

    .section-privileges .privileges-heading .desc {
        font-size: 18px;
    }

    .section-privileges {
        gap: 48px;
    }

    .section-privileges .privileges-group .privileges-flex {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .section-privileges .privileges-group .privileges-flex:nth-child(2) {
        flex-direction: column;

    }

    .section-privileges .privileges-group {
        gap: 48px;
    }

    .section-privileges .privileges-group .privileges-group-content {
        gap: 24px;
    }

    .section-privileges_personalized .privileges-group-content .privileges-group-header .title {
        font-size: 22px;
    }

    .section-privileges .privileges-group .privileges-group-content .title {
        font-size: 26px;
        line-height: 1.4;
    }

    .section-privileges .privileges-group .privileges-group-content .sub-title {
        font-size: 16px;
    }

    .section-privileges .privileges-group-content .privileges-group-header .wisdom-image {
        max-width: 164px;
    }

    .section-privileges .privileges-group .privileges-group-content .privileges-group-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .section-privileges .privileges-group .privileges-group-btn .btn-revamp {
        font-size: 13px;
    }

}



/* section-kpoint */
.section-kpoint {
    background: linear-gradient(106deg, rgba(230, 223, 214, 0.80) 0%, rgba(212, 201, 188, 0.80) 100%), #FFF;
    /* background: url("../../2025/bg-red.png") no-repeat center center / cover; */
    padding: 80px 0;
}

.section-kpoint .kpoint-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 24px;
}

.section-kpoint .kpoint-content .kpoint-heading {
    display: flex;
    align-items: center;

    gap: 24px;
}

.section-kpoint .kpoint-content .kpoint-image {
    width: 100%;
}


.section-kpoint .kpoint-content .kpoint-heading .title {
    color: #490C14;
    font-size: 38px;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 500;
}

.section-kpoint .kpoint-content .kpoint-heading .kpoint-logo {
    max-width: 166px;
}

.section-kpoint .kpoint-content .desc {
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.section-kpoint .kpoint-content .kpoint-btn {
    max-width: 282px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.section-kpoint .kpoint-content .kpoint-btn .btn-revamp {
    padding: 13px 32px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

.section-kpoint .kpoint-content .kpoint-btn .link {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #490C14;
    font-family: 'kurious-looped', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.section-kpoint .kpoint-content .kpoint-btn .link::after {
    content: "";
    display: block;
    background-color: #490C14;
    /* Change color here */
    -webkit-mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    width: 6px;
    height: 12px;

}

.main .sc-rl .sc-inner {
    padding: 48px 0;
}
.main .sc-rl .banner-p {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .main .sc-rl .sc-inner {
        padding: 24px 0;
    }
}
@media screen and (max-width: 992px) {
    .section-kpoint {
        padding: 48px 0;
    }
    .section-kpoint .kpoint-content {
        flex-direction: column;
        gap: 24px;
    }
    .section-kpoint .kpoint-content .kpoint-heading {
        flex-direction: column;
        gap: 8px;
    }

    .section-kpoint .kpoint-content .kpoint-heading .kpoint-logo {
        max-width: 92px;
    }

    .section-kpoint .kpoint-content .kpoint-heading .title {
        font-size: 26px;
        line-height: 1;
    }

    .section-kpoint .kpoint-content .desc {
        font-size: 16px;
    }

    .section-kpoint .kpoint-content .kpoint-btn {
        margin-top: 0;
    }

    .section-kpoint .kpoint-content .kpoint-btn .btn-revamp {
        font-size: 14px;
    }

    .section-kpoint .kpoint-content .kpoint-btn .link {
        font-size: 14px;
    }
}



/* section-helper */
.section-helper {
    background: #FAFAFA;
    position: relative;
}

.section-helper .helper-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 24px;

}



.section-helper .helper-content .helper-heading .title {
    color: #111111;
    font-size: 48px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'kurious-looped', sans-serif;

}

.section-helper .helper-content .desc {
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}

.section-helper .helper-content .helper-btn {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
}

.section-helper .helper-content .helper-btn .btn-revamp {

    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}

.section-helper .helper-img-airplane {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 433px;
}

.section-helper .helper-img-phone {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 397px;
}





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

    .section-helper .helper-img-phone {
        max-width: 230px;
    }

    .section-helper .helper-img-airplane {
        max-width: 240px;

    }
}

@media screen and (max-width: 767px) {
    .section-helper .helper-img-phone {
        max-width: 180px;
    }

    .section-helper .helper-img-airplane {
        max-width: 180px;
    }
}

@media screen and (max-width: 700px) {
    .section-helper {
        height: 712px;
    }

    .section-helper .helper-img-phone {
        max-width: 307px;
    }

    .section-helper .helper-img-airplane {
        max-width: 290px;
        bottom: 20%;
        z-index: 9;
        top: unset;
    }
}

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



    .section-helper .helper-content {
        flex-direction: column;
        gap: 24px;
    }

    .section-helper .helper-content .helper-heading .title {
        font-size: 34px;
    }

    .section-helper .helper-content .desc {
        font-size: 16px;
    }

    .section-helper .helper-content .helper-btn {
        margin-top: 0;
    }

    .section-helper .helper-content .helper-btn .btn-revamp {
        font-size: 16px;
    }
}

/* section-article-spacial_wisdom */


.section-article-spacial_wisdom .article_spacial_wisdom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.section-article-spacial_wisdom .article_spacial_wisdom-header .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    color: #490C14;

}

.section-article-spacial_wisdom .article_spacial_wisdom-header .link,
.section-article-spacial_wisdom .article_spacial_wisdom-link_mobile .link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #641D24;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-article-spacial_wisdom .article_spacial_wisdom-header .link::after,
.section-article-spacial_wisdom .article_spacial_wisdom-link_mobile .link::after {
    content: "";
    display: block;
    background-color: #641D24;
    /* Change color here */
    -webkit-mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    mask: url("../../../privileges/2025/landing/img/icon/icon-arrow-right.svg") no-repeat center / cover;
    width: 4px;
    height: 8px;

}


.section-article-spacial_wisdom .spacial_wisdom-content {
    overflow: unset;
    margin-top: 24px;

}

.section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card .spacial_wisdom-card_text {
    padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #fafafa;
    text-align: center;
}

/* .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card .spacial_wisdom-card_header {

    display: flex;
    flex-direction: column;
    gap: 8px;

} */

.section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    margin-bottom: 8px;
    text-align: left;
}

/* .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_desc {
    font-family: "kurious-looped", sans-serif;

    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-transform: uppercase;

} */

/* .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_date {
    font-family: "kurious-looped", sans-serif;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #666666;
} */

.section-article-spacial_wisdom .article_spacial_wisdom-link_mobile {
    display: none;
}

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

    .section-article-spacial_wisdom .spacial_wisdom-content {
        padding-bottom: 56px;
    }

    .section-article-spacial_wisdom .spacial_wisdom-content .swiper-button-next {
        right: 0;
    }

    .section-article-spacial_wisdom .spacial_wisdom-content .swiper-button-prev {
        left: 0;
    }

    .section-article-spacial_wisdom .article-content .article-card .article-card_header .article-card_cate {
        font-size: 12px;
    }

    .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_title {
        font-size: 18px;
    }

    .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_desc {
        font-size: 14px;
    }

    .section-article-spacial_wisdom .spacial_wisdom-content .spacial_wisdom-card_date {
        font-size: 14px;
    }

    .section-article-spacial_wisdom .article_spacial_wisdom-link_mobile {
        display: block;
        margin-top: 36px;
    }

    .section-article-spacial_wisdom .article_spacial_wisdom-header {
        justify-content: center;
    }

    .section-article-spacial_wisdom .article_spacial_wisdom-header .link {
        display: none;
    }

    .section-article-spacial_wisdom .article_spacial_wisdom-link_mobile .link {
        font-size: 16px;
        justify-content: center;

    }

    .section-spacial_wisdom .article_spacial_wisdom-header .title {
        font-size: 26px;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .main .section-article-spacial_wisdom .container {
        padding-right: 0 !important;
    }
}