/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Annapurna+SIL:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@1,18..144,300..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Annapurna+SIL:wght@400;700&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-red-900: oklch(39.6% 0.141 25.723);
        --color-orange-300: oklch(83.7% 0.128 66.29);
        --color-orange-400: oklch(75% 0.183 55.934);
        --color-orange-900: oklch(40.8% 0.123 38.172);
        --color-amber-900: oklch(41.4% 0.112 45.904);
        --color-yellow-900: oklch(42.1% 0.095 57.708);
        --color-emerald-900: oklch(37.8% 0.077 168.94);
        --color-teal-900: oklch(38.6% 0.063 188.416);
        --color-cyan-900: oklch(39.8% 0.07 227.392);
        --color-blue-900: oklch(37.9% 0.146 265.522);
        --color-indigo-900: oklch(35.9% 0.144 278.697);
        --color-purple-900: oklch(38.1% 0.176 304.987);
        --color-pink-900: oklch(40.8% 0.153 2.432);
        --color-rose-900: oklch(41% 0.159 10.272);
        --color-zinc-300: oklch(87.1% 0.006 286.286);
        --color-zinc-800: oklch(27.4% 0.006 286.033);
        --color-neutral-300: oklch(87% 0 0);
        --color-neutral-400: oklch(70.8% 0 0);
        --color-neutral-500: oklch(55.6% 0 0);
        --color-neutral-700: oklch(37.1% 0 0);
        --color-neutral-800: oklch(26.9% 0 0);
        --color-neutral-900: oklch(20.5% 0 0);
        --color-stone-300: oklch(86.9% 0.005 56.366);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-2xl: 42rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --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-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --text-9xl: 8rem;
        --text-9xl--line-height: 1;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --tracking-tight: -0.025em;
        --tracking-wide: 0.025em;
        --leading-normal: 1.5;
        --leading-relaxed: 1.625;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-3xl: 1.5rem;
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --blur-md: 12px;
        --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-lowrence-regular: "Lawrence_Regular", sans-serif;
        --font-lowrence-bold: "Lawrence_Bold", sans-serif;
        --font-sf-pro-display: "SF_Pro_Display", sans-serif;
        --font-bambino-new: "Bambino New", sans-serif;
        --font-annapurna-sil: "Annapurna SIL", sans-serif;
        --font-inter: "Inter", sans-serif;
        --font-cormorant-garamond: "Cormorant Garamond", serif;
        --font-merriweather: "Merriweather", serif;
        --font-hatton: "Hatton", serif;
        --font-montreal: "Montreal", 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 {
    .visible {
        visibility: visible;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .sticky {
        position: sticky;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-1 {
        top: calc(var(--spacing) * 1);
    }
    .top-1\/2 {
        top: calc(1/2 * 100%);
    }
    .top-2 {
        top: calc(var(--spacing) * 2);
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-\[20px\] {
        right: 20px;
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .bottom-\[20px\] {
        bottom: 20px;
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .-z-10 {
        z-index: calc(10 * -1);
    }
    .z-0 {
        z-index: 0;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .z-30 {
        z-index: 30;
    }
    .z-40 {
        z-index: 40;
    }
    .z-50 {
        z-index: 50;
    }
    .-order-1 {
        order: calc(1 * -1);
    }
    .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-2 {
        margin-inline: calc(var(--spacing) * 2);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-5 {
        margin-top: calc(var(--spacing) * 5);
    }
    .mt-6 {
        margin-top: calc(var(--spacing) * 6);
    }
    .mt-\[32px\] {
        margin-top: 32px;
    }
    .mt-\[60px\] {
        margin-top: 60px;
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline-flex {
        display: inline-flex;
    }
    .table {
        display: table;
    }
    .size-1 {
        width: calc(var(--spacing) * 1);
        height: calc(var(--spacing) * 1);
    }
    .size-1\.5 {
        width: calc(var(--spacing) * 1.5);
        height: calc(var(--spacing) * 1.5);
    }
    .size-9 {
        width: calc(var(--spacing) * 9);
        height: calc(var(--spacing) * 9);
    }
    .size-\[48px\] {
        width: 48px;
        height: 48px;
    }
    .h-0 {
        height: calc(var(--spacing) * 0);
    }
    .h-0\.5 {
        height: calc(var(--spacing) * 0.5);
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-14 {
        height: calc(var(--spacing) * 14);
    }
    .h-20 {
        height: calc(var(--spacing) * 20);
    }
    .h-24 {
        height: calc(var(--spacing) * 24);
    }
    .h-40 {
        height: calc(var(--spacing) * 40);
    }
    .h-44 {
        height: calc(var(--spacing) * 44);
    }
    .h-48 {
        height: calc(var(--spacing) * 48);
    }
    .h-56 {
        height: calc(var(--spacing) * 56);
    }
    .h-\[30px\] {
        height: 30px;
    }
    .h-\[184px\] {
        height: 184px;
    }
    .h-\[420px\] {
        height: 420px;
    }
    .h-\[662px\] {
        height: 662px;
    }
    .h-full {
        height: 100%;
    }
    .h-px {
        height: 1px;
    }
    .max-h-\[534px\] {
        max-height: 534px;
    }
    .w-1 {
        width: calc(var(--spacing) * 1);
    }
    .w-4 {
        width: calc(var(--spacing) * 4);
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-12 {
        width: calc(var(--spacing) * 12);
    }
    .w-28 {
        width: calc(var(--spacing) * 28);
    }
    .w-32 {
        width: calc(var(--spacing) * 32);
    }
    .w-72 {
        width: calc(var(--spacing) * 72);
    }
    .w-80 {
        width: calc(var(--spacing) * 80);
    }
    .w-\[4px\] {
        width: 4px;
    }
    .w-\[69px\] {
        width: 69px;
    }
    .w-\[175px\] {
        width: 175px;
    }
    .w-fit {
        width: fit-content;
    }
    .w-full {
        width: 100%;
    }
    .max-w-2xl {
        max-width: var(--container-2xl);
    }
    .max-w-\[85vw\] {
        max-width: 85vw;
    }
    .max-w-\[308px\] {
        max-width: 308px;
    }
    .max-w-\[492px\] {
        max-width: 492px;
    }
    .max-w-\[532px\] {
        max-width: 532px;
    }
    .max-w-\[600px\] {
        max-width: 600px;
    }
    .max-w-\[611px\] {
        max-width: 611px;
    }
    .max-w-\[628px\] {
        max-width: 628px;
    }
    .max-w-\[700px\] {
        max-width: 700px;
    }
    .max-w-\[799px\] {
        max-width: 799px;
    }
    .max-w-\[800px\] {
        max-width: 800px;
    }
    .max-w-\[801px\] {
        max-width: 801px;
    }
    .max-w-\[996px\] {
        max-width: 996px;
    }
    .max-w-full {
        max-width: 100%;
    }
    .min-w-\[160px\] {
        min-width: 160px;
    }
    .flex-1 {
        flex: 1;
    }
    .flex-none {
        flex: none;
    }
    .flex-shrink {
        flex-shrink: 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);
    }
    .translate-y-0 {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-y-3 {
        --tw-translate-y: calc(var(--spacing) * 3);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .scale-100 {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .scale-105 {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .rotate-180 {
        rotate: 180deg;
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .transform-gpu {
        transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .resize-none {
        resize: none;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .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-start {
        justify-content: flex-start;
    }
    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }
    .gap-1\.5 {
        gap: calc(var(--spacing) * 1.5);
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-2\.5 {
        gap: calc(var(--spacing) * 2.5);
    }
    .gap-3 {
        gap: calc(var(--spacing) * 3);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
        gap: calc(var(--spacing) * 8);
    }
    .gap-10 {
        gap: calc(var(--spacing) * 10);
    }
    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }
    .gap-14 {
        gap: calc(var(--spacing) * 14);
    }
    .gap-\[8px\] {
        gap: 8px;
    }
    .gap-\[16px\] {
        gap: 16px;
    }
    .gap-\[24px\] {
        gap: 24px;
    }
    .gap-\[32px\] {
        gap: 32px;
    }
    .gap-\[40px\] {
        gap: 40px;
    }
    .space-y-1 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-1\.5 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .space-y-2 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
            margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
        }
    }
    .self-stretch {
        align-self: stretch;
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-x-auto {
        overflow-x: auto;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-3xl {
        border-radius: var(--radius-3xl);
    }
    .rounded-\[12px\] {
        border-radius: 12px;
    }
    .rounded-\[20px\] {
        border-radius: 20px;
    }
    .rounded-\[30px\] {
        border-radius: 30px;
    }
    .rounded-\[40px\] {
        border-radius: 40px;
    }
    .rounded-\[66px\] {
        border-radius: 66px;
    }
    .rounded-\[70px\] {
        border-radius: 70px;
    }
    .rounded-\[80px\] {
        border-radius: 80px;
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-\[\#1A1A1A\] {
        border-color: #1A1A1A;
    }
    .border-\[\#2A2A2A\] {
        border-color: #2A2A2A;
    }
    .border-white {
        border-color: var(--color-white);
    }
    .border-white\/20 {
        border-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
    }
    .border-zinc-300 {
        border-color: var(--color-zinc-300);
    }
    .bg-\[\#100E0B\] {
        background-color: #100E0B;
    }
    .bg-\[\#050402\] {
        background-color: #050402;
    }
    .bg-\[\#222228\] {
        background-color: #222228;
    }
    .bg-\[\#C7C6C4\] {
        background-color: #C7C6C4;
    }
    .bg-black {
        background-color: var(--color-black);
    }
    .bg-black\/70 {
        background-color: color-mix(in srgb, #000 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
        }
    }
    .bg-neutral-700 {
        background-color: var(--color-neutral-700);
    }
    .bg-neutral-800 {
        background-color: var(--color-neutral-800);
    }
    .bg-neutral-900 {
        background-color: var(--color-neutral-900);
    }
    .bg-orange-300 {
        background-color: var(--color-orange-300);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-white\/20 {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
    }
    .bg-zinc-800 {
        background-color: var(--color-zinc-800);
    }
    .bg-gradient-to-b {
        --tw-gradient-position: to bottom in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .bg-gradient-to-br {
        --tw-gradient-position: to bottom right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#FFB366\] {
        --tw-gradient-from: #FFB366;
        --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));
    }
    .from-amber-900 {
        --tw-gradient-from: var(--color-amber-900);
        --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));
    }
    .from-black {
        --tw-gradient-from: var(--color-black);
        --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));
    }
    .from-black\/90 {
        --tw-gradient-from: color-mix(in srgb, #000 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            --tw-gradient-from: color-mix(in oklab, var(--color-black) 90%, transparent);
        }
        --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));
    }
    .from-emerald-900 {
        --tw-gradient-from: var(--color-emerald-900);
        --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));
    }
    .from-pink-900 {
        --tw-gradient-from: var(--color-pink-900);
        --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));
    }
    .from-purple-900 {
        --tw-gradient-from: var(--color-purple-900);
        --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));
    }
    .via-blue-900 {
        --tw-gradient-via: var(--color-blue-900);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
    .via-orange-900 {
        --tw-gradient-via: var(--color-orange-900);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
    .via-rose-900 {
        --tw-gradient-via: var(--color-rose-900);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
    .via-teal-900 {
        --tw-gradient-via: var(--color-teal-900);
        --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
    .to-\[\#FF8C42\] {
        --tw-gradient-to: #FF8C42;
        --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));
    }
    .to-black {
        --tw-gradient-to: var(--color-black);
        --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));
    }
    .to-black\/0 {
        --tw-gradient-to: color-mix(in srgb, #000 0%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            --tw-gradient-to: color-mix(in oklab, var(--color-black) 0%, transparent);
        }
        --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));
    }
    .to-cyan-900 {
        --tw-gradient-to: var(--color-cyan-900);
        --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));
    }
    .to-indigo-900 {
        --tw-gradient-to: var(--color-indigo-900);
        --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));
    }
    .to-red-900 {
        --tw-gradient-to: var(--color-red-900);
        --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));
    }
    .to-transparent {
        --tw-gradient-to: transparent;
        --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));
    }
    .to-yellow-900 {
        --tw-gradient-to: var(--color-yellow-900);
        --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));
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .object-top {
        object-position: top;
    }
    .p-1 {
        padding: calc(var(--spacing) * 1);
    }
    .p-3 {
        padding: calc(var(--spacing) * 3);
    }
    .p-3\.5 {
        padding: calc(var(--spacing) * 3.5);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-5 {
        padding: calc(var(--spacing) * 5);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .p-\[16px\] {
        padding: 16px;
    }
    .p-\[24px\] {
        padding: 24px;
    }
    .p-\[32px\] {
        padding: 32px;
    }
    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }
    .px-2\.5 {
        padding-inline: calc(var(--spacing) * 2.5);
    }
    .px-3 {
        padding-inline: calc(var(--spacing) * 3);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-\[16px\] {
        padding-inline: 16px;
    }
    .px-\[20px\] {
        padding-inline: 20px;
    }
    .py-0 {
        padding-block: calc(var(--spacing) * 0);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-2\.5 {
        padding-block: calc(var(--spacing) * 2.5);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-3\.5 {
        padding-block: calc(var(--spacing) * 3.5);
    }
    .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-\[20px\] {
        padding-block: 20px;
    }
    .py-\[36px\] {
        padding-block: 36px;
    }
    .py-\[60px\] {
        padding-block: 60px;
    }
    .py-\[80px\] {
        padding-block: 80px;
    }
    .pt-3 {
        padding-top: calc(var(--spacing) * 3);
    }
    .pt-3\.5 {
        padding-top: calc(var(--spacing) * 3.5);
    }
    .pb-16 {
        padding-bottom: calc(var(--spacing) * 16);
    }
    .text-center {
        text-align: center;
    }
    .font-annapurna-sil {
        font-family: var(--font-annapurna-sil);
    }
    .font-cormorant-garamond {
        font-family: var(--font-cormorant-garamond);
    }
    .font-merriweather {
        font-family: var(--font-merriweather);
    }
    .font-hatton {
        font-family: var(--font-hatton);
    }
    .font-montreal {
        font-family: var(--font-montreal);
    }

    .font-inter {
        font-family: var(--font-inter);
    }
    .font-bambino-new {
        font-family: var(--font-bambino-new);
    }
    .font-lowrence-bold {
        font-family: var(--font-lowrence-bold);
    }
    .font-lowrence-regular {
        font-family: var(--font-lowrence-regular);
    }
    .font-sf-pro-display {
        font-family: var(--font-sf-pro-display);
    }
    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-9xl {
        font-size: var(--text-9xl);
        line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .text-\[16px\] {
        font-size: 16px;
    }
    .text-\[20px\] {
        font-size: 20px;
    }
    .text-\[22px\] {
        font-size: 22px;
    }
    .text-\[24px\] {
        font-size: 24px;
    }
    .text-\[25px\] {
        font-size: 25px;
    }
    .text-\[28px\] {
        font-size: 28px;
    }
    .text-\[30px\] {
        font-size: 30px;
    }
    .text-\[32px\] {
        font-size: 32px;
    }
    .text-\[34px\] {
        font-size: 34px;
    }
    .text-\[clamp\(2rem\,6vw\,6\.25rem\)\] {
        font-size: clamp(2rem, 6vw, 6.25rem);
    }
    .text-\[clamp\(54px\,calc\(54px\+0\.075\*\(100vw-320px\)\)\,120px\)\] {
        font-size: clamp(54px, calc(54px + 0.075 * (100vw - 320px)), 120px);
    }
    .\!leading-normal {
        --tw-leading: var(--leading-normal) !important;
        line-height: var(--leading-normal) !important;
    }
    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6);
    }
    .leading-\[20px\] {
        --tw-leading: 20px;
        line-height: 20px;
    }
    .leading-\[28px\] {
        --tw-leading: 28px;
        line-height: 28px;
    }
    .leading-\[29px\] {
        --tw-leading: 29px;
        line-height: 29px;
    }
    .leading-none {
        --tw-leading: 1;
        line-height: 1;
    }
    .leading-normal {
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal);
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
    }
    .font-\[200\] {
        --tw-font-weight: 200;
        font-weight: 200;
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-light {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
    }
    .tracking-tight {
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight);
    }
    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
    }
    .text-\[\#585856\] {
        color: #585856;
    }
    .text-\[\#696969\] {
        color: #696969;
    }
    .text-\[\#A1A09F\] {
        color: #A1A09F;
    }
    .text-\[\#C7C6C4\] {
        color: #C7C6C4;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-neutral-300 {
        color: var(--color-neutral-300);
    }
    .text-neutral-400 {
        color: var(--color-neutral-400);
    }
    .text-neutral-500 {
        color: var(--color-neutral-500);
    }
    .text-orange-300 {
        color: var(--color-orange-300);
    }
    .text-stone-300 {
        color: var(--color-stone-300);
    }
    .text-white {
        color: var(--color-white);
    }
    .text-white\/80 {
        color: color-mix(in srgb, #fff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
    }
    .text-zinc-300 {
        color: var(--color-zinc-300);
    }
    .underline {
        text-decoration-line: underline;
    }
    .opacity-0 {
        opacity: 0%;
    }
    .opacity-100 {
        opacity: 100%;
    }
    .shadow-2xl {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .ring {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .ring-2 {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .ring-orange-300 {
        --tw-ring-color: var(--color-orange-300);
    }
    .ring-offset-2 {
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .outline-1 {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .outline-neutral-700 {
        outline-color: var(--color-neutral-700);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .backdrop-sepia-\[10px\] {
        --tw-backdrop-sepia: sepia(10px);
        -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,);
    }
    .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));
    }
    .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-transform {
        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));
    }
    .duration-300 {
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }
    .duration-500 {
        --tw-duration: 500ms;
        transition-duration: 500ms;
    }
    .duration-700 {
        --tw-duration: 700ms;
        transition-duration: 700ms;
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }
    .will-change-transform {
        will-change: transform;
    }
    .not-2xl\:container {
        @media not (width >= 96rem) {
            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;
            }
        }
    }
    .group-hover\:scale-105 {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                --tw-scale-x: 105%;
                --tw-scale-y: 105%;
                --tw-scale-z: 105%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
            }
        }
    }
    .placeholder\:text-neutral-500 {
        &::placeholder {
            color: var(--color-neutral-500);
        }
    }
    .last\:border-b-0 {
        &:last-child {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 0px;
        }
    }
    .hover\:border-\[\#CFA366\] {
        &:hover {
            @media (hover: hover) {
                border-color: #CFA366;
            }
        }
    }
    .hover\:\!bg-\[\#CFA366\] {
        &:hover {
            @media (hover: hover) {
                background-color: #CFA366 !important;
            }
        }
    }
    .hover\:bg-orange-300 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-orange-300);
            }
        }
    }
    .hover\:bg-orange-400 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-orange-400);
            }
        }
    }
    .hover\:bg-white\/5 {
        &:hover {
            @media (hover: hover) {
                background-color: color-mix(in srgb, #fff 5%, transparent);
                @supports (color: color-mix(in lab, red, red)) {
                    background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
                }
            }
        }
    }
    .hover\:bg-white\/10 {
        &:hover {
            @media (hover: hover) {
                background-color: color-mix(in srgb, #fff 10%, transparent);
                @supports (color: color-mix(in lab, red, red)) {
                    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
                }
            }
        }
    }
    .hover\:text-white {
        &:hover {
            @media (hover: hover) {
                color: var(--color-white);
            }
        }
    }
    .focus\:outline-none {
        &:focus {
            --tw-outline-style: none;
            outline-style: none;
        }
    }
    .sm\:h-96 {
        @media (width >= 40rem) {
            height: calc(var(--spacing) * 96);
        }
    }
    .sm\:h-\[calc\(100dvh-146px\)\] {
        @media (width >= 40rem) {
            height: calc(100dvh - 146px);
        }
    }
    .sm\:w-fit {
        @media (width >= 40rem) {
            width: fit-content;
        }
    }
    .sm\:flex-row {
        @media (width >= 40rem) {
            flex-direction: row;
        }
    }
    .sm\:py-8 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 8);
        }
    }
    .md\:top-\[20px\] {
        @media (width >= 48rem) {
            top: 20px;
        }
    }
    .md\:mx-\[20px\] {
        @media (width >= 48rem) {
            margin-inline: 20px;
        }
    }
    .md\:mt-\[20px\] {
        @media (width >= 48rem) {
            margin-top: 20px;
        }
    }
    .md\:mt-\[60px\] {
        @media (width >= 48rem) {
            margin-top: 60px;
        }
    }
    .md\:mb-\[16px\] {
        @media (width >= 48rem) {
            margin-bottom: 16px;
        }
    }
    .md\:mb-\[20px\] {
        @media (width >= 48rem) {
            margin-bottom: 20px;
        }
    }
    .md\:inline-flex {
        @media (width >= 48rem) {
            display: inline-flex;
        }
    }
    .md\:size-\[68px\] {
        @media (width >= 48rem) {
            width: 68px;
            height: 68px;
        }
    }
    .md\:h-56 {
        @media (width >= 48rem) {
            height: calc(var(--spacing) * 56);
        }
    }
    .md\:w-fit {
        @media (width >= 48rem) {
            width: fit-content;
        }
    }
    .md\:w-full {
        @media (width >= 48rem) {
            width: 100%;
        }
    }
    .md\:max-w-72 {
        @media (width >= 48rem) {
            max-width: calc(var(--spacing) * 72);
        }
    }
    .md\:grid-cols-2 {
        @media (width >= 48rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .md\:grid-cols-3 {
        @media (width >= 48rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .md\:flex-row {
        @media (width >= 48rem) {
            flex-direction: row;
        }
    }
    .md\:gap-4 {
        @media (width >= 48rem) {
            gap: calc(var(--spacing) * 4);
        }
    }
    .md\:gap-6 {
        @media (width >= 48rem) {
            gap: calc(var(--spacing) * 6);
        }
    }
    .md\:gap-10 {
        @media (width >= 48rem) {
            gap: calc(var(--spacing) * 10);
        }
    }
    .md\:gap-\[24px\] {
        @media (width >= 48rem) {
            gap: 24px;
        }
    }
    .md\:gap-\[40px\] {
        @media (width >= 48rem) {
            gap: 40px;
        }
    }
    .md\:bg-black\/30 {
        @media (width >= 48rem) {
            background-color: color-mix(in srgb, #000 30%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
            }
        }
    }
    .md\:p-4 {
        @media (width >= 48rem) {
            padding: calc(var(--spacing) * 4);
        }
    }
    .md\:p-8 {
        @media (width >= 48rem) {
            padding: calc(var(--spacing) * 8);
        }
    }
    .md\:p-\[32px\] {
        @media (width >= 48rem) {
            padding: 32px;
        }
    }
    .md\:px-8 {
        @media (width >= 48rem) {
            padding-inline: calc(var(--spacing) * 8);
        }
    }
    .md\:py-4 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 4);
        }
    }
    .md\:py-6 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 6);
        }
    }
    .md\:py-8 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 8);
        }
    }
    .md\:py-14 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 14);
        }
    }
    .md\:py-\[60px\] {
        @media (width >= 48rem) {
            padding-block: 60px;
        }
    }
    .md\:py-\[80px\] {
        @media (width >= 48rem) {
            padding-block: 80px;
        }
    }
    .md\:text-\[18px\] {
        @media (width >= 48rem) {
            font-size: 18px;
        }
    }
    .md\:text-\[22px\] {
        @media (width >= 48rem) {
            font-size: 22px;
        }
    }
    .md\:leading-\[29px\] {
        @media (width >= 48rem) {
            --tw-leading: 29px;
            line-height: 29px;
        }
    }
    .md\:backdrop-blur-md {
        @media (width >= 48rem) {
            --tw-backdrop-blur: blur(var(--blur-md));
            -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,);
        }
    }
    .lg\:mt-\[60px\] {
        @media (width >= 64rem) {
            margin-top: 60px;
        }
    }
    .lg\:ml-0 {
        @media (width >= 64rem) {
            margin-left: calc(var(--spacing) * 0);
        }
    }
    .lg\:flex {
        @media (width >= 64rem) {
            display: flex;
        }
    }
    .lg\:hidden {
        @media (width >= 64rem) {
            display: none;
        }
    }
    .lg\:w-fit {
        @media (width >= 64rem) {
            width: fit-content;
        }
    }
    .lg\:w-full {
        @media (width >= 64rem) {
            width: 100%;
        }
    }
    .lg\:max-w-\[611px\] {
        @media (width >= 64rem) {
            max-width: 611px;
        }
    }
    .lg\:max-w-full {
        @media (width >= 64rem) {
            max-width: 100%;
        }
    }
    .lg\:grid-cols-2 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .lg\:grid-cols-3 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }
    .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\:gap-4 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 4);
        }
    }
    .lg\:gap-6 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 6);
        }
    }
    .lg\:gap-\[40px\] {
        @media (width >= 64rem) {
            gap: 40px;
        }
    }
    .lg\:p-6 {
        @media (width >= 64rem) {
            padding: calc(var(--spacing) * 6);
        }
    }
    .lg\:px-6 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 6);
        }
    }
    .lg\:px-\[60px\] {
        @media (width >= 64rem) {
            padding-inline: 60px;
        }
    }
    .lg\:py-8 {
        @media (width >= 64rem) {
            padding-block: calc(var(--spacing) * 8);
        }
    }
    .lg\:py-\[60px\] {
        @media (width >= 64rem) {
            padding-block: 60px;
        }
    }
    .lg\:py-\[80px\] {
        @media (width >= 64rem) {
            padding-block: 80px;
        }
    }
    .lg\:text-3xl {
        @media (width >= 64rem) {
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height));
        }
    }
    .lg\:text-6xl {
        @media (width >= 64rem) {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height));
        }
    }
    .lg\:text-\[22px\] {
        @media (width >= 64rem) {
            font-size: 22px;
        }
    }
    .lg\:text-\[24px\] {
        @media (width >= 64rem) {
            font-size: 24px;
        }
    }
    .lg\:text-\[26px\] {
        @media (width >= 64rem) {
            font-size: 26px;
        }
    }
    .lg\:text-\[28px\] {
        @media (width >= 64rem) {
            font-size: 28px;
        }
    }
    .lg\:text-\[30px\] {
        @media (width >= 64rem) {
            font-size: 30px;
        }
    }
    .lg\:text-\[32px\] {
        @media (width >= 64rem) {
            font-size: 32px;
        }
    }
    .lg\:text-\[40px\] {
        @media (width >= 64rem) {
            font-size: 40px;
        }
    }
    .lg\:text-\[44px\] {
        @media (width >= 64rem) {
            font-size: 44px;
        }
    }
    .lg\:text-\[56px\] {
        @media (width >= 64rem) {
            font-size: 56px;
        }
    }
    .lg\:leading-\[51px\] {
        @media (width >= 64rem) {
            --tw-leading: 51px;
            line-height: 51px;
        }
    }
    .xl\:right-10 {
        @media (width >= 80rem) {
            right: calc(var(--spacing) * 10);
        }
    }
    .xl\:right-14 {
        @media (width >= 80rem) {
            right: calc(var(--spacing) * 14);
        }
    }
    .xl\:bottom-\[56px\] {
        @media (width >= 80rem) {
            bottom: 56px;
        }
    }
    .xl\:order-1 {
        @media (width >= 80rem) {
            order: 1;
        }
    }
    .xl\:flex {
        @media (width >= 80rem) {
            display: flex;
        }
    }
    .xl\:flex-row {
        @media (width >= 80rem) {
            flex-direction: row;
        }
    }
    .xl\:items-center {
        @media (width >= 80rem) {
            align-items: center;
        }
    }
    .xl\:items-end {
        @media (width >= 80rem) {
            align-items: flex-end;
        }
    }
    .xl\:justify-center {
        @media (width >= 80rem) {
            justify-content: center;
        }
    }
    .xl\:gap-16 {
        @media (width >= 80rem) {
            gap: calc(var(--spacing) * 16);
        }
    }
    .xl\:p-6 {
        @media (width >= 80rem) {
            padding: calc(var(--spacing) * 6);
        }
    }
    .xl\:p-14 {
        @media (width >= 80rem) {
            padding: calc(var(--spacing) * 14);
        }
    }
    .xl\:px-10 {
        @media (width >= 80rem) {
            padding-inline: calc(var(--spacing) * 10);
        }
    }
    .xl\:pl-28 {
        @media (width >= 80rem) {
            padding-left: calc(var(--spacing) * 28);
        }
    }
    .xl\:leading-\[100px\] {
        @media (width >= 80rem) {
            --tw-leading: 100px;
            line-height: 100px;
        }
    }
}
@font-face {
    font-family: "Lawrence_Regular";
    font-display: swap;
    src: url("../assets/fonts/FONTSPRINGDEMO-LawrenceRegular.woff2") format("woff2"), url("../assets/fonts/FONTSPRINGDEMO-LawrenceRegular.woff") format("woff");
}
@font-face {
    font-family: "Lawrence_Bold";
    font-display: swap;
    src: url("../assets/fonts/FONTSPRINGDEMO-LawrenceBold.woff2") format("woff2"), url("../assets/fonts/FONTSPRINGDEMO-LawrenceBold.woff") format("woff");
}
@font-face {
    font-family: "SF_Pro_Display";
    font-display: swap;
    src: url("../assets/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/SFProDisplay-Regular.woff") format("woff");
}
@font-face {
    font-family: "Bambino New";
    font-display: swap;
    src: url("../assets/fonts/BambinoNew-Regular.woff2") format("woff2"), url("../assets/fonts/BambinoNew-Regular.woff") format("woff");
}
* {
    scroll-behavior: smooth;
    scroll-margin-top: 90px;
}
#contact-us-sec, .our-work-sec {
    background: url("../assets/svg/contact-us-bg.svg") no-repeat;
    background-size: cover;
}
#about-us-sec {
    background: url("../assets/svg/about-us-bg.svg") no-repeat;
    background-size: cover;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-nav-btn, .custom-our-work-nav-btn {
    transition: all 0.3s ease;
}
.custom-nav-btn:hover, .custom-our-work-nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.custom-nav-btn.swiper-button-disabled, .custom-our-work-nav-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.progress-bar {
    transition: height 0.3s ease;
}
.slide-bg {
    transition: all 0.5s ease;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.marquee-content {
    display: inline-flex;
    animation: marquee 80s linear infinite;
}
.marquee-content:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-30%);
    }
}
.marquee-slow .marquee-content {
    animation: marquee 80s linear infinite;
}
.brand-item {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
}
.dot {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    flex-shrink: 0;
}
.category-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}
.category-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.category-item.active::before {
    opacity: 1;
}
.category-item .content {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.category-item.active .content {
    background-color: rgba(0, 0, 0, 0.5);
}
.category-item.active .description {
    color: white !important;
}
.engagement-rings::before {
    background-image: url("https://images.unsplash.com/photo-1605100804763-247f67b3557e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80");
}
.necklaces::before {
    background-image: url("https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80");
}
.bracelets::before {
    background-image: url("https://images.unsplash.com/photo-1611591437281-460bfbe1220a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80");
}
.watches::before {
    background-image: url("https://images.unsplash.com/photo-1524592094714-0f0654e20314?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80");
}
.category-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.category-item:hover .title {
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}
.gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 224px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% );
    z-index: 1;
}
.gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 192px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.content {
    position: relative;
    z-index: 2;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.header-content {
    flex: 1;
}
.section-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.dot {
    width: 6px;
    height: 6px;
    background: oklch(83.7% 0.128 66.29);
    border-radius: 50%;
}
.section-text {
    color: oklch(83.7% 0.128 66.29);
    font-size: 16px;
}
.view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(254, 215, 170, 0.4);
}
.category-filters {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}
.category-filters::-webkit-scrollbar {
    display: none;
}
.filter-btn {
    padding: 16px 24px;
    border-radius: 116px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: transparent;
    color: white;
}
.filter-btn.secondary {
    border: 1px solid #71717a;
}
.filter-btn.primary {
    background: oklch(83.7% 0.128 66.29);
    color: #0a0a0a;
}
.filter-btn.primary:hover {
    background-color: oklch(75% 0.183 55.934);
}
.filter-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.slider-container {
    position: relative;
}
.swiper {
    overflow: visible;
    padding: 20px 0;
}
.swiper-slide {
    height: auto;
    transition: all 0.4s ease;
    transform: scale(0.95);
}
.jewelry-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 20px;
    height: 400px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: -webkit-fill-available;
}
.jewelry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.4s ease;
    z-index: 1;
}
.card-details {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 50%);
    padding: 20px;
    margin: -20px -20px -20px -20px;
    border-radius: 0 0 12px 12px;
}
.product-info {
    flex: 1;
}
.product-name {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-bottom: 8px;
}
.product-price {
    font-size: 16px;
    font-weight: 300;
    color: white;
    opacity: 0.8;
}
.add-to-cart {
    background: #cfa366;
    border: none;
    border-radius: 66px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.add-to-cart:hover {
    transform: scale(1.05);
    background-color: oklch(75% 0.183 55.934);
}
.cart-icon {
    width: 24px;
    height: 24px;
    stroke: #0a0a0a;
    fill: none;
    stroke-width: 1.5;
}
.navigation-controls {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    margin-top: 48px;
    position: relative;
    z-index: 10;
}
.nav-btn {
    background: transparent;
    border: 1px solid #71717a;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}
.nav-btn.active {
    background: oklch(83.7% 0.128 66.29);
    border-color: oklch(83.7% 0.128 66.29);
    color: #0a0a0a;
    box-shadow: 0 11px 34px rgba(254, 215, 170, 0.3);
}
.nav-btn:hover:not(.active) {
    border-color: oklch(83.7% 0.128 66.29);
    background: rgba(254, 215, 170, 0.1);
}
.arrow-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
.no-products {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
}
.product-detail-sec {
    background: url(../assets/image/cerificate/product-detail_bg.png) no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .container {
        padding: 0px 16px;
    }
    .header {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
    .category-filters {
        gap: 12px;
    }
    .filter-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}
.our-work-sec .swiper-button-prev:after, .our-work-sec .swiper-button-next:after {
    display: none;
}
.nav-link {
    position: relative;
    transition: all 0.3s ease;
}
.nav-link:hover {
    color: #e5e5e5;
}
.nav-link.active {
    color: #fff;
}
.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.nav-link:hover::after {
    width: 100%;
}
.nav-link.active::after {
    width: 100%;
}
.mobile-nav-link {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 1rem;
}
.mobile-nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 0;
    background-color: #ffb366;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}
.mobile-nav-link:hover {
    color: #e5e5e5;
    padding-left: 1.5rem;
}
.mobile-nav-link.active {
    color: #ffb366;
    padding-left: 1.5rem;
}
.mobile-nav-link.active::before {
    height: 100%;
}
.mobile-nav-link:hover::before {
    height: 50%;
}
.hamburger-line {
    transition: all 0.3s ease;
    transform-origin: center;
}
.hamburger-open .line1 {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-open .line2 {
    opacity: 0;
}
.hamburger-open .line3 {
    transform: rotate(-45deg) translate(7px, -6px);
}
.mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.mobile-menu.open {
    transform: translateX(0);
}
.menu-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.menu-overlay.open {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) and (max-width: 1320px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1280px) {
    .card-details {
        opacity: 1;
        transform: translateY(0);
    }
    .category-filters {
        margin-bottom: 32px;
    }
}
@media only screen and (min-width: 1280px) {
    .jewelry-card:hover {
        background: linear-gradient( 135deg, rgba(254, 215, 170, 0.1) 0%, rgba(0, 0, 0, 0.7) 100% );
    }
    .jewelry-card:hover .card-details {
        opacity: 1;
        transform: translateY(0);
    }
    .jewelry-card:hover .jewelry-image {
        transform: scale(1.05);
    }
}
a.social-icon:hover svg path {
    fill: #cfa366;
}
.container-responsive {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1280px) and (max-width: 1535px) {
    .container-responsive {
        max-width: 1280px;
        padding-bottom: calc((100vw - 1280px) / 2 - 21px);
    }
    .nav-positioning {
        right: calc((100vw - 1280px) / 2);
        bottom: calc((100vw - 1280px) / 2);
    }
}
@media (min-width: 1280px) and (max-width: 1440px) {
    .container-responsive {
        max-width: 1280px;
        padding-bottom: 60px !important;
        padding-left: 60px;
    }
}
@media (min-width: 1536px) and (max-width: 1680px) {
    .container-responsive {
        max-width: 1536px !important;
        padding-bottom: 60px !important;
        padding-left: 60px;
    }
}
@media (min-width: 1536px) {
    .container-responsive {
        max-width: 1536px;
        padding-bottom: calc((100vw - 1536px) / 2 - 20px);
    }
    .nav-positioning {
        right: calc((100vw - 1536px) / 2);
        bottom: calc((100vw - 1536px) / 2);
    }
}
@media (max-width: 320px) {
    .nav-positioning {
        right: 16px;
        bottom: 16px;
    }
}
.backdrop-glass {
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    backdrop-filter: blur(10px) saturate(120%);
}
@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-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;
}
@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-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-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}
@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: "*";
    inherits: false;
}
@property --tw-brightness {
    syntax: "*";
    inherits: false;
}
@property --tw-contrast {
    syntax: "*";
    inherits: false;
}
@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}
@property --tw-invert {
    syntax: "*";
    inherits: false;
}
@property --tw-opacity {
    syntax: "*";
    inherits: false;
}
@property --tw-saturate {
    syntax: "*";
    inherits: false;
}
@property --tw-sepia {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}
@property --tw-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;
}
@property --tw-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-ease {
    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-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --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-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-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;
            --tw-duration: initial;
            --tw-ease: initial;
        }
    }
}