/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,300&display=swap');
@layer properties;
@layer theme, base, components, utilities;

@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-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
            monospace;
        --color-gray-400: oklch(70.7% 0.022 261.325);
        --color-gray-900: oklch(21% 0.034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-4xl: 56rem;
        --container-6xl: 72rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --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: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --font-weight-extralight: 200;
        --font-weight-light: 300;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --tracking-widest: 0.1em;
        --radius-lg: 0.5rem;
        --aspect-video: 16 / 9;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --font-outfit: "Kumbh Sans", sans-serif;
    }
}

@layer base {

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

    html,
    :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        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 {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.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 {
        display: block;
        vertical-align: middle;
    }

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

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

    :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)) {
                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,
    ::-webkit-datetime-edit-year-field,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field,
    ::-webkit-datetime-edit-second-field,
    ::-webkit-datetime-edit-millisecond-field,
    ::-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']),
    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto;
    }

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

@layer utilities {
    .absolute {
        position: absolute;
    }

    .fixed {
        position: fixed;
    }

    .relative {
        position: relative;
    }

    .sticky {
        position: sticky;
    }

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

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

    .start {
        inset-inline-start: var(--spacing);
    }

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

    .end {
        inset-inline-end: var(--spacing);
    }

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

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

    .top-1\/2 {
        top: calc(1 / 2 * 100%);
    }

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

    .top-\[10\%\] {
        top: 10%;
    }

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

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

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

    .left-\[calc\(\(100\%-72rem\)\/2\+2\.5rem\)\] {
        left: calc((100% - 72rem) / 2 + 2.5rem);
    }

    .-z-50 {
        z-index: calc(50 * -1);
    }

    .z-30 {
        z-index: 30;
    }

    .z-50 {
        z-index: 50;
    }

    .container {
        width: 100%;

        @media (width >=40rem) {
            max-width: 40rem;
        }

        @media (width >=48rem) {
            max-width: 48rem;
        }

        @media (width >=64rem) {
            max-width: 64rem;
        }

        @media (width >=80rem) {
            max-width: 80rem;
        }

        @media (width >=96rem) {
            max-width: 96rem;
        }
    }

    .mx-auto {
        margin-inline: auto;
    }

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

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

    .mt-auto {
        margin-top: auto;
    }

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

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

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

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .table {
        display: table;
    }

    .aspect-video {
        aspect-ratio: var(--aspect-video);
    }

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

    .h-full {
        height: 100%;
    }

    .h-screen {
        height: 100vh;
    }

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

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

    .min-h-full {
        min-height: 100%;
    }

    .min-h-screen {
        min-height: 100vh;
    }

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

    .w-1\/2 {
        width: calc(1 / 2 * 100%);
    }

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

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

    .w-full {
        width: 100%;
    }

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

    .w-screen {
        width: 100vw;
    }

    .max-w-6xl {
        max-width: var(--container-6xl);
    }

    .max-w-full {
        max-width: 100%;
    }

    .flex-1 {
        flex: 1;
    }

    .border-collapse {
        border-collapse: collapse;
    }

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

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

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

    .resize {
        resize: both;
    }

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

    .flex-col {
        flex-direction: column;
    }

    .content-center {
        align-content: center;
    }

    .items-center {
        align-items: center;
    }

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

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

    .justify-center {
        justify-content: center;
    }

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

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

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

    .space-y-4 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
        }
    }

    .space-y-8 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
        }
    }

    .space-y-12 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
        }
    }

    .overflow-y-auto {
        overflow-y: auto;
    }

    .rounded {
        border-radius: 0.25rem;
    }

    .rounded-full {
        border-radius: calc(infinity * 1px);
    }

    .rounded-lg {
        border-radius: var(--radius-lg);
    }

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

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

    .bg-gray-400 {
        background-color: var(--color-gray-400);
    }

    .bg-gray-900 {
        background-color: var(--color-gray-900);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pb-10 {
        padding-bottom: calc(var(--spacing) * 10);
    }

    .pb-16 {
        padding-bottom: calc(var(--spacing) * 16);
    }

    .pb-30 {
        padding-bottom: calc(var(--spacing) * 30);
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .font-outfit {
        font-family: var(--font-outfit);
    }

    .font-serif {
        font-family: var(--font-serif);
    }

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

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

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

    .text-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--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));
    }

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

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

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

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

    .tracking-\[6px\] {
        --tw-tracking: 6px;
        letter-spacing: 6px;
    }

    .tracking-\[8px\] {
        --tw-tracking: 8px;
        letter-spacing: 8px;
    }

    .tracking-\[10px\] {
        --tw-tracking: 10px;
        letter-spacing: 10px;
    }

    .tracking-widest {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest);
    }

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

    .text-gray-400 {
        color: var(--color-gray-400);
    }

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

    .uppercase {
        text-transform: uppercase;
    }

    .underline {
        text-decoration-line: underline;
    }

    .opacity-80 {
        opacity: 80%;
    }

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

    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    }

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

    .hover\:opacity-70 {
        &:hover {
            @media (hover: hover) {
                opacity: 70%;
            }
        }
    }

    .md\:sticky {
        @media (width >=48rem) {
            position: sticky;
        }
    }

    .md\:top-0 {
        @media (width >=48rem) {
            top: calc(var(--spacing) * 0);
        }
    }

    .md\:bottom-30 {
        @media (width >=48rem) {
            bottom: calc(var(--spacing) * 30);
        }
    }

    .md\:block {
        @media (width >=48rem) {
            display: block;
        }
    }

    .md\:flex {
        @media (width >=48rem) {
            display: flex;
        }
    }

    .md\:hidden {
        @media (width >=48rem) {
            display: none;
        }
    }

    .md\:h-full {
        @media (width >=48rem) {
            height: 100%;
        }
    }

    .md\:h-screen {
        @media (width >=48rem) {
            height: 100vh;
        }
    }

    .md\:min-h-screen {
        @media (width >=48rem) {
            min-height: 100vh;
        }
    }

    .md\:w-1\/2 {
        @media (width >=48rem) {
            width: calc(1 / 2 * 100%);
        }
    }

    .md\:flex-row {
        @media (width >=48rem) {
            flex-direction: row;
        }
    }

    .md\:overflow-y-auto {
        @media (width >=48rem) {
            overflow-y: auto;
        }
    }

    .md\:overflow-y-hidden {
        @media (width >=48rem) {
            overflow-y: hidden;
        }
    }

    .md\:px-10 {
        @media (width >=48rem) {
            padding-inline: calc(var(--spacing) * 10);
        }
    }
 .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

    .md\:text-2xl {
        @media (width >=48rem) {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
    }

    .md\:text-3xl {
        @media (width >=48rem) {
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height));
        }
    }

    .md\:text-4xl {
        @media (width >=48rem) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }

    .md\:text-7xl {
        @media (width >=48rem) {
            font-size: var(--text-7xl);
            line-height: var(--tw-leading, var(--text-7xl--line-height));
        }
    }

    .lg\:fixed {
        @media (width >=64rem) {
            position: fixed;
        }
    }

    .lg\:mt-14 {
        @media (width >=64rem) {
            margin-top: calc(var(--spacing) * 14);
        }
    }

    .lg\:block {
        @media (width >=64rem) {
            display: block;
        }
    }

    .lg\:flex {
        @media (width >=64rem) {
            display: flex;
        }
    }

    .lg\:hidden {
        @media (width >=64rem) {
            display: none;
        }
    }

    .lg\:h-screen {
        @media (width >=64rem) {
            height: 100vh;
        }
    }

    .lg\:max-h-\[calc\(100vh-56px\)\] {
        @media (width >=64rem) {
            max-height: calc(100vh - 56px);
        }
    }

    .lg\:w-1\/2 {
        @media (width >=64rem) {
            width: calc(1 / 2 * 100%);
        }
    }

    .lg\:w-4xl {
        @media (width >=64rem) {
            width: var(--container-4xl);
        }
    }

    .lg\:w-\[300px\] {
        @media (width >=64rem) {
            width: 300px;
        }
    }

    .lg\:w-\[calc\(100\%-300px\)\] {
        @media (width >=64rem) {
            width: calc(100% - 300px);
        }
    }

    .lg\:w-fit {
        @media (width >=64rem) {
            width: fit-content;
        }
    }

    .lg\:max-w-6xl {
        @media (width >=64rem) {
            max-width: var(--container-6xl);
        }
    }

    .lg\:flex-row {
        @media (width >=64rem) {
            flex-direction: row;
        }
    }

    .lg\:items-center {
        @media (width >=64rem) {
            align-items: center;
        }
    }

    .lg\:justify-center {
        @media (width >=64rem) {
            justify-content: center;
        }
    }

    .lg\:justify-start {
        @media (width >=64rem) {
            justify-content: flex-start;
        }
    }

    .lg\:space-y-10 {
        @media (width >=64rem) {
            :where(& > :not(:last-child)) {
                --tw-space-y-reverse: 0;
                margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
                margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
            }
        }
    }

    .lg\:overflow-y-auto {
        @media (width >=64rem) {
            overflow-y: auto;
        }
    }

    .lg\:bg-transparent {
        @media (width >=64rem) {
            background-color: transparent;
        }
    }

    .lg\:px-0 {
        @media (width >=64rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }

    .lg\:px-12 {
        @media (width >=64rem) {
            padding-inline: calc(var(--spacing) * 12);
        }
    }

    .lg\:py-12 {
        @media (width >=64rem) {
            padding-block: calc(var(--spacing) * 12);
        }
    }

    .lg\:pt-0 {
        @media (width >=64rem) {
            padding-top: calc(var(--spacing) * 0);
        }
    }

    .lg\:pt-12 {
        @media (width >=64rem) {
            padding-top: calc(var(--spacing) * 12);
        }
    }
 .lg\:pt-30 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }

    .lg\:pb-0 {
        @media (width >=64rem) {
            padding-bottom: calc(var(--spacing) * 0);
        }
    }

    .lg\:text-4xl {
        @media (width >=64rem) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }

    .\[\&\:\:-webkit-scrollbar\]\:hidden {
        &::-webkit-scrollbar {
            display: none;
        }
    }
}

@layer base {

    html,
    body {
        font-family: var(--font-outfit);
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background: black;
    }

    .icon {
        background: #767676;
    }

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "â€œ" "â€" "â€˜" "â€™";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

      article a:hover {
    opacity: 0.8;
  }

	p a {
        text-decoration: underline
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .carousel {
        position: fixed;
        inset: 0;
        z-index: 0;
        display: flex;
        width: 100vw;
        height: 100vh;
        overflow: hidden !important;
        scroll-snap-type: none !important;
        scroll-behavior: auto !important;
        will-change: transform;
        transform: translateZ(0);
        cursor: grab;
    }

    .carousel:active {
        cursor: grabbing;
    }

    .carousel::-webkit-scrollbar {
        display: none;
    }

    .slide {
        flex: 0 0 100vw;
        width: 100vw;
        height: 100vh;
        position: relative;
        background: black;
        scroll-snap-align: none !important;
        will-change: transform;
    }

    .slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25);
        pointer-events: none;
    }

    .slide h1 {
        position: absolute;
        bottom: 6rem;
        left: 0;
        right: 0;
        text-align: center;
        color: white;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    @media (max-width: 768px) {
        .slide h1 {
            font-size: 2rem;
            bottom: 3rem;
        }
    }

    .control-zone {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 50%;
        z-index: 25;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

    .zone-left {
        left: 0;
        justify-content: flex-start;
    }

    .zone-right {
        right: 0;
        justify-content: flex-end;
    }

    .zone-left .click-area,
    .zone-right .click-area {
        width: 100%;
        height: 100%;
        background: transparent;
        pointer-events: auto;
        transition: opacity 0.2s ease;
    }

    .zone-left .click-area {
        cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMC41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0xMiAxOS03LTcgNy03Ii8+PHBhdGggZD0iTTE5IDEySDUiLz48L3N2Zz4=') 16 16, w-resize;
    }

    .zone-right .click-area {
        cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMC41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0ibTEyIDUgNyA3LTcgNyIvPjwvc3ZnPg==') 16 16, w-resize;
    }

    .legacy-arrows {
        position: fixed;
        inset: 0;
        display: none;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        z-index: 30;
        pointer-events: none;
    }

    .legacy-arrows .btn {
        pointer-events: auto;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(8px);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .legacy-arrows .btn:hover {
        background: rgba(0, 0, 0, 0.7);
        transform: scale(1.05);
    }

    .legacy-arrows .btn:active {
        transform: scale(0.95);
    }

    @media (max-width: 1024px) {
        .legacy-arrows {
            display: flex;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .legacy-arrows .btn {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .slide {
        animation: fadeIn 0.5s ease-out;
    }

    header {
        position: relative;
        z-index: 30;
        pointer-events: none;
    }

    header * {
        pointer-events: auto;
    }

    #mobileMenu {
        background: black;
        z-index: 40;
    }
}

@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-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-outline-style: solid;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
        }
    }
}