/* ------------------------------------------------------------ *\
	Private Fund V2 Styles
\* ------------------------------------------------------------ */

.intro-funds-v2 {
    background-color: #0C2340;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.intro-funds-v2__container {
    max-width: 1200px;
    width: 60%;
    text-align: center;
    height: 260px;
}

.intro-funds-v2__pretitle {
    font-size: 13px;
    font-weight: 600;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.intro-funds-v2__title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 50px;
}

/* When only title is present - make it occupy full area */
.intro-funds-v2:not(:has(.intro-funds-v2__buttons)) .intro-funds-v2__title,
.intro-funds-v2:not(:has(.intro-funds-v2__pretitle)) .intro-funds-v2__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    min-height: 200px;
}

/* Fallback for browsers that don't support :has */
.intro-funds-v2.title-only .intro-funds-v2__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    min-height: 260px;
}

.intro-funds-v2__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.intro-funds-v2__buttons .btn {
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-funds-v2-video {
    position: relative;
    background: #0C2340;
    padding: 0px 20px 40px;
    min-height: 750px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.intro-funds-v2-video::after {
    content: "";
    position: absolute;
    top: 500px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 0;
}

.intro-funds-v2-video__container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-funds-v2-video__wrapper {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto 32px;
}

.intro-funds-v2-video__wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1476 / 720;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
}

.intro-funds-v2-video__info-vertical-divider {
    width: 1px;
    height: 36px;
    background: #D4C5A0;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.intro-funds-v2-video__info-vertical-divider--start {
    margin-left: 0;
}

.intro-funds-v2-video__info-vertical-divider--end {
    margin-right: 0;
}

.intro-funds-v2-video__info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 10px;
    color: #B3A369;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.intro-funds-v2-video__info::before,
.intro-funds-v2-video__info::after {
    content: '';
    width: 1px;
    height: 30px;
    background: #D4C5A0;
    flex-shrink: 0;
}

.intro-funds-v2-video__info-item {
    padding: 10px 0;
    display: inline-block;
}

.intro-funds-v2-video__info-separator {
    width: 1px;
    height: 30px;
    background: #D4C5A0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    flex-shrink: 0;
}

.intro-funds-v2-video__info-grey {
    color: #040D3066;
    font-weight: 600;
    margin-right: 4px;
}

.intro-funds-v2-video__info-black {
    color: #040D30;
    font-weight: 600;
}

/* Responsive Design - Intro Funds V2 */
/* Progressive title size reduction starting at 1474px */
@media (max-width: 1478px) {
    .intro-funds-v2__title {
        font-size: 60px;
        margin-bottom: 45px;
        line-height: 1.2;
        max-width: 100%;
    }
}

@media (max-width: 1244px) {
    .intro-funds-v2__title {
        font-size: 48px;
        margin-bottom: 40px;
        line-height: 1.2;
    }
}

@media (max-width: 1000px) {
    .intro-funds-v2__title {
        font-size: 40px;
        margin-bottom: 35px;
        line-height: 1.2;
    }
}


/* Keep original PC design until 860px */
@media (max-width: 925px) {
    .intro-funds-v2 {
        padding: 60px 20px;
    }
    .intro-funds-v2__title {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    .intro-funds-v2__buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .intro-funds-v2__buttons .btn {
        width: 100%;
        max-width: 300px;
        font-size: 13px;
        height: 42px;
    }
    .intro-funds-v2-video {
        padding: 30px 16px 20px;
        min-height: auto;
        background: #0C2340;
        overflow: hidden;
        position: relative;
    }
    .intro-funds-v2-video::after {
        display: none;
    }
    .intro-funds-v2-video__wrapper {
        margin: 0 auto 20px;
    }
    .intro-funds-v2-video__wrapper img {
        max-width: 100%;
        max-height: none;
    }
    .intro-funds-v2-video__info {
        flex-direction: column;
        gap: 10px;
        position: relative;
        z-index: 1;
        padding: 10px 0;
        background: #0C2340;
        width: 100%;
    }
    .intro-funds-v2-video__info-separator {
        display: none;
    }
    .intro-funds-v2-video__info::before,
    .intro-funds-v2-video__info::after {
        display: none;
    }
    .intro-funds-v2-video__info-grey {
        color: #D4C5A0 !important;
        font-weight: 600;
    }
    .intro-funds-v2-video__info-black {
        color: #FFFFFF !important;
        font-weight: 600;
    }
}

/* Small screens optimization - 450px or less */
@media (max-width: 450px) {
    .intro-funds-v2 {
        padding: 40px 6px;
    }
    .intro-funds-v2__title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .intro-funds-v2__buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }
    .intro-funds-v2__buttons .btn {
        width: 100%;
        max-width: 280px;
        font-size: 12px;
        height: 38px;
    }
    .intro-funds-v2-video {
        padding: 20px 12px 15px;
        min-height: auto;
        background: #0C2340;
        overflow: hidden;
        position: relative;
    }
    .intro-funds-v2-video::after {
        display: none;
    }
    .intro-funds-v2-video__wrapper {
        margin: 0 auto 15px;
    }
    .intro-funds-v2-video__wrapper img {
        max-width: 100%;
        max-height: none;
    }
    .intro-funds-v2-video__info {
        flex-direction: column;
        gap: 8px;
        position: relative;
        z-index: 1;
        padding: 10px 0;
        background: #0C2340;
        width: 100%;
    }
    .intro-funds-v2-video__info-separator {
        display: none;
    }
    .intro-funds-v2-video__info-grey {
        color: #D4C5A0 !important;
        font-weight: 600;
    }
    .intro-funds-v2-video__info-black {
        color: #FFFFFF !important;
        font-weight: 600;
    }
}

/* Devices smaller than 405px */
@media (max-width: 405px) {
    .intro-funds-v2 {
        padding: 30px 30px;
        min-height: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intro-funds-v2__container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .intro-funds-v2__title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.1;
        max-width: 100%;
        padding: 0 2px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
    }
    .intro-funds-v2__buttons {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin-bottom: 0;
        width: 100%;
        justify-content: center;
    }
    .intro-funds-v2__buttons .btn {
        width: 95%;
        max-width: 200px;
        font-size: 9px;
        height: 28px;
        padding: 0 8px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .intro-funds-v2-video {
        padding: 0 4px 6px;
        min-height: auto;
        background: #0C2340;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .intro-funds-v2-video::after {
        display: none;
    }
    .intro-funds-v2-video__wrapper {
        margin: 0 auto 3px;
        width: 100%;
        text-align: center;
    }
    .intro-funds-v2-video__wrapper img {
        max-width: 100%;
        max-height: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    .intro-funds-v2-video__info {
        flex-direction: column;
        gap: 3px;
        position: relative;
        z-index: 1;
        padding: 4px 0;
        background: #0C2340;
        width: 100%;
        text-align: center;
    }
    .intro-funds-v2-video__info-separator {
        display: none;
    }
    .intro-funds-v2-video__info-grey {
        color: #D4C5A0 !important;
        font-weight: 600;
    }
    .intro-funds-v2-video__info-black {
        color: #FFFFFF !important;
        font-weight: 600;
    }
}

/** ------------------------------------------------------------ *\
	Chart V2 Styles
\* ------------------------------------------------------------ */

.chart-v2 {
    width: 100%;
    background: #ffffff;
}

.chart-v2__block {
    width: 100%;
}

.chart-v2__block--split {
    background: transparent;
}

.chart-v2__block--white {
    background: #ffffff;
}

.chart-v2__container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 450px 1fr;
    align-items: center;
    padding: 0 20px;
}

.chart-v2__text-col {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    padding: 100px 35px;
}

.chart-v2__chart-col {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    padding: 100px 35px;
}

.chart-v2__text {
    text-align: left;
    color: #0C2340;
}

.chart-v2__pretitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B3A369;
    margin: 0 0 10px 0;
}

.chart-v2__title {
    font-size: 35px;
    line-height: 1.3;
    margin: 0 0 16px 0;
    color: #0C2340;
}

.chart-v2__content {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    color: #0C2340;
}

.chart-v2__list {
    list-style: disc;
    padding-left: 18px;
    margin: 0;
    color: #0C2340;
    line-height: 1.5;
}

.chart-v2__list li+li {
    margin-top: 6px;
}

.chart-v2__media {
    text-align: center;
}

.chart-v2__img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.chart-v2__media--timeline .chart-v2__img {
    max-width: 90%;
}

@media (max-width: 768px) {
    .chart-v2__block {
        padding: 40px 16px;
    }
    .chart-v2__container {
        grid-template-columns: 1fr;
    }
    .chart-v2__text-col,
    .chart-v2__chart-col {
        padding: 20px 0;
    }
    .chart-v2__title {
        font-size: 22px;
    }
    .chart-v2__subtitle {
        font-size: 14px;
    }
}


/** ------------------------------------------------------------ *\
	Fund Headlines V2 Styles
\* ------------------------------------------------------------ */

.fund-headlines-v2 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 1300px;
}

.fund-headlines-v2__overlay {
    background: rgba(0, 0, 0, 0.45);
    padding: 60px 20px 80px;
    width: 100%;
    height: 100%;
}

.fund-headlines-v2__top {
    max-width: 1100px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.fund-headlines-v2__title-block {
    color: #ffffff;
}

.fund-headlines-v2__pretitle {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #418FDE;
    margin: 0 0 10px 0;
}

.fund-headlines-v2__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
}

.fund-headlines-v2__content {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    align-self: center;
}

.fund-headlines-v2__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 30px 50px;
}

.fund-headlines-v2__item {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 16px;
}

.fund-headlines-v2__item-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.fund-headlines-v2__number {
    font-size: 42px;
    font-weight: 400;
    color: #FFFFFF40;
}

.fund-headlines-v2__item-title {
    font-size: 31.5px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

.fund-headlines-v2__item-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 900px) {
    .fund-headlines-v2__top {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .fund-headlines-v2__title {
        font-size: 30px;
    }
    .fund-headlines-v2__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .fund-headlines-v2 {
        height: auto;
        min-height: 600px;
    }
    .fund-headlines-v2__overlay {
        padding: 40px 16px 60px;
    }
    .fund-headlines-v2__grid {
        gap: 20px;
    }
    .fund-headlines-v2__item-title {
        font-size: 24px;
    }
    .fund-headlines-v2__item-text {
        font-size: 16px;
    }
    .fund-headlines-v2__number {
        font-size: 36px;
    }
    .fund-headlines-v2__content {
        font-size: 15px;
    }
}


/** ------------------------------------------------------------ *\
	Fund Facts V2 Styles
\* ------------------------------------------------------------ */

.fund-facts-v2 {
    background: #0C2340;
    color: #ffffff;
    padding: 80px 20px 100px;
}

.fund-facts-v2__container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 60px;
    align-items: center;
}

.fund-facts-v2__pretitle {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #B3A369;
    margin: 0 0 12px 0;
}

.fund-facts-v2__title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 100px 0;
    color: #ffffff;
}

.fund-facts-v2__content {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 24px 0;
    color: #ffffff;
    max-width: 700px;
}

.fund-facts-v2__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px;
    margin-bottom: 32px;
}

.fund-facts-v2__fact {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 12px;
}

.fund-facts-v2__fact-headline {
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 8px 0;
    font-weight: 400;
    color: #ffffff;
}

.fund-facts-v2__fact-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #FFFFFFE5;
}

.fund-facts-v2__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    width: 100%;
}

.fund-facts-v2__buttons .btn {
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

/* When only one button is present - align left and make it a bit wider */
.fund-facts-v2__buttons:has(.btn:only-child) {
    justify-content: flex-start;
}

.fund-facts-v2__buttons .btn:only-child {
    flex: 0 0 auto;
    width: auto;
    min-width: 240px;
    max-width: 400px;
    font-size: 12px;
}

.fund-facts-v2__buttons .btn--blue {
    background: #418FDE;
    border-color: #418FDE;
}

.fund-facts-v2__buttons .btn--blue:hover {
    color: #418FDE;
    background: transparent;
}

.fund-facts-v2__fund-notes {
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.fund-facts-v2__right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fund-facts-v2__chart {
    max-width: 520px;
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1024px) {
    .fund-facts-v2__container {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .fund-facts-v2__facts {
        grid-template-columns: 1fr;
    }
    .fund-facts-v2__right {
        order: -1;
    }
    .fund-facts-v2__chart {
        max-width: 420px;
    }
    .fund-facts-v2__buttons .btn {
        font-size: 10px;
    }
}


/* ------------------------------------------------------------ *\
    Fund Overview Styles
\* ------------------------------------------------------------ */

.fund-overview {
    background: #0C2340;
    color: #ffffff;
    padding: 80px 20px;
}

.fund-overview__container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.fund-overview__pretitle {
    font-family: 'Gibson', sans-serif;
    font-size: 11px;
    letter-spacing: 0.15em;
    font-weight: 600;
    text-transform: uppercase;
    color: #B3A369;
    margin: 0 0 16px 0;
}

.fund-overview__title {
    font-family: 'MinervaModern', serif !important;
    font-size: 37px !important;
    font-weight: 400 !important;
    font-style: regular;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin: 0 0 40px 0 !important;
    position: relative;
}

.fund-overview__title::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 60%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.fund-overview__highlight {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0;
}

.fund-overview__number {
    font-family: 'MinervaModern', serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 6px 0;
    display: block;
}

.fund-overview__label {
    font-family: 'Gibson', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffffcc;
    line-height: 1.4;
}

.fund-overview__buttons {
    width: 60%;
    margin-top: 8px;
}

.fund-overview__buttons .btn {
    font-family: 'Gibson', sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 14px 0;
    width: 100%;
    display: block;
}

.fund-overview__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fund-overview__chart {
    max-width: 380px;
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive - Fund Overview */
@media (max-width: 1024px) {
    .fund-overview__container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .fund-overview__left {
        align-items: center;
    }
    .fund-overview__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .fund-overview__buttons {
        margin-left: auto;
        margin-right: auto;
    }
    .fund-overview__right {
        order: -1;
        justify-content: center;
    }
    .fund-overview__chart {
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    .fund-overview {
        padding: 60px 16px;
    }
    .fund-overview__title {
        font-size: 28px !important;
    }
    .fund-overview__number {
        font-size: 48px;
    }
    .fund-overview__buttons .btn {
        display: block;
        text-align: center;
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .fund-overview__title {
        font-size: 24px !important;
    }
    .fund-overview__number {
        font-size: 40px;
    }
}


/* ------------------------------------------------------------ *\
    Firms Owned V2
\* ------------------------------------------------------------ */

.firms-owned-v2 {
    background: #ffffff;
    padding: 80px 20px;
    position: relative;
}

.firms-owned-v2__container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.firms-owned-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    margin: 0 0 60px 0;
}

.firms-owned-v2__grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 30px 20px;
    align-items: center;
    justify-items: center;
}

.firms-owned-v2__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 60px;
}

.firms-owned-v2__logo-img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1400px) {
    .firms-owned-v2__grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1024px) {
    .firms-owned-v2__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 16px;
    }
    .firms-owned-v2__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .firms-owned-v2 {
        padding: 60px 16px;
    }
    .firms-owned-v2::before {
        height: 80px;
    }
    .firms-owned-v2__container {
        padding-top: 40px;
    }
    .firms-owned-v2__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 12px;
    }
    .firms-owned-v2__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .firms-owned-v2__logo {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .firms-owned-v2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ------------------------------------------------------------ *\
    Fund Performance V2
\* ------------------------------------------------------------ */

.fund-performance-v2 {
    background: #ffffff;
    padding: 80px 20px;
}

.fund-performance-v2__container {
    max-width: 1100px;
    margin: 0 auto;
}

.fund-performance-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #0C2340;
    text-align: left;
    margin: 0 0 60px 0;
}

.fund-performance-v2__table-wrapper {
    overflow-x: auto;
    margin-bottom: 40px;
}

.fund-performance-v2__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.fund-performance-v2__table thead {
    background: #0C2340;
}

.fund-performance-v2__table th {
    padding: 16px 12px;
    text-align: left;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.fund-performance-v2__table tbody tr {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.fund-performance-v2__table tbody tr:last-child {
    border-bottom: none;
}

.fund-performance-v2__table td {
    padding: 25px 12px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
}

.fund-performance-v2__table td:first-child {
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.fund-performance-v2__disclaimer {
    margin-top: 40px;
}

.fund-performance-v2__disclaimer-title {
    font-size: 14px;
    font-weight: 600;
    color: #040D30;
    margin: 0 0 12px 0;
    font-family: sans-serif;
}

.fund-performance-v2__disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #040D30;
    margin: 0;
}

@media (max-width: 1024px) {
    .fund-performance-v2 {
        padding: 60px 16px;
    }
    .fund-performance-v2__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .fund-performance-v2__table th,
    .fund-performance-v2__table td {
        padding: 12px 8px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .fund-performance-v2 {
        padding: 40px 16px;
    }
    .fund-performance-v2__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .fund-performance-v2__table-wrapper {
        overflow-x: visible;
    }
    .fund-performance-v2__table {
        display: block;
        width: 100%;
    }
    .fund-performance-v2__table thead {
        display: none;
    }
    .fund-performance-v2__table tbody {
        display: block;
        width: 100%;
    }
    .fund-performance-v2__table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    .fund-performance-v2__table tbody tr:last-child {
        margin-bottom: 0;
    }
    .fund-performance-v2__table td {
        display: block;
        padding: 12px 16px;
        font-size: 14px;
        text-align: left;
        white-space: normal;
        border-bottom: 1px solid #f0f0f0;
    }
    .fund-performance-v2__table td:last-child {
        border-bottom: none;
    }
    .fund-performance-v2__table td:before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #0C2340;
        margin-bottom: 4px;
    }
    .fund-performance-v2__table td:first-child {
        background: #0C2340;
        color: #ffffff;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: none;
        padding: 14px 16px;
    }
    .fund-performance-v2__table td:first-child:before {
        display: none;
    }
    .fund-performance-v2__disclaimer {
        margin-top: 30px;
    }
    .fund-performance-v2__disclaimer-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .fund-performance-v2__title {
        font-size: 24px;
    }
    .fund-performance-v2__table td {
        padding: 10px 14px;
        font-size: 13px;
    }
    .fund-performance-v2__table td:first-child {
        padding: 12px 14px;
    }
}


/* ------------------------------------------------------------ *\
    Fund Structure V2
\* ------------------------------------------------------------ */

.fund-structure-v2 {
    background: #0C2340;
    padding: 80px 20px;
    color: #ffffff;
}

.fund-structure-v2__container {
    max-width: 1100px;
    margin: 0 auto;
}

.fund-structure-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-align: left;
}

.fund-structure-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.fund-structure-v2__item {
    padding: 40px 30px;
    padding-top: 70px;
    border-top: 1px solid #B3A369;
    margin-top: 30px;
}

.fund-structure-v2__item:first-child,
.fund-structure-v2__item:nth-child(2),
.fund-structure-v2__item:nth-child(3) {
    margin-top: 0;
    padding-top: 40px;
}

.fund-structure-v2__item-heading {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.fund-structure-v2__item-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1024px) {
    .fund-structure-v2 {
        padding: 60px 16px;
    }
    .fund-structure-v2__title {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .fund-structure-v2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .fund-structure-v2__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .fund-structure-v2__grid {
        grid-template-columns: 1fr;
    }
    .fund-structure-v2__item {
        padding: 30px 20px;
    }
    .fund-structure-v2__item-heading {
        font-size: 16px;
    }
    .fund-structure-v2__item-text {
        font-size: 14px;
    }
}


/* ------------------------------------------------------------ *\
    Fund Terms V2
\* ------------------------------------------------------------ */

.fund-terms-v2 {
    background: #ffffff;
    padding: 80px 20px;
    position: relative;
}

.fund-terms-v2__container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 60px;
    align-items: start;
}

.fund-terms-v2__left {
    position: sticky;
    top: 20px;
}

.fund-terms-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #0C2340;
    margin: 0;
    text-align: left;
}

.fund-terms-v2__right {
    flex: 1;
}

.fund-terms-v2__table-wrapper {
    margin-bottom: 30px;
}

.fund-terms-v2__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.fund-terms-v2__table tr {
    border-bottom: 1px solid #B3A369;
}

.fund-terms-v2__table tr:last-child {
    border-bottom: none;
}

.fund-terms-v2__term {
    padding: 14px 18px 14px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    vertical-align: top;
    width: 40%;
}

.fund-terms-v2__value {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    vertical-align: top;
    line-height: 1.6;
}

.fund-terms-v2__value u {
    text-decoration: underline;
}

.fund-terms-v2__footnotes {
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.fund-terms-v2__footnote {
    font-size: 12px;
    font-weight: 300;
    color: #00000080;
    line-height: 1.6;
    margin: 0;
}

.fund-terms-v2__footnote sup {
    font-size: 12px;
    vertical-align: baseline;
    margin-right: 1px;
}

.fund-terms-v2__footnote sup::after {
    content: ".";
    margin-right: 1px;
}

@media (max-width: 1024px) {
    .fund-terms-v2__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .fund-terms-v2__left {
        position: static;
    }
}

@media (max-width: 768px) {
    .fund-terms-v2 {
        padding: 60px 16px;
    }
    .fund-terms-v2__container {
        gap: 30px;
    }
    .fund-terms-v2__title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .fund-terms-v2__table {
        display: block;
        overflow-x: auto;
    }
    .fund-terms-v2__term,
    .fund-terms-v2__value {
        font-size: 14px;
        padding: 12px 10px;
    }
    .fund-terms-v2__term {
        width: 35%;
    }
    .fund-terms-v2__footnotes {
        flex-direction: column;
        gap: 8px;
    }
}


/* ------------------------------------------------------------ *\
    Fund Updates V2
\* ------------------------------------------------------------ */

.fund-updates-v2 {
    background: #f6f6f6;
    padding: 80px 20px;
}

.fund-updates-v2__container {
    max-width: 1100px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.fund-updates-v2__left {
    display: flex;
    flex-direction: column;
}

.fund-updates-v2__pretitle {
    font-size: 16px;
    font-weight: 600;
    color: #B3A369;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 12px 0;
}

.fund-updates-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #000000;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.fund-updates-v2__content {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.fund-updates-v2__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.fund-updates-v2__buttons .btn {
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-updates-v2__buttons .btn--transparent {
    background: transparent;
    border-color: #B3A369;
    color: #B3A369;
}

.fund-updates-v2__buttons .btn--transparent:hover {
    background: #B3A369;
    color: #ffffff;
}

.fund-updates-v2__right {
    position: relative;
    width: 100%;
}

.fund-updates-v2__right img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border: 0;
}

.fund-updates-v2__disclaimer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffff;
}

.fund-updates-v2__disclaimer-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 12px 0;
}

.fund-updates-v2__disclaimer-text {
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    line-height: 1.6;
}

.fund-updates-v2__disclaimer-text p {
    margin: 0 0 8px 0;
}

.fund-updates-v2__disclaimer-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .fund-updates-v2__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .fund-updates-v2__right {
        order: -1;
    }
}

@media (max-width: 768px) {
    .fund-updates-v2 {
        padding: 60px 16px;
    }
    .fund-updates-v2__title {
        font-size: 32px;
    }
    .fund-updates-v2__content {
        font-size: 14px;
    }
    .fund-updates-v2__buttons {
        flex-direction: column;
    }
    .fund-updates-v2__buttons .btn {
        width: 100%;
    }
    .fund-updates-v2__disclaimer {
        padding: 30px 16px;
    }
}


/* ------------------------------------------------------------ *\
    Fund Materials V2
\* ------------------------------------------------------------ */

.fund-materials-v2 {
    position: relative;
    background: #0C2340;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    overflow: hidden;
}

.fund-materials-v2__overlay {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 0%, #040D30 80%);
    padding: 100px 20px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fund-materials-v2__container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fund-materials-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 60px 0;
    text-align: center;
}

.fund-materials-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #B3A369;
}

.fund-materials-v2__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 30px 24px;
    background: transparent;
    border-right: 1px solid #B3A369;
    border-bottom: 1px solid #B3A369;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.fund-materials-v2__item:nth-child(3n) {
    border-right: none;
}

.fund-materials-v2__item:nth-child(n+4) {
    border-bottom: none;
}

.fund-materials-v2__item:hover {
    background: #FFFFFF0D;
}

.fund-materials-v2__item-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.fund-materials-v2__icon {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .fund-materials-v2__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fund-materials-v2__item:nth-child(3n) {
        border-right: 1px solid #B3A369;
    }
    .fund-materials-v2__item:nth-child(2n) {
        border-right: none;
    }
    .fund-materials-v2__item:nth-child(n+3) {
        border-bottom: 1px solid #B3A369;
    }
    .fund-materials-v2__item:nth-child(n+5) {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .fund-materials-v2 {
        min-height: 500px;
    }
    .fund-materials-v2__overlay {
        padding: 60px 16px;
        min-height: 500px;
    }
    .fund-materials-v2__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .fund-materials-v2__grid {
        grid-template-columns: 1fr;
    }
    .fund-materials-v2__item {
        border-right: none;
        border-bottom: 1px solid #B3A369;
        padding: 24px 20px;
    }
    .fund-materials-v2__item:last-child {
        border-bottom: none;
    }
    .fund-materials-v2__item-title {
        font-size: 12px;
    }
}


/* ------------------------------------------------------------ *\
    Other Funds V2
\* ------------------------------------------------------------ */

.other-funds-v2 {
    background: #040D30;
    padding: 80px 20px;
    color: #ffffff;
}

.other-funds-v2__container {
    max-width: 1100px;
    margin: 0 auto;
}

.other-funds-v2__title {
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 0 60px 0;
}

.other-funds-v2__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.other-funds-v2__card {
    display: flex;
    flex-direction: column;
    background: transparent;
}

.other-funds-v2__image {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.other-funds-v2__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(12, 35, 64, 0.5);
    z-index: 1;
    pointer-events: none;
}

.other-funds-v2__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.other-funds-v2__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.other-funds-v2__card-title {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.other-funds-v2__description {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 24px 0;
    flex: 1;
}

.other-funds-v2__button {
    align-self: flex-start;
    margin-top: auto;
}

.other-funds-v2__button .btn {
    background: #B3A369;
    border-color: #B3A369;
    color: #ffffff;
}

.other-funds-v2__button .btn:hover {
    background: transparent;
    color: #B3A369;
}

@media (max-width: 1024px) {
    .other-funds-v2__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .other-funds-v2 {
        padding: 60px 16px;
    }
    .other-funds-v2__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .other-funds-v2__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .other-funds-v2__card-title {
        font-size: 20px;
    }
    .other-funds-v2__description {
        font-size: 14px;
    }
}


/* ------------------------------------------------------------ *\
	Disclaimer V2 Styles
\* ------------------------------------------------------------ */

.disclaimer-v2 {
    background-color: #ffffff;
    padding: 32px 0;
}

.disclaimer-v2__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.disclaimer-v2__content {
    max-width: none;
    margin: 0 auto;
}

.disclaimer-v2__title {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.disclaimer-v2__text {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

/* Responsive Design - Disclaimer V2 */
@media (max-width: 768px) {
    .disclaimer-v2 {
        padding: 24px 0;
    }
    
    .disclaimer-v2__container {
        padding: 0 16px;
    }
    
    .disclaimer-v2__title {
        font-size: 0.875rem;
        margin-bottom: 6px;
    }
    
    .disclaimer-v2__text {
        font-size: 0.6875rem;
        line-height: 1.5;
        color: #333333;
    }
}

@media (max-width: 480px) {
    .disclaimer-v2 {
        padding: 20px 0;
    }
    
    .disclaimer-v2__container {
        padding: 0 12px;
    }
    
    .disclaimer-v2__title {
        font-size: 0.7rem;
        margin-bottom: 5px;
    }
    
    .disclaimer-v2__text {
        font-size: 0.600rem;
        line-height: 1.4;
        color: #333333;
    }
}


/* ------------------------------------------------------------ *\
	Single Heading V2 Styles
\* ------------------------------------------------------------ */

.single-heading-v2 {
    background-color: #ffffff;
    padding: 80px 0;
}

.single-heading-v2__container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.single-heading-v2__pretitle {
    display: block;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b59a5b;
    margin: 0 auto 12px auto;
}

.single-heading-v2__title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #0b1437;
    margin: 0 auto 16px auto;
}

.single-heading-v2__text {
    font-size: 0.75rem;
    line-height: 1.65;
    color: #0b1437;
    margin: 0 auto;
    max-width: 420px;
}


/* ------------------------------------------------------------ *\
	Fund Cards V2 Styles
\* ------------------------------------------------------------ */

.fund-cards-v2 {
    background-color: #ffffff;
    padding: 80px 0;
}

.fund-cards-v2__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.fund-cards-v2__title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #040D30;
}

.fund-cards-v2__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.fund-cards-v2__card {
    border-top: 1px solid #d9d9d9;
    padding-top: 16px;
}

.fund-cards-v2__card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.fund-cards-v2__card-text {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 12px;
}

.fund-cards-v2__button {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 6px 12px;
    background-color: #b39b5e;
    color: #ffffff;
    text-decoration: none;
}

.fund-cards-v2--center {
    text-align: center;
}

.fund-cards-v2--right {
    text-align: right;
}

/* ------------------------------------------------------------ *\
	Title Funds Styles
\* ------------------------------------------------------------ */

.title-funds {
    background-color: #0C2340;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 60px 20px;
}

.title-funds__container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.title-funds__title {
    font-family: 'MinervaModern', serif;
    font-weight: 400;
    font-style: regular;
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

/* Responsive - Title Funds */
@media (max-width: 1024px) {
    .title-funds {
        min-height: 220px;
        padding: 50px 20px;
    }

    .title-funds__title {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .title-funds {
        min-height: 180px;
        padding: 40px 16px;
    }

    .title-funds__title {
        font-size: 55px;
    }
}

@media (max-width: 480px) {
    .title-funds {
        min-height: 150px;
        padding: 30px 12px;
    }

    .title-funds__title {
        font-size: 35px;
        line-height: 1.35;
    }
}


/* ------------------------------------------------------------ *\
	ready invest Styles
\* ------------------------------------------------------------ */


:root {
    --ready-title-max-width: 300px;  
    --ready-text-max-width: 250px;    
}

/* =============================== */

.ready-invest {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0E6D3 100%);
}

.ready-invest__container {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 0 24px;
}

/* ---------- Title ---------- */

.ready-invest__title-container {
    margin-bottom: 8px;
    max-width: var(--ready-title-max-width);
    margin-left: auto;
    margin-right: auto;
}

.ready-invest__title {
    max-width: var(--ready-title-max-width);
    margin: 0 auto;
    font-family: MinervaModern;
    font-weight: 400;
    font-style: Regular;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
    color: #040D30;
}

/* ---------- Description ---------- */

.ready-invest__text-container {
    margin-bottom: 18px;
    max-width: var(--ready-text-max-width);
    margin-left: auto;
    margin-right: auto;
}

.ready-invest__text {
    max-width: var(--ready-text-max-width);
    margin: 0 auto;
    font-family: Gibson;
    font-weight: 300;
    font-style: Book;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #040D30;
}

/* ---------- Button ---------- */

.ready-invest__btn-container {
    margin: 0 auto 10px auto;
    width: 270px;
}

.ready-invest__btn {
    display: block;
    background-color: #B3A369;
    color: #ffffff !important;
    padding: 13px 0;
    width: 100%;
    text-decoration: none;
    font-family: Gibson;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 11px;
    line-height: normal;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.ready-invest__btn:hover {
    opacity: 0.85;
}

/* ---------- Footer Links ---------- */

.ready-invest__footer {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.ready-invest__link {
    font-family: Gibson;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #B6A368;
    text-decoration: none;
    border-bottom: 1px solid #B6A368;
    padding-bottom: 2px;
}

/* ===============================
   Responsive
================================ */

/* Tablet */
@media (max-width: 1024px) {
    .ready-invest {
        height: auto;
        padding: 80px 0;
    }

    .ready-invest__title {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    :root {
        --ready-title-max-width: 300px;  
        --ready-text-max-width: 250px;    
    }

    .ready-invest {
        padding: 60px 0;
    }

    .ready-invest__container {
        padding: 0 20px;
    }

    .ready-invest__title {
        font-size: 39px;
    }

    .ready-invest__text {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .ready-invest__btn {
        width: 100%;
    }

    .ready-invest__footer {
        gap: 18px;
    }
}
