/*! tailwindcss v4.1.4 | 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-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-to-position: 100%;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-content: "";
            --tw-scale-x: 1;
            --tw-scale-y: 1
        }
    }
}

@layer theme {
    :root {
        --font-sans: "Montserrat", sans-serif;
        --color-black: #000;
        --color-white: #fff;
        --spacing: 1rem;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --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);
        --color-blue: #050f50;
        --color-blue-2: #1e0e62;
        --color-yellow: #ffc502;
        --color-orange: #fa8530;
        --color-teal: #14d8cc;
        --color-red: #ff4f01;
        --color-dark-grey: #4d4d4d;
        --color-dark-blue: #030931;
        --gradient-yellow: linear-gradient(180deg, var(--color-yellow)0%, var(--color-red)100%);
        --gradient-blue: linear-gradient(180deg, var(--color-teal)0%, var(--color-blue)100%);
        --color-white-2: #f8f8f8
    }
}

@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 {
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        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;
    }

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

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

    strong {
        font-weight: bolder
    }

    ul {
        list-style: none
    }

    img,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

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

    button {
        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
    }

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

    ::-moz-placeholder {
        opacity: 1
    }

    ::placeholder {
        opacity: 1
    }

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

        ::placeholder {
            color: currentColor
        }

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

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

    ::-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
    }

    button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button
    }

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

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

@layer components;

@layer utilities {
    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

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

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

    .top-\[12rem\] {
        top: 12rem
    }

    .top-full {
        top: 100%;
    }

    .-right-1 {
        right: calc(var(--spacing)*-1)
    }

    .-right-2 {
        right: calc(var(--spacing)*-2)
    }

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

    .-right-\[1\.25rem\] {
        right: -1.25rem
    }

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

    .-bottom-1 {
        bottom: calc(var(--spacing)*-1)
    }

    .-bottom-2 {
        bottom: calc(var(--spacing)*-2)
    }

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

    .bottom-1 {
        bottom: calc(var(--spacing)*1)
    }

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

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

    .-bottom-\[1\.2rem\] {
        bottom: -1.2rem
    }

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

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

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

    .z-0 {
        z-index: 0
    }

    .z-1 {
        z-index: 1
    }

    .z-2 {
        z-index: 2
    }

    .z-3 {
        z-index: 3
    }

    .z-4 {
        z-index: 4
    }

    .z-1000 {
        z-index: 1000
    }

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

    .container {
        width: 100%
    }

    @media (min-width:40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width:48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width:64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width:80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width:96rem) {
        .container {
            max-width: 96rem
        }
    }

    .container {
        max-width: 144rem;
        margin: 0 auto
    }

    .-mr-\[3\.2rem\] {
        margin-right: -3.2rem
    }

    .mr-\[2\.5rem\] {
        margin-right: 2.5rem
    }

    .mb-\[2\.4rem\] {
        margin-bottom: 2.4rem
    }

    .mr-\[3\.2rem\] {
        margin-right: 3.2rem
    }

    .mt-\[15\.2rem\] {
        margin-top: 15.2rem
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .aspect-square {
        aspect-ratio: 1
    }

    .image-contain {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%
    }

    .image-cover {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

    .size-\[3\.4rem\] {
        width: 3.4rem;
        height: 3.4rem
    }

    .h-8 {
        height: calc(var(--spacing)*8)
    }

    .h-10 {
        height: calc(var(--spacing)*10)
    }

    .h-\[1\.6rem\] {
        height: 1.6rem
    }

    .h-\[2\.6rem\] {
        height: 2.6rem
    }

    .h-\[3\.6rem\] {
        height: 3.6rem
    }

    .h-\[4\.8rem\] {
        height: 4.8rem
    }

    .h-\[8\.8rem\] {
        height: 8.8rem
    }

    .h-\[9\.2rem\] {
        height: 9.2rem
    }

    .h-\[14\.7529rem\] {
        height: 14.7529rem
    }

    .h-\[15\.5096rem\] {
        height: 15.5096rem
    }

    .h-\[21\.3rem\] {
        height: 21.3rem
    }

    .h-\[25\.28rem\] {
        height: 25.28rem
    }

    .h-\[28\.9rem\] {
        height: 28.9rem
    }

    .h-\[28\.93rem\] {
        height: 28.93rem
    }

    .h-\[28\.2516rem\] {
        height: 28.2516rem
    }

    .h-\[30\.9rem\] {
        height: 30.9rem
    }

    .h-\[30\.186rem\] {
        height: 30.186rem
    }

    .h-\[30rem\] {
        height: 30rem
    }

    .h-\[32\.599rem\] {
        height: 32.599rem
    }

    .h-\[32rem\] {
        height: 32rem
    }

    .h-\[33\.6rem\] {
        height: 33.6rem
    }

    .h-\[33\.6rem\] {
        height: 33.6rem
    }

    .h-\[51\.9rem\] {
        height: 51.9rem
    }

    .h-full {
        height: 100%
    }

    .w-\[1\.6rem\] {
        width: 1.6rem
    }

    .w-\[2\.6rem\] {
        width: 2.6rem
    }

    .w-\[2rem\] {
        width: 2rem
    }

    .w-\[3\.6rem\] {
        width: 3.6rem
    }

    .w-\[4\.8rem\] {
        width: 4.8rem
    }

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

    .w-\[11\.4709rem\] {
        width: 11.4709rem
    }

    .w-12 {
        width: 12rem
    }

    .w-\[12rem\] {
        width: 12rem
    }

    .w-\[26\.69rem\] {
        width: 26.69rem
    }

    .w-\[29\.7rem\] {
        width: 29.7rem
    }

    .w-\[calc\(100\%-0\.913rem\)\] {
        width: calc(100% - .913rem)
    }

    .w-\[calc\(100\%-1rem\)\] {
        width: calc(100% - 1rem)
    }

    .w-\[calc\(100\%-2rem\)\] {
        width: calc(100% - 2rem)
    }

    .w-auto {
        width: auto
    }

    .w-fit {
        width: -moz-fit-content;
        width: fit-content
    }

    .w-full {
        width: 100%
    }

    .max-w-\[33\.8rem\] {
        max-width: 33.8rem
    }

    .max-w-\[39\.9rem\] {
        max-width: 39.9rem
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .list-inside {
        list-style-position: inside
    }

    .list-disc {
        list-style-type: disc
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .items-center {
        align-items: center
    }

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

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

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

    .justify-center {
        justify-content: center
    }

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

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

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

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

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

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

    .gap-\[0\.4rem\] {
        gap: .4rem
    }

    .gap-\[0\.6rem\] {
        gap: 0.6rem;
    }

    .gap-\[1\.2rem\] {
        gap: 1.2rem;
    }

    .gap-\[1\.6rem\] {
        gap: 1.6rem
    }

    .gap-\[2\.4rem\] {
        gap: 2.4rem
    }

    .gap-\[2\.7rem\] {
        gap: 2.7rem
    }

    .gap-\[3\.2rem\] {
        gap: 3.2rem
    }

    .gap-\[3\.6rem\] {
        gap: 3.6rem
    }

    .gap-\[4\.2rem\] {
        gap: 4.2rem
    }

    .gap-\[4\.3rem\] {
        gap: 4.3rem
    }

    .gap-\[4\.8rem\] {
        gap: 4.8rem
    }

    .gap-\[5\.6rem\] {
        gap: 5.6rem
    }

    .gap-\[6\.4rem\] {
        gap: 6.4rem
    }

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

    .overflow-hidden {
        overflow: hidden
    }

    .olivia-bg {
        -webkit-backdrop-filter: blur(21px);
        backdrop-filter: blur(21px);
        background: linear-gradient(53deg, #14d8cc .02%, #050f50 136.63%);
        border-radius: 3px;
        box-shadow: inset -5px -5px 250px #ffffff05
    }

    .rounded-\[0\.3rem\] {
        border-radius: .3rem
    }

    .rounded-\[7rem\] {
        border-radius: 7rem
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

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

    .border-\[0\.2rem\] {
        border-style: var(--tw-border-style);
        border-width: .2rem
    }

    .border-t-\[0\.1rem\] {
        border-top-style: var(--tw-border-style);
        border-top-width: .1rem
    }

    .border-t-\[0\.5rem\] {
        border-top-style: var(--tw-border-style);
        border-top-width: .5rem
    }

    .border-b-\[0\.1rem\] {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: .1rem
    }

    .border-b-\[1rem\] {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1rem
    }

    .border-\[\#a3a3a3\] {
        border-color: #a3a3a3
    }

    .border-black\/20 {
        border-color: #0003
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-black\/20 {
            border-color: color-mix(in oklab, var(--color-black)20%, transparent)
        }
    }

    .border-dark-grey {
        border-color: var(--color-dark-grey)
    }

    .border-white\/50 {
        border-color: #ffffff80
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/50 {
            border-color: color-mix(in oklab, var(--color-white)50%, transparent)
        }
    }

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

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

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

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

    .bg-\[\#4A4A4A\] {
        background-color: #4a4a4a
    }

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

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

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

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

    .bg-transparent {
        background-color: #0000
    }

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

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

    .bg-white\/90 {
        background-color: #ffffffe6
    }

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

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .from-teal\/70 {
        --tw-gradient-from: #14d8ccb3;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    @supports (color:color-mix(in lab, red, red)) {
        .from-teal\/70 {
            --tw-gradient-from: color-mix(in oklab, var(--color-teal)70%, transparent)
        }
    }

    .to-blue\/70 {
        --tw-gradient-to: #050f50b3;
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from)var(--tw-gradient-from-position), var(--tw-gradient-to)var(--tw-gradient-to-position))
    }

    @supports (color:color-mix(in lab, red, red)) {
        .to-blue\/70 {
            --tw-gradient-to: color-mix(in oklab, var(--color-blue)70%, transparent)
        }
    }

    .object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .object-20 {
        -o-object-position: center 20%;
        object-position: center 20%
    }

                .object-center-40 {
                    -o-object-position: center 40%;
                    object-position: center 40%
                }

    .object-center-0 {
        object-position: center 0%;
    }

                .object-center-25 {
                  object-position: center 25%;
                }

    .object-center-70 {
        object-position: center 70%;
    }

    .object-top {
        -o-object-position: top;
        object-position: top
    }

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

    .p-\[0\.8rem\] {
        padding: .8rem
    }

    .p-\[1\.5rem\] {
        padding: 1.5rem
    }

    .p-\[3\.2rem\] {
        padding: 3.2rem
    }

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

    .px-\[1\.6rem\] {
        padding-inline: 1.6rem
    }

    .px-\[3\.2rem\] {
        padding-inline: 3.2rem
    }

    .px-\[3\.6rem\] {
        padding-inline: 3.6rem
    }

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

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

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

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

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

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

    .py-\[1\.5rem\] {
        padding-block: 1.5rem
    }

    .py-\[2\.4rem\] {
        padding-block: 2.4rem
    }

    .py-\[3\.2rem\] {
        padding-block: 3.2rem
    }

    .py-\[6\.4rem\] {
        padding-block: 6.4rem
    }

    .pt-\[0\.6rem\] {
        padding-top: 0.6rem;
    }

    .pt-\[2\.4rem\] {
        padding-top: 2.4rem
    }

    .text-center {
        text-align: center
    }

    .footer-item {
        letter-spacing: .0004rem;
        font-family: Montserrat, "sans-serif";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.2
    }

    .hd-5 {
        letter-spacing: .0007rem;
        font-family: Montserrat, "sans-serif";
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2
    }

    .p {
        letter-spacing: .005px;
        font-family: Montserrat;
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.2rem
    }

    .pg {
        letter-spacing: .0005rem;
        font-family: Montserrat, "sans-serif";
        font-size: 1.7rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.2rem
    }

    .button,
    .button-font {
        text-transform: uppercase;
        font-family: Montserrat;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2.6rem
    }

    .font-dmsan {
        font-family: DM Sans, sans-serif
    }

    .footer {
        letter-spacing: .004px;
        text-transform: uppercase;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal
    }

    .h4 {
        letter-spacing: .008px;
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .h5 {
        letter-spacing: .007px;
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .h6 {
        letter-spacing: .006px;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.8rem
    }

    .paragraph-2 {
        letter-spacing: .006px;
        font-size: 2rem;
        font-weight: 500;
        line-height: normal
    }

    .h2-d {
        font-size: 3.8rem;
        font-style: normal;
        font-weight: 800;
        line-height: normal
    }

    .text-\[1\.6rem\] {
        font-size: 1.6rem
    }

    .text-\[2\.2rem\] {
        font-size: 2.2rem
    }

    .text-\[2\.6rem\] {
        font-size: 2.6rem
    }

    .text-\[2rem\] {
        font-size: 2rem
    }

    .text-\[6rem\] {
        font-size: 6rem
    }

    .leading-\[3\.2rem\] {
        line-height: 3.2rem
    }

    .lh-normal {
        line-height: normal
    }

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

    .font-extrabold {
        font-weight: var(--font-weight-extrabold)
    }

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

    .tracking-\[0\.0005rem\] {
        letter-spacing: .0005rem
    }

    .tracking-\[0\.0006rem\] {
        letter-spacing: .0006rem
    }

    .tracking-\[0\.0008rem\] {
        letter-spacing: .0008rem
    }

    .text-nowrap {
        text-wrap: nowrap;
    }

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

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

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

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

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

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

    .uppercase {
        text-transform: uppercase
    }

    .opacity-0 {
        opacity: 0
    }

    .custom-shadow {
        box-shadow: 0 4px 4px #0003
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-opacity {
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-200 {
        --tw-duration: .2s;
        transition-duration: .2s
    }

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

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

    .ease-linear {
        --tw-ease: linear;
        transition-timing-function: linear
    }

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

    .bg-gradient-blue {
        background: var(--gradient-blue, linear-gradient(180deg, #14d8cc 0%, var(--KBS-Blue, #050f50)))
    }

    .bg-gradient-blue-with-image {
        background: linear-gradient(#14d8ccb3, #050f50b3), #d3d3d3 url(https://d25zu39ynyitwy.cloudfront.net/oms/4098/image/2025/6/KX4ZL_8cf879a4e34136854996c36047aa89e98138b577/8cf879a4e34136854996c36047aa89e98138b577.webp) 50%/cover no-repeat
    }

    .bg-gradient-orange {
        background: var(--gradient-yellow, linear-gradient(180deg, var(--Yellow, #ffc502)0%, var(--Red-Highlight, #ff4f01)100%))
    }

    .life-at-bg {
        background: linear-gradient(#14d8ccb3, #050f50b3) 100%, #d3d3d3 url(https://d25zu39ynyitwy.cloudfront.net/oms/4098/image/2025/6/NFMLN_52d3bf5e6d434583384673db202ea58843b201e3/52d3bf5e6d434583384673db202ea58843b201e3.webp) 50%/cover no-repeat
    }

    :is(.\*\:relative > *) {
        position: relative;
    }

    :is(.\*\:py-1 > *) {
        padding-block: calc(var(--spacing) * 1);
    }

    .group-current\/header\:bg-white:is(:where(.group\/header).current *) {
        background-color: var(--color-white)
    }

    .group-current\/header\:text-blue:is(:where(.group\/header).current *) {
        color: var(--color-blue)
    }

    .group-current\/header\:opacity-100:is(:where(.group\/header).current *) {
        opacity: 1
    }

    :is(.\*\:after\:absolute>*):after {
        content: var(--tw-content);
        position: absolute
    }

    :is(.\*\:after\:bottom-0>*):after {
        content: var(--tw-content);
        bottom: calc(var(--spacing)*0)
    }

    :is(.\*\:after\:left-0>*):after {
        content: var(--tw-content);
        left: calc(var(--spacing)*0)
    }

    :is(.\*\:after\:h-\[0\.2rem\]>*):after {
        content: var(--tw-content);
        height: .2rem
    }

    :is(.\*\:after\:w-full>*):after {
        content: var(--tw-content);
        width: 100%
    }

    :is(.\*\:after\:scale-x-0>*):after {
        content: var(--tw-content);
        --tw-scale-x: 0%;
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    :is(.\*\:after\:bg-blue>*):after {
        content: var(--tw-content);
        background-color: var(--color-blue)
    }

    :is(.\*\:after\:bg-white>*):after {
        content: var(--tw-content);
        background-color: var(--color-white)
    }

    :is(.\*\:after\:transition-transform>*):after {
        content: var(--tw-content);
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    :is(.\*\:after\:duration-300>*):after {
        content: var(--tw-content);
        --tw-duration: .3s;
        transition-duration: .3s
    }

    :is(.\*\:after\:ease-in-out>*):after {
        content: var(--tw-content);
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    :is(.group-current\/header\:\*\:after\:bg-blue:is(:where(.group\/header).current *)>*):after {
        content: var(--tw-content);
        background-color: var(--color-blue)
    }

    @media (hover:hover) {
        .hover\:bg-orange:hover {
            background-color: var(--color-orange)
        }

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

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

    .focus\:bg-orange:focus {
        background-color: var(--color-orange)
    }

    :is(.\*\:has-current\:after\:scale-x-100>*):has(.current):after {
        content: var(--tw-content);
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x)var(--tw-scale-y)
    }

    @media not all and (min-width:64rem) {
        .max-lg\:hidden {
            display: none
        }

        .max-lg\:border-b-\[0\.1rem\] {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: .1rem
        }
    }

    @media not all and (min-width: 48rem) {
        .max-md\:mx-auto {
            margin-inline: auto;
        }
    }

    @media (min-width:48rem) {
        .md\:-right-2 {
            right: calc(var(--spacing)*-2)
        }

        .md\:-right-5 {
            right: calc(var(--spacing)*-5)
        }

        .md\:-left-5 {
            left: calc(var(--spacing)*-5)
        }
        /* fix for krewe photo */
        :lang(es) .md\:-left-5 {
            left: calc(var(--spacing)*-10)
        }

        .md\:-bottom-2 {
            bottom: calc(var(--spacing)*-2)
        }

        .md\:bottom-2 {
            bottom: calc(var(--spacing)*2)
        }

        .md\:left-2 {
            left: calc(var(--spacing)*2)
        }

        .md\:left-\[1\.8rem\] {
            left: 1.8rem
        }

        .md\:mx-auto {
            margin-inline: auto
        }

        .md\:-mr-\[4\.8rem\] {
            margin-right: -4.8rem
        }

        .md\:mb-\[3\.35rem\] {
            margin-bottom: 3.35rem
        }

        .md\:h-\[30\.7rem\] {
            height: 30.7rem
        }

        .md\:h-\[35rem\] {
            height: 35rem
        }

        .md\:h-\[36\.2rem\] {
            height: 36.2rem
        }

        .md\:h-\[46\.4198rem\] {
            height: 46.4198rem
        }

        .md\:w-\[33\.6rem\] {
            width: 33.6rem
        }

        .md\:w-\[62\%\] {
            width: 62%
        }

        .md\:w-\[calc\(\(100\%-8rem\)\/2\)\] {
            width: calc(50% - 4rem)
        }

        .md\:w-\[calc\(100\%-2rem\)\] {
            width: calc(100% - 2rem)
        }

        .md\:w-full {
            width: 100%
        }

        .md\:max-w-\[31\.6rem\] {
            max-width: 31.6rem
        }

        .md\:max-w-\[46\.39rem\] {
            max-width: 46.39rem
        }

        .md\:shrink-0 {
            flex-shrink: 0
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:flex-row-reverse {
            flex-direction: row-reverse
        }

        .md\:flex-wrap {
            flex-wrap: wrap
        }

        .md\:items-baseline {
            align-items: baseline
        }

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

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

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

        .md\:justify-center {
            justify-content: center
        }

        .md\:justify-start {
            justify-content: flex-start
        }

        .md\:gap-\[4\.3rem\] {
            gap: 4.3rem
        }

        .md\:gap-\[6\.4rem\] {
            gap: 6.4rem
        }

        .md\:gap-x-8 {
            -moz-column-gap: calc(var(--spacing)*8);
            column-gap: calc(var(--spacing)*8)
        }

        .md\:gap-y-\[4\.8rem\] {
            row-gap: 4.8rem
        }

        .md\:object-20 {
            -o-object-position: center 20%;
            object-position: center 20%
        }

        .md\:p-\[6\.4rem\] {
            padding: 6.4rem
        }

        .md\:px-0 {
            padding-inline: calc(var(--spacing)*0)
        }

        .md\:px-\[4\.8rem\] {
            padding-inline: 4.8rem
        }

        .md\:px-\[6\.4rem\] {
            padding-inline: 6.4rem
        }

        .md\:py-\[6\.4rem\] {
            padding-block: 6.4rem
        }

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

        .md\:text-left {
            text-align: left
        }

        .md\:text-start {
            text-align: start
        }

        .md\:h1-d {
            font-size: 5.8rem;
            font-style: normal;
            font-weight: 900;
            line-height: normal
        }

        .md\:bottom-8 {
            bottom: calc(var(--spacing)*8)
        }
    }

    @media (min-width:64rem) {
        .lg\:mx-auto {
            margin-inline: auto
        }

        .lg\:-mr-\[11\.2rem\] {
            margin-right: -11.2rem
        }

        .lg\:mb-\[6\.65rem\] {
            margin-bottom: 6.65rem
        }

        .lg\:flex {
            display: flex
        }

        .lg\:flex-1 {
            flex: 1
        }

        .lg\:hidden {
            display: none
        }

        .lg\:h-\[20rem\] {
            height: 20rem
        }

        .lg\:h-\[26\.3711rem\] {
            height: 26.3711rem
        }

        .lg\:h-\[27\.12rem\] {
            height: 27.12rem
        }

        .lg\:h-\[62\.5rem\] {
            height: 62.5rem
        }

        .lg\:w-\[35\%\] {
            width: 35%
        }

        .lg\:w-\[35\.6rem\] {
            width: 35.6rem
        }

        .lg\:w-\[36\.8rem\] {
            width: 36.8rem
        }

        .lg\:w-\[46\.39rem\] {
            width: 46.39rem
        }

        .lg\:w-\[55\.5rem\] {
            width: 55.5rem
        }

        .lg\:w-\[calc\(\(100\%-6\.4rem\)\/3\)\] {
            width: calc(33.3333% - 2.13333rem)
        }

        .lg\:w-\[calc\(\(100\%-6rem\)\/3\)\] {
            width: calc(33.3333% - 2rem)
        }

        .lg\:max-w-\[33\.6rem\] {
            max-width: 33.6rem
        }

        .lg\:max-w-\[35\.6rem\] {
            max-width: 35.6rem
        }

        .lg\:max-w-\[53\.967rem\] {
            max-width: 53.967rem
        }

        .lg\:max-w-\[64\.4rem\] {
            max-width: 64.4rem
        }

        .lg\:max-w-\[68\.6rem\] {
            max-width: 68.6rem
        }

        .lg\:shrink-0 {
            flex-shrink: 0
        }

        .lg\:basis-1\/2 {
            flex-basis: 50%
        }

        .lg\:flex-row {
            flex-direction: row
        }

        .lg\:flex-row-reverse {
            flex-direction: row-reverse
        }

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

        .lg\:justify-center {
            justify-content: center
        }

        .lg\:justify-between {
            justify-content: space-between;
        }

        .lg\:justify-start {
            justify-content: flex-start
        }

        .lg\:gap-3 {
            gap: 3rem
        }

        .lg\:gap-\[3\.2rem\] {
            gap: 3.2rem
        }

        .lg\:gap-\[4\.4rem\] {
            gap: 4.4rem
        }

        .lg\:gap-\[4\.8rem\] {
            gap: 4.8rem
        }

        .lg\:gap-\[8\.2rem\] {
            gap: 8.2rem
        }

        .lg\:gap-\[8\.4rem\] {
            gap: 8.4rem
        }

        .lg\:gap-\[8\.8rem\] {
            gap: 8.8rem
        }

        .lg\:gap-\[10\.8rem\] {
            gap: 10.8rem
        }

        .lg\:border-r-\[0\.2rem\] {
            border-right-style: var(--tw-border-style);
            border-right-width: .2rem
        }

        .lg\:p-\[6\.4rem\] {
            padding: 6.4rem
        }

        .lg\:px-0 {
            padding-inline: calc(var(--spacing)*0)
        }

        .lg\:px-6 {
            padding-inline: calc(var(--spacing)*6)
        }

        .lg\:px-\[3\.2rem\] {
            padding-inline: 3.2rem
        }

        .lg\:px-\[4\.8rem\] {
            padding-inline: 4.8rem
        }

        .lg\:px-\[11\.2rem\] {
            padding-inline: 11.2rem
        }

        .lg\:px-\[21\.5rem\] {
            padding-inline: 21.5rem
        }

        .lg\:py-8 {
            padding-block: calc(var(--spacing)*8)
        }

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

        .lg\:pb-\[13\.5rem\] {
            padding-bottom: 13.5rem
        }
    }

    .hocus\:bg-black:hover,
    .hocus\:bg-black:focus {
        background-color: var(--color-black)
    }

    :is(.\*\:hocus\:after\:scale-x-100 > *):hover::after,
    :is(.\*\:hocus\:after\:scale-x-100 > *):focus::after {
        content: var(--tw-content);
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .current\:border-0.current {
        border-style: var(--tw-border-style);
        border-width: 0
    }

    .current\:bg-orange.current {
        background-color: var(--color-orange)
    }

    button {
        display: flex
    }

    .hamburger {
        z-index: 999;
        background-color: #fff;
        border: .2rem solid #e5fcfb;
        border-radius: 1.8rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        width: 6.5rem;
        height: 6.5rem;
        display: flex;
        position: relative
    }

    .hamburger-bar {
        background-color: #14d8cc;
        border-radius: .1rem;
        width: 3.2rem;
        height: .4rem;
        margin: 0 auto;
        transition: all .3s;
        display: block;
        position: absolute
    }

    .hamburger-bar:first-of-type {
        top: 50%;
        transform: translateY(calc(-50% - .7rem))
    }

    .hamburger-bar:nth-of-type(3) {
        top: 50%;
        transform: translateY(calc(50% + .4rem))
    }

    .hamburger.active .hamburger-bar {
        background-color: #050f50
    }

    .hamburger.active .hamburger-bar:first-child {
        transform: rotate(-45deg)
    }

    .hamburger.active .hamburger-bar:nth-child(2) {
        opacity: 0
    }

    .hamburger.active .hamburger-bar:nth-child(3) {
        transform: rotate(45deg)
    }
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 10.24rem;
    font-size: 62.5%;
    overflow-x: hidden !important
}

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

body {
    box-sizing: border-box;
    margin: 0;
    font-size: 1.6rem
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

::-webkit-selection {
    color: #fff;
    background: #000
}

h1,
h2,
h4,
h5,
h6,
p {
    margin: 0
}

button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.u-img-wrapper {
    position: relative;
    background-color: #ecf1f4;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.u-img-reveal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #050f50;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
}

.u-is-revealed .u-img-reveal-bg {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    opacity: 1;
}

.u-img-load {
    background-color: #ecf1f4;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    border-radius: 0.3rem;
}

.u-is-revealed .u-img-load {
    opacity: 1;
    transition-delay: 0.7s;
}

@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-gradient-position {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000
}

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

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%
}

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

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

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

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

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

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

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

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

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



a[role="button"] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.button svg {
    transition: transform 0.3s ease;
}

a.button:hover svg {
    transform: translateX(3px);
}

.krewe__wrapper {
    height: 36.4rem;
    width: 100%;
    padding-right: 2rem;
    padding-bottom: 2rem;
    max-width: 36.4rem;
}


.nav-btns {
  margin-left: auto;
}

#mobile-navigation .nav-btns {
  margin-left: 0;
  width: max-content;
}

.c-language {
  padding: 1rem;
  color: #000;
  background: #F7F2EA;
  z-index: 1000000;
  border-radius: 1rem;
}

.c-language__content-options {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.c-language__content-options a.active,
.c-language__content-options a:hover {
  border-bottom: .25rem solid var(--color-blue);
}

#error {
    display: grid;
    place-content: center;
    height: 75vh;
    background-color: var(--color-blue);
    color: #fff;
}

#error > .content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.skip-link {
  min-width: 200px;
  position: fixed;
  top: 50px;
  left: 20px;
  text-align: center;
  padding: 13px 20px;
  border-radius: 50px;
  text-decoration: none;
  background-color: #fff;
  color: #1f2533;
  font-size: 16px;
  text-shadow: 0 0 #27272d;
  opacity: 0;
  pointer-events: none;
  z-index: 2147483647;
  font-family: Arial, Helvetica, sans-serif;
  direction: ltr;
  border: solid 3px rgba(19, 110, 248, .8);
  outline: solid 0 #639af9;
  box-shadow: 0 0 0 5px rgba(19, 110, 248, .3);
  transition: top .22s ease;
}

.skip-link:focus-visible {
  opacity: 1;
}