﻿@charset "UTF-8";
footer.footer {
    background: var(--okd--preset--color--neutral-110);
    border-top: var(--okd-line-width) solid var(--okd--preset--color--neutral-50);
    position: relative;
    color: var(--okd--preset--color--neutral-05);
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    width: 100%
}

footer.footer .footer_block_inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    width: 100%
}

footer.footer .footer_block_inner,
footer.footer .footer_bottom {
    position: relative;
    z-index: 1
}

footer.footer .footer_main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0
}

footer.footer .footer_main::before,
footer.footer .footer_main::after {
    --circle-background-color: var(--okd-line-color);
    --circle-size: 8px;
    background-color: var(--circle-background-color);
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    display: block;
    height: var(--circle-size);
    pointer-events: none;
    position: absolute;
    width: var(--circle-size);
    z-index: 10;
    content: ""
}

footer.footer .footer_main::before {
    bottom: 0;
    left: var(--okd-line-gutter);
    transform: translate(-50%, 50%)
}

footer.footer .footer_main::after {
    bottom: 0;
    right: var(--okd-line-gutter);
    transform: translate(50%, 50%)
}

footer.footer .footer_main_inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding-block: var(--okd--preset--spacing--24);
    row-gap: var(--okd--preset--spacing--48)
}

@media (min-width:1025px) {
    footer.footer .footer_main_inner {
        padding-block-start: 35px;
        padding-block-end: var(--okd--preset--spacing--48)
    }
}

footer.footer .footer_media--bg {
    border-radius: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

footer.footer .footer_media--bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(4, 14, 26, 0.45)
}

footer.footer .footer_media--bg .footer_media_inner,
footer.footer .footer_media--bg .okd-c-media {
    height: 100%;
    margin: 0;
    max-width: none;
    min-height: 100%;
    width: 100%
}

footer.footer .footer_media--bg .okd-c-media {
    inset: 0;
    position: absolute
}

footer.footer .footer_media--bg .footer_media_inner {
    opacity: 0;
    transition: opacity 0.75s ease
}

footer.footer .footer_media--bg.is-footer-media-revealed .footer_media_inner {
    opacity: 1
}

footer.footer .footer_media--bg picture {
    display: block;
    height: 100%;
    width: 100%
}

footer.footer .footer_media--bg picture .footer_media_img,
footer.footer .footer_media--bg picture .okd-c-media__img {
    max-height: none
}

@media (hover:hover) and (pointer:fine) {
    footer.footer .footer_media--bg {
        will-change: transform
    }
    footer.footer .footer_media--bg .footer_media_inner {
        overflow: visible;
        will-change: transform
    }
}

@media (prefers-reduced-motion:reduce) {
    footer.footer .footer_media--bg .footer_media_inner {
        opacity: 1;
        transition: none
    }
    footer.footer .footer_media--bg .footer_media_inner .footer_media_img,
    footer.footer .footer_media--bg .footer_media_inner .footer_media_video,
    footer.footer .footer_media--bg .footer_media_inner picture .footer_media_img {
        transform: none
    }
}

footer.footer .main_eyebrow {
    flex-shrink: 0
}

footer.footer .main_eyebrow_text {
    --tag-border-color: var(--okd--preset--color--neutral-80)
}

@media (max-width:380px) {
    footer.footer .main_eyebrow_text {
        display: none
    }
}

footer.footer .main_content.u-grid {
    flex-shrink: 0;
    row-gap: 2rem;
    width: 100%
}

@media (min-width:1025px) {
    footer.footer .main_content.u-grid {
        --col-lg: 12;
        align-items: stretch
    }
}

@media (min-width:1025px) {
    footer.footer .main_content.u-grid .main_col--heading {
        --lg: 1 / 8
    }
}

@media (min-width:1281px) {
    footer.footer .main_content.u-grid .main_col--heading {
        --xl: 1 / 8
    }
}

@media (min-width:1025px) {
    footer.footer .main_content.u-grid .main_col--aside {
        --lg: 9 / 13;
        min-height: 240px
    }
}

@media (min-width:1281px) {
    footer.footer .main_content.u-grid .main_col--aside {
        --xl: 9 / 13
    }
}

footer.footer .main_col--heading {
    min-width: 0;
    width: 100%
}

@media (min-width:1025px) {
    footer.footer .main_col--heading {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        min-height: 100%
    }
}

footer.footer .footer_heading {
    font-size: clamp(48px, calc(48px + 48 * ((100vw - 800px) / (1440 - 800))), 96px);
    letter-spacing: -.01em;
    line-height: 1;
    text-wrap: balance
}

@media (min-width:1025px) {
    footer.footer .footer_heading {
        padding-bottom: 50px
    }
}

footer.footer .main_col--aside {
    column-gap: 16px;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    min-width: 0;
    row-gap: 0;
    text-align: left;
    width: 100%
}

@media (max-width:1024px) {
    footer.footer .main_col--aside {
        align-items: stretch;
        gap: 0
    }
    footer.footer .main_col--aside .footer_cta-wrap {
        display: flex;
        justify-content: flex-start;
        margin-bottom: var(--okd--preset--spacing--48);
        order: 1;
        width: 100%
    }
    footer.footer .main_col--aside .footer_nav {
        margin-bottom: var(--okd--preset--spacing--24);
        order: 2
    }
    footer.footer .main_col--aside .footer_socials {
        order: 3
    }
}

@media (min-width:1025px) {
    footer.footer .main_col--aside {
        align-content: stretch;
        align-self: stretch;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        height: 100%;
        min-height: 0;
        row-gap: 0
    }
    footer.footer .main_col--aside .footer_nav {
        grid-column: 1/-1;
        grid-row: 1
    }
    footer.footer .main_col--aside .footer_cta-wrap {
        align-self: center;
        display: flex;
        grid-column: 1/2;
        grid-row: 3;
        justify-content: flex-start;
        justify-self: stretch;
        width: 100%
    }
    footer.footer .main_col--aside .footer_socials {
        align-self: center;
        grid-column: 2/3;
        grid-row: 3;
        justify-content: flex-start;
        justify-self: stretch;
        width: 100%
    }
}

footer.footer .footer_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
    width: 100%
}

footer.footer .footer_nav .footer_nav_item {
    min-width: 0
}

footer.footer .footer_nav .footer_nav_item .footer_nav_link {
    line-height: 1.5;
    max-width: 100%;
    width: fit-content
}

@media (max-width:1024px) {
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator {
        padding-inline: 0;
        transition: color 0.15s ease
    }
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator.-is-active,
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator[aria-current=page] {
        padding-inline: 0
    }
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator.-is-active::before,
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator[aria-current=page]::before {
        transform: translateY(-50%) scale(0)
    }
    footer.footer .footer_nav .footer_nav_link.u-btn--1.-dot-indicator[aria-disabled=true] {
        --btn-background-color: transparent;
        --btn-text-color: var(--okd--preset--color--neutral-10);
        cursor: pointer;
        pointer-events: auto
    }
}

footer.footer .footer_cta-wrap {
    width: 100%
}

footer.footer .footer_cta-btn.u-btn--1:not(.-inline) {
    --btn-background-color: var(--okd--preset--color--neutral-80);
    --btn-text-color: var(--okd--preset--color--neutral-0)
}

@media (max-width:640px) {
    footer.footer .footer_cta-btn.u-btn--1:not(.-inline) {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        width: 100%
    }
}

@media (min-width:641px) {
    footer.footer .footer_cta-btn.u-btn--1:not(.-inline) {
        width: fit-content
    }
}

footer.footer .footer_socials {
    align-items: center;
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 12px
}

footer.footer .footer_social_item {
    flex-shrink: 0;
    line-height: 0
}

footer.footer .footer_social_link {
    align-items: center;
    background: none;
    border-radius: 4px;
    color: inherit;
    display: flex;
    height: 36px;
    isolation: isolate;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 36px
}

footer.footer .footer_social_link::before {
    backdrop-filter: blur(48px);
    background: rgb(245 246 247 / .1);
    border-radius: 4px;
    content: "";
    inset: 0;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
    transition: transform 0.32s ease;
    z-index: 0;
    -webkit-backdrop-filter: blur(48px)
}

footer.footer .footer_social_link:focus-visible {
    outline: 2px solid var(--okd--preset--color--hypergreen);
    outline-offset: 2px
}

@media (hover:hover) and (pointer:fine) {
    footer.footer .footer_social_link:hover::before {
        transform: scale(1)
    }
    footer.footer .footer_social_link:hover .footer_social_icon {
        transform: scale(.8)
    }
}

footer.footer .footer_social_icon {
    aspect-ratio: 1;
    display: block;
    height: 20px;
    object-fit: contain;
    position: relative;
    transition: transform 0.32s ease;
    width: 20px;
    z-index: 1
}

footer.footer .footer_bottom {
    color: var(--okd--preset--color--neutral-50);
    display: flex;
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    padding-block: var(--okd--preset--spacing--24);
    position: relative;
    text-align: left
}

footer.footer .footer_bottom::before {
    background: var(--okd--preset--color--neutral-50);
    content: "";
    height: var(--okd-line-width);
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

@media (max-width:640px) {
    footer.footer .footer_bottom {
        text-align: center
    }
}

footer.footer .footer_bottom_inner {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%
}

footer.footer .footer_bottom_row {
    display: flex;
    flex-direction: row;
    gap: 0 var(--okd--preset--spacing--8);
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (max-width:380px) {
    footer.footer .footer_bottom_row {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }
}

footer.footer .footer_copyright,
footer.footer .footer_credit {
    font-size: clamp(12px, calc(12px + 2 * ((100vw - 800px) / (1440 - 800))), 14px);
    line-height: 1.5
}

footer.footer .footer_credit .footer_credit-link.u-btn--1.-inline {
    color: var(--okd--preset--color--neutral-40);
    padding-block: 0
}

@media (max-width:640px) {
    footer.footer .footer_credit .footer_credit-link.u-btn--1.-inline {
        font-size: inherit
    }
}