@media (min-width: 1440px) {
    .hero-container-first {
        max-width: 1440px;
        margin: 0 auto;
        padding: 30px 120px 0;
        position: relative;
        min-height: 920px;
        top: 41px;
    }

    .hero-content-first {
        display: flex;
        justify-content: space-between;
        margin-top: 85px;
        position: relative;
        padding-bottom: 41px;
    }

    .hero-text-content-first {
        max-width: 493px;
        position: relative;
        z-index: 10;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.56px;
        margin: 0 0 -2px 0;
        text-transform: uppercase;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 70px;
        line-height: 1.5;
        letter-spacing: 2.8px;
        margin: 0 0 46px 0;
        text-transform: uppercase;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-left: 20px;
        margin-bottom: 59px;
        width: 346px;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 16px;
        line-height: 22.5px;
        letter-spacing: 0.6px;
        position: relative;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: -20px;
        color: var(--color-text-primary);
    }

    .cta-button-first {
        display: inline-block;
        border-radius: 100px;
        padding: 16px 55px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.72px;
        text-align: center;
        margin-top: 10px;
    }

    .hero-visual-content-first {
        position: absolute;
        top: -140px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bg-light-first, .bg-graph-first, .author-photo-first {
        position: absolute;
    }

    .bg-light-first {
        top: 84px;
        left: 439px;
        width: 593px;
        height: 787px;
        filter: blur(140px);
        opacity: 1;
    }

    .bg-graph-first {
        top: 10px;
        left: 51px;
        width: 1209px;
        height: 962px;
    }

    .author-photo-first {
        top: 92px;
        left: 442px;
        width: 520px;
        height: 780px;
        object-fit: contain;
        transform: scale(1.08);
    }

    .annotation-first {
        position: absolute;
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.48px;
        margin: 0;
    }

    .annotation-1-first {
        top: 237px;
        left: 1000px;
        width: 232px;
    }

    .annotation-2-first {
        top: 509px;
        left: 960px;
        width: 194px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .hero-container-first {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 80px 0;
        position: relative;
        min-height: 765px;
        top: 35px;
    }

    .hero-content-first {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
        position: relative;
        padding-bottom: 35px;
    }

    .hero-text-content-first {
        max-width: 450px;
        position: relative;
        z-index: 10;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.52px;
        margin: 0 0 -2px 0;
        text-transform: uppercase;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 60px;
        line-height: 1.4;
        letter-spacing: 2.4px;
        margin: 0 0 40px 0;
        text-transform: uppercase;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-left: 18px;
        margin-bottom: 50px;
        width: 320px;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.55px;
        position: relative;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: -18px;
        color: var(--color-text-primary);
    }

    .cta-button-first {
        display: inline-block;
        border-radius: 100px;
        padding: 15px 50px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.68px;
        text-align: center;
        margin-top: 10px;
    }

    .hero-visual-content-first {
        position: absolute;
        top: -120px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bg-light-first, .bg-graph-first, .author-photo-first {
        position: absolute;
    }

    .bg-light-first {
        top: 70px;
        left: 380px;
        width: 520px;
        height: 690px;
        filter: blur(120px);
        opacity: 1;
    }

    .bg-graph-first {
        top: 8px;
        left: 40px;
        width: 1050px;
        height: 840px;
    }

    .author-photo-first {
        top: 80px;
        left: 385px;
        width: 460px;
        height: 690px;
        object-fit: contain;
        transform: scale(1.05);
    }

    .annotation-first {
        position: absolute;
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.44px;
        margin: 0;
    }

    .annotation-1-first {
        top: 210px;
        left: 870px;
        width: 210px;
    }

    .annotation-2-first {
        top: 450px;
        left: 830px;
        width: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-container-first {
        max-width: 100%;
        margin: 0 auto;
        padding: 25px 60px 0;
        position: relative;
        min-height: 750px;
        top: 30px;
    }

    .hero-content-first {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
        position: relative;
        padding-bottom: 35px;
    }

    .hero-text-content-first {
        max-width: 450px;
        position: relative;
        z-index: 10;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.52px;
        margin: 0 0 -2px 0;
        text-transform: uppercase;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 55px;
        line-height: 1.4;
        letter-spacing: 2.2px;
        margin: 0 0 40px 0;
        text-transform: uppercase;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-left: 18px;
        margin-bottom: 45px;
        width: 320px;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.5px;
        position: relative;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: -18px;
        color: var(--color-text-primary);
    }

    .cta-button-first {
        display: inline-block;
        border-radius: 100px;
        padding: 14px 45px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.64px;
        text-align: center;
        margin-top: 10px;
    }

    .hero-visual-content-first {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .bg-light-first, .bg-graph-first, .author-photo-first {
        position: absolute;
    }

    .bg-light-first {
        top: 60px;
        left: 350px;
        width: 450px;
        height: 600px;
        filter: blur(100px);
        opacity: 0.8;
    }

    .bg-graph-first {
        top: 5px;
        left: 30px;
        width: 900px;
        height: 720px;
        opacity: 0.7;
    }

    .author-photo-first {
        top: 70px;
        left: 360px;
        width: 400px;
        height: 600px;
        object-fit: contain;
        transform: scale(1.05);
    }

    .annotation-first {
        position: absolute;
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.44px;
        margin: 0;
    }

    .annotation-1-first {
        top: 180px;
        left: 750px;
        width: 200px;
    }

    .annotation-2-first {
        top: 400px;
        left: 720px;
        width: 170px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-container-first {
        max-width: 100%;
        margin: 0 auto;
        padding: 20px 40px 0;
        position: relative;
        min-height: 737px;
        top: 25px;
        overflow: hidden;
    }

    .hero-content-first {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        position: relative;
        padding-bottom: 30px;
        height: 100%;
    }

    .hero-text-content-first {
        max-width: 600px;
        position: relative;
        z-index: 20;
        margin-bottom: 40px;
        width: 100%;
        padding: 30px;
        border-radius: 20px;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0.5px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        color: #ffffff;
        width: 400px;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 42px;
        line-height: 1.3;
        letter-spacing: 1.7px;
        margin: 0 0 30px 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0 auto 35px 0;
        padding-left: 0;
        list-style: none;
        width: 100%;
        max-width: 400px;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.45px;
        position: relative;
        text-align: left;
        padding-left: 20px;
        width: 100%;
        max-width: 350px;
        color: #ffffff;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: var(--color-text-primary);
    }

    .hero-text-content-first .main-button-fourth {
        display: inline-block;
        border-radius: 100px;
        padding: 13px 40px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.6px;
        text-align: center;
        margin-top: 20px;
        text-decoration: none;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border: none;
    }

    .hero-visual-content-first {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        margin: 0;
        pointer-events: none;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-light-first {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 600px;
        height: 700px;
        filter: blur(60px);
        opacity: 0.4;
        display: none;
    }

    .bg-graph-first {
        display: none;
    }

    .author-photo-first {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(1%, -45%);
        width: 400px;
        height: 550px;
        object-fit: contain;
        opacity: 1;
    }

    .annotation-first {
        display: none;
    }

    .annotation-1-first {
        display: none;
    }

    .annotation-2-first {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-container-first {
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 30px 0;
        position: relative;
        min-height: 618px;
        top: 20px;
        overflow: hidden;
    }

    .hero-content-first {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        position: relative;
        padding-bottom: 25px;
        height: 100%;
    }

    .hero-text-content-first {
        max-width: 540px;
        position: relative;
        z-index: 20;
        margin-bottom: 30px;
        width: 100%;
        padding: 25px;
        border-radius: 16px;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.45px;
        margin: 0 0 8px 0;
        text-transform: uppercase;
        color: #ffffff;
        width: 368px;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 1.4px;
        margin: 0 0 25px 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin: 0 auto 30px 0;
        padding-left: 0;
        list-style: none;
        width: 100%;
        max-width: 260px;
        align-items: center;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.4px;
        position: relative;
        text-align: left;
        padding-left: 18px;
        width: 100%;
        max-width: 320px;
        color: #ffffff;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: var(--color-text-primary);
    }

    .hero-text-content-first .main-button-fourth {
        display: inline-block;
        border-radius: 100px;
        padding: 12px 35px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 15px;
        line-height: 34px;
        letter-spacing: 0.55px;
        text-align: center;
        margin-top: 15px;
        text-decoration: none;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border: none;
        width: 100%;
        max-width: 300px;
    }

    .hero-visual-content-first {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        margin: 0;
        pointer-events: none;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-light-first {
        display: none;
    }

    .bg-graph-first {
        display: none;
    }

    .author-photo-first {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-7%, -47%);
        width: 350px;
        height: 480px;
        object-fit: contain;
        opacity: 1;
    }

    .annotation-first {
        display: none;
    }

    .annotation-1-first {
        display: none;
    }

    .annotation-2-first {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-container-first {
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 5px 0 !important;
        position: relative;
        min-height: 552px;
        top: 15px;
        overflow: hidden;
    }

    .hero-content-first {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        position: relative;
        padding-bottom: 20px;
        height: 100%;
    }

    .hero-text-content-first {
        max-width: 100%;
        position: relative;
        z-index: 20;
        margin-bottom: 20px;
        width: 100%;
        padding: 20px;
        border-radius: 12px;
    }

    .hero-subtitle-first {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
        margin: 0 0 6px 0;
        text-transform: uppercase;
        color: #ffffff;
        width: 100%;
        max-width: 303px;
        margin-top: 24px;
    }

    .hero-title-first {
        font-family: var(--font-secondary);
        font-weight: 700;
        font-size: 28px;
        line-height: 1.1;
        letter-spacing: 1.1px;
        margin: 25px 0 25px 0;
        text-transform: uppercase;
        color: #ffffff;
    }

    .hero-features-first {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0 auto 25px 0;
        padding-left: 0;
        list-style: none;
        width: 100%;
        max-width: 251px;
        align-items: flex-start;
    }

    .hero-features-first li {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.35px;
        position: relative;
        text-align: left;
        padding-left: 16px;
        width: 100%;
        color: #ffffff;
    }

    .hero-features-first li::before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: var(--color-text-primary);
    }

    .hero-text-content-first .main-button-fourth {
        display: inline-block;
        border-radius: 100px;
        padding: 6px 28px;
        color: var(--color-text-dark);
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 14px !important;
        line-height: 33px;
        letter-spacing: 0.5px;
        text-align: center;
        margin-top: 24px;
        text-decoration: none;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border: none;
        width: 100%;
        max-width: 211px;
        height: 47px !important;
    }

    .hero-visual-content-first {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        margin: 0;
        pointer-events: none;
    }

    .visual-elements-wrapper-first {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bg-light-first {
        display: none;
    }

    .bg-graph-first {
        display: none;
    }

    .author-photo-first {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-14%, -49%);
        width: 280px;
        height: 380px;
        object-fit: contain;
        opacity: 1;
    }

    .annotation-first {
        display: none;
    }

    .annotation-1-first {
        display: none;
    }

    .annotation-2-first {
        display: none;
    }
}

.stats-section-first {
    background-color: rgba(197, 208, 216, 0.08);
    backdrop-filter: blur(20px);
    width: 100%;
    position: relative;
    z-index: 100;
}

.stats-container-first {
    margin: 0 auto;
    display: flex;
}

.stat-item-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number-first {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}

.stat-description-first {
    font-family: var(--font-primary);
    font-weight: 400;
    letter-spacing: 0.48px;
    margin: 0;
    text-transform: uppercase;
}

@media (min-width: 1440px) {
    .stats-section-first {
        padding: 31px 20px;
        margin-top: -142px;
    }

    .stats-container-first {
        max-width: 1440px;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .stat-item-first {
        gap: 16px;
    }

    .stat-item-first:nth-child(1) {
        width: 199px;
    }
    .stat-item-first:nth-child(2) {
        width: 279px;
    }
    .stat-item-first:nth-child(3) {
        width: 169px;
    }

    .stat-number-first {
        font-size: 25px;
    }

    .stat-description-first {
        font-size: 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .stats-section-first {
        padding: 28px 20px;
        margin-top: -90px;
    }

    .stats-container-first {
        max-width: 1200px;
        justify-content: center;
        align-items: flex-start;
        gap: 35px;
    }

    .stat-item-first {
        gap: 14px;
    }

    .stat-item-first:nth-child(1) {
        width: 180px;
    }
    .stat-item-first:nth-child(2) {
        width: 250px;
    }
    .stat-item-first:nth-child(3) {
        width: 150px;
    }

    .stat-number-first {
        font-size: 23px;
    }

    .stat-description-first {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .stats-section-first {
        padding: 25px 20px;
        margin-top: -100px;
    }

    .stats-container-first {
        max-width: 100%;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .stat-item-first {
        gap: 12px;
    }

    .stat-item-first:nth-child(1) {
        width: 160px;
    }
    .stat-item-first:nth-child(2) {
        width: 220px;
    }
    .stat-item-first:nth-child(3) {
        width: 130px;
    }

    .stat-number-first {
        font-size: 21px;
    }

    .stat-description-first {
        font-size: 11px;
        line-height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .stats-section-first {
        padding: 20px;
        margin-top: -80px;
    }

    .stats-container-first {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .stat-item-first {
        gap: 10px;
        width: calc(33.333% - 15px) !important;
        min-width: 150px;
    }

    .stat-number-first {
        font-size: 20px;
    }

    .stat-description-first {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.4px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .stats-section-first {
        padding: 18px 15px;
        margin-top: -60px;
    }

    .stats-container-first {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .stat-item-first {
        gap: 8px;
        width: 100% !important;
        max-width: 320px;
    }

    .stat-number-first {
        font-size: 22px;
    }

    .stat-description-first {
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.44px;
    }
}

@media (max-width: 575px) {
    .stats-section-first {
        padding: 15px 12px;
        margin-top: -50px;
    }

    .stats-container-first {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .stat-item-first {
        gap: 8px;
        width: 100% !important;
        max-width: 280px;
    }

    .stat-number-first {
        font-size: 20px;
    }

    .stat-description-first {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.4px;
    }
}

.how-it-works-section-second {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.container-second {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.how-it-works-title-second {
    color: var(--color-text-light);
    font-family: var(--font-primary);
    font-weight: 600;
    text-align: center;
}

.content-wrapper-second {
    display: flex;
    width: 100%;
}

.features-list-second {
    display: flex;
    flex-direction: column;
}

.feature-item-second {
    display: flex;
    flex-direction: column;
}

.divider-line-second {
    width: 100%;
    height: 0;
    border-top: 3px solid var(--color-accent-gold-lighter);
}

.feature-text-second {
    font-weight: 600;
    color: var(--color-text-light);
}

.feature-text-inter-second {
    font-family: var(--font-primary);
}

.feature-text-opensans-second {
    font-family: var(--font-primary);
}

.video-player-wrapper-second {
    position: relative;
}

.video-thumbnail-second {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-border-overlay-second {
    position: absolute;
    border: 3px solid var(--color-accent-gold-darker);
    pointer-events: none;
}

.play-button-overlay-second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: transform 0.3s ease;
}

.play-button-overlay-second:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon-second {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-accent-gold-darker);
}

.cta-button-second {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: transparent;
    color: var(--color-accent-gold);
    font-family: var(--font-secondary);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase;
}

.cta-button-second:hover {
    background-color: var(--color-accent-gold);
    color: var(--color-background);
}

@media (min-width: 1440px) {
    .how-it-works-section-second {
        padding-top: 44px;
        padding-bottom: 63px;
        background-size: 100%;
    }

    .container-second {
        max-width: 1440px;
        padding: 0 227px;
    }

    .how-it-works-title-second {
        font-size: 48px;
        line-height: 72px;
        letter-spacing: 1.92px;
        margin: 0 0 30px 0;
    }

    .content-wrapper-second {
        justify-content: space-between;
        align-items: center;
        gap: 109px;
        margin-bottom: 55px;
    }

    .features-list-second {
        flex-direction: column;
        gap: 73px;
        flex-shrink: 0;
    }

    .feature-item-second {
        width: 194px;
    }

    .feature-text-second {
        font-size: 17px;
        line-height: 22.5px;
        letter-spacing: 0.6px;
        margin: 11px 0;
    }

    .video-player-wrapper-second {
        width: 680px;
        height: 383px;
        flex-shrink: 1;
        min-width: 0;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 2px;
        width: 678px;
        height: 382px;
    }

    .play-button-overlay-second {
        width: 103px;
        height: 103px;
        border: 9.27px solid var(--color-accent-gold-darker);
        border-width: 9.27px 11px 9.27px 4px;
    }

    .play-icon-second {
        border-width: 18px 0 18px 36px;
        margin-left: 6px;
    }

    .cta-button-second {
        padding: 15px 86px;
        border: 3px solid var(--color-accent-gold);
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.72px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .how-it-works-section-second {
        padding-top: 40px;
        padding-bottom: 55px;
        background-size: cover;
    }

    .container-second {
        max-width: 1200px;
        padding: 0 150px;
    }

    .how-it-works-title-second {
        font-size: 42px;
        line-height: 63px;
        letter-spacing: 1.68px;
        margin: 0 0 100px 0;
    }

    .content-wrapper-second {
        justify-content: space-between;
        align-items: center;
        gap: 80px;
        margin-bottom: 45px;
    }

    .features-list-second {
        flex-direction: column;
        gap: 60px;
        flex-shrink: 0;
    }

    .feature-item-second {
        width: 180px;
    }

    .feature-text-second {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.55px;
        margin: 10px 0;
    }

    .video-player-wrapper-second {
        width: 600px;
        height: 338px;
        flex-shrink: 1;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 2px;
        width: 598px;
        height: 337px;
    }

    .play-button-overlay-second {
        width: 90px;
        height: 90px;
        border: 8px solid var(--color-accent-gold-darker);
        border-width: 8px 9px 8px 3px;
    }

    .play-icon-second {
        border-width: 16px 0 16px 32px;
        margin-left: 5px;
    }

    .cta-button-second {
        padding: 14px 75px;
        border: 3px solid var(--color-accent-gold);
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.68px;
        margin-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .how-it-works-section-second {
        padding-top: 35px;
        padding-bottom: 45px;
        background-size: cover;
    }

    .container-second {
        max-width: 100%;
        padding: 0 100px;
    }

    .how-it-works-title-second {
        font-size: 38px;
        line-height: 57px;
        letter-spacing: 1.52px;
        margin: 0 0 80px 0;
    }

    .content-wrapper-second {
        justify-content: space-between;
        align-items: center;
        gap: 60px;
        margin-bottom: 40px;
    }

    .features-list-second {
        flex-direction: column;
        gap: 50px;
        flex-shrink: 0;
    }

    .feature-item-second {
        width: 170px;
    }

    .feature-text-second {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 9px 0;
    }

    .video-player-wrapper-second {
        width: 520px;
        height: 293px;
        flex-shrink: 1;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 2px;
        width: 518px;
        height: 292px;
    }

    .play-button-overlay-second {
        width: 80px;
        height: 80px;
        border: 7px solid var(--color-accent-gold-darker);
        border-width: 7px 8px 7px 3px;
    }

    .play-icon-second {
        border-width: 14px 0 14px 28px;
        margin-left: 4px;
    }

    .cta-button-second {
        padding: 13px 65px;
        border: 2.5px solid var(--color-accent-gold);
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.64px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .how-it-works-section-second {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .container-second {
        max-width: 100%;
        padding: 0 60px;
    }

    .how-it-works-title-second {
        font-size: 34px;
        line-height: 51px;
        letter-spacing: 1.36px;
        margin: 0 0 60px 0;
    }

    .content-wrapper-second {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        margin-bottom: 35px;
    }

    .features-list-second {
        flex-direction: row;
        justify-content: space-around;
        gap: 30px;
        width: 100%;
        max-width: 700px;
        flex-wrap: wrap;
    }

    .feature-item-second {
        width: calc(33.333% - 20px);
        min-width: 180px;
        align-items: center;
    }

    .feature-text-second {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.48px;
        margin: 10px 0;
        text-align: center;
    }

    .divider-line-second {
        border-top-width: 2px;
    }

    .video-player-wrapper-second {
        width: 100%;
        max-width: 550px;
        height: 310px;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 2px);
    }

    .play-button-overlay-second {
        width: 75px;
        height: 75px;
        border: 6px solid var(--color-accent-gold-darker);
        border-width: 6px 7px 6px 2px;
    }

    .play-icon-second {
        border-width: 13px 0 13px 26px;
        margin-left: 3px;
    }

    .cta-button-second {
        padding: 12px 55px;
        border: 2px solid var(--color-accent-gold);
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.6px;
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .how-it-works-section-second {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .container-second {
        max-width: 100%;
        padding: 0 40px;
    }

    .how-it-works-title-second {
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 1.2px;
        margin: 0 0 50px 0;
    }

    .content-wrapper-second {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-bottom: 30px;
    }

    .features-list-second {
        flex-direction: row;
        justify-content: space-around;
        gap: 25px;
        width: 100%;
        max-width: 550px;
        flex-wrap: wrap;
    }

    .feature-item-second {
        width: calc(33.333% - 17px);
        min-width: 150px;
        align-items: center;
    }

    .feature-text-second {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.45px;
        margin: 8px 0;
        text-align: center;
    }

    .divider-line-second {
        border-top-width: 2px;
    }

    .video-player-wrapper-second {
        width: 100%;
        max-width: 480px;
        height: 270px;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-width: 2px;
    }

    .play-button-overlay-second {
        width: 65px;
        height: 65px;
        border: 5px solid var(--color-accent-gold-darker);
        border-width: 5px 6px 5px 2px;
    }

    .play-icon-second {
        border-width: 11px 0 11px 22px;
        margin-left: 2px;
    }

    .cta-button-second {
        padding: 11px 45px;
        border: 2px solid var(--color-accent-gold);
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.6px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .how-it-works-section-second {
        padding-top: 20px;
        padding-bottom: 30px;
        background-size: cover;
    }

    .container-second {
        max-width: 100%;
        padding: 0 20px;
    }

    .how-it-works-title-second {
        font-size: 26px;
        line-height: 39px;
        letter-spacing: 1.04px;
        margin: 0 0 10px 0;
    }

    .content-wrapper-second {
        flex-direction: column;
        align-items: center;
        gap: 35px;
        margin-bottom: 25px;
    }

    .features-list-second {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        max-width: 350px;
        align-items: center;
    }

    .feature-item-second {
        width: 100%;
        max-width: 260px;
        align-items: center;
    }

    .feature-text-second {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.42px;
        margin: 7px 0;
        text-align: center;
    }

    .divider-line-second {
        border-top-width: 1.5px;
    }

    .video-player-wrapper-second {
        width: 100%;
        max-width: 350px;
        height: 197px;
    }

    .video-border-overlay-second {
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border-width: 2px;
    }

    .play-button-overlay-second {
        width: 55px;
        height: 55px;
        border: 4px solid var(--color-accent-gold-darker);
        border-width: 4px 5px 4px 2px;
    }

    .play-icon-second {
        border-width: 9px 0 9px 18px;
        margin-left: 2px;
    }

    .cta-button-second {
        padding: 10px 40px;
        border: 1.5px solid var(--color-accent-gold);
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.56px;
        margin-left: 0;
    }
}

.growth-section-fourth {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bg-image-wrapper-fourth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bg-img-fourth {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.container-fourth {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 31px;
    padding-bottom: 60px;
}

.section-header-fourth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    width: 100%;
}

.title-fourth {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-align: center;
}

.separator-line-fourth {
    width: 1200px;
    height: 1px;
    background-color: #e0bc48;
}

.diagram-container-fourth {
    position: relative;
    width: 709px;
    margin: auto;
    height: 483px;
    margin-bottom: 80px;
}

.central-node-fourth {
    position: absolute;
    left: 284px;
    top: 162px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #4d3f3f;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.central-content-fourth {
    text-align: center;
}

.central-text-fourth {
    font-size: 14px;
    font-weight: 700;
    color: #1e2021;
    text-transform: uppercase;
    line-height: 1.2;
}

.card-fourth {
    position: absolute;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2.75px solid #e0bd48;
    border-radius: 9px;
    background-color: rgba(43, 50, 54, 0.8);
    padding: 0 15px;
    z-index: 3;
    white-space: nowrap;
}

.second-card-fourth {
    position: absolute;
    border-bottom: 1px solid white;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.second-card-fourth.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

span.percent-value-fourth {
    margin: 0 10px;
    color: #e0bd48;
    font-weight: 700;
}

.percent-item-fourth.left {
    display: flex;
    flex-direction: row-reverse;
}

.card-text-fourth {
    color: #e0bd48;
    font-size: 16px;
    font-weight: 500;
}

.card-pos-1-fourth {left: 149px;top: 22px;width: 186px;}
.card-pos-2-fourth {left: 400px;top: 22px;width: 184px;}
.card-pos-3-fourth {left: 480px;top: 150px;width: 257px;}
.card-pos-4-fourth {left: 477px;top: 277px;width: 257px;}
.card-pos-5-fourth {left: 400px;top: 405px;width: 184px;}
.card-pos-6-fourth {left: 149px;top: 405px;width: 184px;}
.card-pos-7-fourth {left: 1px;top: 277px;width: 257px;}
.card-pos-8-fourth {left: 0px;top: 150px;width: 257px;}

.second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
.second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
.second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
.second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
.second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
.second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
.second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
.second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

.arrow-fourth {
    position: absolute;
    z-index: 1;
}

.percents-yellow-right {
    color: #e0bd48;
    margin-left: 15px;
    font-weight: 700;
}
.percents-yellow-left{
    margin-right: 15px;
    font-weight: 700;
    color: #e0bd48;
}

.arrow-pos-1-fourth {left: 244px;top: 99px;width: 69px;}
.arrow-pos-2-fourth {left: 420px;top: 99px;width: 69px;}
.arrow-pos-3-fourth {left: 462px;top: 215px;width: 118px;}
.arrow-pos-4-fourth {left: 462px;top: 252px;width: 118px;}
.arrow-pos-5-fourth {left: 420px;top: 310px;width: 69px;}
.arrow-pos-6-fourth {left: 244px;top: 310px;width: 69px;}
.arrow-pos-7-fourth {left: 154px;top: 252px;width: 118px;}
.arrow-pos-8-fourth {left: 154px;top: 215px;width: 118px;}

.badge-fourth {
    position: absolute;
    height: 31px;
    width: 51px;
    border-radius: 100px;
    background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    font-size: 14px;
    font-weight: 700;
    color: #2b3236;
    opacity: 0.9;
}

.badge-pos-1-fourth {left: 221px;top: 74px;}
.badge-pos-2-fourth {left: 466px;top: 74px;}
.badge-pos-3-fourth {left: 579px;top: 199px;}
.badge-pos-4-fourth {left: 576px;top: 258px;}
.badge-pos-5-fourth {left: 466px;top: 388px;}
.badge-pos-6-fourth {left: 221px;top: 388px;}
.badge-pos-7-fourth {left: 104px;top: 258px;}
.badge-pos-8-fourth {left: 103px;top: 199px;}

.cta-wrapper-fourth {
    margin-top: auto;
}

.main-button-fourth {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 58px;
    background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
    border-radius: 100px;
    transition: transform 0.2s ease;
}

.hero-content-first a.main-button-fourth {
    color: black;
    font-weight: 700;
    font-size: 19px;
}

.main-button-fourth:hover {
    transform: scale(1.02);
}

.btn-text-fourth {
    color: #201f1f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
        width: 1200px;
        height: 1px;
        background-color: #e0bc48;
    }

    .diagram-container-fourth {
        position: relative;
        width: 709px;
        margin: auto;
        height: 400px;
        margin-bottom: 80px;
        transform: scale(0.9);
    }

    .central-node-fourth {
        position: absolute;
        left: 284px;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: 149px;top: 22px;width: 186px;}
    .card-pos-2-fourth {left: 400px;top: 22px;width: 184px;}
    .card-pos-3-fourth {left: 480px;top: 150px;width: 257px;}
    .card-pos-4-fourth {left: 477px;top: 277px;width: 257px;}
    .card-pos-5-fourth {left: 400px;top: 405px;width: 184px;}
    .card-pos-6-fourth {left: 149px;top: 405px;width: 184px;}
    .card-pos-7-fourth {left: 1px;top: 277px;width: 257px;}
    .card-pos-8-fourth {left: 0px;top: 150px;width: 257px;}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 244px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 420px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 462px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 462px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 420px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 244px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 154px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 154px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 221px;top: 74px;}
    .badge-pos-2-fourth {left: 466px;top: 74px;}
    .badge-pos-3-fourth {left: 579px;top: 199px;}
    .badge-pos-4-fourth {left: 576px;top: 258px;}
    .badge-pos-5-fourth {left: 466px;top: 388px;}
    .badge-pos-6-fourth {left: 221px;top: 388px;}
    .badge-pos-7-fourth {left: 104px;top: 258px;}
    .badge-pos-8-fourth {left: 103px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
        width: 1200px;
        height: 1px;
        background-color: #e0bc48;
    }

    .diagram-container-fourth {
        position: relative;
        width: 709px;
        margin: auto;
        height: 400px;
        margin-bottom: 80px;
        transform: scale(0.75);
    }

    .central-node-fourth {
        position: absolute;
        left: 284px;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: 149px;top: 22px;width: 186px;}
    .card-pos-2-fourth {left: 400px;top: 22px;width: 184px;}
    .card-pos-3-fourth {left: 480px;top: 150px;width: 257px;}
    .card-pos-4-fourth {left: 477px;top: 277px;width: 257px;}
    .card-pos-5-fourth {left: 400px;top: 405px;width: 184px;}
    .card-pos-6-fourth {left: 149px;top: 405px;width: 184px;}
    .card-pos-7-fourth {left: 1px;top: 277px;width: 257px;}
    .card-pos-8-fourth {left: 0px;top: 150px;width: 257px;}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 244px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 420px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 462px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 462px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 420px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 244px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 154px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 154px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 221px;top: 74px;}
    .badge-pos-2-fourth {left: 466px;top: 74px;}
    .badge-pos-3-fourth {left: 579px;top: 199px;}
    .badge-pos-4-fourth {left: 576px;top: 258px;}
    .badge-pos-5-fourth {left: 466px;top: 388px;}
    .badge-pos-6-fourth {left: 221px;top: 388px;}
    .badge-pos-7-fourth {left: 104px;top: 258px;}
    .badge-pos-8-fourth {left: 103px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
        width: 1200px;
        height: 1px;
        background-color: #e0bc48;
    }

    .diagram-container-fourth {
        position: relative;
        width: 736px;
        margin: auto;
        height: 400px;
        margin-bottom: 80px;
        transform: scale(1);
    }

    .central-node-fourth {
        position: absolute;
        left: 284px;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: 149px;top: 22px;width: 186px;}
    .card-pos-2-fourth {left: 400px;top: 22px;width: 184px;}
    .card-pos-3-fourth {left: 480px;top: 150px;width: 257px;}
    .card-pos-4-fourth {left: 477px;top: 277px;width: 257px;}
    .card-pos-5-fourth {left: 400px;top: 405px;width: 184px;}
    .card-pos-6-fourth {left: 149px;top: 405px;width: 184px;}
    .card-pos-7-fourth {left: 1px;top: 277px;width: 257px;}
    .card-pos-8-fourth {left: 0px;top: 150px;width: 257px;}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 244px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 420px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 462px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 462px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 420px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 244px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 154px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 154px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 221px;top: 74px;}
    .badge-pos-2-fourth {left: 466px;top: 74px;}
    .badge-pos-3-fourth {left: 579px;top: 199px;}
    .badge-pos-4-fourth {left: 576px;top: 258px;}
    .badge-pos-5-fourth {left: 466px;top: 388px;}
    .badge-pos-6-fourth {left: 221px;top: 388px;}
    .badge-pos-7-fourth {left: 104px;top: 258px;}
    .badge-pos-8-fourth {left: 103px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
        width: 1200px;
        height: 1px;
        background-color: #e0bc48;
    }

    .diagram-container-fourth {
        position: relative;
        width: 577px;
        margin: auto;
        height: 400px;
        margin-bottom: 80px;
        transform: scale(0.78);
    }

    .central-node-fourth {
        position: absolute;
        left: 50%;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        transform: translateX(-50%);

    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: 69px;top: 22px;width: 186px;}
    .card-pos-2-fourth {left: 327px;top: 22px;width: 184px;}
    .card-pos-3-fourth {left: 394px;top: 150px;width: 257px;}
    .card-pos-4-fourth {left: 394px;top: 277px;width: 257px;}
    .card-pos-5-fourth {left: 327px;top: 405px;width: 184px;}
    .card-pos-6-fourth {left: 69px;top: 405px;width: 184px;}
    .card-pos-7-fourth {left: -70px;top: 277px;width: 257px;}
    .card-pos-8-fourth {left: -70px;top: 150px;width: 257px;}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 160px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 346px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 377px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 377px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 346px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 160px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 81px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 81px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 136px;top: 74px;}
    .badge-pos-2-fourth {left: 391px;top: 74px;}
    .badge-pos-3-fourth {left: 492px;top: 199px;}
    .badge-pos-4-fourth {left: 492px;top: 258px;}
    .badge-pos-5-fourth {left: 391px;top: 388px;}
    .badge-pos-6-fourth {left: 136px;top: 388px;}
    .badge-pos-7-fourth {left: 33px;top: 258px;}
    .badge-pos-8-fourth {left: 33px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 575px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 539px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: cover;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 42px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
    width: 250px;
    height: 0;
    border-top: 1px solid #e0bc48;
    background: none;
    }

    .diagram-container-fourth {
        position: relative;
        width: 423px;
        margin: auto;
        height: 281px;
        margin-bottom: 80px;
        transform: scale(0.6);
        margin-left: -28px;
        left: 50%;
        transform: translateX(-42.8%) scale(0.6);
    }

    .central-node-fourth {
        position: absolute;
        left: 50%;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        transform: translateX(-50%);

    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: -2px;top: 22px;width: 186px;transform: scale(0.8);}
    .card-pos-2-fourth {left: 251px;top: 22px;width: 184px;transform: scale(0.8);}
    .card-pos-3-fourth {left: 274px;top: 150px;width: 257px;transform: scale(0.8);}
    .card-pos-4-fourth {left: 274px;top: 277px;width: 257px;transform: scale(0.8);}
    .card-pos-5-fourth {left: 251px;top: 405px;width: 184px;transform: scale(0.8);}
    .card-pos-6-fourth {left: -2px;top: 405px;width: 184px;transform: scale(0.8);}
    .card-pos-7-fourth {left: -120px;top: 277px;width: 257px;transform: scale(0.8);}
    .card-pos-8-fourth {left: -120px;top: 150px;width: 257px;transform: scale(0.8);}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 87px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 266px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 300px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 300px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 266px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 87px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 9px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 9px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 64px;top: 74px;}
    .badge-pos-2-fourth {left: 313px;top: 74px;}
    .badge-pos-3-fourth {left: 413px;top: 199px;}
    .badge-pos-4-fourth {left: 413px;top: 258px;}
    .badge-pos-5-fourth {left: 313px;top: 388px;}
    .badge-pos-6-fourth {left: 64px;top: 388px;}
    .badge-pos-7-fourth {left: -30px;top: 258px;}
    .badge-pos-8-fourth {left: -30px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 360px) {
    .growth-section-fourth {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .bg-image-wrapper-fourth {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    .bg-img-fourth {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.5;
    }

    .container-fourth {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 31px;
        padding-bottom: 60px;
    }

    .section-header-fourth {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
    }

    .title-fourth {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #ffffff;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .separator-line-fourth {
        width: 1200px;
        height: 1px;
        background-color: #e0bc48;
    }

    .diagram-container-fourth {
        position: relative;
        width: 709px;
        margin: auto;
        height: 400px;
        margin-bottom: 80px;
        transform: scale(0.9);
    }

    .central-node-fourth {
        position: absolute;
        left: 284px;
        top: 162px;
        width: 165px;
        height: 165px;
        border-radius: 50%;
        border: 1px solid #4d3f3f;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #E0BC48 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        z-index: 2;
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .central-content-fourth {
        text-align: center;
    }

    .central-text-fourth {
        font-size: 14px;
        font-weight: 700;
        color: #1e2021;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .card-fourth {
        position: absolute;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2.75px solid #e0bd48;
        border-radius: 9px;
        background-color: rgba(43, 50, 54, 0.8);
        padding: 0 15px;
        z-index: 3;
        white-space: nowrap;
    }

    .second-card-fourth {
        position: absolute;
        border-bottom: 1px solid white;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .second-card-fourth.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    span.percent-value-fourth {
        margin: 0 10px;
        color: #e0bd48;
        font-weight: 700;
    }

    .percent-item-fourth.left {
        display: flex;
        flex-direction: row-reverse;
    }

    .card-text-fourth {
        color: #e0bd48;
        font-size: 16px;
        font-weight: 500;
    }

    .card-pos-1-fourth {left: 149px;top: 22px;width: 186px;}
    .card-pos-2-fourth {left: 400px;top: 22px;width: 184px;}
    .card-pos-3-fourth {left: 480px;top: 150px;width: 257px;}
    .card-pos-4-fourth {left: 477px;top: 277px;width: 257px;}
    .card-pos-5-fourth {left: 400px;top: 405px;width: 184px;}
    .card-pos-6-fourth {left: 149px;top: 405px;width: 184px;}
    .card-pos-7-fourth {left: 1px;top: 277px;width: 257px;}
    .card-pos-8-fourth {left: 0px;top: 150px;width: 257px;}

    .second-card-pos-1-fourth {left: -183px;top: 23px;width: 366px;}
    .second-card-pos-2-fourth {right: -208px;top: 23px;width: 366px;text-align: right;}
    .second-card-pos-3-fourth {right: -290px;top: 150px;width: 315px;text-align: right;}
    .second-card-pos-4-fourth {right: -290px;top: 277px;width: 315px;text-align: right;}
    .second-card-pos-5-fourth {right: -208px;top: 405px;width: 366px;text-align: right;}
    .second-card-pos-6-fourth {left: -183px;top: 405px;width: 366px;}
    .second-card-pos-7-fourth {left: -270px;top: 277px;width: 310px;}
    .second-card-pos-8-fourth {left: -270px;top: 150px;width: 310px;}

    .arrow-fourth {
        position: absolute;
        z-index: 1;
    }

    .percents-yellow-right {
        color: #e0bd48;
        margin-left: 15px;
        font-weight: 700;
    }
    .percents-yellow-left{
        margin-right: 15px;
        font-weight: 700;
        color: #e0bd48;
    }

    .arrow-pos-1-fourth {left: 244px;top: 99px;width: 69px;}
    .arrow-pos-2-fourth {left: 420px;top: 99px;width: 69px;}
    .arrow-pos-3-fourth {left: 462px;top: 215px;width: 118px;}
    .arrow-pos-4-fourth {left: 462px;top: 252px;width: 118px;}
    .arrow-pos-5-fourth {left: 420px;top: 310px;width: 69px;}
    .arrow-pos-6-fourth {left: 244px;top: 310px;width: 69px;}
    .arrow-pos-7-fourth {left: 154px;top: 252px;width: 118px;}
    .arrow-pos-8-fourth {left: 154px;top: 215px;width: 118px;}

    .badge-fourth {
        position: absolute;
        height: 31px;
        width: 51px;
        border-radius: 100px;
        background: linear-gradient(90deg, #FFFFFF 0%, #E1BF50 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        font-size: 14px;
        font-weight: 700;
        color: #2b3236;
        opacity: 0.9;
    }

    .badge-pos-1-fourth {left: 221px;top: 74px;}
    .badge-pos-2-fourth {left: 466px;top: 74px;}
    .badge-pos-3-fourth {left: 579px;top: 199px;}
    .badge-pos-4-fourth {left: 576px;top: 258px;}
    .badge-pos-5-fourth {left: 466px;top: 388px;}
    .badge-pos-6-fourth {left: 221px;top: 388px;}
    .badge-pos-7-fourth {left: 104px;top: 258px;}
    .badge-pos-8-fourth {left: 103px;top: 199px;}

    .cta-wrapper-fourth {
        margin-top: auto;
    }

    .main-button-fourth {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 315px;
        height: 58px;
        background: linear-gradient(90deg, #FBE0C4 0%, #E0BC48 100%);
        border-radius: 100px;
        transition: transform 0.2s ease;
    }

    .hero-content-first a.main-button-fourth {
        color: black;
        font-weight: 700;
        font-size: 19px;
    }

    .main-button-fourth:hover {
        transform: scale(1.02);
    }

    .btn-text-fourth {
        color: #201f1f;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
}

.instruments-section-third {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-container-third {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    height: 100%;
}

.instruments-header-third {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}

.section-title-third {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.title-divider-third {
    width: 100%;
    max-width: 1200px;
    height: 0;
    border-top: 3px solid #e0bc48;
    margin: 0 auto;
}

.diagram-area-third {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.chart-wrapper-third {
    position: relative;
    width: 100%;
    height: 79%;
    overflow: hidden;
}

.chart-wrapper-third {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35.3%;
    max-width: 510px;
}
.chart-wrapper-third {
    left: 29%;
    top: 8.4%;
    width: 35.3%;
    transform: none;
}

.chart-image-third {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.label-third {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.instruments-footer-third {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.pagination-dots-third {
    display: flex;
    gap: 10px;
    pointer-events: auto;
}

.action-button-third {
    background: transparent;
    border: 3px solid #e0bd48;
    border-radius: 100px;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.action-button-third:hover {
    background: rgba(224, 189, 72, 0.1);
}

.btn-text-third {
    color: #e0bd48;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 1440px) {
    .instruments-section-third {
        min-height: 855px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 1440px;
        padding-bottom: 40px;
        height: 100%;
    }

    .section-title-third {
        font-size: 48px;
    }

    .diagram-area-third {
        height: 600px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 510px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 40.8%;top: 3.9%;}
    .label-left-1-third {left: 27.2%;top: 17.5%;}
    .label-left-2-third {left: 20%;top: 31.1%;}
    .label-left-3-third {left: 18%;top: 44.7%;}
    .label-left-4-third {left: 22.7%;top: 58.3%;}
    .label-left-5-third {left: 23.1%;top: 72.9%;}
    .label-right-1-third {left: 62.7%;top: 17.5%;}
    .label-right-2-third {left: 66.1%;top: 31.1%;}
    .label-right-3-third {left: 67.4%;top: 44.7%;}
    .label-right-4-third {left: 66.5%;top: 58.3%;}
    .label-right-5-third {left: 62.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 30px;
        padding: 0 50px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 46.2%;
        top: 91.4%;
    }

    .action-button-third {
        position: absolute;
        left: 67.9%;
        top: 89.0%;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .instruments-section-third {
        min-height: 855px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 1440px;
        padding-bottom: 40px;
        height: 100%;
    }

    .section-title-third {
        font-size: 48px;
    }

    .diagram-area-third {
        height: 600px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 510px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 42.8%;top: 3.9%;}
    .label-left-1-third {left: 27.2%;top: 17.5%;}
    .label-left-2-third {left: 20%;top: 31.1%;}
    .label-left-3-third {left: 18%;top: 44.7%;}
    .label-left-4-third {left: 22.7%;top: 58.3%;}
    .label-left-5-third {left: 23.1%;top: 72.9%;}
    .label-right-1-third {left: 62.7%;top: 17.5%;}
    .label-right-2-third {left: 66.1%;top: 31.1%;}
    .label-right-3-third {left: 67.4%;top: 44.7%;}
    .label-right-4-third {left: 66.5%;top: 58.3%;}
    .label-right-5-third {left: 62.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 30px;
        padding: 0 50px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 46.2%;
        top: 91.4%;
    }

    .action-button-third {
        position: absolute;
        left: 67.9%;
        top: 89.0%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .instruments-section-third {
        min-height: 855px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 992px;
        padding-bottom: 40px;
        height: 100%;
    }

    .section-title-third {
        font-size: 48px;
    }

    .diagram-area-third {
        height: 477px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 510px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        font-size: 14px;
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 40.8%;top: 3.9%;}
    .label-left-1-third {left: 26.2%;top: 17.5%;}
    .label-left-2-third {left: 15%;top: 31.1%;}
    .label-left-3-third {left: 13%;top: 44.7%;}
    .label-left-4-third {left: 18.7%;top: 58.3%;}
    .label-left-5-third {left: 18.1%;top: 72.9%;}
    .label-right-1-third {left: 62.7%;top: 17.5%;}
    .label-right-2-third {left: 67.1%;top: 31.1%;}
    .label-right-3-third {left: 69.4%;top: 44.7%;}
    .label-right-4-third {left: 67.5%;top: 58.3%;}
    .label-right-5-third {left: 64.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: -10px;}

    .instruments-footer-third {
        position: absolute;
        bottom: 30px;
        padding: 0 50px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 46.2%;
        top: 91.4%;
    }

    .action-button-third {
        position: absolute;
        left: 67.9%;
        top: 89.0%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .instruments-section-third {
        min-height: 640px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 768px;
        padding-bottom: 40px;
        height: 100%;
    }

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

    .title-divider-third{
    width: 600px;
    border-top: 2px solid #e0bc48;
    }

    .diagram-area-third {
        height: 351px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 768px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        font-size: 12px;
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 39.8%;top: 3.9%;}
    .label-left-1-third {left: 23.2%;top: 17.5%;}
    .label-left-2-third {left: 13.4%;top: 31.1%;}
    .label-left-3-third {left: 11%;top: 44.7%;}
    .label-left-4-third {left: 17.7%;top: 58.3%;}
    .label-left-5-third {left: 15.1%;top: 72.9%;}
    .label-right-1-third {left: 64.7%;top: 17.5%;}
    .label-right-2-third {left: 68.1%;top: 31.1%;}
    .label-right-3-third {left: 69.4%;top: 44.7%;}
    .label-right-4-third {left: 67.5%;top: 58.3%;}
    .label-right-5-third {left: 64.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 48px;
        padding: 0 50px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 46.2%;
        top: 91.4%;
        transform: scale(0.8);
    }

    .action-button-third {
        position: absolute;
        left: 63.9%;
        top: 89.0%;
        padding: 14px 32px;
    }
    .btn-text-third{
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .instruments-section-third {
        min-height: 467px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 576px;
        padding-bottom: 40px;
        height: 100%;
    }

    .section-title-third {
        font-size: 30px;
    }

    .diagram-area-third {
        height: 270px;
    }

    .title-divider-third{
        width: 400px;
        border-top: 1.5px solid #e0bc48;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 510px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        font-size: 10px;
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 37.8%;top: 3.9%;}
    .label-left-1-third {left: 22.2%;top: 17.5%;}
    .label-left-2-third {left: 12%;top: 31.1%;}
    .label-left-3-third {left: 10%;top: 44.7%;}
    .label-left-4-third {left: 16.7%;top: 58.3%;}
    .label-left-5-third {left: 14.1%;top: 72.9%;}
    .label-right-1-third {left: 63.7%;top: 17.5%;}
    .label-right-2-third {left: 67.1%;top: 31.1%;}
    .label-right-3-third {left: 68.4%;top: 44.7%;}
    .label-right-4-third {left: 67.5%;top: 58.3%;}
    .label-right-5-third {left: 64.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 44px;
        padding: 0 60px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 42.2%;
        top: 66.4%;
        transform: scale(0.6);
    }

    .action-button-third {
        position: absolute;
        left: 59.9%;
        top: 89.0%;
        font-size: 12px;
        padding: 11px 20px;
    }
    span.btn-text-third {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .instruments-section-third {
        min-height: 375px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 390px;
        padding-bottom: 25px;
        height: 100%;
    }

    .section-title-third {
        font-size: 26px;
    }

    .instruments-header-third{
        padding-top: 20px;
    }

    .diagram-area-third {
        height: 180px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 11.4%;
        width: 35.3%;
        max-width: 390px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        font-size: 10px;
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 32.8%;top: 3.9%;}
    .label-left-1-third {left: 14.2%;top: 17.5%;}
    .label-left-2-third {left: 3%;top: 31.1%;}
    .label-left-3-third {left: 1%;top: 44.7%;}
    .label-left-4-third {left: 9.7%;top: 58.3%;}
    .label-left-5-third {left: 4.1%;top: 72.9%;}
    .label-right-1-third {left: 63.7%;top: 17.5%;}
    .label-right-2-third {left: 67.1%;top: 31.1%;}
    .label-right-3-third {left: 68.4%;top: 44.7%;}
    .label-right-4-third {left: 67.5%;top: 58.3%;}
    .label-right-5-third {left: 64.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 27px;
        padding: 0 50px;
        display: flex;
    }

    .pagination-dots-third {
        position: absolute;
        left: 38.2%;
        top: 91.4%;
        transform: scale(0.5);
    }

    .action-button-third {
        position: absolute;
        left: 54.9%;
        top: 84%;
        padding: 8px 10px;
    }
    .btn-text-third {
        font-size: 10px;
    }
    .title-divider-third{
        width: 250px;
        height: 0;
        border-top: 1px solid #e0bc48;
        background: none;
    }
}

@media (max-width: 360px) {
    .instruments-section-third {
        min-height: 855px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .content-container-third {
        max-width: 1440px;
        padding-bottom: 40px;
        height: 100%;
    }

    .section-title-third {
        font-size: 48px;
    }

    .diagram-area-third {
        height: 600px;
    }

    .chart-wrapper-third {
        position: absolute;
        left: 31%;
        top: 8.4%;
        width: 35.3%;
        max-width: 510px;
    }

    .chart-image-third {
        width: 87%;
        margin-left: 0;
    }

    .label-third {
        position: absolute;
        white-space: nowrap;
    }

    .label-top-third {left: 42.8%;top: 3.9%;}
    .label-left-1-third {left: 27.2%;top: 17.5%;}
    .label-left-2-third {left: 20%;top: 31.1%;}
    .label-left-3-third {left: 18%;top: 44.7%;}
    .label-left-4-third {left: 22.7%;top: 58.3%;}
    .label-left-5-third {left: 23.1%;top: 72.9%;}
    .label-right-1-third {left: 62.7%;top: 17.5%;}
    .label-right-2-third {left: 66.1%;top: 31.1%;}
    .label-right-3-third {left: 67.4%;top: 44.7%;}
    .label-right-4-third {left: 66.5%;top: 58.3%;}
    .label-right-5-third {left: 62.2%;top: 72.9%;}
    .label-bottom-third {left: 37.1%;top: 87.9%;width: 100%;text-align: center;left: 0;}

    .instruments-footer-third {
        position: absolute;
        bottom: 30px;
        padding: 0 50px;
    }

    .pagination-dots-third {
        position: absolute;
        left: 46.2%;
        top: 91.4%;
    }

    .action-button-third {
        position: absolute;
        left: 67.9%;
        top: 89.0%;
    }
}

.hero-fifth-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-fifth-container {
    position: relative;
    z-index: 1;
    width: 100%;
    flex-grow: 1;
    margin: auto;
}

.hero-fifth-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    z-index: 4;
}

.review-fifth-card {
    background-color: rgba(197, 208, 216, 0.08);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.card-fifth-header {
    display: flex;
    align-items: center;
}

.avatar-fifth {
    border-radius: 20px;
    object-fit: cover;
}

.user-fifth-info {
    display: flex;
    flex-direction: column;
}

.user-fifth-name {
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.user-fifth-role {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.card-fifth-content {
    display: flex;
    flex-direction: column;
}

.status-fifth-group {
    display: flex;
    flex-direction: column;
}

.status-fifth-label {
    font-weight: 700;
    color: #ffffff;
}

.status-fifth-text {
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.card-fifth-footer {
    display: flex;
    justify-content: flex-end;
}

.read-fifth-more {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
    font-style: italic;
}

.read-fifth-more:hover {
    color: #ffffff;
}

.man-fifth-wrapper {
    position: absolute;
    z-index: 3;
    pointer-events: none;
}

.man-fifth-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-fifth-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #e0bd48;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 10;
    background: transparent;
    transition: background 0.3s, color 0.3s;
    border: 3px solid #e0bd48;
}

.cta-fifth-button:hover {
    background: #e0bd48;
    color: #2b3236;
}

.cards-fifth-wrapper {
    display: flex;
}

@media (min-width: 1440px) {
    .hero-fifth-section {
        min-height: 830px;
        background-size: 100%;
        filter: brightness(92%);
    }

    .hero-fifth-container {
        max-width: 1440px;
        height: 100%;
    }

    .hero-fifth-title {
        position: absolute;
        top: 48px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 48px;
        line-height: 1.2;
        width: 100%;
        max-width: 90%;
    }

    .cards-fifth-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .review-fifth-card {
        position: absolute;
        padding: 22px 20px;
        gap: 10px;
    }

    .card-fifth-header {
        gap: 10px;
        margin-left: 32px;
    }

    .avatar-fifth {
        width: 40px;
        height: 40px;
    }

    .user-fifth-info {
        gap: 2px;
    }

    .user-fifth-name {
        font-size: 18px;
    }

    .user-fifth-role {
        font-size: 14px;
    }

    .card-fifth-content {
        gap: 10px;
    }

    .status-fifth-group {
        gap: 5px;
    }

    .status-fifth-label {
        font-size: 14px;
    }

    .status-fifth-text {
        font-size: 13px;
    }

    .read-fifth-more {
        font-size: 12px;
    }

    .card-fifth-alexander {
        width: 375px;
        left: 8.33%;
        top: 18.07%;
        z-index: 3;
    }

    .card-fifth-ekaterina {
        width: 393px;
        left: 32.04%;
        top: 39.63%;
        z-index: 2;
    }

    .card-fifth-elena {
        width: 375px;
        left: 8.75%;
        top: 56.38%;
        z-index: 1;
    }

    .man-fifth-wrapper {
        top: 17.5%;
        left: 36.4%;
        width: 77.9%;
        height: 90%;
    }

    .man-fifth-image {
        object-position: top left;
    }

    .cta-fifth-button {
        position: absolute;
        bottom: 6.2%;
        left: 50%;
        transform: translateX(-50%);
        width: 306px;
        height: 59px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .hero-fifth-section {
        min-height: 705px;
    }

    .hero-fifth-container {
        max-width: 1200px;
    }

    .hero-fifth-title {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 42px;
        width: 100%;
    }

    .cards-fifth-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .review-fifth-card {
        position: absolute;
        padding: 20px 18px;
        gap: 9px;
    }

    .card-fifth-header {
        gap: 9px;
        margin-left: 28px;
    }

    .avatar-fifth {
        width: 38px;
        height: 38px;
    }

    .user-fifth-name {
        font-size: 17px;
    }

    .user-fifth-role {
        font-size: 13px;
    }

    .status-fifth-label {
        font-size: 13px;
    }

    .status-fifth-text {
        font-size: 12px;
    }

    .read-fifth-more {
        font-size: 11px;
    }

    .card-fifth-alexander {
        width: 340px;
        left: 7%;
        top: 15%;
        z-index: 3;
    }

    .card-fifth-ekaterina {
        width: 355px;
        left: 30%;
        top: 35%;
        z-index: 2;
    }

    .card-fifth-elena {
        width: 340px;
        left: 7%;
        top: 55%;
        z-index: 1;
    }

    .man-fifth-wrapper {
        top: 15%;
        left: 38%;
        width: 75%;
        height: 85%;
    }

    .cta-fifth-button {
        position: absolute;
        bottom: 6%;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 55px;
        font-size: 15px;
        border-width: 2.5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-fifth-section {
        min-height: 700px;
        padding: 40px 0;
    }

    .hero-fifth-container {
        max-width: 100%;
        padding: 0 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-fifth-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 38px;
        margin-bottom: 50px;
        width: 100%;
    }

    .cards-fifth-wrapper {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        width: 100%;
        max-width: 1000px;
        margin-bottom: 40px;
    }

    .review-fifth-card {
        position: relative;
        padding: 20px;
        gap: 10px;
        width: calc(33.333% - 20px);
        min-width: 250px;
        top: auto !important;
        left: auto !important;
        z-index: 2;
    }

    .card-fifth-header {
        gap: 10px;
        margin-left: 0;
    }

    .avatar-fifth {
        width: 45px;
        height: 45px;
    }

    .user-fifth-info {
        gap: 3px;
    }

    .user-fifth-name {
        font-size: 18px;
    }

    .user-fifth-role {
        font-size: 13px;
    }

    .status-fifth-label {
        font-size: 14px;
    }

    .status-fifth-text {
        font-size: 13px;
    }

    .read-fifth-more {
        font-size: 12px;
    }

    .man-fifth-wrapper {
        position: relative;
        width: 100%;
        height: 400px;
        top: auto;
        left: auto;
        margin: 30px 0;
        opacity: 0.7;
        display: none;
    }

    .man-fifth-image {
        object-position: center;
    }

    .cta-fifth-button {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 280px;
        height: 55px;
        font-size: 15px;
        margin-top: 20px;
        border-width: 2.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-fifth-section {
        min-height: auto;
        padding: 35px 0;
    }

    .hero-fifth-container {
        max-width: 100%;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-fifth-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 34px;
        margin-bottom: 40px;
        width: 100%;
    }

    .cards-fifth-wrapper {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
        width: 100%;
        max-width: 800px;
        margin-bottom: 35px;
    }

    .review-fifth-card {
        position: relative;
        padding: 18px;
        gap: 9px;
        width: calc(50% - 15px);
        min-width: 280px;
        top: auto !important;
        left: auto !important;
        z-index: 2;
        border-radius: 35px;
    }

    .card-fifth-header {
        gap: 10px;
        margin-left: 0;
    }

    .avatar-fifth {
        width: 42px;
        height: 42px;
    }

    .user-fifth-info {
        gap: 2px;
    }

    .user-fifth-name {
        font-size: 17px;
    }

    .user-fifth-role {
        font-size: 13px;
    }

    .status-fifth-label {
        font-size: 13px;
    }

    .status-fifth-text {
        font-size: 12px;
    }

    .read-fifth-more {
        font-size: 11px;
    }

    .man-fifth-wrapper {
        position: relative;
        width: 100%;
        height: 350px;
        top: auto;
        left: auto;
        margin: 25px 0;
        opacity: 0.6;
    }

    .man-fifth-image {
        object-position: center;
    }

    .cta-fifth-button {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 260px;
        height: 50px;
        font-size: 15px;
        margin-top: 20px;
        border-width: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-fifth-section {
        min-height: auto;
        padding: 30px 0;
    }

    .hero-fifth-container {
        max-width: 100%;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-fifth-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 30px;
        margin-bottom: 35px;
        width: 100%;
    }

    .cards-fifth-wrapper {
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        max-width: 500px;
        margin-bottom: 30px;
    }

    .review-fifth-card {
        position: relative;
        padding: 18px;
        gap: 8px;
        width: 100%;
        max-width: 400px;
        top: auto !important;
        left: auto !important;
        z-index: 2;
        border-radius: 30px;
    }

    .card-fifth-header {
        gap: 10px;
        margin-left: 0;
    }

    .avatar-fifth {
        width: 40px;
        height: 40px;
    }

    .user-fifth-info {
        gap: 2px;
    }

    .user-fifth-name {
        font-size: 16px;
    }

    .user-fifth-role {
        font-size: 12px;
    }

    .status-fifth-label {
        font-size: 13px;
    }

    .status-fifth-text {
        font-size: 12px;
    }

    .read-fifth-more {
        font-size: 11px;
    }

    .man-fifth-wrapper {
        position: relative;
        width: 100%;
        height: 300px;
        top: auto;
        left: auto;
        margin: 20px 0;
        opacity: 0.5;
    }

    .man-fifth-image {
        object-position: center;
    }

    .cta-fifth-button {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 240px;
        height: 48px;
        font-size: 14px;
        margin-top: 20px;
        border-width: 2px;
    }
}

@media (max-width: 575px) {
    .hero-fifth-section {
        min-height: auto;
        padding: 25px 0;
    }

    .hero-fifth-container {
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-fifth-title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        font-size: 26px;
        margin-bottom: 30px;
        width: 100%;
    }

    .cards-fifth-wrapper {
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        width: 100%;
        max-width: 350px;
        margin-bottom: 25px;
    }

    .review-fifth-card {
        position: relative;
        padding: 16px;
        gap: 8px;
        width: 100%;
        top: auto !important;
        left: auto !important;
        z-index: 2;
        border-radius: 25px;
    }

    .card-fifth-header {
        gap: 8px;
        margin-left: 0;
    }

    .avatar-fifth {
        width: 36px;
        height: 36px;
    }

    .user-fifth-info {
        gap: 2px;
    }

    .user-fifth-name {
        font-size: 16px;
    }

    .user-fifth-role {
        font-size: 13px;
    }

    .status-fifth-label {
        font-size: 12px;
    }

    .status-fifth-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .read-fifth-more {
        font-size: 12px;
    }

    .man-fifth-wrapper {
        display: none;
    }

    .cta-fifth-button {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 220px;
        height: 45px;
        font-size: 13px;
        margin-top: 15px;
        border-width: 1.5px;
    }
}

#section-testimonials-seventh {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 25px;
    filter: brightness(92%);
}

.section-testimonials-seventh {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}

.bg-layer-seventh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image-seventh {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.bg-overlay-seventh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(197, 208, 216, 0.08);
    backdrop-filter: blur(8px);
}

.container-seventh {
    position: relative;
    z-index: 1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-title-seventh {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
}

.cards-grid-seventh {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 80px;
}

.card-wrapper-seventh {
    position: relative;
    flex-shrink: 0;
}

.card-content-seventh {
    position: relative;
    background-color: rgba(0, 0, 0, 0.34);
    border-radius: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
    backdrop-filter: blur(45px);
}

.card-backdrop-seventh {
    position: absolute;
    background: linear-gradient(180deg, rgb(81 80 80) 0%, rgb(183 183 180) 100%);
    opacity: 01;
    border-radius: 40px;
    z-index: 1;
    backdrop-filter: blur(3px);
}

.card-left-seventh {
    width: 375px;
    margin-right: -15px;
}
.card-left-seventh .card-content-seventh {
    min-height: 300px;
    z-index: 2;
}
.card-left-seventh .card-backdrop-seventh {
    width: 445px;
    height: 275px;
    top: 77px;
    left: -35px;
    z-index: 1;
}

.card-center-seventh {
    width: 411px;
    margin-top: 55px;
}
.card-center-seventh .card-content-seventh {
    min-height: 375px;
    border-radius: 44px;
    z-index: 3;
}
.card-center-seventh .card-backdrop-seventh {
    width: 487px;
    height: 295px;
    top: 130px;
    left: -41px;
    border-radius: 44px;
    z-index: 1;
}

.card-right-seventh {
    width: 375px;
    margin-left: -15px;
}
.card-right-seventh .card-content-seventh {
    min-height: 307px;
    z-index: 2;
}
.card-right-seventh .card-backdrop-seventh {
    width: 445px;
    height: 275px;
    top: 87px;
    left: -35px;
    z-index: 1;
}

.card-header-seventh {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatar-wrapper-seventh {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.card-center-seventh .avatar-wrapper-seventh {
    width: 75px;
    height: 75px;
}

.avatar-seventh {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info-seventh {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.user-name-seventh {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
}

.user-role-seventh {
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}

.card-body-seventh {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quote-highlight-seventh {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.quote-text-seventh {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding-right: 6px;
}

.button-container-seventh {
    margin-top: 0;
}

.btn-secondary-seventh {
    background: transparent;
    border: 3px solid #e0bd48;
    border-radius: 100px;
    color: #e0bd48;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 59px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary-seventh:hover {
    background-color: #e0bd48;
    color: #2b3236;
}

@media (max-width: 1200px) {
    .cards-grid-seventh {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .card-left-seventh, .card-center-seventh, .card-right-seventh {
        width: 100%;
        max-width: 450px;
        margin: 0;
    }

    .card-center-seventh {
        margin-top: 0;
    }

    .card-backdrop-seventh {
        width: 100% !important;
        left: 10px !important;
        top: 10px !important;
        height: 100% !important;
    }
}

@media (max-width: 480px) {
    .section-title-seventh {
        font-size: 24px;
    }

    .card-content-seventh {
        padding: 20px;
    }

    .avatar-wrapper-seventh {
        width: 50px;
        height: 50px;
    }

    .card-center-seventh .avatar-wrapper-seventh {
        width: 50px;
        height: 50px;
    }
}

.popular-videos-section-sixth {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
    background-repeat: no-repeat;
    background-position: center;
}

.container-sixth-new {
    width: 100%;
    margin: 0 auto;
}

.section-header-sixth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
}

.divider-line-sixth {
    width: 100%;
    height: 1px;
    background-color: #e0bc48;
}

.top-line-sixth {
    margin-bottom: 17px;
}

.bottom-line-sixth {
    margin-top: 10px;
}

.section-title-sixth {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.swiper-video-new {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-video-new .swiper-wrapper {
    display: flex;
    transition-timing-function: ease-out;
}

.swiper-video-new .swiper-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.swiper-video-new .video-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-video-new .video-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next.custom,
.swiper-button-prev.custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiper-slider__slide.swiper-slide {
    transform: scale(0.9);
    transform-origin: center;
}

.swiper-slider__slide.swiper-slide .video-slider img {
    transform: scale(1);
    transform-origin: center;
}

.swiper-slider__slide.swiper-slide-active {
    transform: scale(1.1);
    transform-origin: center;
    z-index: 5;
}

.swiper-slider__slide.swiper-slide-active .video-slider img {
    transform: scale(1);
    transform-origin: center;
}

@media (min-width: 1440px) {
    .popular-videos-section-sixth {
        padding: 50px 0 100px;
    url(
        /img/figma/images/FONT-VARIANT: JIS78);
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .container-sixth-new {
        max-width: 1440px;
        padding: 0 120px;
        margin-bottom: 60px;
    }

    .section-title-sixth {
        font-size: 48px;
    }

    .divider-line-sixth {
        max-width: 1200px;
    }

    .swiper-video-new {
        width: 1300px;
        height: 284px;
    }

    .swiper-video-new .swiper-wrapper {
        width: 1300px;
        margin-left: 0;
    }

    .swiper-video-new .swiper-slide {
        width: 433.33px;
    }

    .swiper-video-new .video-slider {
        width: 433.33px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 63%;
    }

    .swiper-button-prev.custom {
        left: calc(50% - 714px);
    }

    .swiper-button-next.custom {
        right: calc(50% - 714px);
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 43px;
        height: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .popular-videos-section-sixth {
        padding: 45px 0 90px;
    }

    .container-sixth-new {
        max-width: 1200px;
        padding: 0 80px;
        margin-bottom: 55px;
    }

    .section-title-sixth {
        font-size: 42px;
    }

    .divider-line-sixth {
        max-width: 1000px;
    }

    .swiper-video-new {
        width: 1100px;
        height: 240px;
    }

    .swiper-video-new .swiper-wrapper {
        width: 1100px;
    }

    .swiper-video-new .swiper-slide {
        width: 366.67px;
    }

    .swiper-video-new .video-slider {
        width: 366.67px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 63%;
    }

    .swiper-button-prev.custom {
        left: calc(50% - 600px);
    }

    .swiper-button-next.custom {
        right: calc(50% - 600px);
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 38px;
        height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .popular-videos-section-sixth {
        padding: 40px 0 80px;
    }

    .container-sixth-new {
        max-width: 100%;
        padding: 0 60px;
        margin-bottom: 50px;
    }

    .section-title-sixth {
        font-size: 38px;
    }

    .divider-line-sixth {
        max-width: 800px;
    }

    .swiper-video-new {
        width: 900px;
        height: 196px;
    }

    .swiper-video-new .swiper-wrapper {
        width: 900px;
    }

    .swiper-video-new .swiper-slide {
        width: 300px;
    }

    .swiper-video-new .video-slider {
        width: 300px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 64%;
    }

    .swiper-button-prev.custom {
        left: calc(50% - 490px);
    }

    .swiper-button-next.custom {
        right: calc(50% - 490px);
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 34px;
        height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .popular-videos-section-sixth {
        padding: 35px 0 70px;
    }

    .container-sixth-new {
        max-width: 100%;
        padding: 0 40px;
        margin-bottom: 45px;
    }

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

    .divider-line-sixth {
        max-width: 600px;
    }

    .swiper-video-new {
        width: 700px;
        height: auto;
    }

    .swiper-video-new .swiper-wrapper {
        width: 700px;
    }

    .swiper-video-new .swiper-slide {
        width: 350px;
    }

    .swiper-video-new .video-slider {
        width: 350px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 63%;
    }

    .swiper-button-prev.custom {
        left: 30px;
    }

    .swiper-button-next.custom {
        right: 30px;
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 30px;
        height: 34px;
    }

    .swiper-slider__slide.swiper-slide {
        transform: scale(0.95);
    }

    .swiper-slider__slide.swiper-slide-active {
        transform: scale(1.05);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .popular-videos-section-sixth {
        padding: 30px 0 60px;
    }

    .container-sixth-new {
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 40px;
    }

    .section-title-sixth {
        font-size: 30px;
    }

    .divider-line-sixth {
        max-width: 500px;
    }

    .swiper-video-new {
        width: 100%;
        max-width: 488px;
        height: auto;
    }

    .swiper-video-new .swiper-wrapper {
        width: 540px;
        margin: 0 auto;
    }

    .swiper-video-new .swiper-slide {
        width: 540px;
    }

    .swiper-video-new .video-slider {
        width: 540px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 61%;
    }

    .swiper-button-prev.custom {
        left: 10px;
    }

    .swiper-button-next.custom {
        right: 10px;
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 26px;
        height: 30px;
    }

    .swiper-slider__slide.swiper-slide {
        transform: scale(0.95);
    }

    .swiper-slider__slide.swiper-slide-active {
        transform: scale(1.03);
    }
}

@media (max-width: 575px) {
    .popular-videos-section-sixth {
        padding: 25px 0 50px;
    }

    .container-sixth-new {
        max-width: 100%;
        padding: 0 20px;
        margin-bottom: 35px;
    }

    .section-title-sixth {
        font-size: 26px;
    }

    .divider-line-sixth {
        max-width: 300px;
    }

    .swiper-video-new {
        width: 100%;
        max-width: 320px;
        height: auto;
    }

    .swiper-video-new .swiper-wrapper {
        width: 320px;
        margin: 0 auto;
    }

    .swiper-video-new .swiper-slide {
        width: 320px;
    }

    .swiper-video-new .video-slider {
        width: 320px;
    }

    .swiper-button-next.custom,
    .swiper-button-prev.custom {
        top: 67%;
    }

    .swiper-button-prev.custom {
        left: 10px;
    }

    .swiper-button-next.custom {
        right: 10px;
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 22px;
        height: 26px;
    }

    .swiper-slider__slide.swiper-slide {
        transform: scale(0.92);
    }

    .swiper-slider__slide.swiper-slide-active {
        transform: scale(1.02);
    }
}

@media (max-width: 360px) {
    .popular-videos-section-sixth {
        padding: 20px 0 40px;
    }

    .container-sixth-new {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .section-title-sixth {
        font-size: 24px;
    }

    .divider-line-sixth {
        max-width: 250px;
    }

    .swiper-video-new {
        max-width: 243px;
        height: auto;
    }

    .swiper-video-new .swiper-wrapper {
        width: 280px;
    }

    .swiper-video-new .swiper-slide {
        width: 280px;
    }

    .swiper-video-new .video-slider {
        width: 280px;
    }

    .swiper-button-next.custom svg,
    .swiper-button-prev.custom svg {
        width: 20px;
        height: 24px;
    }

    .swiper-slider__slide.swiper-slide-active {
        transform: scale(1.01);
    }
}

#trusted-clients-eighth,
.trusted-clients-eighth {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-overlay-eighth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(197, 208, 216, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
    pointer-events: none;
}

.content-wrapper-eighth {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section-title-eighth {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0.02em;
}

.logos-grid-eighth {
    display: grid;
    justify-content: center;
    margin-bottom: 60px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.logo-card-eighth {
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.logo-card-eighth:hover {
    transform: translateY(-2px);
}

.logo-card-eighth img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.bottom-line-eighth {
    width: 100%;
    height: 1px;
    background-color: #e0bc48;
}

.logos-grid-eighth .logo-card-eighth:nth-child(41) {
    pointer-events: none;
    display: none;
}

@media (min-width: 1440px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 50px;
        padding-bottom: 100px;
        background-size: 100%;
        background-image: url("/img/figma/images/779f5020719b6d0f4de7fd81a85e791321882a56.webp");
    }

    .section-title-eighth {
        font-size: 48px;
        margin-bottom: 60px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(8, 120px);
        gap: 20px;
    }

    .logo-card-eighth {
        width: 120px;
        height: 60px;
    }

    .bottom-line-eighth {
        max-width: 1200px;
        margin: 0 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 45px;
        padding-bottom: 90px;
    }

    .section-title-eighth {
        font-size: 42px;
        margin-bottom: 55px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(8, 110px);
        gap: 18px;
    }

    .logo-card-eighth {
        width: 110px;
        height: 55px;
        padding: 7px;
    }

    .bottom-line-eighth {
        max-width: 1100px;
        margin: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .section-title-eighth {
        font-size: 38px;
        margin-bottom: 50px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(6, 100px);
        gap: 16px;
    }

    .logo-card-eighth {
        width: 100px;
        height: 50px;
        padding: 6px;
    }

    .bottom-line-eighth {
        max-width: 900px;
        margin: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    .section-title-eighth {
        font-size: 34px;
        margin-bottom: 45px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(auto-fit, 90px);
        gap: 14px;
    }

    .logo-card-eighth {
        width: 90px;
        height: 45px;
        padding: 6px;
    }

    .bottom-line-eighth {
        max-width: 700px;
        margin: 0 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .section-title-eighth {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(auto-fit, 80px);
        gap: 12px;
    }

    .logo-card-eighth {
        width: 80px;
        height: 40px;
        padding: 5px;
    }

    .bottom-line-eighth {
        max-width: 500px;
        margin: 0 20px;
    }
}

@media (max-width: 575px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .section-title-eighth {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(auto-fit, 80px);
        gap: 10px;
    }

    .logo-card-eighth {
        width: 80px;
        height: 40px;
        padding: 4px;
    }

    .bottom-line-eighth {
        max-width: 300px;
        margin: 0 20px;
    }
}

@media (max-width: 360px) {
    #trusted-clients-eighth,
    .trusted-clients-eighth {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-title-eighth {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .logos-grid-eighth {
        grid-template-columns: repeat(auto-fit, 65px);
        gap: 8px;
        padding: 0 15px;
    }

    .logo-card-eighth {
        width: 65px;
        height: 32px;
        padding: 3px;
    }

    .bottom-line-eighth {
        max-width: 250px;
        margin: 0 15px;
    }
}

.pagination-dots-third .dot-third.active {
    src: url('/img/figma/images/I189_366_154_84.svg');
}

.pagination-dots-third .dot-third.inactive {
    src: url('/img/figma/images/I189_366_154_88.svg');
}

.pagination-dots-third .dot-third {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

.pagination-dots-third .dot-third.active {
    background-image: url('/img/figma/images/I189_366_154_84.svg');
}

.pagination-dots-third .dot-third.inactive {
    background-image: url('/img/figma/images/I189_366_154_88.svg');
}