/*! 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-translate-x: 0;
            --tw-translate-y: 0;
            --tw-border-style: solid;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial
        }
    }
}

@layer theme {
    :root {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --color-black: #383838;
        --color-white: #fff;
        --spacing: 1rem;
        --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-apple-red: #ab192d;
        --color-apple-red-hover: #740e1d;
        --color-off-white: #faf8f5;
        --color-olive: #7e7558;
        --color-black-2: #000
    }
}

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

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

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

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

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

    ul {
        list-style: none
    }

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

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

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

    .top-1\/2 {
        top: 50%
    }

    .top-full {
        top: 100%
    }

    .-right-\[2rem\] {
        right: -2rem
    }

    .-right-\[5rem\] {
        right: -5rem
    }

    .-bottom-\[2\.5rem\] {
        bottom: -2.5rem
    }

    .-bottom-\[5rem\] {
        bottom: -5rem
    }

    .-bottom-\[8\.7rem\] {
        bottom: -8.7rem
    }

    .-bottom-\[14\.7rem\] {
        bottom: -14.7rem
    }

    .-bottom-\[12\.7rem\] {
        bottom: -12.7rem
    }

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

    .bottom-\[20rem\] {
        bottom: 20rem
    }

    .-left-\[2\.8rem\] {
        left: -2.8rem
    }

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

    .left-1\/2 {
        left: 50%
    }

    .z-2 {
        z-index: 2
    }

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

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

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

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

    .z-3 {
        z-index: 3
    }

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

    .ml-auto {
        margin-left: auto;
    }

    .float-right {
        float: right
    }

    .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 {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding-inline: 1.5rem
    }

    @media (min-width:48rem) {
        .container {
            padding-inline: 3rem
        }
    }

    @media (min-width:64rem) {
        .container {
            padding-inline: 10rem
        }
    }

    .mx-1 {
        margin-inline: calc(var(--spacing)*1)
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-\[0\.63rem\] {
        margin-top: .63rem
    }

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

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

    .mb-\[0\.9rem\] {
        margin-bottom: .9rem
    }

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

    .ml-auto {
        margin-left: auto
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .aspect-square {
        aspect-ratio: 1
    }

    .size-\[2\.4rem\] {
        width: 2.4rem;
        height: 2.4rem
    }

    .size-4 {
        width: 4rem;
        height: 4rem
    }

    .size-full {
        width: 100%;
        height: 100%
    }

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

    .h-\[0\.65rem\] {
        height: .65rem
    }

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

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

    .h-\[4\.6rem\] {
        height: 4.6rem
    }

    .h-\[5\.2rem\] {
        height: 5.2rem
    }

    .h-\[7\.17rem\] {
        height: 7.17rem
    }

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

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

    .h-\[9\.6rem\] {
        height: 9.6rem
    }

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

    .h-\[15\.5rem\] {
        height: 15.5rem
    }

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

    .h-\[26\.2rem\] {
        height: 26.2rem
    }

    .h-\[29\.2rem\] {
        height: 29.2rem
    }

    .h-\[26\.4rem\] {
        height: 26.4rem
    }

    .h-\[27\.3rem\] {
        height: 27.3rem
    }

    .h-\[36\.5rem\] {
        height: 36.5rem
    }

    .h-\[39\.2rem\] {
        height: 39.2rem
    }

    .h-\[51\.6rem\] {
        height: 51.6rem
    }

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

    .max-h-\[calc\(100vh-76px\)\] {
        max-height: calc(100vh - 76px)
    }

    .min-h-\[16\.2rem\] {
        min-height: 16.2rem
    }

    .min-h-\[37rem\] {
        min-height: 37rem
    }

    .w-12 {
        width: calc(var(--spacing)*12)
    }

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

    .w-\[1\.18rem\] {
        width: 1.18rem
    }

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

    .w-\[4\.6rem\] {
        width: 4.6rem
    }

    .w-\[7\.17rem\] {
        width: 7.17rem
    }

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

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

    .w-\[23\.8rem\] {
        width: 23.8rem
    }

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

    .w-\[33\.1rem\] {
        width: 33.1rem
    }

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

    .w-\[95\%\] {
        width: 95%
    }

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

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

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

    .w-full {
        width: 100%
    }

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

    .w-screen {
        width: 100vw
    }

    .max-w-144 {
        max-width: calc(var(--spacing)*144)
    }

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

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

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

    .flex-1 {
        flex: 1
    }

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .-translate-x-1\/2 {
        --tw-translate-x: -50%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .-translate-y-1\/2 {
        --tw-translate-y: -50%;
        translate: var(--tw-translate-x)var(--tw-translate-y)
    }

    .cursor-pointer {
        cursor: pointer
    }

    .flex-col {
        flex-direction: column
    }

    .flex-row {
        flex-direction: row
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

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

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

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

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

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

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

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

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

    .border-apple-red {
        border-color: var(--color-apple-red)
    }

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

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

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

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

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

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

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

    .object-\[50\%_0\%\] {
        -o-object-position: 50% 0%;
        object-position: 50% 0%
    }

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

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

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

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

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

    .px-\[2\.4rem\] {
        padding-inline: 2.4rem
    }

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

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

    .py-\[0\.95rem\] {
        padding-block: .95rem
    }

    .py-\[1\.2rem\] {
        padding-block: 1.2rem
    }

    .py-\[1\.063rem\] {
        padding-block: 1.063rem
    }

    .py-\[10rem\] {
        padding-block: 10rem
    }

    .py-\[12rem\] {
        padding-block: 12rem
    }

    .pt-\[1\.2rem\] {
        padding-top: 1.2rem
    }

    .pt-\[10rem\] {
        padding-top: 10rem
    }

    .pb-4 {
        padding-bottom: 4rem;
    }

    .pb-\[2\.4rem\] {
        padding-bottom: 2.4rem
    }

    .pb-\[10\.7rem\] {
        padding-bottom: 10.7rem
    }

    .pb-\[10rem\] {
        padding-bottom: 10rem
    }

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

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .hd-1 {
        letter-spacing: 0;
        text-transform: uppercase;
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 100%
    }

    @media (min-width:834px) {
        .hd-1 {
            font-size: 6.4rem
        }
    }

    .hd-2 {
        letter-spacing: 0;
        text-transform: uppercase;
        font-size: 3.9rem;
        font-weight: 700;
        line-height: 100%
    }

    .hd-3 {
        letter-spacing: 0;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 100%
    }

    .paragraph {
        letter-spacing: 0;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 100%
    }

    .paragraph-bold {
        letter-spacing: 0;
        font-size: 1.6rem;
        font-weight: 700
    }

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

    .text-\[1\.8rem\] {
        font-size: 1.8rem
    }

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

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

    .text-\[4\.8rem\] {
        font-size: 4.8rem
    }

    .font-\[400\] {
        font-weight: 400
    }

    .font-\[500\] {
        font-weight: 500
    }

    .font-\[700\] {
        font-weight: 700
    }

    .text-apple-red {
        color: var(--color-apple-red)
    }

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

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

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

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

    .uppercase {
        text-transform: uppercase
    }

    .opacity-0 {
        opacity: 0
    }

    .transition-\[top\] {
        transition-property: top;
        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
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .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)
    }

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

        .hover\:brightness-90:hover {
            --tw-brightness: brightness(90%);
            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, )
        }
    }

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

    .disabled\:opacity-50:disabled {
        opacity: .5
    }

    @media (min-width:48rem) {
        .md\:top-\[2\.5rem\] {
            top: 2.5rem
        }

        .md\:-right-\[2rem\] {
            right: -2rem
        }

        .md\:-bottom-\[2rem\] {
            bottom: -2rem
        }

        .md\:-bottom-\[3\.7rem\] {
            bottom: -3.7rem
        }

        .md\:-bottom-\[10\.7rem\] {
            bottom: -10.7rem
        }

        .md\:-bottom-\[40\.7rem\] {
            bottom: -40.7rem
        }

        .md\:bottom-\[3rem\] {
            bottom: 3rem
        }

        .md\:bottom-auto {
            bottom: auto
        }

        .md\:left-1\/2 {
            left: 50%
        }

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

        .md\:h-\[24\.5rem\] {
            height: 24.5rem
        }

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

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

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

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

        .md\:h-\[58\.8rem\] {
            height: 58.8rem
        }

        .md\:h-\[70\.2rem\] {
            height: 70.2rem
        }

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

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

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

        .md\:w-\[32\.5rem\] {
            width: 32.5rem
        }

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

        .md\:w-\[59\.7rem\] {
            width: 59.7rem
        }

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

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

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

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

        .md\:-translate-x-1\/2 {
            --tw-translate-x: -50%;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

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

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

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

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

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

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

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

        .md\:py-\[2\.09rem\] {
            padding-block: 2.09rem
        }

        .md\:whitespace-nowrap {
            white-space: nowrap
        }
    }

    @media (min-width:64rem) {
        .lg\:absolute {
            position: absolute
        }

        .lg\:relative {
            position: relative
        }

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

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

        .lg\:right-\[2rem\] {
            right: 2rem
        }

        .lg\:right-\[55rem\] {
            right: 55rem
        }

        .lg\:-bottom-\[20\.7rem\] {
            bottom: -20.7rem
        }

        .lg\:bottom-\[5rem\] {
            bottom: 5rem
        }

        .lg\:bottom-\[12rem\] {
            bottom: 12rem
        }

        .lg\:bottom-\[50rem\] {
            bottom: 50rem
        }

        .lg\:bottom-auto {
            bottom: auto
        }

        .lg\:left-\[14rem\] {
            left: 14rem
        }

        .lg\:float-left {
            float: left
        }

        .lg\:mt-\[3\.6rem\] {
            margin-top: 3.6rem
        }

        .lg\:mr-0 {
            margin-right: calc(var(--spacing)*0)
        }

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

        .lg\:h-6 {
            height: calc(var(--spacing)*6)
        }

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

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

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

        .lg\:h-\[43\.1rem\] {
            height: 43.1rem
        }

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

        .lg\:h-\[48\.6rem\] {
            height: 48.6rem
        }

        .lg\:h-\[56\.8rem\] {
            height: 56.8rem
        }

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

        .lg\:h-\[64\.8rem\] {
            height: 64.8rem
        }

        .lg\:w-14 {
            width: calc(var(--spacing)*14)
        }

        .lg\:w-\[32\.5rem\] {
            width: 32.5rem
        }

        .lg\:w-\[43\.1rem\] {
            width: 43.1rem
        }

        .lg\:w-\[52rem\] {
            width: 52rem
        }

        .lg\:w-\[72rem\] {
            width: 72rem
        }

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

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

        .lg\:max-w-fit {
            max-width: -moz-fit-content;
            max-width: fit-content
        }

        .lg\:max-w-max {
            max-width: -moz-max-content;
            max-width: max-content
        }

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

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

        .lg\:-translate-x-0 {
            --tw-translate-x: calc(var(--spacing)*0);
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

        .lg\:translate-x-\[8\.5rem\] {
            --tw-translate-x: 8.5rem;
            translate: var(--tw-translate-x)var(--tw-translate-y)
        }

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

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

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

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

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

        .lg\:gap-\[12rem\] {
            gap: 12rem
        }

        .lg\:object-\[0\%_50\%\] {
            -o-object-position: 0% 50%;
            object-position: 0% 50%
        }

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

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

        .lg\:py-\[0\] {
            padding-block: 0
        }

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

        .lg\:py-\[1\.85rem\] {
            padding-block: 1.85rem
        }

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

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

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

        .lg\:pr-0 {
            padding-right: calc(var(--spacing)*0)
        }

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

        .lg\:hd-2 {
            font-size: 3.9rem;
            font-weight: 700;
            line-height: 100%;
            letter-spacing: 0rem;
            text-transform: uppercase;
        }


    }

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

    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
    }

    h2,
    h3,
    h4,
    p {
        margin: 0
    }

    button {
        color: inherit;
        vertical-align: middle;
        text-align: center;
        text-transform: none;
        font: inherit;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: 0 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        line-height: normal;
        text-decoration: none;
        display: inline-block;
        overflow: visible
    }

    .button {
        border-radius: 40rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: .8rem;
        padding: 1.4rem 2.4rem;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 100%;
        transition: all .3s ease-in-out;
        display: flex
    }

    .button-primary {
        color: #fff;
        background-color: #ab192d
    }

    .button-primary:hover,
    .button-primary:focus {
        background-color: #740e1d color: #fff;
    }

    .button-secondary {
        color: #000;
        background-color: #fff
    }

    .button-secondary:hover,
    .button-secondary:focus {
        background-color: #740e1d
    }

    .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.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)
    }
}

body {
    font-family: Akshar, sans-serif
}

.font-nunito {
    font-family: Nunito, sans-serif
}

.font-opensans {
    font-family: Open Sans, sans-serif
}

#nav a,
#nav button {
    transition: color .2s ease-out;
    position: relative
}

#nav a:after,
#nav button:after {
    content: "";
    background: #404142;
    width: 0;
    height: 2px;
    transition: width .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0
}

#nav a.current:after,
#nav a:hover:after,
#nav button:hover:after {
    width: 100%
}

#nav a.current,
#nav a:hover {
    color: #404142 !important
}

a.button:hover {
    color: #fff !important;
    /* background-color: #740E1D; */
    box-shadow: inset 0 10rem rgba(0, 0, 0, 0.2);
    ˝
}

/* a.button:focus {
    background-color: #740E1D;
} */

#mobile-nav a:not(.button) {
    transition: color .2s ease-out;
    position: relative;
}

#mobile-nav a:not(.button):after {
    content: "";
    background: #404142;
    width: 0;
    height: 2px;
    transition: width .3s cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#mobile-nav a:not(.button).current:after,
#mobile-nav a:not(.button):hover:after {
    width: 100%;
}

#mobile-nav a:not(.button).current,
#mobile-nav a:not(.button):hover {
    color: #404142 !important;
}

.shadow-1 {
    box-shadow: 0 4px 16px #e2d4c180
}

.shadow-2 {
    box-shadow: 0 4px 4px #00000017
}

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

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

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

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

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

.icon-card-custom,
.animate-slide-up,
animate-slide-left,
.animate-slide-right {
    visibility: hidden;
    will-change: transform, opacity;
}

main {
    overflow-x: hidden;
}

/* .js-overview .c-jobs-search.custom-search-box {
    background: none !important;
    padding: 0rem !important;
}

.js-overview .c-jobs-search .c-jobs-search__button-search {
    margin-top: 0 !important;
}

.js-overview .location-search {
    display: none !important;
}

.js-overview .c-jobs-search .keyword-search__input,
.c-jobs-search .location-search-input {
    width: 53.3rem;
}

.js-overview .c-jobs-search .c-jobs-search__keyword-label {
    display: none !important;
}

.js-overview .c-jobs-search .keyword-search__input,
.c-jobs-search .location-search-input {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff !important;
} */

.js-overview .c-jobs-search.custom-search-box {
    background: none;
    padding: 0;
}

.js-overview .c-jobs-search__button-search {
    margin-top: 0;
}

.js-overview .location-search,
.js-overview .c-jobs-search__keyword-label {
    display: none;
}

.js-overview .c-jobs-search .keyword-search__input,
.js-overview .c-jobs-search .location-search-input {
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.js-overview .c-jobs-search-wrap.jobs-search {
    width: 100%;
}

.js-overview .c-jobs-search__button {
    width: 100%;
}

@media screen and (min-width: 768px) {

    .js-overview .c-jobs-search .keyword-search__input,
    .js-overview .c-jobs-search .location-search-input {
        width: 53.3rem;
    }

    .js-overview .c-jobs-search__button {
        width: fit-content;
    }

    .js-overview .c-jobs-search.custom-search-box {
        width: fit-content;
    }
}


@media screen and (min-width: 1024px) {

    .js-overview .c-jobs-search .keyword-search__input,
    .js-overview .c-jobs-search .location-search-input {
        width: 53.3rem;
    }

    .js-overview .c-jobs-search__button {
        width: fit-content;
    }
}

.js-overview .c-jobs-search .c-jobs-search__keyword-label {
    display: none;
}

.js-overview .c-jobs-search .c-jobs-search__button-search {
    margin-top: 0;
}

.js-overview .c-jobs-search .keyword-search__input .autocomplete input::placeholder,
.js-overview .c-jobs-search .location-search-input .autocomplete input::placeholder {
    color: #fff;
}

.c-jobs-search .keyword-search__input .autocomplete input::placeholder,
.c-jobs-search .location-search-input .autocomplete input::placeholder {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'nunito', serif;
}

.js-overview .c-jobs-search .keyword-search__input .autocomplete input,
.js-overview .c-jobs-search .location-search-input .autocomplete input {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: 'nunito', serif;
}

.js-overview .c-jobs-search .keyword-search__input .keyword-search__icon-container svg,
.c-jobs-search .location-search-input .keyword-search__icon-container svg {
    fill: white;
}

.js-overview .c-jobs-search .keyword-search__input::before,
.js-overview .c-jobs-search .location-search-input::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.214 16.6984L20.4062 20.8906M16.214 16.6984C13.5128 19.3996 9.13334 19.3996 6.43215 16.6984C3.73095 13.9972 3.73095 9.61771 6.43215 6.91652C9.13334 4.21533 13.5128 4.21533 16.214 6.91652C18.9152 9.61771 18.9152 13.9972 16.214 16.6984Z" stroke="white" stroke-width="1.5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.group-social-icon svg {
    cursor: pointer;
}

.footer-link-text {
    transition: color 0.2 ease-out;
    cursor: pointer;
}

.footer-link-text:hover {
    color: #CBDB2F;
}