@import"https://use.typekit.net/hxb3ewo.css";

/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {

        *,
        :before,
        :after,
        ::backdrop {
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-text-shadow-color: initial;
            --tw-text-shadow-alpha: 100%;
            --tw-content: "";
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0
        }
    }
}

@keyframes spincube {

    0%,
    to {
        transform: rotateX(0)rotateY(0)rotate(0)
    }

    16% {
        transform: rotateY(-90deg)
    }

    33% {
        transform: rotateY(-90deg)rotate(90deg)
    }

    50% {
        transform: rotateY(-180deg)rotate(90deg)
    }

    66% {
        transform: rotateY(-270deg)rotateX(90deg)
    }

    83% {
        transform: rotateX(90deg)
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-500: oklch(63.7% .237 25.331);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-blue-500: oklch(62.3% .214 259.815);
        --color-white: #fff;
        --spacing: .25rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.875);
        --text-base: 1rem;
        --text-base--line-height: 1.5;
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75/1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75/1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2/1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: 1.2;
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5/2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --text-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-primary-aqua: #5ac3cd;
        --color-primary-blue: #0a2d6e;
        --color-primary-navy-blue: #180f42;
        --color-secondary-sky: #a3c3e8;
        --color-secondary-teal: #008790;
        --color-secondary-sunset: #ef7837;
        --color-secondary-cloud: #d1d4e0;
        --color-secondary-wine: #722031;
        --color-secondary-blush: #f3b4b7;
        --color-secondary-forest: #587064;
        --color-secondary-sand: #c0ada1;
        --color-secondary-lemon: #fbe567;
        --color-secondary-mint: #b7dab5;
        --color-secondary-muted-blue: #b4cddd;
        --color-secondary-offset-white: #f7f6f7;
        --font-elza: "elza", sans-serif
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    samp,
    pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol,
    ul,
    menu {
        list-style: none
    }

    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components {
    .text-heading-1 {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    @media (min-width:640px) {
        .text-heading-1 {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }
    }

    @media (min-width:1024px) {
        .text-heading-1 {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height))
        }
    }

    @media (min-width:1500px) {
        .text-heading-1 {
            font-size: var(--text-7xl);
            line-height: var(--tw-leading, var(--text-7xl--line-height))
        }
    }

    .text-heading-1 {
        color: var(--color-primary-blue)
    }

    @media (min-width:1024px) {
        .text-heading-1:has(+nav) {
            margin-bottom: 1em
        }
    }

    .text-paragraph-1 {
        font-weight: var(--font-weight-light);
        color: var(--color-primary-navy-blue);
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    @media (min-width:1024px) {
        .text-paragraph-1 {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }
    }

    @media (min-width:1500px) {
        .text-paragraph-1 {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height))
        }
    }

    .text-heading-2 {
        color: var(--color-primary-navy-blue);
        font-weight: var(--font-weight-light);
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }

    @media (min-width:640px) {
        .text-heading-2 {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }
    }

    @media (min-width:1500px) {
        .text-heading-2 {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height))
        }
    }

    .text-heading-2:has(+.text-paragraph-1) {
        margin-bottom: calc(var(--spacing)*4)
    }

    @media (min-width:1024px) {
        .text-heading-2:has(+.text-paragraph-1) {
            margin-bottom: calc(var(--spacing)*6)
        }
    }

    .text-heading-2 b {
        font-weight: var(--font-weight-bold)
    }

    .text-paragraph-2 {
        font-weight: var(--font-weight-light);
        color: #6a6a6a;
        text-wrap: pretty;
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    @media (min-width:1024px) {
        .text-paragraph-2 {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }
    }

    @media (min-width:1500px) {
        .text-paragraph-2 {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }
    }

    .text-paragraph-2>p+p {
        margin-top: .665em
    }

    @media (min-width:1024px) {
        .text-paragraph-2>p+p {
            margin-top: .785em
        }
    }

    @media (min-width:1500px) {
        .text-paragraph-2>p+p {
            margin-top: 1em
        }
    }

    .text-paragraph-2+footer {
        margin-top: .875em
    }

    @media (min-width:1500px) {
        .text-paragraph-2+footer {
            margin-top: 1.125em
        }
    }

    .button-primary {
        width: fit-content;
        height: fit-content;
        color: var(--color-primary-navy-blue);
        font-weight: var(--font-weight-normal);
        letter-spacing: .075em;
        text-transform: uppercase;
        transition: var(--clr-transition, color .4s ease-in-out .5s), padding-inline .4s ease-in-out;
        text-align: center;
        padding-block: .25em;
        padding-inline: var(--btn-padding-inline);
        display: inline-block;
        position: relative
    }

    @media (hover:hover) {
        .button-primary:hover {
            color: #fff;
            --h-size: 100%;
            --bg-clr: var(--color-primary-aqua);
            --transition: height .4s cubic-bezier(.86, 0, .14, 1);
            --clr-transition: color .4s ease-in-out;
            --btn-padding-inline: 1ch
        }
    }

    .button-primary:before {
        --default-transition: height .4s cubic-bezier(.86, 0, .14, 1).4s, background-color .4s cubic-bezier(.86, 0, .14, 1).4s;
        content: "";
        z-index: -1;
        width: 100%;
        height: var(--h-size, 1.2px);
        background-color: var(--bg-clr, currentColor);
        transition: var(--transition, var(--default-transition));
        display: block;
        position: absolute;
        inset-block-end: 0;
        inset-inline-start: 0
    }

    @media (max-width:640px) {
        .button-primary[aria-label="download full report"] {
            background-color: var(--color-primary-aqua);
            color: #fff;
            aspect-ratio: 1;
            padding: .775em
        }

        .button-primary[aria-label="download full report"]:before {
            width: 0
        }
    }

    .button-secondary {
        background-color: var(--color-primary-navy-blue);
        width: fit-content;
        height: fit-content;
        color: var(--color-primary-aqua);
        padding: .75em;
        transition-property: color, background-color;
        transition-duration: .4s;
        transition-timing-function: ease-in-out;
        display: inline-block
    }

    .button-secondary:hover {
        background-color: var(--color-primary-aqua);
        color: var(--color-primary-navy-blue)
    }
    .currency-toggle {
        background-color: #efefef;
        display: flex;
        position: relative
    }

    .currency-toggle:after {
        content: "";
        background-color: var(--color-primary-navy-blue);
        width: 50%;
        height: 100%;
        left: anchor(left);
        right: anchor(right);
        position-anchor: --active-currency;
        transition-property: left, right;
        transition-duration: .6s;
        transition-timing-function: linear(0, .012 .9%, .05 2%, .411 9.2%, .517 11.8%, .611 14.6%, .694 17.7%, .765 21.1%, .824 24.8%, .872 28.9%, .91 33.4%, .939 38.4%, .977 50.9%, .994 68.4%, 1);
        display: block;
        position: absolute
    }

    .button-toggle {
        z-index: 1;
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        padding: .385em .875em
    }

    .button-toggle:hover {
        cursor: pointer
    }

    .button-toggle[aria-pressed=true] {
        color: #fff;
        anchor-name: --active-currency;
        transition: color .5s ease-in-out .3s
    }

    @supports not (anchor-name: --active-currency) {
        .button-toggle[aria-pressed=true] {
            background-color: var(--color-primary-navy-blue)
        }
        .button-toggle[aria-pressed=false] {
            background-color: transparent
        }
        .currency-toggle:after {
            display: none;
        }
    }

    .button-toggle[aria-pressed=false] {
        color: var(--color-secondary-sky)
    }
}

@layer utilities {
    .visible {
        visibility: visible
    }

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .fixed\! {
        position: fixed !important
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .sticky {
        position: sticky
    }

    .inset-0 {
        inset: calc(var(--spacing)*0)
    }

    .top-0 {
        top: calc(var(--spacing)*0)
    }

    .left-0 {
        left: calc(var(--spacing)*0)
    }

    .isolate {
        isolation: isolate
    }

    .z-998 {
        z-index: 998
    }

    .z-\[0\] {
        z-index: 0
    }

    .z-\[1\] {
        z-index: 1
    }

    .z-\[2\] {
        z-index: 2
    }

    .z-\[3\] {
        z-index: 3
    }

    .z-\[997\] {
        z-index: 997
    }

    .z-\[999\] {
        z-index: 999
    }

    .col-span-1 {
        grid-column: span 1/span 1
    }

    .col-span-3 {
        grid-column: span 3/span 3
    }

    .col-span-full {
        grid-column: 1/-1
    }

    .col-start-1 {
        grid-column-start: 1
    }

    .col-start-2 {
        grid-column-start: 2
    }

    .row-start-1 {
        grid-row-start: 1
    }

    .row-start-2 {
        grid-row-start: 2
    }

    .row-end-2 {
        grid-row-end: 2
    }

    .row-end-3 {
        grid-row-end: 3
    }

    .container {
        width: 100%
    }

    @media (min-width:375px) {
        .container {
            max-width: 375px
        }
    }

    @media (min-width:640px) {
        .container {
            max-width: 640px
        }
    }

    @media (min-width:1024px) {
        .container {
            max-width: 1024px
        }
    }

    @media (min-width:1500px) {
        .container {
            max-width: 1500px
        }
    }

    .m-\[0\] {
        margin: 0
    }

    .m-\[24px\] {
        margin: 24px
    }

    .m-auto {
        margin: auto
    }

    .my-3 {
        margin-block: calc(var(--spacing)*3)
    }

    .mt-3 {
        margin-top: calc(var(--spacing)*3)
    }

    .mt-4 {
        margin-top: calc(var(--spacing)*4)
    }

    .mt-5 {
        margin-top: calc(var(--spacing)*5)
    }

    .mt-8 {
        margin-top: calc(var(--spacing)*8)
    }

    .mt-9 {
        margin-top: calc(var(--spacing)*9)
    }

    .mt-12 {
        margin-top: calc(var(--spacing)*12)
    }

    .mt-16 {
        margin-top: calc(var(--spacing)*16)
    }

    .mt-\[0\.5em\] {
        margin-top: .5em
    }

    .mt-\[0\.785em\] {
        margin-top: .785em
    }

    .mt-\[1\.5em\] {
        margin-top: 1.5em
    }

    .mt-\[1em\] {
        margin-top: 1em
    }

    .mt-\[16px\] {
        margin-top: 16px
    }

    .mt-\[calc\(var\(--navbarHeight\)\/2\)\] {
        margin-top: calc(var(--navbarHeight)/2)
    }

    .mb-3 {
        margin-bottom: calc(var(--spacing)*3)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing)*8)
    }

    .mb-\[0\.5em\] {
        margin-bottom: .5em
    }

    .mb-\[0\.485em\] {
        margin-bottom: .485em
    }

    .mb-\[0\.685em\] {
        margin-bottom: .685em
    }

    .mb-\[0\.775em\] {
        margin-bottom: .775em
    }

    .mb-\[0\.785em\] {
        margin-bottom: .785em
    }

    .mb-\[1\.5em\] {
        margin-bottom: 1.5em
    }

    .mb-\[1em\] {
        margin-bottom: 1em
    }

    .mb-\[2\.5em\] {
        margin-bottom: 2.5em
    }

    .mb-\[32px\] {
        margin-bottom: 32px
    }

    .ml-auto {
        margin-left: auto
    }

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .table {
        display: table
    }

    .aspect-square {
        aspect-ratio: 1
    }

    .size-20 {
        width: calc(var(--spacing)*20);
        height: calc(var(--spacing)*20)
    }

    .h-\[min-content\] {
        height: min-content
    }

    .h-fit {
        height: fit-content
    }

    .h-full {
        height: 100%
    }

    .h-screen {
        height: 100vh
    }

    .max-h-\[280px\] {
        max-height: 280px
    }

    .min-h-\(--navbarHeight\) {
        min-height: var(--navbarHeight)
    }

    .min-h-\[180px\] {
        min-height: 180px
    }

    .w-1\/5 {
        width: 20%
    }

    .w-\[10vw\] {
        width: 10vw
    }

    .w-\[72px\] {
        width: 72px
    }

    .w-full {
        width: 100%
    }

    .w-screen {
        width: 100vw
    }

    .max-w-\[4ch\] {
        max-width: 4ch
    }

    .max-w-\[6ch\] {
        max-width: 6ch
    }

    .max-w-\[8ch\] {
        max-width: 8ch
    }

    .max-w-\[300px\] {
        max-width: 300px
    }

    .grow {
        flex-grow: 1
    }

    .caption-bottom {
        caption-side: bottom
    }

    .caption-top {
        caption-side: top
    }

    .border-collapse {
        border-collapse: collapse
    }

    .border-separate {
        border-collapse: separate
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize {
        resize: both
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .grid-cols-\[14px_1fr\] {
        grid-template-columns: 14px 1fr
    }

    .grid-cols-\[var\(--shape-width\)_1fr\] {
        grid-template-columns: var(--shape-width)1fr
    }

    .grid-cols-subgrid {
        grid-template-columns: subgrid
    }

    .grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr))
    }

    .grid-rows-\[1fr_14px\] {
        grid-template-rows: 1fr 14px
    }

    .grid-rows-\[1fr_var\(--shape-width\)\] {
        grid-template-rows: 1fr var(--shape-width)
    }

    .flex-col {
        flex-direction: column
    }

    .place-content-center {
        place-content: center
    }

    .place-items-center {
        place-items: center
    }

    .items-baseline {
        align-items: baseline
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

    .items-start {
        align-items: flex-start
    }

    .justify-end {
        justify-content: flex-end
    }

    .gap-3 {
        gap: calc(var(--spacing)*3)
    }

    .gap-4 {
        gap: calc(var(--spacing)*4)
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    .gap-\[24px\] {
        gap: 24px
    }

    .gap-x-2 {
        column-gap: calc(var(--spacing)*2)
    }

    .gap-x-4 {
        column-gap: calc(var(--spacing)*4)
    }

    .gap-x-\[6px\] {
        column-gap: 6px
    }

    .gap-x-\[24px\] {
        column-gap: 24px
    }

    .gap-y-4 {
        row-gap: calc(var(--spacing)*4)
    }

    .gap-y-\[18px\] {
        row-gap: 18px
    }

    .gap-y-\[28px\] {
        row-gap: 28px
    }

    .self-end {
        align-self: flex-end
    }

    .overflow-hidden {
        overflow: hidden
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-t-white {
        border-top-color: var(--color-white)
    }

    .border-b-secondary-forest {
        border-bottom-color: var(--color-secondary-forest)
    }

    .bg-\[\#474c94\] {
        background-color: #474c94
    }

    .bg-\[\#EFEFEF\] {
        background-color: #efefef
    }

    .bg-\[hsla\(236\,35\%\,43\%\,10\%\)\] {
        background-color: #474c941a
    }

    .bg-\[hsla\(236\,35\%\,43\%\,70\%\)\] {
        background-color: #474c94b3
    }

    .bg-blue-500 {
        background-color: var(--color-blue-500)
    }

    .bg-green-500 {
        background-color: var(--color-green-500)
    }

    .bg-primary-aqua {
        background-color: var(--color-primary-aqua)
    }

    .bg-primary-blue {
        background-color: var(--color-primary-blue)
    }

    .bg-primary-navy-blue {
        background-color: var(--color-primary-navy-blue)
    }

    .bg-red-500 {
        background-color: var(--color-red-500)
    }

    .bg-secondary-blush {
        background-color: var(--color-secondary-blush)
    }

    .bg-secondary-cloud {
        background-color: var(--color-secondary-cloud)
    }

    .bg-secondary-forest {
        background-color: var(--color-secondary-forest)
    }

    .bg-secondary-forest\/70 {
        background-color: #587064b3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-secondary-forest\/70 {
            background-color: color-mix(in oklab, var(--color-secondary-forest)70%, transparent)
        }
    }

    .bg-secondary-lemon {
        background-color: var(--color-secondary-lemon)
    }

    .bg-secondary-mint {
        background-color: var(--color-secondary-mint)
    }

    .bg-secondary-muted-blue {
        background-color: var(--color-secondary-muted-blue)
    }

    .bg-secondary-offset-white {
        background-color: var(--color-secondary-offset-white)
    }

    .bg-secondary-sand {
        background-color: var(--color-secondary-sand)
    }

    .bg-secondary-sand\/40 {
        background-color: #c0ada166
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-secondary-sand\/40 {
            background-color: color-mix(in oklab, var(--color-secondary-sand)40%, transparent)
        }
    }

    .bg-secondary-sky {
        background-color: var(--color-secondary-sky)
    }

    .bg-secondary-sunset {
        background-color: var(--color-secondary-sunset)
    }

    .bg-secondary-teal {
        background-color: var(--color-secondary-teal)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-size-\[150px\] {
        background-size: 150px
    }

    .bg-center {
        background-position: 50%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .object-cover {
        object-fit: cover
    }

    .\!p-0 {
        padding: calc(var(--spacing)*0) !important
    }

    .p-3 {
        padding: calc(var(--spacing)*3)
    }

    .p-4 {
        padding: calc(var(--spacing)*4)
    }

    .p-\[0\.345em\] {
        padding: .345em
    }

    .p-\[24px\] {
        padding: 24px
    }

    .p-\[32px\] {
        padding: 32px
    }

    .p-\[max\(12px\,8\%\)\] {
        padding: max(12px, 8%)
    }

    .px-2 {
        padding-inline: calc(var(--spacing)*2)
    }

    .py-1 {
        padding-block: calc(var(--spacing)*1)
    }

    .py-3 {
        padding-block: calc(var(--spacing)*3)
    }

    .py-6 {
        padding-block: calc(var(--spacing)*6)
    }

    .pt-\(--navbarHeight\) {
        padding-top: var(--navbarHeight)
    }

    .pt-5 {
        padding-top: calc(var(--spacing)*5)
    }

    .pt-16 {
        padding-top: calc(var(--spacing)*16)
    }

    .pt-\[1em\] {
        padding-top: 1em
    }

    .pt-\[2\.5em\] {
        padding-top: 2.5em
    }

    .pt-\[12px\] {
        padding-top: 12px
    }

    .pt-\[24px\] {
        padding-top: 24px
    }

    .pt-\[44px\] {
        padding-top: 44px
    }

    .pt-\[80px\] {
        padding-top: 80px
    }

    .pb-\[0\.685em\] {
        padding-bottom: .685em
    }

    .pb-\[8px\] {
        padding-bottom: 8px
    }

    .pb-\[12px\] {
        padding-bottom: 12px
    }

    .\!text-center {
        text-align: center !important
    }

    .\!text-left {
        text-align: left !important
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .align-bottom {
        vertical-align: bottom
    }

    .\!text-sm {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .text-\[0\.7em\] {
        font-size: .7em
    }

    .text-\[0\.485em\] {
        font-size: .485em
    }

    .text-\[0\.685em\] {
        font-size: .685em
    }

    .text-\[1\.5em\] {
        font-size: 1.5em
    }

    .leading-\[1\.275em\] {
        --tw-leading: 1.275em;
        line-height: 1.275em
    }

    .leading-\[1\.385em\] {
        --tw-leading: 1.385em;
        line-height: 1.385em
    }

    .leading-\[1\] {
        --tw-leading: 1;
        line-height: 1
    }

    .leading-\[inherit\] {
        --tw-leading: inherit;
        line-height: inherit
    }

    .\!font-normal {
        --tw-font-weight: var(--font-weight-normal) !important;
        font-weight: var(--font-weight-normal) !important
    }

    .\!font-semibold {
        --tw-font-weight: var(--font-weight-semibold) !important;
        font-weight: var(--font-weight-semibold) !important
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-light {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-balance {
        text-wrap: balance
    }

    .text-pretty {
        text-wrap: pretty
    }

    .whitespace-nowrap {
        white-space: nowrap
    }

    .text-\[\#474c94\] {
        color: #474c94
    }

    .text-primary-aqua {
        color: var(--color-primary-aqua)
    }

    .text-primary-blue {
        color: var(--color-primary-blue)
    }

    .text-primary-navy-blue {
        color: var(--color-primary-navy-blue)
    }

    .text-secondary-forest {
        color: var(--color-secondary-forest)
    }

    .text-white {
        color: var(--color-white)
    }

    .lowercase {
        text-transform: lowercase
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .underline {
        text-decoration-line: underline
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .opacity-\[80\%\] {
        opacity: .8
    }

    .shadow-2xs {
        --tw-shadow: 0 1px var(--tw-shadow-color, #0000000d);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur, )var(--tw-brightness, )var(--tw-contrast, )var(--tw-grayscale, )var(--tw-hue-rotate, )var(--tw-invert, )var(--tw-saturate, )var(--tw-sepia, )var(--tw-drop-shadow, )
    }

    .filter {
        filter: var(--tw-blur, )var(--tw-brightness, )var(--tw-contrast, )var(--tw-grayscale, )var(--tw-hue-rotate, )var(--tw-invert, )var(--tw-saturate, )var(--tw-sepia, )var(--tw-drop-shadow, )
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-\[background-color\] {
        transition-property: background-color;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-\[background\] {
        transition-property: background;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-\[color\] {
        transition-property: color;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-150 {
        --tw-duration: .15s;
        transition-duration: .15s
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .text-shadow-sm {
        text-shadow: 0px 1px 0px var(--tw-text-shadow-color, #00000013), 0px 1px 1px var(--tw-text-shadow-color, #00000013), 0px 2px 2px var(--tw-text-shadow-color, #00000013)
    }

    .after\:\!m-0:after {
        content: var(--tw-content);
        margin: calc(var(--spacing)*0) !important
    }

    .after\:\!ml-0:after {
        content: var(--tw-content);
        margin-left: calc(var(--spacing)*0) !important
    }

    .after\:\!ml-auto:after {
        content: var(--tw-content);
        margin-left: auto !important
    }

    .after\:text-lg:after {
        content: var(--tw-content);
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .after\:text-\[0\.655em\]:after {
        content: var(--tw-content);
        font-size: .655em
    }

    .after\:text-\[0\.685em\]:after {
        content: var(--tw-content);
        font-size: .685em
    }

    .after\:text-primary-aqua:after {
        content: var(--tw-content);
        color: var(--color-primary-aqua)
    }

    @media (hover:hover) {
        .hover\:bg-primary-navy-blue:hover {
            background-color: var(--color-primary-navy-blue)
        }

        .hover\:text-primary-aqua:hover {
            color: var(--color-primary-aqua)
        }
    }

    @media not all and (min-width:1024px) {
        .max-laptop\:mt-\[14px\] {
            margin-top: 14px
        }

        .max-laptop\:mt-\[18px\] {
            margin-top: 18px
        }

        .max-laptop\:hidden {
            display: none
        }

        .max-laptop\:w-1\/2 {
            width: 50%
        }

        .max-laptop\:flex-wrap {
            flex-wrap: wrap
        }

        .max-laptop\:items-center {
            align-items: center
        }

        .max-laptop\:gap-\[32px\] {
            gap: 32px
        }

        .max-laptop\:gap-x-3 {
            column-gap: calc(var(--spacing)*3)
        }

        .max-laptop\:pt-8 {
            padding-top: calc(var(--spacing)*8)
        }

        .max-laptop\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }
    }

    @media not all and (min-width:640px) {
        .max-tablet\:my-6 {
            margin-block: calc(var(--spacing)*6)
        }

        .max-tablet\:mt-8 {
            margin-top: calc(var(--spacing)*8)
        }

        .max-tablet\:mt-\[24px\] {
            margin-top: 24px
        }

        .max-tablet\:mt-\[32px\] {
            margin-top: 32px
        }

        .max-tablet\:mb-\[1\.2em\] {
            margin-bottom: 1.2em
        }

        .max-tablet\:\!hidden {
            display: none !important
        }

        .max-tablet\:block {
            display: block
        }

        .max-tablet\:flex {
            display: flex
        }

        .max-tablet\:grid {
            display: grid
        }

        .max-tablet\:hidden {
            display: none
        }

        .max-tablet\:w-1\/4 {
            width: 25%
        }

        .max-tablet\:columns-2 {
            columns: 2
        }

        .max-tablet\:grid-cols-\[20\%_1fr\] {
            grid-template-columns: 20% 1fr
        }

        .max-tablet\:grid-cols-\[30\%_1fr\] {
            grid-template-columns: 30% 1fr
        }

        .max-tablet\:justify-between {
            justify-content: space-between
        }

        .max-tablet\:gap-\[32px\] {
            gap: 32px
        }

        .max-tablet\:object-\[10\%\] {
            object-position: 10%
        }

        .max-tablet\:object-\[25\%\] {
            object-position: 25%
        }

        .max-tablet\:object-\[30\%\] {
            object-position: 30%
        }

        .max-tablet\:object-\[45\%\] {
            object-position: 45%
        }

        .max-tablet\:object-\[50\%\] {
            object-position: 50%
        }

        .max-tablet\:pt-\(--navbarHeight\) {
            padding-top: var(--navbarHeight)
        }

        .max-tablet\:pt-\[calc\(var\(--navbarHeight\)\/2\)\] {
            padding-top: calc(var(--navbarHeight)/2)
        }

        .max-tablet\:pb-8 {
            padding-bottom: calc(var(--spacing)*8)
        }

        .max-tablet\:leading-\[2\] {
            --tw-leading: 2;
            line-height: 2
        }
    }

    @media (min-width:640px) {
        .tablet\:col-span-3 {
            grid-column: span 3/span 3
        }

        .tablet\:mt-\[44px\] {
            margin-top: 44px
        }

        .tablet\:hidden {
            display: none
        }

        .tablet\:size-28 {
            width: calc(var(--spacing)*28);
            height: calc(var(--spacing)*28)
        }

        .tablet\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .tablet\:grid-cols-10 {
            grid-template-columns: repeat(10, minmax(0, 1fr))
        }

        .tablet\:grid-rows-\[min-content\] {
            grid-template-rows: min-content
        }

        .tablet\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        .tablet\:gap-x-6 {
            column-gap: calc(var(--spacing)*6)
        }

        .tablet\:overflow-x-hidden {
            overflow-x: hidden
        }

        .tablet\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }
    }

    @media (min-width:1024px) {
        .laptop\:col-span-1 {
            grid-column: span 1/span 1
        }

        .laptop\:col-span-2 {
            grid-column: span 2/span 2
        }

        .laptop\:col-span-3 {
            grid-column: span 3/span 3
        }

        .laptop\:col-span-4 {
            grid-column: span 4/span 4
        }

        .laptop\:col-span-6 {
            grid-column: span 6/span 6
        }

        .laptop\:col-span-7 {
            grid-column: span 7/span 7
        }

        .laptop\:col-span-9 {
            grid-column: span 9/span 9
        }

        .laptop\:col-span-11 {
            grid-column: span 11/span 11
        }

        .laptop\:col-span-full {
            grid-column: 1/-1
        }

        .laptop\:\!col-start-3 {
            grid-column-start: 3 !important
        }

        .laptop\:col-start-5 {
            grid-column-start: 5
        }

        .laptop\:row-start-4 {
            grid-row-start: 4
        }

        .laptop\:mt-\[18px\] {
            margin-top: 18px
        }

        .laptop\:mb-5 {
            margin-bottom: calc(var(--spacing)*5)
        }

        .laptop\:mb-\[1em\] {
            margin-bottom: 1em
        }

        .laptop\:mb-\[32px\] {
            margin-bottom: 32px
        }

        .laptop\:ml-auto {
            margin-left: auto
        }

        .laptop\:block {
            display: block
        }

        .laptop\:flex {
            display: flex
        }

        .laptop\:hidden,
        .min-laptop\:hidden {
            display: none
        }

        .laptop\:aspect-square {
            aspect-ratio: 1
        }

        .laptop\:size-23 {
            width: calc(var(--spacing)*23);
            height: calc(var(--spacing)*23)
        }

        .laptop\:h-\[calc\(100vh_-_var\(--navbarHeight\)\)\] {
            height: calc(100vh - var(--navbarHeight))
        }

        .laptop\:h-full {
            height: 100%
        }

        .laptop\:max-h-\[50vh\] {
            max-height: 50vh
        }

        .laptop\:max-h-\[55vh\] {
            max-height: 55vh
        }

        .laptop\:max-h-\[480px\] {
            max-height: 480px
        }

        .laptop\:min-h-\[calc\(70vh\+var\(--navbarHeight\)\)\] {
            min-height: calc(70vh + var(--navbarHeight))
        }

        .laptop\:w-1\/2 {
            width: 50%
        }

        .laptop\:w-1\/6 {
            width: 16.6667%
        }

        .laptop\:w-2\/3 {
            width: 66.6667%
        }

        .laptop\:w-\[0\] {
            width: 0
        }

        .laptop\:w-\[100\%\] {
            width: 100%
        }

        .laptop\:w-\[max-content\] {
            width: max-content
        }

        .laptop\:max-w-\[18ch\] {
            max-width: 18ch
        }

        .laptop\:max-w-\[50\%\] {
            max-width: 50%
        }

        .laptop\:max-w-\[58vw\] {
            max-width: 58vw
        }

        .laptop\:max-w-\[65vw\] {
            max-width: 65vw
        }

        .laptop\:max-w-\[820px\] {
            max-width: 820px
        }

        .laptop\:translate-y-\[10\%\] {
            --tw-translate-y: 10%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .laptop\:translate-y-\[12\%\] {
            --tw-translate-y: 12%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .laptop\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .laptop\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .laptop\:grid-cols-6 {
            grid-template-columns: repeat(6, minmax(0, 1fr))
        }

        .laptop\:grid-cols-8 {
            grid-template-columns: repeat(8, minmax(0, 1fr))
        }

        .laptop\:grid-cols-9 {
            grid-template-columns: repeat(9, minmax(0, 1fr))
        }

        .laptop\:grid-cols-10 {
            grid-template-columns: repeat(10, minmax(0, 1fr))
        }

        .laptop\:grid-cols-12 {
            grid-template-columns: repeat(12, minmax(0, 1fr))
        }

        .laptop\:grid-rows-\[repeat\(2\,auto\)_0px_auto\] {
            grid-template-rows: repeat(2, auto) 0 auto
        }

        .laptop\:flex-col {
            flex-direction: column
        }

        .laptop\:place-items-center {
            place-items: center
        }

        .laptop\:items-center {
            align-items: center
        }

        .laptop\:justify-between {
            justify-content: space-between
        }

        .laptop\:gap-4 {
            gap: calc(var(--spacing)*4)
        }

        .laptop\:gap-6 {
            gap: calc(var(--spacing)*6)
        }

        .laptop\:gap-x-\[24px\] {
            column-gap: 24px
        }

        .laptop\:gap-x-\[44px\] {
            column-gap: 44px
        }

        .laptop\:gap-x-\[72px\] {
            column-gap: 72px
        }

        .laptop\:self-center {
            align-self: center
        }

        .laptop\:justify-self-end {
            justify-self: flex-end
        }

        .laptop\:bg-size-\[120px\] {
            background-size: 120px
        }

        .laptop\:bg-size-\[200px\] {
            background-size: 200px
        }

        .laptop\:p-8 {
            padding: calc(var(--spacing)*8)
        }

        .laptop\:p-\[max\(24px\,10\%\)\] {
            padding: max(24px, 10%)
        }

        .laptop\:px-\[1ch\] {
            padding-inline: 1ch
        }

        .laptop\:\!pt-0 {
            padding-top: calc(var(--spacing)*0) !important
        }

        .laptop\:pt-\[36px\] {
            padding-top: 36px
        }

        .laptop\:pt-\[144px\] {
            padding-top: 144px
        }

        .laptop\:align-baseline {
            vertical-align: baseline
        }

        .laptop\:text-2xl {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height))
        }

        .laptop\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }

        .laptop\:text-6xl {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height))
        }

        .laptop\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }

        .laptop\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }

        .laptop\:text-xl {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }

        .laptop\:text-xs {
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height))
        }

        .laptop\:text-\[0\.485em\] {
            font-size: .485em
        }

        .laptop\:text-balance {
            text-wrap: balance
        }

        .laptop\:after\:\!hidden:after {
            content: var(--tw-content);
            display: none !important
        }

        .laptop\:after\:text-3xl:after {
            content: var(--tw-content);
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height))
        }
    }

    @media (min-width:1500px) {
        .desktop\:col-span-2 {
            grid-column: span 2/span 2
        }

        .desktop\:col-span-10 {
            grid-column: span 10/span 10
        }

        .desktop\:mt-\[24px\] {
            margin-top: 24px
        }

        .desktop\:size-26 {
            width: calc(var(--spacing)*26);
            height: calc(var(--spacing)*26)
        }

        .desktop\:max-h-\[520px\] {
            max-height: 520px
        }

        .desktop\:max-h-\[600px\] {
            max-height: 600px
        }

        .desktop\:max-h-\[640px\] {
            max-height: 640px
        }

        .desktop\:max-h-\[655px\] {
            max-height: 655px
        }

        .desktop\:min-h-\[calc\(60vh\+var\(--navbarHeight\)\)\] {
            min-height: calc(60vh + var(--navbarHeight))
        }

        .desktop\:max-w-\[1000px\] {
            max-width: 1000px
        }

        .desktop\:max-w-\[1040px\] {
            max-width: 1040px
        }

        .desktop\:max-w-\[1100px\] {
            max-width: 1100px
        }

        .desktop\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        .desktop\:gap-x-\[32px\] {
            column-gap: 32px
        }

        .desktop\:gap-x-\[80px\] {
            column-gap: 80px
        }

        .desktop\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }

        .desktop\:text-xl {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }
    }

    .\[\&_\.bg-secondary-forest\]\:text-white .bg-secondary-forest {
        color: var(--color-white)
    }

    .\[\&_\:is\(th\,td\)\]\:p-2 :is(th, td) {
        padding: calc(var(--spacing)*2)
    }

    @media not all and (min-width:1024px) {
        .max-laptop\:\[\&_a\+a\]\:mt-3 a+a {
            margin-top: calc(var(--spacing)*3)
        }
    }

    .\[\&_strong\]\:font-semibold strong {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .\[\&_tbody\>tr\>\:is\(td\,th\)\]\:px-2 tbody>tr>:is(td, th) {
        padding-inline: calc(var(--spacing)*2)
    }

    .\[\&_tbody\>tr\>\:is\(td\,th\)\]\:py-1 tbody>tr>:is(td, th) {
        padding-block: calc(var(--spacing)*1)
    }

    .\[\&_tbody\>tr\>td\:last-child\]\:text-right tbody>tr>td:last-child,
    .\[\&_tbody\>tr\>td\:nth-last-child\(2\)\]\:text-right tbody>tr>td:nth-last-child(2) {
        text-align: right
    }

    .\[\&_td\]\:text-center td {
        text-align: center
    }

    .\[\&_thead\>tr\>th\:last-child\]\:text-right thead>tr>th:last-child,
    .\[\&_thead\>tr\>th\:nth-last-child\(2\)\]\:text-right thead>tr>th:nth-last-child(2) {
        text-align: right
    }

    @media (min-width:1024px) {

        .laptop\:\[\&\>\.modal-card\]\:col-span-2>.modal-card,
        .laptop\:\[\&\>div\]\:col-span-2>div {
            grid-column: span 2/span 2
        }

        .laptop\:\[\&\>li\]\:mt-4>li {
            margin-top: calc(var(--spacing)*4)
        }
    }
}

.text-heading-3 {
    color: var(--color-primary-navy-blue);
    font-weight: var(--font-weight-light);
    line-height: 1.2em;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height))
}

@media (min-width:640px) {
    .text-heading-3 {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }
}

@media (min-width:1500px) {
    .text-heading-3 {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height))
    }
}

@media (min-width:36ch) {
    .text-heading-3 {
        text-wrap: pretty
    }
}

.text-heading-3 strong,
.text-heading-3 b {
    font-weight: var(--font-weight-bold)
}

.text-heading-3+.author {
    margin-top: .185em
}

.text-keyfigures-1 {
    font-weight: var(--font-weight-light)
}

@media (min-width:1024px) {
    .text-keyfigures-1 {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height))
    }
}

@media (min-width:1500px) {
    .text-keyfigures-1 {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height))
    }
}

.text-keyfigures-1 b {
    font-weight: var(--font-weight-semibold);
    font-size: 1.2em
}

.text-keyfigures-2 {
    font-weight: var(--font-weight-light);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height))
}

@media (min-width:1024px) {
    .text-keyfigures-2 {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }
}

@media (min-width:1500px) {
    .text-keyfigures-2 {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height))
    }
}

.text-keyfigures-2 b {
    font-weight: var(--font-weight-semibold);
    font-size: 1.2em
}

.text-keyfigures-3 {
    font-weight: var(--font-weight-light);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height))
}

@media (min-width:1024px) {
    .text-keyfigures-3 {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }
}

@media (min-width:1500px) {
    .text-keyfigures-3 {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }
}

.text-keyfigures-3 b {
    font-weight: var(--font-weight-semibold);
    font-size: 1.2em
}

.author {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height))
}

@media (min-width:1024px) {
    .author {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }
}

@media (min-width:1500px) {
    .author {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }
}

abbr:where([title]) {
    -webkit-text-decoration: none;
    text-decoration: none
}

[class^=button] {
    -webkit-user-select: none;
    user-select: none;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height))
}

@media (min-width:375px) {
    [class^=button] {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }
}

@media (min-width:640px) {
    [class^=button] {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }
}

@media (min-width:1024px) {
    [class^=button] {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }
}

@media (min-width:1500px) {
    [class^=button] {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }
}

[data-icon]:after {
    content: "";
    vertical-align: baseline;
    width: 1.2em;
    height: 1.2em;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: var(--icon-image);
    mask-image: var(--icon-image);
    background-color: var(--icon-color, currentColor);
    margin-inline-start: .5em;
    display: inline-block
}

@media not all and (min-width:640px) {
    [data-icon]:has(span[class*=hidden]):after {
        margin-inline-start: 0
    }
}

[data-icon-pos=right] {
    direction: ltr
}

[data-icon-pos=left] {
    direction: rtl
}

[data-icon=download] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21.8 21.8"><path d="M24.5,17.833v4.444A2.222,2.222,0,0,1,22.278,24.5H6.722A2.222,2.222,0,0,1,4.5,22.278V17.833m4.444-5.556L14.5,17.833l5.556-5.556M14.5,17.833V4.5" transform="translate(-3.6 -3.6)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2px"/></svg>')
}

[data-icon=arrow-corner-right] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.55 22.55"><path d="M823.4,5810.3l-.17,18.717m.17-18.717-18.718.171M803.4,5830.3l20-20" transform="translate(-802.13 -5809.027)" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2px"/></svg>')
}

[data-icon=arrow-corner-right-bottom] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40.412" height="40.413" viewBox="0 0 40.412 40.413"><path d="M1592.153,6145.777l-.32,35.174m.32-35.174-35.174.32m-2.41,37.264,37.584-37.584" transform="translate(6184.775 -1553.155) rotate(90)" fill="%2300145f" stroke="%23000238" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>')
}

[data-icon=facebook] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.606" height="19.804" viewBox="0 0 10.606 19.804"><path d="M18.271,11.14l.55-3.584H15.382V5.23A1.792,1.792,0,0,1,17.4,3.294h1.563V.243A19.07,19.07,0,0,0,16.191,0c-2.832,0-4.683,1.717-4.683,4.824V7.557H8.36V11.14h3.148V19.8h3.874V11.14Z" transform="translate(-8.36 -0.001)" fill="%23000"/></svg>')
}

[data-icon=instagram] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.13" height="19.13" viewBox="0 0 19.13 19.13"><path d="M7.122,1.557C8.142,1.51,8.467,1.5,11.065,1.5s2.923.011,3.943.057A7.039,7.039,0,0,1,17.331,2a4.9,4.9,0,0,1,2.8,2.8,7.035,7.035,0,0,1,.445,2.322c.047,1.022.057,1.347.057,3.944s-.011,2.923-.057,3.943a7.012,7.012,0,0,1-.445,2.322,4.883,4.883,0,0,1-2.8,2.8,7.035,7.035,0,0,1-2.322.445c-1.021.047-1.346.057-3.944.057s-2.923-.011-3.943-.057A7.012,7.012,0,0,1,4.8,20.128a4.888,4.888,0,0,1-2.8-2.8,7.06,7.06,0,0,1-.444-2.322C1.51,13.988,1.5,13.662,1.5,11.065s.011-2.923.057-3.943A7.039,7.039,0,0,1,2,4.8a4.692,4.692,0,0,1,1.1-1.694A4.689,4.689,0,0,1,4.8,2a7.06,7.06,0,0,1,2.322-.444ZM14.93,3.279c-1.009-.046-1.311-.056-3.865-.056s-2.856.01-3.865.056a5.287,5.287,0,0,0-1.776.33A3.159,3.159,0,0,0,3.609,5.423,5.287,5.287,0,0,0,3.279,7.2c-.046,1.009-.056,1.311-.056,3.865s.01,2.856.056,3.865a5.287,5.287,0,0,0,.33,1.776,3.159,3.159,0,0,0,1.815,1.815,5.287,5.287,0,0,0,1.776.33c1.009.046,1.31.056,3.865.056s2.856-.01,3.865-.056a5.287,5.287,0,0,0,1.776-.33,3.159,3.159,0,0,0,1.815-1.815,5.287,5.287,0,0,0,.33-1.776c.046-1.009.056-1.311.056-3.865S18.9,8.209,18.851,7.2a5.287,5.287,0,0,0-.33-1.776,3.159,3.159,0,0,0-1.815-1.815,5.287,5.287,0,0,0-1.776-.33ZM9.843,14.014a3.191,3.191,0,1,0-1.969-2.948,3.19,3.19,0,0,0,1.969,2.948ZM7.589,7.589a4.916,4.916,0,1,1,0,6.953,4.916,4.916,0,0,1,0-6.953Zm9.483-.708a1.163,1.163,0,1,0-1.62-.024A1.163,1.163,0,0,0,17.072,6.881Z" transform="translate(-1.5 -1.5)" fill="%23000"/></svg>')
}

[data-icon=linkedin] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.695" height="16.695" viewBox="0 0 16.695 16.695"><path d="M9.2,8.817h3.1v1.544a3.557,3.557,0,0,1,3.312-1.686c3.3,0,4.081,1.768,4.081,5.012V19.7H16.356V14.426c0-1.847-.447-2.889-1.584-2.889-1.577,0-2.232,1.123-2.232,2.888V19.7H9.2ZM3.476,19.553H6.815V8.676H3.476V19.553ZM7.293,5.129a2.112,2.112,0,0,1-.629,1.5A2.146,2.146,0,0,1,3,5.129a2.115,2.115,0,0,1,.629-1.505,2.16,2.16,0,0,1,3.036,0A2.119,2.119,0,0,1,7.293,5.129Z" transform="translate(-3 -3)" fill="%23000"/></svg>')
}

[data-icon=youtube] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20.445" height="13.637" viewBox="0 0 20.445 13.637"><path d="M20.016,8.132a2.373,2.373,0,0,0-.652-1.082,2.6,2.6,0,0,0-1.14-.632C16.624,6,10.216,6,10.216,6a65.264,65.264,0,0,0-8,.4,2.692,2.692,0,0,0-1.14.647A2.467,2.467,0,0,0,.415,8.131,24.778,24.778,0,0,0,0,12.811a24.733,24.733,0,0,0,.416,4.68,2.408,2.408,0,0,0,.66,1.081,2.637,2.637,0,0,0,1.142.633c1.621.421,8,.421,8,.421a65.414,65.414,0,0,0,8.008-.4,2.6,2.6,0,0,0,1.14-.632,2.368,2.368,0,0,0,.652-1.082,24.173,24.173,0,0,0,.427-4.68,22.639,22.639,0,0,0-.426-4.7Zm-11.838,7.6V9.9l5.332,2.916L8.178,15.727Z" transform="translate(0.001 -5.992)" fill="%23fff"/></svg>')
}

[data-icon=pdf] {
    --icon-image: url('data:image/svg+xml,<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M2.5 6.5V6H2V6.5H2.5ZM6.5 6.5V6H6V6.5H6.5ZM6.5 10.5H6V11H6.5V10.5ZM13.5 3.5H14V3.29289L13.8536 3.14645L13.5 3.5ZM10.5 0.5L10.8536 0.146447L10.7071 0H10.5V0.5ZM2.5 7H3.5V6H2.5V7ZM3 11V8.5H2V11H3ZM3 8.5V6.5H2V8.5H3ZM3.5 8H2.5V9H3.5V8ZM4 7.5C4 7.77614 3.77614 8 3.5 8V9C4.32843 9 5 8.32843 5 7.5H4ZM3.5 7C3.77614 7 4 7.22386 4 7.5H5C5 6.67157 4.32843 6 3.5 6V7ZM6 6.5V10.5H7V6.5H6ZM6.5 11H7.5V10H6.5V11ZM9 9.5V7.5H8V9.5H9ZM7.5 6H6.5V7H7.5V6ZM9 7.5C9 6.67157 8.32843 6 7.5 6V7C7.77614 7 8 7.22386 8 7.5H9ZM7.5 11C8.32843 11 9 10.3284 9 9.5H8C8 9.77614 7.77614 10 7.5 10V11ZM10 6V11H11V6H10ZM10.5 7H13V6H10.5V7ZM10.5 9H12V8H10.5V9ZM2 5V1.5H1V5H2ZM13 3.5V5H14V3.5H13ZM2.5 1H10.5V0H2.5V1ZM10.1464 0.853553L13.1464 3.85355L13.8536 3.14645L10.8536 0.146447L10.1464 0.853553ZM2 1.5C2 1.22386 2.22386 1 2.5 1V0C1.67157 0 1 0.671573 1 1.5H2ZM1 12V13.5H2V12H1ZM2.5 15H12.5V14H2.5V15ZM14 13.5V12H13V13.5H14ZM12.5 15C13.3284 15 14 14.3284 14 13.5H13C13 13.7761 12.7761 14 12.5 14V15ZM1 13.5C1 14.3284 1.67157 15 2.5 15V14C2.22386 14 2 13.7761 2 13.5H1Z" fill="%23000000"></path></g></svg>')
}

[data-icon=arrow-left] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.386" height="17.386" viewBox="0 0 17.386 17.386"><path id="Path_6716" data-name="Path 6716" d="M1564.742,5950.357l-.087,9.521m.087-9.521-9.521.086m-.652,10.087,10.173-10.173" transform="translate(-3099.598 5322.67) rotate(-135)" fill="%2300145f" stroke="%23000238" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>')
}

[data-icon=arrow-right] {
    --icon-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.386" height="17.387" viewBox="0 0 17.386 17.387"><path id="Path_6715" data-name="Path 6715" d="M1564.742,5950.357l-.087,9.521m.087-9.521-9.521.086m-.652,10.087,10.173-10.173" transform="translate(3116.984 -5305.284) rotate(45)" fill="%2300145f" stroke="%23000238" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>')
}

[data-icon=plus] {
    --icon-image: url('data:image/svg+xml,<svg viewBox="0 0 32 32" id="i-plus" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentcolor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M16 2 L16 30 M2 16 L30 16"></path></g></svg>')
}

#menu {
    visibility: hidden;
    opacity: 0;
    filter: blur(8px);
    transition: none;
    transform: translateY(-40px)
}

#menu-backdrop {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    z-index: 996;
    background: #00000080;
    position: fixed;
    inset: 0
}

#menu ul li {
    opacity: 0;
    transform: translateY(20px)
}

.hero-main {
    display: grid
}

@media (min-width:1024px) {
    .hero-main {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media not all and (min-width:640px) {
    .hero-main {
        align-items: center
    }
}

@media (min-width:1024px) {
    .hero-main {
        align-items: center
    }
}

.hero-main {
    min-height: calc(100dvh - var(--navbarHeight))
}

.hero-main #hero-heading {
    max-width: 12ch
}

@media (min-width:1024px) {
    .hero-main>figure {
        justify-self: flex-end;
        width: 90%
    }
}

@media (min-width:1500px) {
    .hero-main>figure {
        width: 100%
    }
}

.hero-main :is(video, img) {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.hero-main {
    --shape-width: 14%
}

@media (min-width:640px) {
    .hero-main {
        --shape-width: 20%
    }
}

@media (min-width:1024px) {
    .hero-main {
        --shape-width: 18%
    }
}

.cube {
    grid-template: var(--cube-rows)/var(--cube-cols);
    aspect-ratio: 1;
    width: 100%;
    display: grid
}

.cube-front {
    grid-area: var(--front-area);
    overflow: hidden
}

.cube-front video {
    scale: 1.2
}

.cube-side-vertical {
    grid-area: var(--side-vertical-area);
    clip-path: var(--vertical-shape)
}

.cube-side-horizontal {
    grid-area: var(--side-horizontal-area);
    clip-path: var(--horizontal-shape)
}

.cube[data-corner=top-left] {
    --cube-rows: var(--shape-width)1fr;
    --cube-cols: var(--shape-width)1fr;
    --front-area: 2/2;
    --side-vertical-area: 1/1/-1/1;
    --side-horizontal-area: 1/1/1/-1;
    --vertical-shape: polygon(100% var(--shape-width), 0 0, 0 calc(100% - var(--shape-width)), 100% 100%);
    --horizontal-shape: polygon(calc(100% - var(--shape-width))0, 100% 100%, var(--shape-width)100%, 0 0)
}

.cube[data-corner=top-right] {
    --cube-rows: var(--shape-width)1fr;
    --cube-cols: 1fr var(--shape-width);
    --front-area: 2/1;
    --side-vertical-area: 1/2/-1/2;
    --side-horizontal-area: 1/1/1/-1;
    --vertical-shape: polygon(0 var(--shape-width), 100% 0, 100% calc(100% - var(--shape-width)), 0 100%);
    --horizontal-shape: polygon(var(--shape-width)0, 0 100%, calc(100% - var(--shape-width))100%, 100% 0)
}

.cube[data-corner=bottom-left] {
    --cube-rows: 1fr var(--shape-width);
    --cube-cols: var(--shape-width)1fr;
    --front-area: 1/2;
    --side-vertical-area: 1/1/-1/1;
    --side-horizontal-area: 2/1/2/-1;
    --vertical-shape: polygon(0 var(--shape-width), 100% 0, 100% calc(100% - var(--shape-width)), 0 100%);
    --horizontal-shape: polygon(var(--shape-width)0, 0 100%, calc(100% - var(--shape-width))100%, 100% 0)
}

.cube[data-corner=bottom-right] {
    --cube-rows: 1fr var(--shape-width);
    --cube-cols: 1fr var(--shape-width);
    --front-area: 1/1;
    --side-vertical-area: 1/2/-1/2;
    --side-horizontal-area: 2/1/2/-1;
    --vertical-shape: polygon(100% var(--shape-width), 0 0, 0 calc(100% - var(--shape-width)), 100% 100%);
    --horizontal-shape: polygon(calc(100% - var(--shape-width))0, 100% 100%, var(--shape-width)100%, 0 0)
}

.modals-case-studies header.featured-image.bg-no-repeat {
    background-repeat: no-repeat;
    background-size: 100%
}

.modals-case-studies .featured-image:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: opacity .6s ease-in-out;
    display: block;
    position: absolute;
    inset: 0
}

.modals-case-studies .feature-image.overlay:before {
    opacity: 1
}

.case-study-modal article {
    background-color: #fff;
    width: min(90vw, 1320px);
    height: 80vh;
    overflow: scroll
}

.case-study-modal article img {
    width: 100%
}

.case-study-modal article header {
    text-align: right;
    height: 200px
}

@media (min-width:640px) {
    .case-study-modal article header {
        height: 380px
    }
}

@media (min-width:1024px) {
    .case-study-modal article header {
        height: 272px
    }
}

.case-study-modal article header {
    padding: 14px
}

@media (min-width:1024px) {
    .case-study-modal article header {
        padding: 18px
    }
}

.case-study-modal article header {
    --tw-shadow: 0 1px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    position: sticky;
    top: -120px
}

@media (min-width:1024px) {
    .case-study-modal article header {
        top: -185px
    }
}

.case-study-modal article header {
    z-index: 2;
    background: #fff
}

.case-study-modal article header button {
    position: sticky;
    top: 18px
}

.case-study-modal article header+div {
    padding: 24px
}

@media (min-width:1024px) {
    .case-study-modal article header+div {
        padding: 48px
    }
}

.timeline-list {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height))
}

.timeline-list li>div {
    grid-template-columns: auto 1fr;
    column-gap: 18px;
    width: 100%;
    padding-top: 1rem;
    display: grid
}

.timeline-list li>div>div:has(time) {
    text-align: center;
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important
}

.timeline-list li>div time {
    margin: auto
}

.timeline-list li:first-child>div {
    padding-top: 0
}

.timeline-list li {
    padding-left: 14px
}

.timeline-list li:not(:last-child) {
    border-left: 1.5px dashed var(--color-secondary-cloud)
}

.timeline-list li+li:not(:last-child) {
    padding-top: 1.265rem
}

.timeline-list li:nth-last-child(2) {
    padding-bottom: 1.265rem
}

.timeline-list div>div:first-child {
    color: #fff;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    aspect-ratio: 1;
    isolation: isolate;
    background-color: #474c94;
    align-items: center;
    width: 4rem;
    height: auto;
    padding: 1em;
    display: flex;
    position: relative
}

.timeline-list div>div:first-child:before {
    content: "";
    aspect-ratio: 1;
    background-color: #fff;
    background-color: var(--color-primary-aqua);
    width: 14px;
    height: 14px;
    margin: auto;
    display: block;
    position: absolute;
    top: -14px;
    left: -14px
}

.timeline-list div p+p {
    margin-top: .785em
}

.modal-card {
    cursor: pointer;
    aspect-ratio: .947619;
    transition: transform .3s;
    position: relative
}

@media (min-width:1024px) {
    .modal-card {
        aspect-ratio: auto
    }
}

@media (min-width:1500px) {
    .modal-card {
        aspect-ratio: .947619;
        height: 420px
    }
}

@media (hover:hover) {
    .modal-card:hover {
        color: #fff;
        --h-size: 100%;
        --bg-clr: var(--color-primary-aqua);
        --transition: height .4s cubic-bezier(.86, 0, .14, 1);
        --clr-transition: color .4s ease-in-out;
        --btn-padding-inline: 1ch;
        transform: translateY(-10px) !important
    }
}

.modal-card>.case-study {
    padding: 32px
}

@media (min-width:1024px) {
    .modal-card>.case-study {
        padding: 26px
    }
}

@media (min-width:1500px) {
    .modal-card>.case-study {
        padding: 32px
    }
}

.modal-card>.case-study {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: end;
    height: 100%;
    display: flex
}

.modal-card>.case-study button {
    width: 100%;
    height: 100%;
    padding: inherit;
    justify-content: start;
    align-items: end;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0
}

.modal-card>.case-study button:after {
    content: "";
    background-color: var(--color-secondary-sky);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: var(--opacity, 0);
    transition: opacity .4s ease-in-out .2s;
    position: absolute;
    inset: 0
}

.modal-card>.case-study button:hover {
    --y-position: 0%;
    --opacity: 1
}

.modal-card>.case-study button:hover .button-secondary {
    background-color: var(--color-primary-aqua);
    color: var(--color-primary-navy-blue)
}

.modal-card>.case-study button:has(>div.text-left) {
    text-wrap: pretty;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    row-gap: .875rem
}

.modal-card>.case-study button:has(>div.text-left) div.text-left,
.modal-card>.case-study button:has(>div.text-left) .button-secondary {
    z-index: 2
}

.modal-card>.case-study button:has(>div.text-left) div.text-left {
    justify-self: start;
    overflow: hidden
}

.modal-card>.case-study button:has(>div.text-left) div.text-left span {
    opacity: var(--opacity, 0);
    transform: translateY(var(--y-position, 180%));
    transition: transform .4s ease-in-out .2s, opacity .4s ease-in-out .2s;
    display: block
}

.shape-polygon {
    clip-path: polygon(15% 0, 100% 0, 100% 80%, 84% 100%, 0 100%, 0 20%)
}

:popover-open {
    background-color: #00000080;
    place-items: center;
    width: 100%;
    height: 100%;
    display: grid
}

@media not all and (min-width:1024px) {
    #swooshShape {
        height: 60dvh
    }
}

@media (min-width:1024px) {
    #swooshShape {
        --corner-angle: 25%;
        aspect-ratio: 2/1.05;
        clip-path: polygon(0 41%, 25% 41%, 25% 100%, 25% 100%, 0 100%, 0 41%);
        opacity: 0;
        width: 100%;
        transition: clip-path .6s cubic-bezier(.78, 0, .22, 1) 10ms, opacity .6s ease-in-out
    }
}

.article-body {
    --inter-space: 44px;
    padding-top: var(--inter-space);
    padding-bottom: var(--inter-space);
    display: grid
}

.article-body>:first-child {
    grid-template-areas: "heading" "video" "text"
}

.article-body>:first-child h2 {
    grid-area: heading
}

.article-body>:first-child .text-group {
    grid-area: text
}

.article-body>:first-child .media {
    grid-area: video
}

.article-body>h2+* {
    padding-top: calc(var(--inter-space)/1)
}

.article-body>h2+*~:not(:last-child) {
    padding-top: calc(var(--inter-space)/4)
}

.article-body>*~:last-child {
    padding-top: calc(var(--inter-space)/1)
}

.article-body .text-paragraph-2 {
    text-wrap: pretty
}

.hero-background {
    clip-path: polygon(75% 0, 100% 0, 100% 61%, 25% 100%, 0 100%, 0 41%);
    filter: brightness()
}

.hero-subject {
    opacity: 0;
    transform: translate(20px, 5px)scale(.985)
}

@media (min-width:1024px) {
    .hero-subject {
        object-fit: contain !important
    }
}

.heroAnimArticle:before {
    content: "";
    width: var(--cubesize, 50px);
    height: var(--cubesize, 50px);
    background-color: var(--color-primary-aqua);
    left: calc(var(--cubesize, 50px)*-1);
    bottom: calc(var(--cubesize, 50px)*-1);
    display: block;
    position: absolute
}

@media (max-width:1024px) {
    .heroAnimArticle {
        --cubesize: 20px
    }
}

@media (min-width:1024px) {
    .heroAnimArticle {
        height: calc(100% - 50px)
    }

    .heroAnimArticle:before {
        bottom: calc(var(--cubesize, 0px)*-1)
    }

    .heroAnimArticle #swooshShape {
        height: inherit
    }

    .article-video {
        float: right;
        shape-margin: 20px;
        width: 50%;
        margin-bottom: 20px;
        margin-left: 20px
    }

    .article-body {
        --inter-space: 72px;
        grid-template-columns: repeat(6, 1fr);
        column-gap: 32px;
        width: 100%;
        max-width: 720px;
        margin-inline: auto
    }

    .article-body .text-paragraph-2+.text-paragraph-2 {
        margin-top: 1em
    }
}

@media (min-width:1500px) {
    .article-body {
        max-width: 960px
    }
}

.preload-container {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0
}

.cube-spinner {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    --preload-cube-size: 120px;
    width: var(--preload-cube-size);
    height: var(--preload-cube-size);
    animation: 6s ease-out infinite spincube;
    scale: .7
}

.cube-spinner .face {
    width: var(--preload-cube-size);
    height: var(--preload-cube-size);
    text-align: center;
    background: #fffc;
    font-size: 100px;
    line-height: 120px;
    position: absolute
}

.cube-spinner .face1 {
    background-color: #5ac3cd;
    -webkit-transform: translateZ(60px)
}

.cube-spinner .face2 {
    background-color: #fff;
    -webkit-transform: rotateY(90deg)translateZ(60px)
}

.cube-spinner .face3 {
    background-color: #fff;
    -webkit-transform: rotateY(90deg)rotateX(90deg)translateZ(60px)
}

.cube-spinner .face4 {
    background-color: #fff;
    -webkit-transform: rotateY(180deg)rotate(90deg)translateZ(60px)
}

.cube-spinner .face5 {
    background-color: #fff;
    -webkit-transform: rotateY(-90deg)rotate(90deg)translateZ(60px)
}

.cube-spinner .face6 {
    background-color: #fff;
    -webkit-transform: rotateX(-90deg)translateZ(60px)
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative
}

.swiper {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    list-style: none;
    display: block;
    position: relative;
    overflow: hidden
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    display: flex;
    position: relative
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
    display: block;
    position: relative
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(#0000, #00000080)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(#00000080, #0000)
}

.swiper-lazy-preloader {
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top-color: #0000;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    position: absolute;
    top: 50%;
    left: 50%
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
    animation: 1s linear infinite swiper-preloader-spin
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
    overflow: clip
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
    overscroll-behavior: contain
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.lenis.lenis-autoToggle {
    transition-behavior: allow-discrete;
    transition-property: overflow;
    transition-duration: 1ms
}

:root {
    --navbarHeight: 88px
}

@media (max-width:375px) {
    :root {
        font-size: 14px
    }
}

@media (min-width:1024px) {
    :root {
        --navbarHeight: 90px
    }
}

@media (min-width:1500px) {
    :root {
        --navbarHeight: 120px;
        font-size: 15px
    }
}

html {
    font-family: var(--font-elza)
}

img {
    -webkit-user-drag: none;
    user-drag: none
}

a,
button,
[role=button] {
    cursor: pointer
}

.container-default {
    --padding-inline: 1.2rem;
    --content-max-width: 980px;
    --breakout-max-width: calc((100vw + var(--content-max-width))/2);
    --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width))/2);
    grid-template-columns: [full-width-start]minmax(var(--padding-inline), 1fr)[breakout-start]minmax(0, var(--breakout-size))[content-start]min(100% - (var(--padding-inline)*2), var(--content-max-width))[content-end]minmax(0, var(--breakout-size))[breakout-end]minmax(var(--padding-inline), 1fr)[full-width-end];
    display: grid
}

@media (min-width:1500px) {
    .container-default {
        --content-max-width: 1280px
    }
}

:is(.container-default, .container-100)>:not(.container-80, .container-100) {
    grid-column: content
}

:is(.container-default, .container-100.grid-cols-subgrid)>.container-80 {
    grid-column: breakout
}

:is(.container-default, .container-100.grid-cols-subgrid)>.container-100 {
    grid-column: full-width;
    grid-template-columns: inherit;
    display: grid
}

@media (min-width:1024px) {
    .container-content {
        min-height: calc(100vh - var(--navbarHeight))
    }
}

.container-article {
    --square-size: 14px;
    padding-top: var(--navbarHeight);
    display: grid
}

@media (min-width:640px) {
    .container-article {
        --col-gap: 32px
    }
}

@media (min-width:1024px) {
    .container-article {
        --square-size: 18px;
        --col-gap: 38px
    }
}

@media (min-width:1500px) {
    .container-article {
        --square-size: 30px;
        --col-gap: 44px
    }
}

.container-article header {
    grid-row: 1/2;
    margin-bottom: 24px
}

.container-article .text-paragraph-2 {
    grid-row: 3/4
}

.container-article footer {
    grid-row: 4/5
}

.container-article .media {
    grid-row: 2/3
}

@media not all and (min-width:1024px) {
    .container-article .media {
        margin-bottom: 24px
    }
}

@media (min-width:640px) {

    .container-article,
    .container-article.reverse {
        grid-template-columns: calc(50% - (var(--col-gap)/2))var(--col-gap)calc(50% - (var(--col-gap)/2));
        grid-template-areas: "heading video" "text video"
    }

    .container-article:nth-child(2n):not(.container-article.reverse),
    .container-article:nth-of-type(4) {
        grid-template-areas: "video heading" "video text"
    }

    :is(.container-article:nth-child(2n):not(.container-article.reverse), .container-article:nth-of-type(4))>:not(.media) {
        grid-column: 3/4
    }

    :is(.container-article:nth-child(2n):not(.container-article.reverse), .container-article:nth-of-type(4)) .media {
        grid-column: 1/2
    }

    .container-article header {
        margin: var(--square-size);
        grid-area: heading;
        align-self: end;
        margin-bottom: 1em;
        position: relative
    }

    .container-article header:not(.no-square):before {
        content: "";
        width: var(--square-size);
        height: var(--square-size);
        aspect-ratio: 1;
        background-color: var(--color-primary-aqua);
        inset: calc(var(--square-size)*-1);
        display: block;
        position: absolute
    }

    .container-article .text-paragraph-2 {
        margin-left: var(--square-size);
        grid-area: text
    }

    .container-article footer {
        margin-left: var(--square-size);
        grid-area: footer
    }

    .container-article>:not(.media) {
        grid-column: 1/2
    }

    .container-article .media {
        grid-area: video/3/video/4
    }

    .container-article:has(>.no-square)>* {
        margin-left: 0
    }
}

.media {
    --shape-width: 14px
}

@media (min-width:640px) {
    .media {
        --shape-width: 16px
    }
}

@media (min-width:1024px) {
    .media {
        --shape-width: 18px
    }
}

@media (min-width:1500px) {
    .media {
        --shape-width: 22px
    }
}

.media .cube-front {
    align-items: end;
    display: flex
}

.cube.cluster {
    aspect-ratio: 1;
    width: 100%;
    height: auto
}

.cluster,
.directors {
    --shape-width: 10px;
    height: 100%
}

@media (min-width:640px) {

    .cluster,
    .directors {
        --shape-width: 12px
    }
}

@media (min-width:1024px) {

    .cluster,
    .directors {
        --shape-width: 14px
    }
}

@media (min-width:1500px) {

    .cluster,
    .directors {
        --shape-width: 16px
    }
}

:is(.cluster, .directors) img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.directors-menu {
    --shape-width: 8px;
    height: 100%
}

@media (min-width:640px) {
    .directors-menu {
        --shape-width: 10px
    }
}

.directors-menu img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media not all and (min-width:640px) {
    .slider {
        display: block
    }
}

@media (min-width:640px) {
    .slider {
        width: calc((var(--content-max-width)*4)/2)
    }
}

@media (min-width:1024px) {
    .slider>div {
        height: 320px
    }
}

@media not all and (min-width:640px) {
    .slider>div {
        margin-bottom: 32px
    }
}

.slider>div {
    aspect-ratio: 1.475;
    width: 100%;
    height: auto
}

.display-slides {
    --slide-per-display: 1;
    --total-slide: 4
}

@media (min-width:640px) {
    .display-slides {
        --total-slide: 3
    }
}

.pagination:after {
    content: "";
    width: calc((100%/var(--total-slide))*var(--slide-per-display, 1));
    background-color: var(--color-primary-navy-blue);
    height: 100%;
    transition: width .8s linear(0, .012 .9%, .05 2%, .411 9.2%, .517 11.8%, .611 14.6%, .694 17.7%, .765 21.1%, .824 24.8%, .872 28.9%, .91 33.4%, .939 38.4%, .977 50.9%, .994 68.4%, 1);
    display: block
}

.accordion-list {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    display: flex
}

.accordion-item {
    cursor: pointer;
    background-color: var(--background-clr, var(--color-secondary-cloud));
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0%);
    background-repeat: no-repeat;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    min-height: 120px;
    padding: 32px;
    transition: flex-grow .5s, background-color .5s, clip-path .5s, background-position .5s ease-in-out;
    display: flex;
    overflow: hidden
}

.accordion-item button {
    cursor: pointer;
    opacity: 0;
    background: 0 0;
    border: none;
    align-items: end;
    width: 100%;
    padding: 0;
    transition: opacity .3s ease-in .2s;
    display: flex
}

.accordion-item>span {
    opacity: var(--opacity, 1);
    transition: opacity .4s ease-in-out, transform .8s ease-in-out
}

.accordion-item h3,
.accordion-item span {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height))
}

@media (min-width:1024px) {

    .accordion-item h3,
    .accordion-item span {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }
}

@media (min-width:1500px) {

    .accordion-item h3,
    .accordion-item span {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }
}

.accordion-item h3+p {
    margin-top: 10px
}

.accordion-item p {
    font-size: var(--text-lg)
}

.accordion-item a {
    margin-top: 24px
}

.accordion-item.expand {
    --opacity: 0;
    clip-path: polygon(15% 0, 100% 0, 100% 80%, 84% 100%, 0 100%, 0 20%);
    flex-grow: 2;
    min-height: 400px
}

.accordion-item.expand#growth-technology {
    background-position: 55%
}

.accordion-item.expand button {
    opacity: 1
}

@media (min-width:1024px) {
    .accordion-list {
        flex-direction: row;
        align-items: stretch
    }

    .accordion-item {
        cursor: pointer;
        background-color: var(--background-clr, var(--color-secondary-cloud));
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%, 0 100%, 0 0%);
        flex-direction: column;
        flex: 1;
        min-height: 320px;
        padding: 32px;
        transition: flex-grow .5s, background-color .5s, clip-path .5s;
        display: flex;
        position: relative
    }

    .accordion-item button {
        cursor: pointer;
        opacity: 0;
        background: 0 0;
        border: none;
        align-items: end;
        width: 100%;
        height: 100%;
        padding: 0;
        transition: opacity .3s ease-in .2s;
        display: flex
    }

    .accordion-item>span {
        transform-origin: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        rotate: 270deg;
        transform: translate(-15%, var(--move-out, 20%));
        text-align: left;
        width: 230px;
        margin: auto;
        position: absolute;
        bottom: 0
    }

    .accordion-item h3+p {
        margin-top: 10px
    }

    .accordion-item p {
        font-size: var(--text-lg)
    }

    .accordion-item a {
        margin-top: 24px
    }

    .accordion-item.expand {
        --move-out: -50%;
        clip-path: polygon(15% 0, 100% 0, 100% 80%, 84% 100%, 0 100%, 0 20%);
        flex-grow: 2
    }

    .accordion-item.expand button {
        opacity: 1
    }
}

@media (min-width:1500px) {
    .accordion-item {
        min-height: 500px
    }
}

.accordion-item.expand {
    position: relative
}

.accordion-item.expand:before {
    opacity: .8;
    transition: opacity .6s
}

.accordion-item:before {
    content: "";
    z-index: -1;
    background-color: var(--background-clr, var(--color-secondary-cloud));
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: background-color .5s;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.accordion-item:first-child:before {
    --background-clr: var(--color-secondary-sunset)
}

.accordion-item:nth-child(2).expand {
    --background-clr: var(--color-secondary-forest)
}

.accordion-item:nth-child(3).expand {
    --background-clr: var(--color-primary-blue)
}

.accordion-item:nth-child(4).expand {
    --background-clr: var(--color-secondary-wine)
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-blur {
    syntax: "*";
    inherits: false
}

@property --tw-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-invert {
    syntax: "*";
    inherits: false
}

@property --tw-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-ease {
    syntax: "*";
    inherits: false
}

@property --tw-text-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-text-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@media (max-width: 640px) {
    .media.cube {
        max-width: calc(100% - 0.2rem);
    }
}