﻿/*
	Theme Name: ONNAVIS
	Theme URI: https://onnavis.elegento.dev/
	Description: A minimal and aesthetic WordPress theme tailored for showcasing Onnavis landing page.
	Version: 1.0
	Author: Elegento Team <info@elegento.com>
	Author URI: mailto: info@elegento.com
	Tags:
    Text Domain: onnnavis

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------MAIN STYLING--------------*/

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: var(--font-family), sans-serif;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-regular);
    line-height: 1.6;
    color: var(--color-oxford-blue);
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h1 {
    font-size: var(--font-size-6xl);
    font-weight: var(--font-weight-thin);
}

h2 {
    font-size: var(--font-size-5xl);
    font-weight: var(--font-weight-thin);
}

h3 {
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-regular);
    font-family: var(--font-heading) sans-serif;
}

h4 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading) sans-serif;
}

h5 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading) sans-serif;
}

h6 {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-regular);
    font-family: var(--font-heading) sans-serif;
}

p {
    margin: 0 0 1em;
    font-weight: var(--font-weight-light);
    font-size: var(--font-size-md);
}

small {
    font-size: var(--font-size-xs);
}

strong, b {
    font-weight: var(--font-weight-bold);
}

em, i {
    font-style: italic;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
}

@media only screen and (max-width: 1023px) {
    h1, h2 {
        font-size: var(--font-size-4xl);
    }

    h3, h4 {
        font-size: var(--font-size-lg);
    }
}

html { scroll-behavior: smooth; }


html {
    scroll-padding-top: calc(var(--header-h, 0px) + var(--adminbar-h, 0px) + 3.5rem);
}

h2[id]::before {
    content: "";
    display: block;
    height: calc(var(--header-h, 0px) + var(--adminbar-h, 0px) + 2px);
    margin-top: calc(-1 * (var(--header-h, 0px) + var(--adminbar-h, 0px) + 2px));
    pointer-events: none;
    visibility: hidden;
}

h2:target::before {
    content: "";
    display: block;
    height: calc(var(--header-h, 0px) + var(--adminbar-h, 0px) + 2px);
    margin-top: calc(-1 * (var(--header-h, 0px) + var(--adminbar-h, 0px) + 2px));
    pointer-events: none;
    visibility: hidden;
}

.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    line-height: 1.4;
    text-decoration: none;

    opacity: 0;
    pointer-events: none;
}

/* ΞΟ„Ξ±Ξ½ ΞΏ Ο‡ΟΞ®ΟƒΟ„Ξ·Ο‚ ΞΊΞ¬Ξ½ΞµΞΉ Tab β†’ ΞµΞΌΟ†Ξ±Ξ½Ξ―Ξ¶ΞµΟ„Ξ±ΞΉ */
.skip-link:focus {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.bluegame-logo {
    height: 12px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}


/*--------------HYPERTEXT ANIMATION--------------*/
.heading-first {
    font-weight: var(--font-weight-bold);
    display: inline-flex;
    overflow: hidden;
}

.heading-first.hyper-text span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
}
.heading-first.hyper-text.animate span {
    animation: hyper-reveal 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
/*--------------SCROLL FADE SECTIONS ANIMATION--------------*/

.scroll-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.scroll-fade.animate {
    opacity: 1;
    transform: translateY(0);
}

/*--------------ELEGENTO SIGNATURE--------------*/
.elg-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
}

.info-text {
    text-transform: uppercase;
    color: var(--color-blue-gray);
    opacity: 0.3;
    font-size: var(--font-size-xs);
}

.info-heart {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--color-blue-gray);
    mask-image: var(--heart-icon);
    -webkit-mask-image: var(--heart-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    opacity: 0.3;
}

.info-elglogo {
    display: inline-block;
    width: 5rem;
    height: 0.8rem;
    background-size: 200% auto;
    background: linear-gradient(
            90deg,
            var(--color-blue-gray) 0%,
            var(--color-white) 50%,
            var(--color-blue-gray) 100%
    );
    background-size: 200% auto;
    animation: shimmer 3s infinite linear;

    mask-image: var(--elglogo-url);
    -webkit-mask-image: var(--elglogo-url);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;

    opacity: 0.3;
    transition: background 0.3s ease, opacity 0.3s ease;
}

a.info-elglogo:hover {
    background: #41c2cc;
    background-size: auto;
    animation: none;
    opacity: 1;
}

:root {
    /* Logos */
    --logomark-url: url('/wp-content/themes/onnavis/images/svg/onnavis-mark.svg');
    --logo-url: url('/wp-content/themes/onnavis/images/svg/onnavis-logo.svg');
    --logo-url-dark: url('/wp-content/themes/onnavis/images/svg/onnavis-logo-dark.svg');
    --elgmark-url: url('/wp-content/themes/onnavis/images/svg/elegento-mark.svg');
    --elglogo-url: url('/wp-content/themes/onnavis/images/svg/elegento-logo.svg');

    /* Icons */
    --heart-icon: url('/wp-content/themes/onnavis/images/svg/heart.svg');
    --close-icon: url('/wp-content/themes/onnavis/images/svg/cross-small.svg');
    --menu-icon: url('/wp-content/themes/onnavis/images/svg/menu-burger.svg');
    --arrow-down-icon: url('/wp-content/themes/onnavis/images/svg/angle-small-down.svg');
    --arrow-up-icon: url('/wp-content/themes/onnavis/images/svg/angle-small-up.svg');
    --message-icon: url('/wp-content/themes/onnavis/images/svg/envelope.svg');
    --check-icon: url('/wp-content/themes/onnavis/images/svg/check.svg');
    --phone-icon: url('/wp-content/themes/onnavis/images/svg/phone-flip.svg');
    --linkedin-icon: url('/wp-content/themes/onnavis/images/svg/linkedin.svg');
    --instagram-icon: url('/wp-content/themes/onnavis/images/svg/instagram.svg');
    --facebook-icon: url('/wp-content/themes/onnavis/images/svg/facebook.svg');
    --tiktok-icon: url('/wp-content/themes/onnavis/images/svg/tiktok.svg');
    --x-icon: url('/wp-content/themes/onnavis/images/svg/x.svg');
    --login-icon: url('/wp-content/themes/onnavis/images/svg/icon-login.svg');

    /* Font families */
    --font-family: 'Geologica', sans-serif;
    --font-heading: 'Jura', sans-serif;

    /* Font sizes (px) */
    --font-size-6xl: 80px;
    --font-size-5xl: 50px;
    --font-size-4xl: 32px;
    --font-size-3xl: 28px;
    --font-size-2xl: 26px;
    --font-size-xl: 24px;
    --font-size-lg: 18px;
    --font-size-md: 16px;
    --font-size-sm: 14px;
    --font-size-xs: 12px;
    --font-size-2xs: 10px;
    --font-size-3xs: 8px;

    /* Font weights */
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --font-weight-regular: 400;
    --font-weight-light: 300;
    --font-weight-thin: 100;

    /* Colors */
    --color-gunmetal-blue: #0E152C;
    --color-oxford-blue: #141D3B;
    --color-space-blue: #182345;
    --color-blue-gray: #728097;
    --color-soft-white: #F4F4F4;
    --color-light-gray: #EBEBEB;
    --color-white: #FFFFFF;
    --color-black: #000000;
}
.button-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0.9em 2.2em;
    border: none;
    border-radius: 999px;
    background: var(--color-white);
    color: var(--color-space-blue);
    font-family: var(--font-heading), sans-serif;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    cursor: pointer;
    overflow: visible;
}

.button-primary::before,
.button-primary::after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 999px;
    background: linear-gradient(
            45deg,
            #0E152C, #141D3B, #182345, #e1e1e1, #182345, #141D3B, #0E152C, #0E152C
    );
    background-size: 400% 100%;
    background-position: 0% 0%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: none;
}

.button-primary::after {
    filter: blur(16px);
    opacity: 0.45;
    pointer-events: none;
}

.button-primary:hover::before,
.button-primary:hover::after {
    animation: steam 20s linear infinite;
}

.button-primary:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.25);
}

.button-primary:disabled,
.button-primary[aria-disabled="true"]{
    opacity:.6;
    cursor:not-allowed;
    pointer-events:none;
}

.button-outline {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0.9em 2.2em;
    border-radius: 999px;
    background: transparent;
    color: var(--color-white);
    font-family: var(--font-heading), sans-serif;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-regular);
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    border: none;
    overflow: visible;
}

.button-outline::before { content: none !important; }

.button-outline::after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: inherit;
    border: 1px solid var(--color-white);
    z-index: 0;
    transition:
            border-top-width 0.1s 0.2s,
            height 0.2s 0.1s,
            width 0.2s,
            margin 0.2s;
}

.button-outline:hover::after,
.button-outline:focus-visible::after{
    width: 60%;
    height: 0;
    border-width: 0 1px 1px;
    margin: 0 20%;
    transition:
            border-top-width .1s,
            height .2s .1s,
            width .2s .2s,
            margin .2s .2s;
}

.button-outline:focus-visible {
    outline: 3px solid rgba(255,255,255,0.3);
    outline-offset: 2px;
}

.button-outline:disabled,
.button-outline[aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .button-primary::before,
    .button-primary::after,
    .button-outline::after {
        animation: none !important;
        transition: none !important;
    }

    .button-primary,
    .button-outline {
        transition: none !important;
        box-shadow: none !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .button-primary::after {
        display: none !important;
    }
}

@media (prefers-contrast: more) {
    .button-primary {
        background: var(--color-oxford-blue) !important;
        color: var(--color-white) !important;
    }
    .button-outline {
        border: 2px solid var(--color-white) !important;
    }
}
:root {
    --adminbar-h: 0px;
}

body.admin-bar {
    --adminbar-h: 32px;

    @media only screen and (max-width: 782px) {
        --adminbar-h: 46px;
    }
}

body.admin-bar #wpadminbar {
    @media only screen and (max-width: 782px) {
        position: fixed;
        top: 0;
        bottom: auto;
        z-index: 99999;
    }
}

header {
    position: fixed;
    top: var(--adminbar-h);
    left: 0;
    right: 0;
    z-index: 900;
    background: transparent;
    box-shadow: none;
    transition: background .25s ease, box-shadow .25s ease;
}

header .header-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem 8rem;
    max-width: 100%;

    @media only screen and (max-width: 1023px) {
        padding: 1rem;
        display: flex;
        gap: 1rem;
        justify-content: space-between;
    }
}

header .header-wrapper .logo {
    inline-size: 180px;
    block-size: 45px;
    background: var(--logo-url) no-repeat left center / contain;
    display: inline-block;
}

header .header-wrapper .primary-nav {
    width: max-content;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

header .header-wrapper .primary-nav .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .header-wrapper .menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255, 255, 255, .75);
    font-family: var(--font-heading), sans-serif;
    font-weight: var(--font-weight-regular);
    text-decoration: none;
    -webkit-text-stroke: 0 transparent;
    transition: -webkit-text-stroke .3s ease-in-out, color .3s ease-in-out;
}

header .header-wrapper .menu > li > a:hover {
    color: var(--color-white);
    -webkit-text-stroke: 0.5px var(--color-white);
}

header .header-wrapper .menu .current-menu-item > a {
    color: var(--color-white);
    -webkit-text-stroke: 1px var(--color-white);
}

header .header-wrapper .button-primary {
    background: var(--color-oxford-blue);
    color: var(--color-white);

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

header .header-wrapper .phone-wrapper {
    display: none;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

header .header-wrapper .phone-wrapper .icon {
    background-color: transparent;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

header .header-wrapper .phone-wrapper .text .overline,
header .header-wrapper .phone-wrapper .text .title {
    color: transparent;
    -webkit-text-stroke: 0 transparent;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header {
    background: var(--color-white);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

body.header-floating header .header-wrapper .logo {
    inline-size: 180px;
    block-size: 45px;
    background: var(--logo-url-dark) no-repeat left center / contain;
    display: inline-block;
}

body.header-floating header .header-wrapper .menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--color-oxford-blue);
    font-family: var(--font-heading), sans-serif;
    font-weight: var(--font-weight-regular);
    text-decoration: none;
    -webkit-text-stroke: 0 transparent;
    transition: -webkit-text-stroke .3s ease-in-out, color .3s ease-in-out;
}

body.header-floating header .header-wrapper .menu > li > a:hover {
    color: var(--color-oxford-blue);
    -webkit-text-stroke: 0.5px var(--color-oxford-blue);
}

body.header-floating header .header-wrapper .menu .current-menu-item > a {
    color: var(--color-oxford-blue);
    -webkit-text-stroke: 1px var(--color-oxford-blue);
}

body.header-floating header .header-wrapper .button-primary {
    white-space: nowrap;
    background: var(--color-oxford-blue);
    color: var(--color-white);
}

body.header-floating header .header-wrapper .phone-wrapper {
    display: none;
    align-items: center;
    gap: 1rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    transition: opacity .25s ease, visibility .25s ease;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header .header-wrapper .phone-wrapper .icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: var(--color-space-blue);
    mask-image: var(--phone-icon);
    -webkit-mask-image: var(--phone-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    transform: rotate(90deg);

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header .header-wrapper .phone-wrapper .text {
    display: flex;
    flex-direction: column;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header .header-wrapper .phone-wrapper .text .overline {
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    color: var(--color-blue-gray);

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header .header-wrapper .phone-wrapper .text .title {
    font-size: var(--font-size-md);
    color: var(--color-space-blue);

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

body.header-floating header .header-wrapper .login-icon {
    background-color: var(--color-white);
}

.login-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: -7.5px;
    background-color: var(--color-white);
    mask-image: var(--login-icon);
    -webkit-mask-image: var(--login-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    transform: rotate(180deg);

    @media only screen and (max-width: 1023px) {
        background-color: var(--color-white);
    }
}

.menu-icon-wrapper {
    display: none;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: 999px;
    background-color: var(--color-blue-gray);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color .25s ease, opacity .2s ease, visibility .2s ease;
    position: relative;
    z-index: 1100;

    @media only screen and (max-width: 1023px) {
        display: flex;
        margin-left: auto;
        flex: 0 0 auto;
    }
}

.menu-icon-wrapper:focus-visible {
    background-color: var(--color-space-blue);
    outline: none;
}

.menu-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: var(--color-white);
    mask-image: var(--menu-icon);
    -webkit-mask-image: var(--menu-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.close-icon {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background-color: var(--color-space-blue);
    mask-image: var(--close-icon);
    -webkit-mask-image: var(--close-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.menu-icon-wrapper .close-icon {
    display: none;
}

.menu-icon-wrapper[aria-expanded="true"] .menu-icon {
    display: none;
}

.menu-icon-wrapper[aria-expanded="true"] .close-icon {
    display: inline-block;
}

body.menu-open header .menu-icon-wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--adminbar-h);
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
    z-index: 950;
}

.mobile-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--adminbar-h);
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background: var(--color-white);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.22, .61, .36, 1),
    opacity .35s ease,
    visibility .35s ease;
    max-height: min(80vh, 560px);
    overflow: hidden;
    will-change: transform, opacity;

    @media only screen and (min-width: 1024px) {
        display: none;
    }
}

#mobile-menu.is-open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#mobile-menu.no-slide-out {
    transition: opacity .2s ease, visibility .2s ease;
}

#mobile-menu .mobile-menu-inner {
    padding: 0;
    max-height: inherit;
    display: flex;
    flex-direction: column;
}

#mobile-menu .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

#mobile-menu .mobile-menu-header .logo {
    inline-size: 140px;
    block-size: 36px;
    background: var(--logo-url-dark) no-repeat left center / contain;
    display: inline-block;
}

#mobile-menu .menu-close.menu-icon-wrapper {
    display: flex;
    background-color: var(--color-white);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-left: 0;
    padding: .6rem;
}

#mobile-menu .menu-close.menu-icon-wrapper:focus-visible {
    background-color: var(--color-oxford-blue);
}

#mobile-menu .menu-close .close-icon {
    background-color: var(--color-oxford-blue);
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block !important;
}

#mobile-menu .menu-close.menu-icon-wrapper:focus-visible .close-icon {
    background-color: var(--color-white);
}

#mobile-menu .menu-close .menu-icon {
    display: none !important;
}

#mobile-menu .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: .25rem 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

#mobile-menu .mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    text-decoration: none;
    color: var(--color-oxford-blue);
    font-family: var(--font-heading), sans-serif;
    font-weight: var(--font-weight-regular);
    padding: .9rem 1rem;
    transition: color .2s ease;
}

#mobile-menu .mobile-menu-list > li:last-child > a {
    border-bottom: 0;
}

#mobile-menu .mobile-menu-list > li > a:hover,
#mobile-menu .mobile-menu-list > li > a:focus {
    color: var(--color-space-blue);
}

#mobile-menu .mobile-utility {
    align-items: start;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .06);
}

#mobile-menu .mobile-phone {
    display: none;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

#mobile-menu .mobile-phone .icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-color: var(--color-space-blue);
    mask-image: var(--phone-icon);
    -webkit-mask-image: var(--phone-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    transform: rotate(90deg);
}

#mobile-menu .mobile-phone .text {
    display: flex;
    flex-direction: column;
}

#mobile-menu .mobile-phone .overline {
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    color: var(--color-blue-gray);
}

#mobile-menu .mobile-phone .title {
    font-size: var(--font-size-md);
    color: var(--color-space-blue);
}

#mobile-menu .mobile-cta.button-primary {
    white-space: nowrap;
    background: var(--color-oxford-blue);
    color: var(--color-white);
}

body.menu-open {
    @media only screen and (max-width: 1023px) {
        overflow: hidden;
        touch-action: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    header,
    header .header-wrapper .menu > li > a,
    .menu-icon-wrapper,
    .mobile-backdrop,
    #mobile-menu,
    #mobile-menu .mobile-menu-list > li > a,
    body.header-floating header .header-wrapper .menu > li > a,
    body.header-floating header .header-wrapper .phone-wrapper {
        transition: none !important;
        animation: none !important;
    }

    #mobile-menu {
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.menu-open {
        overflow: hidden;
        touch-action: none;
    }
}

@media (prefers-reduced-transparency: reduce) {
    header { background: var(--color-white) !important; box-shadow: 0 6px 18px rgba(0,0,0,.08) !important; }
    .mobile-backdrop { background: #000 !important; }
}

@media (prefers-contrast: more) {
    header .header-wrapper .menu > li > a {
        color: var(--color-white) !important;
        -webkit-text-stroke: 1px currentColor !important;
        text-decoration: underline !important;
        text-underline-offset: 0.15rem !important;
    }
    #mobile-menu .mobile-menu-list > li > a {
        color: var(--color-oxford-blue) !important;
        font-weight: var(--font-weight-bold) !important;
        text-decoration: underline !important;
        text-underline-offset: 0.15rem !important;
    }
}
/* Critical optimizations for LCP performance */

.welcome {
    isolation: isolate;
    display: grid;
    position: relative;
    /* Add content-visibility for better rendering performance */
    content-visibility: auto;

    @media only screen and (max-width: 1023px) {
        display: flex;
        flex-direction: column;
    }
}

.welcome-gradient {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(45deg, rgba(25, 33, 62, 1), rgba(99, 113, 137, 1));
    /* Use transform3d to enable hardware acceleration */
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.welcome-wrapper {
    display: flex;
    padding: 8rem 0 0 8rem;
    overflow: hidden;

    @media only screen and (max-width: 1023px){
        padding: 0 1rem;
        flex-direction: column;
        align-items: center;
        margin-top: calc(var(--header-h, 0px) + var(--adminbar-h, 0px) + 60px);
    }
}

.welcome-globe {
    position: relative;
    width: 58vw;
    height: 58vw;
    flex: 0 0 auto;
    z-index: 1;
    pointer-events: auto;
    overflow: hidden;
    margin-bottom: -4rem;
    margin-right: -8rem;
    /* Remove initial opacity and transition that delays rendering */
    /* opacity: 0; */
    /* transition: opacity 2s ease; */

    /* Add containment for better performance */
    contain: layout style paint;

    /* Use transform instead of opacity for better performance */
    transform: translate3d(0, 0, 0);
    will-change: transform;

    /* Large desktop 1440β€“1919px */
    @media only screen and (min-width: 1440px) and (max-width: 1919px) {
        width: 70vw;
        height: 70vw;
        margin-bottom: -30rem;
        margin-right: -15rem;
    }

    /* 4K screens 1920β€“2559px */
    @media only screen and (min-width: 1920px) and (max-width: 2559px) {
        width: 70vw;
        height: 70vw;
        margin-bottom: -35rem;
        margin-right: -35rem;
        margin-top: -15rem;
    }

    /* Ultra-wide 2560px+ */
    @media only screen and (min-width: 2560px) {
        width: 60vw;
        height: 60vw;
        margin-bottom: -50rem;
        margin-right: -40rem;
        margin-top: -15rem;
    }

    /* Laptops 1024β€“1439px */
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
        width: 70vw;
        height: 70vw;
        margin-bottom: -15vw;
        margin-right: -6rem;
    }

    /* Tablet 768β€“1023px */
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
        width: 125vw;
        height: 125vw;
        overflow: visible;
        margin-bottom: -35rem;
        margin-right: -1rem;
    }

    /* Mobile <768px */
    @media only screen and (max-width: 767px) {
        width: 145vw;
        height: 145vw;
        overflow: hidden;
        margin-bottom: -18rem;
        margin-right: -1rem;
    }

    @media only screen and (max-width: 375px) {
        width: 165vw;
        height: 165vw;
        overflow: hidden;
        margin-bottom: -18rem;
        margin-right: -4rem;
    }
}

/* Remove the opacity-based loading state - use visibility instead for faster rendering */
.welcome-globe:has(.globe-stage > canvas) {
    /* opacity: 1; */
    visibility: visible;
}

.welcome-globe .globe-stage {
    position: absolute;
    inset: 0;
    will-change: transform;
    pointer-events: auto;
    /* Add containment */
    contain: layout style paint;
}

.welcome-text {
    padding-bottom: 0;
    /* Add containment for text elements */
    contain: layout style;

    @media only screen and (min-width: 1024px) {
        padding-bottom: 2rem;
    }
}

.welcome-title {
    color: var(--color-white);
    /* Optimize font rendering */
    font-display: swap;
    text-rendering: optimizeSpeed;
    contain: layout style;
}

.welcome-title .heading-first {
    font-weight: var(--font-weight-bold);
}

.welcome-title .heading-rest {
    display: block;
}

/* CRITICAL: Optimize the LCP element */
.welcome-subtitle {
    color: var(--color-blue-gray);
    font-family: var(--font-heading), sans-serif;
    /* Critical optimizations for LCP element */
    font-display: swap;
    text-rendering: optimizeSpeed;
    contain: layout style;
    /* Ensure immediate visibility */
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto; /* Remove will-change after initial render */
}

.welcome-text {
    color: var(--color-white);
    font-display: swap;
    text-rendering: optimizeSpeed;
    contain: layout style;
}

@media (prefers-reduced-motion: reduce) {
    .welcome-globe .globe-stage {
        will-change: auto !important;
        transform: none !important;
        transition: none !important;
    }

    .welcome-gradient {
        will-change: auto !important;
        transform: none !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .welcome-gradient {
        background: var(--color-oxford-blue) !important;
    }
}

@media (prefers-contrast: more) {
    .welcome-title,
    .welcome-text {
        color: var(--color-white) !important;
        text-shadow: 0 0 2px rgba(0,0,0,.6);
    }
    .welcome-subtitle {
        color: var(--color-soft-white) !important;
    }
}
@keyframes shimmer {
    0% {
        background-position: -200%;
    }
    100% {
        background-position: 200%;
    }
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes hyper-reveal {
    0% {
        transform: translateY(100%) rotateX(-90deg);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        transform: translateY(0) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes additional-in {
    from {
        transform: translateY(28px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.solutions {
    position: relative;
    width: 100%;
    background: var(--color-white);
    margin-top: 40px;
}

.solutions-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    color: var(--color-space-blue);
    padding: 4rem 8rem;

    @media only screen and (max-width: 1023px) {
        padding: 2rem 1rem;
        grid-template-columns: 1fr;
    }
}

.solutions-wrapper .col {
    display: flex;
    flex-direction: column;
}

.solutions-wrapper .col .overline {
    color: var(--color-blue-gray);
    font-family: var(--font-heading), sans-serif;
    text-transform: uppercase;
}

.solutions-accordion {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-top: .5rem;
}

.solutions-heading .heading-first {
    font-weight: var(--font-weight-bold);
}

.solutions-heading .heading-rest {
    display: block;

    @media only screen and (max-width: 1023px) {
        width: max-content;
    }
}

.solution-item {
    border-top: 1px solid var(--color-light-gray);
    padding: .25rem 0;
}

.solution-item:hover .solution-toggle,
.solution-item:focus-within .solution-toggle {
    opacity: 1;
    color: var(--color-oxford-blue);
}

.solution-title {
    font-family: var(--font-heading), sans-serif;
    text-transform: uppercase;
    font-weight: var(--font-weight-bold);
}

.solution-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    background: transparent;
    border: 0;
    padding-top: 1rem;
    color: var(--color-space-blue);
    font: inherit;
    font-weight: var(--font-weight-bold);
    text-align: left;
    cursor: pointer;
    opacity: .7;
    transition: color .25s ease, opacity .25s ease;

    @media only screen and (max-width: 1023px) {
        padding-inline: 0;
    }
}

.solution-toggle span {
    @media only screen and (max-width: 1023px) {
        font-size: var(--font-size-xl);
    }
}

.solution-toggle::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    mask-image: var(--arrow-down-icon);
    -webkit-mask-image: var(--arrow-down-icon);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: transform .35s ease, opacity .25s ease;
    transform: rotate(0deg);
}

.solution-toggle[aria-expanded="true"] {
    opacity: 1;
    color: var(--color-oxford-blue);
}

.solution-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.solution-toggle:hover,
.solution-toggle:focus-visible {
    outline: none;
    color: var(--color-oxford-blue);
}

.solution-panel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .35s ease, opacity .25s ease;
    will-change: height, opacity;
    padding-bottom: 0;
}

.solution-panel.is-open {
    opacity: 1;
    padding-bottom: .9rem;
}

.solution-panel p {
    margin: 0;
    font-size: var(--font-size-md);
    line-height: 1.65;
    color: var(--color-blue-gray);
}

.media-player {
    display: flex;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
}

#solution-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    opacity: 1;
    transition: opacity .4s ease;
}

#solution-video.is-fading {
    opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
    .solution-toggle,
    .solution-toggle::after,
    .solution-panel,
    #solution-video {
        transition: none !important;
        animation: none !important;
        will-change: auto !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .solution-item {
        border-top-color: var(--color-blue-gray) !important;
    }

    #solution-video {
        background: var(--color-light-gray) !important;
    }
}

@media (prefers-contrast: more) {
    .solution-toggle {
        color: var(--color-oxford-blue) !important;
        text-decoration: underline;
        text-underline-offset: 0.15rem;
    }

    .solution-panel p {
        color: var(--color-space-blue) !important;
    }
}
.faqs {
    position: relative;
    width: 100%;
    background: var(--color-soft-white);
}

.faq-wrapper {
    display: block;
    color: var(--color-space-blue);
    padding: 4rem 8rem;

    @media only screen and (max-width: 1023px) {
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
    }
}

.faq-wrapper .overline {
    color: var(--color-blue-gray);
    font-family: var(--font-heading), sans-serif;
    text-transform: uppercase;
}

.faqs-heading .heading-first {
    font-weight: var(--font-weight-bold);
}

.faqs-heading .heading-rest {
    display: block;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: .5rem;
}

.faq-item {
    position: relative;
    background: var(--color-white);
    border-radius: 16px;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
}

.faq-title {
    font-family: var(--font-heading), sans-serif;
    font-weight: var(--font-weight-bold);
}

.faq-toggle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    background: transparent;
    border: 0;
    padding: .7rem 0 0 0;
    color: var(--color-space-blue);
    font: inherit;
    font-weight: var(--font-weight-bold);
    text-align: left;
    cursor: pointer;
    opacity: .7;
    transition: color .25s ease, opacity .25s ease;
}

.faq-item:hover .faq-toggle,
.faq-item:focus-within .faq-toggle {
    opacity: 1;
    color: var(--color-oxford-blue);
}

.faq-toggle[aria-expanded="true"] {
    opacity: 1;
    color: var(--color-oxford-blue);
}

.faq-toggle::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    mask-image: var(--arrow-down-icon);
    -webkit-mask-image: var(--arrow-down-icon);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: transform .35s ease, opacity .25s ease;
    transform: rotate(0deg);
}

.faq-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.faq-panel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height .35s ease, opacity .25s ease;
    will-change: height, opacity;
    padding-bottom: 0;
}

.faq-panel.is-open {
    opacity: 1;
    padding-bottom: .9rem;
}

.faq-panel p {
    margin: 0;
    font-size: var(--font-size-md);
    line-height: 1.65;
    color: var(--color-blue-gray);
}

@media (prefers-reduced-motion: reduce) {
    .faq-toggle,
    .faq-toggle::after,
    .faq-panel {
        transition: none !important;
        animation: none !important;
        will-change: auto !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .faq-item {
        background: var(--color-light-gray) !important;
    }
}

@media (prefers-contrast: more) {
    .faq-toggle {
        color: var(--color-oxford-blue) !important;
        text-decoration: underline;
        text-underline-offset: 0.15rem;
    }
    .faq-panel p {
        color: var(--color-space-blue) !important;
    }
}

.whyus {
    position: relative;
    width: 100%;
    margin-top: 40px;
    background: linear-gradient(90deg, var(--color-space-blue) 0%, #4d5f83 100%);
}

.whyus-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
    padding: 8rem;
    color: var(--color-white);

    @media only screen and (max-width: 1023px) {
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
    }
}

.whyus::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: var(--logomark-url);
    background-repeat: no-repeat;
    background-size: clamp(320px, 38vw, 640px) auto;
    background-position: 8rem 20%;
    opacity: .1;
}

.whyus .overline {
    color: var(--color-blue-gray);
    font-family: var(--font-heading), sans-serif;
    text-transform: uppercase;
}

.whyus-heading .heading-first {
    font-weight: var(--font-weight-bold);
}

.whyus-heading .heading-rest {
    display: block;
}

.whyus-features {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow: visible;
    align-items: stretch;

    @media only screen and (max-width: 1023px) {
        flex-direction: column;
    }
}

.whyus-feature {
    flex: 1 1 0;
    min-width: 0;
    white-space: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 2.2rem 2.2rem 2.2rem 5rem;
    border-radius: 22px;
    background: color-mix(in srgb, var(--color-space-blue) 30%, transparent);
    color: var(--color-white);
    font-size: var(--font-size-sm);
    line-height: 1.4;
    transition: background-color .28s ease;
}

.whyus-feature:hover {
    background: color-mix(in srgb, var(--color-space-blue) 45%, transparent);
}

.whyus-feature p {
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: var(--font-size-xs);
}

.whyus-feature::before {
    content: "";
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--color-white);
}

.whyus-feature::after {
    content: "";
    position: absolute;
    left: calc(.9rem + 1.4rem);
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: var(--color-space-blue);
    mask-image: var(--check-icon);
    -webkit-mask-image: var(--check-icon);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
}

@media (prefers-reduced-motion: reduce) {
    .whyus-feature {
        transition: none !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .whyus::before {
        display: none !important;
    }
    .whyus-feature {
        background: var(--color-space-blue) !important;
    }
}

@media (prefers-contrast: more) {
    .whyus-feature {
        background: var(--color-oxford-blue) !important;
        border: 2px solid var(--color-white);
    }
    .whyus-feature::after {
        background: var(--color-oxford-blue) !important;
    }
}

.notfound {
    position: relative;
    width: 100%;
    background: var(--color-white);
    margin-top: 40px;
}

.notfound .notfound-wrapper {
    position: relative;
    color: var(--color-space-blue);
    padding: 4rem 8rem;
    overflow: visible;

    @media only screen and (max-width: 1023px) {
        padding: 2.5rem 1rem;
    }
}

.notfound .overline {
    color: var(--color-blue-gray);
    font-family: var(--font-heading), sans-serif;
    text-transform: uppercase;
}

.notfound-heading .heading-first { font-weight: var(--font-weight-bold); }
.notfound-heading .heading-rest { display: block; }

.notfound-intro {
    margin: .75rem 0 0;
    color: var(--color-blue-gray);
    font-size: var(--font-size-md);
    line-height: 1.65;
}

.notfound-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.notfound .notfound-wrapper::before {
    content: "";
    position: absolute;
    right: 8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    background-image: var(--logomark-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .06;
    pointer-events: none;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}
footer {
    position: relative;
    width: 100%;
}

footer .footer-wrapper {
    background: var(--color-space-blue);
    color: var(--color-white);
    padding: 4rem 8rem 2rem 8rem;

    @media only screen and (max-width: 1023px) {
        padding: 2rem 1rem;
    }
}

footer .footer-wrapper .footer-h2 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-regular);
    line-height: 1.2;
}

footer .footer-wrapper .footer-h6 {
    font-size: var(--font-size-2xs);
    font-weight: var(--font-weight-regular);
    color: var(--color-blue-gray);
    line-height: normal;
    text-transform: uppercase;
}

footer .footer-wrapper .footer-p {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-light);
    line-height: normal;
    color: var(--color-white);
}

footer .footer-wrapper .footer-p a {
    color: var(--color-white);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-light);
    line-height: 1.5rem;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

footer .footer-wrapper .footer-p a:hover,
footer .footer-wrapper .footer-p a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-blue-gray);
}

footer .footer-wrapper .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media only screen and (max-width: 1023px) {
        flex-direction: column;
        gap: 2rem;
    }
}

footer .footer-wrapper .top-row .logo {
    inline-size: 220px;
    block-size: 55px;
    background: var(--logo-url) no-repeat left center / contain;
    display: inline-block;
}

footer .footer-wrapper .top-row .social-media {
    color: var(--color-blue-gray);
    text-transform: uppercase;
    font-size: var(--font-size-xs);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

footer .footer-wrapper .top-row .social-media span {
    margin-top: 0.2rem;

    @media only screen and (max-width: 1023px) {
        display: none;
    }
}

footer .footer-wrapper .social-icons {
    display: flex;
    gap: 0.5rem;
}

footer .footer-wrapper .social-icons a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background-color: var(--color-white);
    transition: opacity .25s ease, background-color .25s ease, border-color .25s ease;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

footer .footer-wrapper .social-icons p {
    margin: 0;
}

footer .footer-wrapper .social-icons a:hover,
footer .footer-wrapper .social-icons a:focus-visible {
    opacity: 0.75;
    background-color: var(--color-blue-gray);
}

footer .footer-wrapper .social-icons a[href*="linkedin.com"] {
    mask-image: var(--linkedin-icon);
    -webkit-mask-image: var(--linkedin-icon);
}

footer .footer-wrapper .social-icons a[href*="x.com"] {
    mask-image: var(--x-icon);
    -webkit-mask-image: var(--x-icon);
}

footer .footer-wrapper .social-icons a[href*="tiktok.com"] {
    mask-image: var(--tiktok-icon);
    -webkit-mask-image: var(--tiktok-icon);
}

footer .footer-wrapper .social-icons a[href*="facebook.com"] {
    mask-image: var(--facebook-icon);
    -webkit-mask-image: var(--facebook-icon);
}

footer .footer-wrapper .social-icons a[href*="instagram.com"] {
    mask-image: var(--instagram-icon);
    -webkit-mask-image: var(--instagram-icon);
}

footer .footer-wrapper .divider {
    border: 0;
    margin: 20px 0;
    height: 0;
    border-top: 1px solid var(--color-gunmetal-blue);
    border-bottom: 1px solid #1f2a4f;
}

footer .footer-wrapper .grid {
    display: grid;
    grid-template-columns: 25% 25% 50%;

    @media only screen and (max-width: 1023px) {
        grid-template-columns: 100%;
        text-align: center;
        gap: 2.2rem;
        margin-bottom: -2rem;
    }
}

footer .footer-wrapper .grid .col {

    @media only screen and (max-width: 1023px) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

footer .footer-wrapper .copyright-container {
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media only screen and (max-width: 1023px) {
        flex-direction: column;
    }
}

footer .footer-wrapper .copyright-container .left {

    @media only screen and (max-width: 1023px) {
        order: 2;
    }
}

footer .footer-wrapper .copyright-container .right {
    text-transform: uppercase;
    color: var(--color-blue-gray);
    opacity: 0.3;
    font-size: var(--font-size-xs);

    @media only screen and (max-width: 1023px) {
        order: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    footer .footer-wrapper .footer-p a,
    footer .footer-wrapper .social-icons a {
        transition: none !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    footer .footer-wrapper .social-icons a {
        opacity: 1 !important;
        background-color: var(--color-white) !important;
    }
}

@media (prefers-contrast: more) {
    footer .footer-wrapper .footer-p a {
        color: var(--color-white) !important;
        text-decoration: underline !important;
        text-underline-offset: 0.2rem !important;
    }
    footer .footer-wrapper .divider {
        border-top-color: #ffffff !important;
        border-bottom-color: #dfe6ff !important;
    }
}


html {
    scrollbar-gutter: stable;
}

html.additional-open,
body.additional-open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
}

[hidden] {
    display: none !important;
}

.additional {
    isolation: isolate;
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .36s cubic-bezier(.16, .84, .44, 1);
}

.additional[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
}

.additional-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    transition: opacity .36s cubic-bezier(.16, .84, .44, 1);
}

.additional[aria-hidden="false"] .additional-backdrop {
    opacity: 1;
}

.additional-dialog {
    position: relative;
    width: min(920px, 94vw);
    max-height: 86vh;
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .20);
    outline: none;
    font-family: var(--font-family);
    overflow: hidden;
    transform: translateY(28px);
    opacity: 0;
    will-change: transform, opacity;
    @media only screen and (max-width: 767px) {
        width: 94vw;
        max-height: 88vh;
        border-radius: 12px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        width: 92vw;
        max-height: 88vh;
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) {
        width: min(860px, 92vw);
    }
    @media only screen and (min-width: 1440px) and (max-width: 1919px) {
        width: min(900px, 90vw);
    }
    @media only screen and (min-width: 1920px) and (max-width: 2559px) {
        width: min(980px, 90vw);
    }
    @media only screen and (min-width: 2560px) {
        width: min(1040px, 86vw);
    }
}

.additional[aria-hidden="false"] .additional-dialog {
    animation: additional-in .42s cubic-bezier(.16, .84, .44, 1) both;
}

.additional-scroller {
    max-height: inherit;
    overflow: auto;
    padding: 28px 28px 32px;
    @media only screen and (max-width: 767px) {
        padding: 20px;
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        padding: 24px;
    }
}

.additional-title {
    margin: 0 0 12px 0;
    font-family: var(--font-heading), sans-serif;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xl);
    color: var(--color-oxford-blue);
    @media only screen and (max-width: 767px) {
        font-size: var(--font-size-lg);
        margin-bottom: 10px;
    }
}

.additional-body {
    font-size: var(--font-size-md);
    line-height: 1.65;
    color: var(--color-space-blue);
}

.additional-close {
    position: absolute;
    top: 10px;
    right: 10px;
    inline-size: 36px;
    block-size: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 10px;
    display: grid;
    place-items: center;
    transition: background .25s ease, box-shadow .25s ease;
    @media only screen and (max-width: 767px) {
        top: 6px;
        right: 6px;
        inline-size: 32px;
        block-size: 32px;
    }
}

.additional-close::before {
    content: "";
    inline-size: 18px;
    block-size: 18px;
    background-color: var(--color-space-blue);
    mask-image: var(--close-icon);
    -webkit-mask-image: var(--close-icon);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    transition: background-color .25s ease;
}

.additional-close:hover,
.additional-close:focus-visible {
    background: var(--color-light-gray);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.additional-close:hover::before,
.additional-close:focus-visible::before {
    background-color: var(--color-oxford-blue);
}

@media (prefers-reduced-motion: reduce) {
    .additional,
    .additional-backdrop,
    .additional-dialog {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .additional-backdrop {
        background: rgba(0, 0, 0, .7) !important;
    }
}

@media (prefers-contrast: more) {
    .additional-dialog {
        box-shadow: 0 0 0 2px var(--color-oxford-blue) !important;
    }

    .additional-close::before {
        background-color: var(--color-oxford-blue) !important;
    }
}
