.all-sections{
    color: #161616!important;
    font-family: "Sofia Sans Condensed", sans-serif!important;
}

section{
    padding: 80px 0!important;
}

.fs-56{
    font-size: 56px!important;
    font-weight: 600!important;
    line-height: 72px!important;
}

.fs-36{
    font-size: 36px!important;
    font-weight: 600!important;
    line-height: 54px!important;
    font-family: "Sofia Sans Condensed", sans-serif!important;
}

.fs-32{
    font-size: 32px;
    font-weight: 600;
}

.fs-24{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.fs-16{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-white{
    color: #FEFEFE;
}

.text-black{
    color: #161616;
}

.mxw350{
    max-width: 350px;
}

.btn{
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #FEFEFE;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
}

.terms{
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    display: block;
    text-align: center;
    text-decoration-line: underline!important;
    text-decoration-color: #888!important;
}

.hero{
    background: url("../assets/hfm-infinityx-hero-bg.webp") no-repeat 70% center;
    background-size: cover;
    min-height: 700px;
}

.body-lang-rtl .hero{
    background: url("../assets/hfm-infinityx-hero-rtl-bg.webp") no-repeat 30% center;
    background-size: cover;
}

.logo{
    width: 265px;
}

h1{
    font-size: 56px!important;
    font-weight: 600!important;
    line-height: 72px!important;
    color: black!important;
    text-transform: unset!important;
}

.body-lang-vn p{
    font-family: "Roboto Condensed", sans-serif!important;
}

.ribbon{
    background-color: black;
    color:#FEFEFE;
    width: 100%;
    height: unset!important;
    padding: 24px 0!important;
}

.ribbon img{
    width: 64px
}

.ribbon p{
    margin-bottom: unset;
    font-size: 24px;
}

.body-lang-vn .ribbon p{
    font-family: "Roboto Condensed", sans-serif!important;
}

.gap8 div{
    gap: 8px;
}

.gap8 > div {
    position: relative;
}

.gap8 > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 90%;
    width: 2px;
    background: rgba(255, 255, 255, 0.10);
}

.section-3{
    background: url("../assets/hfm-infinityx-section3-bg.webp") no-repeat 70% center;
    background-size: cover;
    min-height: 700px;
}

h2{
    font-size: 36px!important;
    font-weight: 600!important;
}

.mxw850{
    max-width: 850px;
    gap: 40px;
}

.shield{
    width: 244px;
}

.mxw500{
    max-width: 500px;
}

.standard-acc{
    background: linear-gradient(0deg, rgba(254, 254, 254, 0.80) 71.85%, rgba(208, 222, 250, 0.80) 100%);
    border-radius: 8px;
    padding: 40px 32px;
    max-width: 225px;
    align-self: anchor-center;
}

.standard-acc div{
    border-top: 1px solid #E5EAEF;
}

.standard-acc p, .infinity-acc p{
    margin-bottom: unset;
}

.body-lang-es .standard-acc p, .body-lang-es .infinity-acc p, .body-lang-pt .standard-acc p, .body-lang-pt .infinity-acc p{
    word-break: break-all;
}

.standard-acc img, .infinity-acc img{
    align-self: baseline;
}

.infinity-acc{
    background: linear-gradient(180deg, #000 37.88%, #207EBC 96.66%, #FFF 109.53%);
    border-radius: 8px;
    padding: 56px 32px;
    color: #FEFEFE;
}

.infinity-acc div{
    border-top: 1px solid rgba(229, 234, 239, 0.20);
}

.logo-white{
    width: 114px;
}

.leverage{
    max-width: 552px;
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 -1px 1px rgba(255, 255, 255, 0.1);
}

.section-4{
    background: linear-gradient(195deg, rgba(254, 254, 254,0.8) 50%, rgba(208, 222, 250, 0.80) 70%);
    min-height: 700px;
    position: relative;
    padding-bottom: 100px !important;
}

.section-4 img {
    position: absolute;
    bottom: 0;
    right: calc(100% - 90%);
    max-width: 300px;
}

.body-lang-rtl .section-4 img{
    right: calc(100% - 25%);
}

.section-4 .boxes{
    gap: 18px;
}

.section-4 .boxes div{
    padding: 8px;
    border-radius: 36px;
    background: #FEFEFE;
    box-shadow: 0 0 2px 0 rgba(145, 158, 171, 0.20), 0 12px 24px -4px rgba(145, 158, 171, 0.12);
    max-width: 175px;
    display: flex;
    flex-direction: column;
    min-height: 192px;
}

.section-4 .boxes p:nth-child(odd){
    color: #FEFEFE;
    padding: 8px;
    border-radius: 32px;
    background: radial-gradient(70.98% 70.83% at 50% 120.83%, #779EF8 0%, #000 84.36%);
}

.section-4 .boxes p:nth-child(even){
    justify-content: center;
    margin: auto 0;
    padding-bottom: 8px;
}

.section-5{
    padding: 100px 0!important;
    background: linear-gradient(180deg, rgba(254, 254, 254) 60%, rgba(208, 222, 250) 100%);
    margin-top: -50px;
    position: relative;
    z-index: 1;
    border-radius: 46px 46px 0 0;
}

.trust{
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: url("../assets/hfm-infinityx-box-bg.webp") no-repeat 70% center;
    background-size: cover;
    padding: 16px;
}

.instrument{
    background: url("../assets/hfm-infinityx-instrument-bg.webp") no-repeat 70% center;
    background-size: cover;
    padding: 40px 24px!important;
    text-align: center;
}

.instrument div{
    min-height: 140px;
}


.instrument h3{
    font-size: 32px;
}

.instrument p{
    font-size: 24px;
}

.section-6{
    background: url("../assets/hfm-infinityx-steps-bg.webp") no-repeat 70% center;
    background-size: cover;
}

.section-6 h2{
    color: #FEFEFE;
}

.step{
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(254, 254, 254, 0.13);
    backdrop-filter: blur(40px);
    padding: 56px 24px;
    gap: 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.step img{
    width: 80px;
    align-self: center;
}

.unleash{
    width: 228px;
    margin-bottom: 11px;
}

.faqs-background{
    background: black;
}

.accordion-body p{
    font-family: "Open Sans", sans-serif;
    padding-bottom: 24px;
}

.std-m-t{
    margin-top: unset;
}

@media(max-width: 1200px){
    .section-4{
        overflow-x: hidden;
    }
    .section-4 img{
        right: -60px;
    }
}

@media(max-width:991px){
    .fs-56{
        font-size: 36px!important;
        font-weight: 600!important;
        line-height: 48px!important;
    }

    .fs-36{
        font-size: 32px!important;
        font-weight: 600!important;
        line-height: 42px!important;
    }

    .hero{
        background: url("../assets/hfm-infinityx-hero-bg-tablet.webp") no-repeat 70% center;
        background-size: cover;
        padding: 64px 0!important;
        min-height: 900px;
    }

    .body-lang-rtl .hero{
        background: url("../assets/hfm-infinityx-hero-rtl-bg-tablet.webp") no-repeat 70% center;
        background-size: cover;
    }

    .mnh700{
        min-height: 700px;
    }

    .logo{
        width: 220px;
        height: 99px;
    }

    .mxw350{
        max-width: 100%;
    }

    .mxw350 .btn{
        width: 315px;
        margin-top: unset!important;
    }

    .mxw850{
        gap: unset;
    }

    .ribbon img{
        width: 40px;
    }

    .ribbon p{
        font-size: 18px;
    }

    .gap8 > div:not(:last-child)::after{
        display: none;
    }

    section{
        padding: 40px 0!important;
    }

    .section-3{
        background: url("../assets/hfm-infinityx-section3-bg.webp") no-repeat 50% center;
    }

    .section-4 img{
        max-width: 250px;
        max-height: 250px;
    }

    .section-5{
        padding: 60px 0!important;
    }

    .instrument h3{
        font-size: 24px;
    }

    .instrument p{
        font-size: 18px;
    }

    .step{
        padding: 48px 16px;
    }

    .step img{
        width: 48px;
        height: 48px;
    }

    .unleash{
        width: 114px;
        height: 48px;
        margin-bottom: 10px;
    }

}

@media (max-width: 768px){
    .fs-32{
        font-size: 24px;
    }

    .fs-sm-18{
        font-size: 18px;
    }

    .hero{
        background: url("../assets/hfm-infinityx-hero-bg-mobile.webp") no-repeat 70% center;
        background-size: cover;
        padding: 40px 0!important;
        min-height: 570px;
    }

    .body-lang-rtl .hero{
        background: url("../assets/hfm-infinityx-hero-rtl-bg-mobile.webp") no-repeat 70% center;
        background-size: cover;
    }

    .logo{
        width: 220px;
    }

    h1{
        font-size: 32px!important;
        line-height: 42px!important;
    }

    .mnh700{
        min-height: 570px;
    }

    .ban{
        display: none!important;
    }

    .ribbon img{
        width: 24px;
        height: 24px;
    }

    .ribbon p{
        font-size: 16px;
    }

    h2{
        font-size: 32px!important;
    }

    .gap8 div{
        padding: unset;
    }

    .shield{
        width: 122px;
        height: 123px;
        align-self: center;
    }

    .standard-acc{
        padding: 24px 16px;
    }

    .section-4 .boxes div{
        min-height: unset;
    }

    .section-4 img{
        display: none;
    }

    .section-5{
        border-radius: 32px 32px 0 0;
        padding: 40px 0 !important;
    }

    .trust img{
        width: 40px;
        height: 40px;
    }

    .instrument{
        padding: 24px 16px!important;
    }

    .instrument h3{
        font-size: 18px;
    }
}

@media (max-width: 499px){
    .ribbon img{
        width: 22px;
        height: 22px;
    }

    .ribbon p{
        font-size: 14px;
    }

    .fs-24{
        line-height: unset;
    }
}

@media (max-width: 420px){
    .fs-32{
        font-size: 22px;
    }

    .trust-grid div:nth-child(even){
        padding-left: unset;
    }

    .trust-grid div:nth-child(odd){
        padding-right: 8px;
    }

    .trust{
        padding: 8px;
    }

    .trust img{
        width: 36px;
        height: 36px;
    }

    .trust p:nth-child(even){
        font-size: 16px;
    }
}


@media (max-width: 383px){
    .section-4 .boxes{
        gap: 8px;
    }
    .section-4 .boxes div{
        max-width: 70%;
    }
}



