/* Business Park AQJOL — Investors page. Desktop first screen only. */

.investors-page-body {
    margin: 0;
    overflow-x: clip;
}

.investors-page {
    width: 100%;
}

.investors-hero {
    position: relative;
    width: 100%;
    height: clamp(760px, 50.24vw, 956px);
    min-height: 760px;
    overflow: hidden;
    isolation: isolate;
    color: #1F1F1F;
    background: #A0C5DF;
}

.investors-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.investors-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 0;
}

.investors-hero__header {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
}

.investors-hero--header-light .investors-hero__header {
    top: 0;
    padding: 22px 0;
    background: #ffffff;
}

.investors-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1920px);
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.investors-hero__breadcrumbs {
    position: absolute;
    top: 122px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
}

.investors-hero--header-light .investors-hero__breadcrumbs {
    top: 122px;
}

.investors-hero__breadcrumbs a {
    color: rgba(31, 31, 31, 0.50);
    text-decoration: none;
    transition: color 180ms ease;
}

.investors-hero__breadcrumbs a:hover {
    color: #1d1d1d;
}

.investors-hero__breadcrumb-arrow {
    display: block;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    transform: none;
}

.investors-hero__title {
    position: absolute;
    top: 208px;
    left: 40px;
    right: 40px;
    margin: 0;
    color: #1F1F1F;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: clamp(64px, 4.74vw, 91px);
    font-weight: 700;
    line-height: .879;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: pre-line;
}

.investors-hero--header-light .investors-hero__title {
    top: 229px;
}

.investors-hero__subtitle {
    position: absolute;
    top: 307px;
    left: 40px;
    width: 689px;
    max-width: calc(100% - 80px);
    margin: 0;
    color: #1F1F1F;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    white-space: pre-line;
}

.investors-hero--header-light .investors-hero__subtitle {
    top: 328px;
}

.investors-hero__buttons {
    position: absolute;
    top: 384px;
    left: 50%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    transform: translateX(-50%);
}

.investors-hero--header-light .investors-hero__buttons {
    top: 405px;
}

.investors-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 90px;
    box-sizing: border-box;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.investors-hero__button img {
    display: block;
    width: 13.5px;
    height: 12.5px;
    flex: 0 0 auto;
}

.investors-hero__button--dark {
    width: 436px;
    color: #ffffff;
    background: #1F1F1F;
    border: 1px solid #1F1F1F;
}

.investors-hero__button--dark:hover {
    background: #0e0e0e;
    border-color: #0e0e0e;
}

.investors-hero__button--light {
    width: 411px;
    color: #1F1F1F;
    background: #ffffff;
    border: 1px solid rgba(31, 31, 31, 0.08);
}

.investors-hero__button--light:hover {
    background: #f6f6f6;
}


.investors-hero-summary {
    width: 100%;
    color: #1d1d1d;
}

.investors-hero-summary__metrics-wrap {
    width: 100%;
    background: #ffffff;
}

.investors-hero-summary__cta-wrap {
    width: 100%;
    background: #1d1d1d;
}

.investors-hero-summary__inner {
    width: min(100%, 1903px);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.investors-hero-summary__metrics {
    display: grid;
    grid-template-columns: repeat(var(--investors-metrics-columns, 4), minmax(0, 1fr));
    min-height: 224px;
    border-left: 1px solid #e7e7e7;
}

.investors-hero-summary__metric {
    min-width: 0;
    min-height: 224px;
    box-sizing: border-box;
    padding: 59px 40px 38px;
    border-right: 1px solid #e7e7e7;
    background: #ffffff;
}

.investors-hero-summary__metric-value {
    display: flex;
    align-items: flex-start;
    min-height: 72px;
    color: #1F1F1F;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.investors-hero-summary__metric-value strong {
    display: block;
    margin: 0;
    font: inherit;
    font-size: clamp(56px, 3.65vw, 70px);
    font-weight: 700;
    line-height: .88;
    letter-spacing: 0;
}

.investors-hero-summary__metric-value span {
    display: block;
    margin: 0 0 0 7px;
    font-size: clamp(23px, 1.55vw, 30px);
    font-weight: 700;
    line-height: .95;
    letter-spacing: 0;
    text-transform: uppercase;
    transform: translateY(-1px);
}

.investors-hero-summary__metric p {
    max-width: 360px;
    margin: 7px 0 0;
    color: #292929;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.investors-hero-summary__cta {
    width: 100%;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    box-sizing: border-box;
    color: #ffffff;
    background: #1F1F1F;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    transition: background-color 180ms ease;
}

.investors-hero-summary__cta:hover {
    background: #111111;
}

.investors-hero-summary__cta img {
    display: block;
    width: 13.5px;
    height: 12.5px;
    flex: 0 0 auto;
}


@media (min-width: 761px) {
    .investors-hero-summary__metrics {
        min-height: 220px;
    }

    .investors-hero-summary__metric {
        min-height: 220px;
        padding: 56px 40px 40px;
    }

    .investors-hero-summary__metric-value {
        min-height: 80px;
        line-height: 80px;
    }

    .investors-hero-summary__metric-value strong {
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 0;
    }

    .investors-hero-summary__metric-value span {
        margin: 5px 0 0 7px;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0;
        transform: none;
    }

    .investors-hero-summary__metric p {
        margin-top: 10px;
        color: #1F1F1F;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0;
    }

    .investors-hero-summary__cta {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 761px) and (max-width: 1500px) {
    .investors-hero__title {
        font-size: clamp(54px, 4.45vw, 66px);
    }

    .investors-hero__buttons {
        top: 374px;
    }

    .investors-hero__button--dark,
    .investors-hero__button--light {
        width: 400px;
    }
}
