/* Footer language and currency rich text */
body.usa-brand-pilot .footer-global-access {
    border-top: 1px solid rgba(255, 255, 255, .15);
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr) minmax(0, 1fr);
    padding: 42px 0;
}

body.usa-brand-pilot .footer-global-access-copy h2 {
    font-size: clamp(1.55rem, 2.4vw, 2.45rem);
    margin: 0 0 14px;
}

body.usa-brand-pilot .footer-global-access-copy p {
    font-size: .82rem;
    line-height: 1.75;
    margin: 0 0 12px;
    max-width: 560px;
}

body.usa-brand-pilot .footer-global-access-copy strong {
    color: #fff;
    font-weight: 850;
}

body.usa-brand-pilot .footer-global-access-panel {
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
    padding: 18px;
}

body.usa-brand-pilot .footer-global-access-panel h3 {
    font-size: .78rem;
    margin: 0 0 14px;
}

body.usa-brand-pilot .footer-token-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.usa-brand-pilot .footer-token-list a {
    align-items: center;
    background: rgba(0, 19, 39, .34);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: rgba(255, 255, 255, .82);
    display: inline-flex;
    font-size: .72rem;
    font-weight: 750;
    gap: 7px;
    line-height: 1.25;
    min-height: 34px;
    padding: 8px 10px;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

body.usa-brand-pilot .footer-token-list a:hover {
    background: rgba(55, 167, 255, .16);
    border-color: rgba(77, 217, 200, .34);
    color: #fff;
    transform: translateY(-1px);
}

body.usa-brand-pilot .footer-token-list a[aria-current="page"] {
    background: rgba(77, 217, 200, .14);
    border-color: rgba(77, 217, 200, .42);
    color: #fff;
}

body.usa-brand-pilot .footer-currency-list a {
    flex-direction: column;
    gap: 2px;
    min-width: 86px;
}

body.usa-brand-pilot .footer-currency-list strong {
    color: #fff;
    font-size: .78rem;
}

body.usa-brand-pilot .footer-currency-list span {
    color: rgba(255, 255, 255, .66);
    font-size: .62rem;
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-global-access {
    border-color: rgba(0, 19, 39, .12);
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-global-access-copy strong,
html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-currency-list strong {
    color: #071624;
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-global-access-panel {
    background: #f6f9fd;
    border-color: rgba(0, 19, 39, .12);
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-token-list a {
    background: #ffffff;
    border-color: rgba(0, 19, 39, .12);
    color: #38536b;
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-token-list a:hover,
html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-token-list a[aria-current="page"] {
    background: rgba(0, 94, 168, .08);
    border-color: rgba(0, 94, 168, .28);
    color: #071624;
}

html[data-theme="light"] body.ubp-design.usa-brand-pilot .footer-currency-list span {
    color: #647d93;
}

@media (max-width: 980px) {
    body.usa-brand-pilot .footer-global-access {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    body.usa-brand-pilot .footer-global-access {
        padding: 32px 0;
    }

    body.usa-brand-pilot .footer-global-access-panel {
        padding: 14px;
    }

    body.usa-brand-pilot .footer-token-list a {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        text-align: center;
    }

    body.usa-brand-pilot .footer-currency-list a {
        min-width: 0;
    }
}
