/* [project]/src/app/globals.css [app-client] (css) */
@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-divide-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;
      --tw-content: "";
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffcaca;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-orange-400: #ff8b1a;
    --color-green-50: #f0fdf4;
    --color-green-200: #b9f8cf;
    --color-green-400: #05df72;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-green-700: #008138;
    --color-emerald-50: #ecfdf5;
    --color-emerald-100: #d0fae5;
    --color-emerald-200: #a4f4cf;
    --color-emerald-500: #00bb7f;
    --color-emerald-600: #009767;
    --color-emerald-700: #007956;
    --color-emerald-800: #005f46;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-600: #4a5565;
    --color-black: #000;
    --spacing: .25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --blur-xl: 24px;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-orange-400: lab(70.0429% 42.5156 75.8207);
      --color-green-50: lab(98.1563% -5.60117 2.75915);
      --color-green-200: lab(92.4222% -26.4702 12.9427);
      --color-green-400: lab(78.503% -64.9265 39.7492);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-emerald-50: lab(97.8462% -6.94966 1.85487);
      --color-emerald-100: lab(94.9004% -17.0769 5.63836);
      --color-emerald-200: lab(90.2247% -31.039 9.47084);
      --color-emerald-500: lab(66.9756% -58.27 19.5419);
      --color-emerald-600: lab(55.0481% -49.9246 15.93);
      --color-emerald-700: lab(44.4871% -41.0396 11.0361);
      --color-emerald-800: lab(35.3675% -33.1188 8.04002);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
    }
  }
}

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

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

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

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
  }

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

  .top-1\/4 {
    top: 25%;
  }

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

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

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

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

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

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

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

  .top-\[5\.5rem\] {
    top: 5.5rem;
  }

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

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

  .right-1\/4 {
    right: 25%;
  }

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

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

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

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

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

  .right-\[7\%\] {
    right: 7%;
  }

  .right-\[18\%\] {
    right: 18%;
  }

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

  .bottom-1\/4 {
    bottom: 25%;
  }

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

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

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

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

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

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

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

  .left-1\/4 {
    left: 25%;
  }

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

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

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

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

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

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

  .left-\[7\%\] {
    left: 7%;
  }

  .left-\[18\%\] {
    left: 18%;
  }

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

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

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

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

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

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

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

  .z-\[100\] {
    z-index: 100;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .-mr-28 {
    margin-right: calc(var(--spacing) * -28);
  }

  .-mr-40 {
    margin-right: calc(var(--spacing) * -40);
  }

  .-mr-64 {
    margin-right: calc(var(--spacing) * -64);
  }

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

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

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .-ml-30 {
    margin-left: calc(var(--spacing) * -30);
  }

  .-ml-48 {
    margin-left: calc(var(--spacing) * -48);
  }

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

  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }

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

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

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

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .aspect-\[16\/10\] {
    aspect-ratio: 16 / 10;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

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

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

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

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[300px\] {
    height: 300px;
  }

  .h-\[320px\] {
    height: 320px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-\[700px\] {
    height: 700px;
  }

  .h-\[800px\] {
    height: 800px;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

  .max-h-\[80vh\] {
    max-height: 80vh;
  }

  .max-h-\[85vh\] {
    max-height: 85vh;
  }

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

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

  .min-h-\[70vh\] {
    min-height: 70vh;
  }

  .min-h-\[85vh\] {
    min-height: 85vh;
  }

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

  .min-h-\[100vh\] {
    min-height: 100vh;
  }

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

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

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

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

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

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

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

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[400px\] {
    width: 400px;
  }

  .w-\[500px\] {
    width: 500px;
  }

  .w-\[700px\] {
    width: 700px;
  }

  .w-\[800px\] {
    width: 800px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

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

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

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

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

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

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

  .max-w-\[75\%\] {
    max-width: 75%;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  .translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * 6);
    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-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(1 / 2 * 100%);
    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-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-0 {
    rotate: none;
  }

  .rotate-45 {
    rotate: 45deg;
  }

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

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-zoom-in {
    cursor: zoom-in;
  }

  .resize-none {
    resize: none;
  }

  .resize-y {
    resize: vertical;
  }

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

  .list-none {
    list-style-type: none;
  }

  .appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-5 {
    gap: calc(var(--spacing) * 5);
  }

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

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

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

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

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

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

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

  :where(.space-y-1 > :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)));
  }

  :where(.space-y-1\.5 > :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)));
  }

  :where(.space-y-2 > :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)));
  }

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

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

  :where(.space-y-4 > :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)));
  }

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

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

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

  :where(.space-y-8 > :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)));
  }

  :where(.space-y-10 > :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)));
  }

  :where(.space-y-12 > :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)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-cream > :not(:last-child)) {
    border-color: #f5efe6;
  }

  :where(.divide-cream\/30 > :not(:last-child)) {
    border-color: #f5efe64d;
    border-color: lab(94.7346% .943005 5.11833 / .3);
  }

  :where(.divide-cream\/40 > :not(:last-child)) {
    border-color: #f5efe666;
    border-color: lab(94.7346% .943005 5.11833 / .4);
  }

  :where(.divide-cream\/50 > :not(:last-child)) {
    border-color: #f5efe680;
    border-color: lab(94.7346% .943005 5.11833 / .5);
  }

  :where(.divide-gold\/10 > :not(:last-child)) {
    border-color: #c9a86a1a;
    border-color: lab(70.8298% 6.57874 36.6429 / .1);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .overflow-x-hidden {
    overflow-x: hidden;
  }

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

  .rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .rounded-br-sm {
    border-bottom-right-radius: var(--radius-sm);
  }

  .rounded-bl-sm {
    border-bottom-left-radius: var(--radius-sm);
  }

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

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

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

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

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

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

  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0;
  }

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

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

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

  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .border-\[\#0F172A\] {
    border-color: #0f172a;
  }

  .border-\[\#8B5E5E\] {
    border-color: #8b5e5e;
  }

  .border-\[\#D4A5A5\]\/20 {
    border-color: #d4a5a533;
    border-color: lab(72.1636% 17.8471 7.01326 / .2);
  }

  .border-\[\#D4A5A5\]\/30 {
    border-color: #d4a5a54d;
    border-color: lab(72.1636% 17.8472 7.01324 / .3);
  }

  .border-\[\#D4AF37\]\/20 {
    border-color: #d4af3733;
    border-color: lab(73.2932% 5.13339 62.8195 / .2);
  }

  .border-\[\#D4AF37\]\/30 {
    border-color: #d4af374d;
    border-color: lab(73.2932% 5.13336 62.8195 / .3);
  }

  .border-\[\#E8D5B7\] {
    border-color: #e8d5b7;
  }

  .border-\[\#E8D5B7\]\/10 {
    border-color: #e8d5b71a;
    border-color: lab(86.2685% 3.33768 17.4019 / .1);
  }

  .border-\[\#E8D5B7\]\/20 {
    border-color: #e8d5b733;
    border-color: lab(86.2685% 3.33768 17.4019 / .2);
  }

  .border-cream {
    border-color: #f5efe6;
  }

  .border-cream\/15 {
    border-color: #f5efe626;
    border-color: lab(94.7346% .943005 5.11833 / .15);
  }

  .border-cream\/20 {
    border-color: #f5efe633;
    border-color: lab(94.7346% .943005 5.11833 / .2);
  }

  .border-cream\/30 {
    border-color: #f5efe64d;
    border-color: lab(94.7346% .943005 5.11833 / .3);
  }

  .border-cream\/40 {
    border-color: #f5efe666;
    border-color: lab(94.7346% .943005 5.11833 / .4);
  }

  .border-cream\/50 {
    border-color: #f5efe680;
    border-color: lab(94.7346% .943005 5.11833 / .5);
  }

  .border-cream\/\[0\.03\] {
    border-color: #f5efe608;
    border-color: lab(94.7346% .943005 5.11833 / .03);
  }

  .border-cream\/\[0\.04\] {
    border-color: #f5efe60a;
    border-color: lab(94.7346% .943005 5.11833 / .04);
  }

  .border-cream\/\[0\.06\] {
    border-color: #f5efe60f;
    border-color: lab(94.7346% .943005 5.11833 / .06);
  }

  .border-current {
    border-color: currentColor;
  }

  .border-emerald-100 {
    border-color: var(--color-emerald-100);
  }

  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }

  .border-gold {
    border-color: #c9a86a;
  }

  .border-gold\/10 {
    border-color: #c9a86a1a;
    border-color: lab(70.8298% 6.57874 36.6429 / .1);
  }

  .border-gold\/20 {
    border-color: #c9a86a33;
    border-color: lab(70.8298% 6.57874 36.6429 / .2);
  }

  .border-gold\/25 {
    border-color: #c9a86a40;
    border-color: lab(70.8298% 6.57874 36.6429 / .25);
  }

  .border-gold\/30 {
    border-color: #c9a86a4d;
    border-color: lab(70.8298% 6.57874 36.6429 / .3);
  }

  .border-gold\/60 {
    border-color: #c9a86a99;
    border-color: lab(70.8298% 6.57874 36.6429 / .6);
  }

  .border-gold\/\[0\.08\] {
    border-color: #c9a86a14;
    border-color: lab(70.8298% 6.57874 36.6429 / .08);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-600 {
    border-color: var(--color-gray-600);
  }

  .border-green-200 {
    border-color: var(--color-green-200);
  }

  .border-green-400 {
    border-color: var(--color-green-400);
  }

  .border-navy {
    border-color: #6b2737;
  }

  .border-navy\/10 {
    border-color: #6b27371a;
    border-color: lab(26.6128% 32.0003 6.2705 / .1);
  }

  .border-navy\/15 {
    border-color: #6b273726;
    border-color: lab(26.6128% 32.0003 6.2705 / .15);
  }

  .border-navy\/20 {
    border-color: #6b273733;
    border-color: lab(26.6128% 32.0003 6.2705 / .2);
  }

  .border-navy\/25 {
    border-color: #6b273740;
    border-color: lab(26.6128% 32.0003 6.2705 / .25);
  }

  .border-navy\/50 {
    border-color: #6b273780;
    border-color: lab(26.6128% 32.0003 6.2705 / .5);
  }

  .border-offwhite\/15 {
    border-color: #fffdf926;
    border-color: lab(99.3812% .170141 2.16454 / .15);
  }

  .border-offwhite\/25 {
    border-color: #fffdf940;
    border-color: lab(99.3812% .170171 2.16455 / .25);
  }

  .border-offwhite\/30 {
    border-color: #fffdf94d;
    border-color: lab(99.3812% .170141 2.16454 / .3);
  }

  .border-offwhite\/\[0\.03\] {
    border-color: #fffdf908;
    border-color: lab(99.3812% .170171 2.16455 / .03);
  }

  .border-offwhite\/\[0\.04\] {
    border-color: #fffdf90a;
    border-color: lab(99.3812% .170171 2.16455 / .04);
  }

  .border-red-100 {
    border-color: var(--color-red-100);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-red-400 {
    border-color: var(--color-red-400);
  }

  .border-slate\/10 {
    border-color: #6b72801a;
    border-color: lab(47.8068% -.387847 -8.69657 / .1);
  }

  .border-slate\/30 {
    border-color: #6b72804d;
    border-color: lab(47.8068% -.387877 -8.69655 / .3);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .\!bg-gold\/30 {
    background-color: #c9a86a4d !important;
    background-color: lab(70.8298% 6.57874 36.6429 / .3) !important;
  }

  .\!bg-gold\/40 {
    background-color: #c9a86a66 !important;
    background-color: lab(70.8298% 6.57874 36.6429 / .4) !important;
  }

  .bg-\[\#0F172A\] {
    background-color: #0f172a;
  }

  .bg-\[\#0F172A\]\/5 {
    background-color: #0f172a0d;
    background-color: lab(7.77627% 1.58885 -14.2961 / .05);
  }

  .bg-\[\#1A1A2E\] {
    background-color: #1a1a2e;
  }

  .bg-\[\#8B5E5E\] {
    background-color: #8b5e5e;
  }

  .bg-\[\#8B5E5E\]\/5 {
    background-color: #8b5e5e0d;
    background-color: lab(44.8676% 18.9372 7.85451 / .05);
  }

  .bg-\[\#25D366\] {
    background-color: #25d366;
  }

  .bg-\[\#1877F2\] {
    background-color: #1877f2;
  }

  .bg-\[\#16213E\] {
    background-color: #16213e;
  }

  .bg-\[\#D4A5A5\]\/30 {
    background-color: #d4a5a54d;
    background-color: lab(72.1636% 17.8472 7.01324 / .3);
  }

  .bg-\[\#D4AF37\]\/30 {
    background-color: #d4af374d;
    background-color: lab(73.2932% 5.13336 62.8195 / .3);
  }

  .bg-\[\#E8D5B7\] {
    background-color: #e8d5b7;
  }

  .bg-\[\#E8D5B7\]\/5 {
    background-color: #e8d5b70d;
    background-color: lab(86.2685% 3.33768 17.4019 / .05);
  }

  .bg-\[\#E8D5B7\]\/20 {
    background-color: #e8d5b733;
    background-color: lab(86.2685% 3.33768 17.4019 / .2);
  }

  .bg-\[\#FFF0F3\] {
    background-color: #fff0f3;
  }

  .bg-\[\#FFFBF5\] {
    background-color: #fffbf5;
  }

  .bg-black\/40 {
    background-color: #0006;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

  .bg-black\/90 {
    background-color: #000000e6;
  }

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

  .bg-charcoal {
    background-color: #1a1a1a;
  }

  .bg-charcoal\/50 {
    background-color: #1a1a1a80;
    background-color: lab(9.26323% 0 -.00000298023 / .5);
  }

  .bg-cream {
    background-color: #f5efe6;
  }

  .bg-cream\/10 {
    background-color: #f5efe61a;
    background-color: lab(94.7346% .943005 5.11833 / .1);
  }

  .bg-cream\/20 {
    background-color: #f5efe633;
    background-color: lab(94.7346% .943005 5.11833 / .2);
  }

  .bg-cream\/30 {
    background-color: #f5efe64d;
    background-color: lab(94.7346% .943005 5.11833 / .3);
  }

  .bg-cream\/40 {
    background-color: #f5efe666;
    background-color: lab(94.7346% .943005 5.11833 / .4);
  }

  .bg-cream\/50 {
    background-color: #f5efe680;
    background-color: lab(94.7346% .943005 5.11833 / .5);
  }

  .bg-cream\/80 {
    background-color: #f5efe6cc;
    background-color: lab(94.7346% .943005 5.11833 / .8);
  }

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

  .bg-emerald-50\/90 {
    background-color: #ecfdf5e6;
  }

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

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

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

  .bg-gold {
    background-color: #c9a86a;
  }

  .bg-gold\/3 {
    background-color: #c9a86a08;
    background-color: lab(70.8298% 6.57874 36.6429 / .03);
  }

  .bg-gold\/5 {
    background-color: #c9a86a0d;
    background-color: lab(70.8298% 6.57874 36.6429 / .05);
  }

  .bg-gold\/10 {
    background-color: #c9a86a1a;
    background-color: lab(70.8298% 6.57874 36.6429 / .1);
  }

  .bg-gold\/15 {
    background-color: #c9a86a26;
    background-color: lab(70.8298% 6.57874 36.6429 / .15);
  }

  .bg-gold\/20 {
    background-color: #c9a86a33;
    background-color: lab(70.8298% 6.57874 36.6429 / .2);
  }

  .bg-gold\/25 {
    background-color: #c9a86a40;
    background-color: lab(70.8298% 6.57874 36.6429 / .25);
  }

  .bg-gold\/30 {
    background-color: #c9a86a4d;
    background-color: lab(70.8298% 6.57874 36.6429 / .3);
  }

  .bg-gold\/40 {
    background-color: #c9a86a66;
    background-color: lab(70.8298% 6.57874 36.6429 / .4);
  }

  .bg-gold\/90 {
    background-color: #c9a86ae6;
    background-color: lab(70.8298% 6.57874 36.6429 / .9);
  }

  .bg-gold\/\[0\.03\] {
    background-color: #c9a86a08;
    background-color: lab(70.8298% 6.57874 36.6429 / .03);
  }

  .bg-gold\/\[0\.05\] {
    background-color: #c9a86a0d;
    background-color: lab(70.8298% 6.57874 36.6429 / .05);
  }

  .bg-gold\/\[0\.06\] {
    background-color: #c9a86a0f;
    background-color: lab(70.8298% 6.57874 36.6429 / .06);
  }

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

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

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

  .bg-navy {
    background-color: #6b2737;
  }

  .bg-navy-deep {
    background-color: #4a1a26;
  }

  .bg-navy-deep\/85 {
    background-color: #4a1a26d9;
    background-color: lab(17.3746% 24.1963 4.0382 / .85);
  }

  .bg-navy\/5 {
    background-color: #6b27370d;
    background-color: lab(26.6128% 32.0003 6.2705 / .05);
  }

  .bg-navy\/10 {
    background-color: #6b27371a;
    background-color: lab(26.6128% 32.0003 6.2705 / .1);
  }

  .bg-navy\/80 {
    background-color: #6b2737cc;
    background-color: lab(26.6128% 32.0003 6.2705 / .8);
  }

  .bg-offwhite {
    background-color: #fffdf9;
  }

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

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

  .bg-red-50\/90 {
    background-color: #fef2f2e6;
  }

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

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

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

  .bg-slate\/5 {
    background-color: #6b72800d;
    background-color: lab(47.8068% -.387847 -8.69657 / .05);
  }

  .bg-slate\/10 {
    background-color: #6b72801a;
    background-color: lab(47.8068% -.387847 -8.69657 / .1);
  }

  .bg-slate\/20 {
    background-color: #6b728033;
    background-color: lab(47.8068% -.387847 -8.69657 / .2);
  }

  .bg-slate\/40 {
    background-color: #6b728066;
    background-color: lab(47.8068% -.387847 -8.69657 / .4);
  }

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

  .bg-white {
    background-color: #fff;
  }

  .bg-white\/20 {
    background-color: #fff3;
    background-color: lab(100% -.0000298023 .0000119209 / .2);
  }

  .bg-white\/50 {
    background-color: #ffffff80;
    background-color: lab(100% -.0000298023 .0000119209 / .5);
  }

  .bg-white\/60 {
    background-color: #fff9;
    background-color: lab(100% -.0000298023 .0000119209 / .6);
  }

  .bg-white\/80 {
    background-color: #fffc;
    background-color: lab(100% -.0000298023 .0000119209 / .8);
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
    background-color: lab(100% -.0000298023 .0000119209 / .9);
  }

  .bg-white\/95 {
    background-color: #fffffff2;
    background-color: lab(100% -.0000298023 .0000119209 / .95);
  }

  .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-l {
    --tw-gradient-position: to left 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));
  }

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

  .from-\[\#1A1A2E\] {
    --tw-gradient-from: #1a1a2e;
    --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-\[\#FFF0F3\] {
    --tw-gradient-from: #fff0f3;
    --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-\[\#FFFBF5\] {
    --tw-gradient-from: #fffbf5;
    --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-cream {
    --tw-gradient-from: #f5efe6;
    --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-gold {
    --tw-gradient-from: #c9a86a;
    --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-gold\/10 {
    --tw-gradient-from: #c9a86a1a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-gold\/10 {
      --tw-gradient-from: lab(70.8298% 6.57874 36.6429 / .1);
    }
  }

  .from-gold\/30 {
    --tw-gradient-from: #c9a86a4d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-gold\/30 {
      --tw-gradient-from: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  .from-navy {
    --tw-gradient-from: #6b2737;
    --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-navy-deep\/40 {
    --tw-gradient-from: #4a1a2666;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy-deep\/40 {
      --tw-gradient-from: lab(17.3746% 24.1963 4.0382 / .4);
    }
  }

  .from-navy-deep\/60 {
    --tw-gradient-from: #4a1a2699;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy-deep\/60 {
      --tw-gradient-from: lab(17.3746% 24.1963 4.0382 / .6);
    }
  }

  .from-navy-deep\/70 {
    --tw-gradient-from: #4a1a26b3;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy-deep\/70 {
      --tw-gradient-from: lab(17.3746% 24.1963 4.0382 / .7);
    }
  }

  .from-navy-deep\/80 {
    --tw-gradient-from: #4a1a26cc;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy-deep\/80 {
      --tw-gradient-from: lab(17.3746% 24.1963 4.0382 / .8);
    }
  }

  .from-navy-deep\/90 {
    --tw-gradient-from: #4a1a26e6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy-deep\/90 {
      --tw-gradient-from: lab(17.3746% 24.1963 4.0382 / .9);
    }
  }

  .from-navy\/\[0\.04\] {
    --tw-gradient-from: #6b27370a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .from-navy\/\[0\.04\] {
      --tw-gradient-from: lab(26.6128% 32.0003 6.2705 / .04);
    }
  }

  .from-offwhite {
    --tw-gradient-from: #fffdf9;
    --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-red-400 {
    --tw-gradient-from: var(--color-red-400);
    --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-transparent {
    --tw-gradient-from: 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));
  }

  .via-\[\#16213E\] {
    --tw-gradient-via: #16213e;
    --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-\[\#FFE8EC\] {
    --tw-gradient-via: #ffe8ec;
    --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-\[\#FFF8EE\] {
    --tw-gradient-via: #fff8ee;
    --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-cream {
    --tw-gradient-via: #f5efe6;
    --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-gold\/15 {
    --tw-gradient-via: #c9a86a26;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-gold\/15 {
      --tw-gradient-via: lab(70.8298% 6.57874 36.6429 / .15);
    }
  }

  .via-gold\/20 {
    --tw-gradient-via: #c9a86a33;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-gold\/20 {
      --tw-gradient-via: lab(70.8298% 6.57874 36.6429 / .2);
    }
  }

  .via-gold\/25 {
    --tw-gradient-via: #c9a86a40;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-gold\/25 {
      --tw-gradient-via: lab(70.8298% 6.57874 36.6429 / .25);
    }
  }

  .via-gold\/30 {
    --tw-gradient-via: #c9a86a4d;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-gold\/30 {
      --tw-gradient-via: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  .via-navy-deep {
    --tw-gradient-via: #4a1a26;
    --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-navy-deep\/20 {
    --tw-gradient-via: #4a1a2633;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-navy-deep\/20 {
      --tw-gradient-via: lab(17.3746% 24.1963 4.0382 / .2);
    }
  }

  .via-navy-deep\/50 {
    --tw-gradient-via: #4a1a2680;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-navy-deep\/50 {
      --tw-gradient-via: lab(17.3746% 24.1963 4.0382 / .5);
    }
  }

  .via-navy-deep\/60 {
    --tw-gradient-via: #4a1a2699;
    --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);
  }

  @supports (color: lab(0% 0 0)) {
    .via-navy-deep\/60 {
      --tw-gradient-via: lab(17.3746% 24.1963 4.0382 / .6);
    }
  }

  .via-offwhite {
    --tw-gradient-via: #fffdf9;
    --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-\[\#1A1A2E\] {
    --tw-gradient-to: #1a1a2e;
    --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-\[\#FFF0F3\] {
    --tw-gradient-to: #fff0f3;
    --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-\[\#FFFBF5\] {
    --tw-gradient-to: #fffbf5;
    --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-charcoal {
    --tw-gradient-to: #1a1a1a;
    --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-cream {
    --tw-gradient-to: #f5efe6;
    --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-gold-light {
    --tw-gradient-to: #d4b87a;
    --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-gold\/5 {
    --tw-gradient-to: #c9a86a0d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-gold\/5 {
      --tw-gradient-to: lab(70.8298% 6.57874 36.6429 / .05);
    }
  }

  .to-gold\/30 {
    --tw-gradient-to: #c9a86a4d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-gold\/30 {
      --tw-gradient-to: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  .to-gold\/40 {
    --tw-gradient-to: #c9a86a66;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-gold\/40 {
      --tw-gradient-to: lab(70.8298% 6.57874 36.6429 / .4);
    }
  }

  .to-gold\/50 {
    --tw-gradient-to: #c9a86a80;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-gold\/50 {
      --tw-gradient-to: lab(70.8298% 6.57874 36.6429 / .5);
    }
  }

  .to-navy-deep\/90 {
    --tw-gradient-to: #4a1a26e6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-navy-deep\/90 {
      --tw-gradient-to: lab(17.3746% 24.1963 4.0382 / .9);
    }
  }

  .to-navy\/\[0\.08\] {
    --tw-gradient-to: #6b273714;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: lab(0% 0 0)) {
    .to-navy\/\[0\.08\] {
      --tw-gradient-to: lab(26.6128% 32.0003 6.2705 / .08);
    }
  }

  .to-red-500 {
    --tw-gradient-to: var(--color-red-500);
    --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));
  }

  .bg-\[length\:16px\] {
    background-size: 16px;
  }

  .bg-\[right_12px_center\] {
    background-position: right 12px center;
  }

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

  .fill-cream {
    fill: #f5efe6;
  }

  .fill-gold {
    fill: #c9a86a;
  }

  .fill-navy-deep {
    fill: #4a1a26;
  }

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

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

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

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

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

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

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

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

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

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

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

  .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-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * .5);
  }

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

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

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

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

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

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

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

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

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

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

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

  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }

  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }

  .pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }

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

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

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

  .align-top {
    vertical-align: top;
  }

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

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

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

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

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

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

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

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

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

  .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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

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

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

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#0F172A\] {
    color: #0f172a;
  }

  .text-\[\#1A1A2E\] {
    color: #1a1a2e;
  }

  .text-\[\#3D2C2E\] {
    color: #3d2c2e;
  }

  .text-\[\#4A3030\] {
    color: #4a3030;
  }

  .text-\[\#8B5E5E\] {
    color: #8b5e5e;
  }

  .text-\[\#8B7355\] {
    color: #8b7355;
  }

  .text-\[\#A0A0B0\] {
    color: #a0a0b0;
  }

  .text-\[\#B08888\] {
    color: #b08888;
  }

  .text-\[\#E8D5B7\] {
    color: #e8d5b7;
  }

  .text-\[\#F5F5F5\] {
    color: #f5f5f5;
  }

  .text-charcoal {
    color: #1a1a1a;
  }

  .text-charcoal\/70 {
    color: #1a1a1ab3;
    color: lab(9.26324% 0 0 / .7);
  }

  .text-charcoal\/80 {
    color: #1a1a1acc;
    color: lab(9.26323% 0 -.00000298023 / .8);
  }

  .text-cream {
    color: #f5efe6;
  }

  .text-emerald-500 {
    color: var(--color-emerald-500);
  }

  .text-emerald-600 {
    color: var(--color-emerald-600);
  }

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-emerald-800 {
    color: var(--color-emerald-800);
  }

  .text-gold {
    color: #c9a86a;
  }

  .text-gold\/30 {
    color: #c9a86a4d;
    color: lab(70.8298% 6.57874 36.6429 / .3);
  }

  .text-gold\/40 {
    color: #c9a86a66;
    color: lab(70.8298% 6.57874 36.6429 / .4);
  }

  .text-gold\/60 {
    color: #c9a86a99;
    color: lab(70.8298% 6.57874 36.6429 / .6);
  }

  .text-gold\/70 {
    color: #c9a86ab3;
    color: lab(70.8298% 6.57874 36.6429 / .7);
  }

  .text-gold\/80 {
    color: #c9a86acc;
    color: lab(70.8298% 6.57874 36.6429 / .8);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-green-700 {
    color: var(--color-green-700);
  }

  .text-navy {
    color: #6b2737;
  }

  .text-navy-deep {
    color: #4a1a26;
  }

  .text-offwhite {
    color: #fffdf9;
  }

  .text-offwhite\/20 {
    color: #fffdf933;
    color: lab(99.3812% .170171 2.16455 / .2);
  }

  .text-offwhite\/50 {
    color: #fffdf980;
    color: lab(99.3812% .170171 2.16455 / .5);
  }

  .text-offwhite\/60 {
    color: #fffdf999;
    color: lab(99.3812% .170141 2.16454 / .6);
  }

  .text-offwhite\/70 {
    color: #fffdf9b3;
    color: lab(99.3812% .170171 2.16455 / .7);
  }

  .text-offwhite\/80 {
    color: #fffdf9cc;
    color: lab(99.3812% .170171 2.16455 / .8);
  }

  .text-offwhite\/90 {
    color: #fffdf9e6;
    color: lab(99.3812% .170171 2.16455 / .9);
  }

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

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-red-800 {
    color: var(--color-red-800);
  }

  .text-slate {
    color: #6b7280;
  }

  .text-slate\/20 {
    color: #6b728033;
    color: lab(47.8068% -.387847 -8.69657 / .2);
  }

  .text-slate\/30 {
    color: #6b72804d;
    color: lab(47.8068% -.387877 -8.69655 / .3);
  }

  .text-slate\/35 {
    color: #6b728059;
    color: lab(47.8068% -.387877 -8.69655 / .35);
  }

  .text-slate\/40 {
    color: #6b728066;
    color: lab(47.8068% -.387847 -8.69657 / .4);
  }

  .text-slate\/50 {
    color: #6b728080;
    color: lab(47.8068% -.387877 -8.69655 / .5);
  }

  .text-slate\/60 {
    color: #6b728099;
    color: lab(47.8068% -.387877 -8.69655 / .6);
  }

  .text-slate\/70 {
    color: #6b7280b3;
    color: lab(47.8068% -.387877 -8.69655 / .7);
  }

  .text-slate\/80 {
    color: #6b7280cc;
    color: lab(47.8068% -.387847 -8.69657 / .8);
  }

  .text-white {
    color: #fff;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

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

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

  .accent-current {
    accent-color: currentColor;
  }

  .accent-gold {
    accent-color: #c9a86a;
  }

  .accent-navy {
    accent-color: #6b2737;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-15 {
    opacity: .15;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-75 {
    opacity: .75;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .opacity-100 {
    opacity: 1;
  }

  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_6px_rgba\(212\,175\,55\,0\.3\)\] {
    --tw-shadow: 0 0 6px var(--tw-shadow-color, #d4af374d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_10px_rgba\(212\,175\,55\,0\.4\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, #d4af3766);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_12px_rgba\(212\,175\,55\,0\.4\)\] {
    --tw-shadow: 0 0 12px var(--tw-shadow-color, #d4af3766);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_2px_8px_rgba\(212\,175\,55\,0\.1\)\] {
    --tw-shadow: 0 2px 8px var(--tw-shadow-color, #d4af371a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_4px_15px_rgba\(15\,23\,42\,0\.2\)\] {
    --tw-shadow: 0 4px 15px var(--tw-shadow-color, #0f172a33);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_4px_15px_rgba\(212\,175\,55\,0\.3\)\] {
    --tw-shadow: 0 4px 15px var(--tw-shadow-color, #d4af374d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_8px_30px_rgba\(212\,175\,55\,0\.1\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, #d4af371a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_8px_30px_rgba\(212\,175\,55\,0\.15\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, #d4af3726);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_20px_60px_rgba\(212\,175\,55\,0\.15\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, #d4af3726);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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-gold {
    --tw-ring-color: #c9a86a;
  }

  .ring-navy {
    --tw-ring-color: #6b2737;
  }

  .ring-offset-1 {
    --tw-ring-offset-width: 1px;
    --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;
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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, );
  }

  .blur-\[80px\] {
    --tw-blur: blur(80px);
    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, );
  }

  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    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, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    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-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

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

  .duration-600 {
    --tw-duration: .6s;
    transition-duration: .6s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .duration-\[1\.5s\] {
    --tw-duration: 1.5s;
    transition-duration: 1.5s;
  }

  .duration-\[900ms\] {
    --tw-duration: .9s;
    transition-duration: .9s;
  }

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

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

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .group-open\:rotate-180:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 180deg;
  }

  @media (hover: hover) {
    .group-hover\:w-14:is(:where(.group):hover *) {
      width: calc(var(--spacing) * 14);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-2:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-y-0:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-115:is(:where(.group):hover *) {
      --tw-scale-x: 115%;
      --tw-scale-y: 115%;
      --tw-scale-z: 115%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:gap-2:is(:where(.group):hover *) {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (hover: hover) {
    .group-hover\:border-gold\/15:is(:where(.group):hover *) {
      border-color: #c9a86a26;
      border-color: lab(70.8298% 6.57874 36.6429 / .15);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-gold:is(:where(.group):hover *) {
      background-color: #c9a86a;
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-gold\/10:is(:where(.group):hover *) {
      background-color: #c9a86a1a;
      background-color: lab(70.8298% 6.57874 36.6429 / .1);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-gold\/50:is(:where(.group):hover *) {
      background-color: #c9a86a80;
      background-color: lab(70.8298% 6.57874 36.6429 / .5);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-gradient-to-br:is(:where(.group):hover *) {
      --tw-gradient-position: to bottom right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }

  @media (hover: hover) {
    .group-hover\:from-gold:is(:where(.group):hover *) {
      --tw-gradient-from: #c9a86a;
      --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));
    }
  }

  @media (hover: hover) {
    .group-hover\:to-gold-light:is(:where(.group):hover *) {
      --tw-gradient-to: #d4b87a;
      --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));
    }
  }

  @media (hover: hover) {
    .group-hover\:text-navy:is(:where(.group):hover *) {
      color: #6b2737;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-navy-deep:is(:where(.group):hover *) {
      color: #4a1a26;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0_0_8px_rgba\(212\,175\,55\,0\.5\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0 0 8px var(--tw-shadow-color, #d4af3780);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0_0_30px_rgba\(212\,175\,55\,0\.3\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0 0 30px var(--tw-shadow-color, #d4af374d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0_8px_25px_rgba\(212\,175\,55\,0\.3\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0 8px 25px var(--tw-shadow-color, #d4af374d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\:brightness-90:is(:where(.group):hover *) {
      --tw-brightness: brightness(90%);
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }
  }

  @media (hover: hover) {
    .group-hover\:brightness-\[0\.85\]:is(:where(.group):hover *) {
      --tw-brightness: brightness(.85);
      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, );
    }
  }

  .peer-checked\:bg-emerald-500:is(:where(.peer):checked ~ *) {
    background-color: var(--color-emerald-500);
  }

  .peer-checked\:bg-navy:is(:where(.peer):checked ~ *) {
    background-color: #6b2737;
  }

  .peer-focus\:outline-none:is(:where(.peer):focus ~ *) {
    --tw-outline-style: none;
    outline-style: none;
  }

  .file\:mr-4::file-selector-button {
    margin-right: calc(var(--spacing) * 4);
  }

  .file\:cursor-pointer::file-selector-button {
    cursor: pointer;
  }

  .file\:rounded-full::file-selector-button {
    border-radius: 3.40282e38px;
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-gold\/20::file-selector-button {
    background-color: #c9a86a33;
    background-color: lab(70.8298% 6.57874 36.6429 / .2);
  }

  .file\:bg-navy::file-selector-button {
    background-color: #6b2737;
  }

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

  .file\:px-5::file-selector-button {
    padding-inline: calc(var(--spacing) * 5);
  }

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

  .file\:py-2\.5::file-selector-button {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .file\:text-\[10px\]::file-selector-button {
    font-size: 10px;
  }

  .file\:tracking-\[2px\]::file-selector-button {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }

  .file\:tracking-\[3px\]::file-selector-button {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }

  .file\:text-navy::file-selector-button {
    color: #6b2737;
  }

  .file\:text-offwhite::file-selector-button {
    color: #fffdf9;
  }

  .file\:uppercase::file-selector-button {
    text-transform: uppercase;
  }

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

  .file\:duration-500::file-selector-button {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .placeholder\:text-slate\/30::placeholder {
    color: #6b72804d;
    color: lab(47.8068% -.387877 -8.69655 / .3);
  }

  .placeholder\:text-slate\/40::placeholder {
    color: #6b728066;
    color: lab(47.8068% -.387847 -8.69657 / .4);
  }

  .placeholder\:text-slate\/50::placeholder {
    color: #6b728080;
    color: lab(47.8068% -.387877 -8.69655 / .5);
  }

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

  .after\:top-\[2px\]:after {
    content: var(--tw-content);
    top: 2px;
  }

  .after\:left-\[2px\]:after {
    content: var(--tw-content);
    left: 2px;
  }

  .after\:h-5:after {
    content: var(--tw-content);
    height: calc(var(--spacing) * 5);
  }

  .after\:w-5:after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 5);
  }

  .after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: 3.40282e38px;
  }

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

  .after\:border-gray-300:after {
    content: var(--tw-content);
    border-color: var(--color-gray-300);
  }

  .after\:bg-white:after {
    content: var(--tw-content);
    background-color: #fff;
  }

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

  .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }

  .peer-checked\:after\:translate-x-full:is(:where(.peer):checked ~ *):after {
    content: var(--tw-content);
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .peer-checked\:after\:border-white:is(:where(.peer):checked ~ *):after {
    content: var(--tw-content);
    border-color: #fff;
  }

  .last\:mb-0:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }

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

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-cream:hover {
      border-color: #f5efe6;
    }
  }

  @media (hover: hover) {
    .hover\:border-gold:hover {
      border-color: #c9a86a;
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/10:hover {
      border-color: #c9a86a1a;
      border-color: lab(70.8298% 6.57874 36.6429 / .1);
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/15:hover {
      border-color: #c9a86a26;
      border-color: lab(70.8298% 6.57874 36.6429 / .15);
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/20:hover {
      border-color: #c9a86a33;
      border-color: lab(70.8298% 6.57874 36.6429 / .2);
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/30:hover {
      border-color: #c9a86a4d;
      border-color: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/40:hover {
      border-color: #c9a86a66;
      border-color: lab(70.8298% 6.57874 36.6429 / .4);
    }
  }

  @media (hover: hover) {
    .hover\:border-gold\/50:hover {
      border-color: #c9a86a80;
      border-color: lab(70.8298% 6.57874 36.6429 / .5);
    }
  }

  @media (hover: hover) {
    .hover\:border-navy:hover {
      border-color: #6b2737;
    }
  }

  @media (hover: hover) {
    .hover\:border-navy\/30:hover {
      border-color: #6b27374d;
      border-color: lab(26.6128% 32.0003 6.2705 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:border-slate\/30:hover {
      border-color: #6b72804d;
      border-color: lab(47.8068% -.387877 -8.69655 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0F172A\]:hover {
      background-color: #0f172a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#7A4E4E\]:hover {
      background-color: #7a4e4e;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#8B5E5E\]:hover {
      background-color: #8b5e5e;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#081020\]:hover {
      background-color: #081020;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#D4C4A0\]:hover {
      background-color: #d4c4a0;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E8D5B7\]:hover {
      background-color: #e8d5b7;
    }
  }

  @media (hover: hover) {
    .hover\:bg-cream:hover {
      background-color: #f5efe6;
    }
  }

  @media (hover: hover) {
    .hover\:bg-cream\/30:hover {
      background-color: #f5efe64d;
      background-color: lab(94.7346% .943005 5.11833 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:bg-cream\/40:hover {
      background-color: #f5efe666;
      background-color: lab(94.7346% .943005 5.11833 / .4);
    }
  }

  @media (hover: hover) {
    .hover\:bg-cream\/50:hover {
      background-color: #f5efe680;
      background-color: lab(94.7346% .943005 5.11833 / .5);
    }
  }

  @media (hover: hover) {
    .hover\:bg-emerald-100:hover {
      background-color: var(--color-emerald-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold:hover {
      background-color: #c9a86a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold-light:hover {
      background-color: #d4b87a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold\/10:hover {
      background-color: #c9a86a1a;
      background-color: lab(70.8298% 6.57874 36.6429 / .1);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold\/20:hover {
      background-color: #c9a86a33;
      background-color: lab(70.8298% 6.57874 36.6429 / .2);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold\/90:hover {
      background-color: #c9a86ae6;
      background-color: lab(70.8298% 6.57874 36.6429 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold\/\[0\.03\]:hover {
      background-color: #c9a86a08;
      background-color: lab(70.8298% 6.57874 36.6429 / .03);
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy:hover {
      background-color: #6b2737;
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy-deep:hover {
      background-color: #4a1a26;
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy\/5:hover {
      background-color: #6b27370d;
      background-color: lab(26.6128% 32.0003 6.2705 / .05);
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy\/10:hover {
      background-color: #6b27371a;
      background-color: lab(26.6128% 32.0003 6.2705 / .1);
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy\/20:hover {
      background-color: #6b273733;
      background-color: lab(26.6128% 32.0003 6.2705 / .2);
    }
  }

  @media (hover: hover) {
    .hover\:bg-navy\/90:hover {
      background-color: #6b2737e6;
      background-color: lab(26.6128% 32.0003 6.2705 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:bg-offwhite:hover {
      background-color: #fffdf9;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: #fff;
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/30:hover {
      background-color: #ffffff4d;
      background-color: lab(100% -.0000298023 .0000119209 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#1A1A2E\]:hover {
      color: #1a1a2e;
    }
  }

  @media (hover: hover) {
    .hover\:text-charcoal:hover {
      color: #1a1a1a;
    }
  }

  @media (hover: hover) {
    .hover\:text-gold:hover {
      color: #c9a86a;
    }
  }

  @media (hover: hover) {
    .hover\:text-gold-light:hover {
      color: #d4b87a;
    }
  }

  @media (hover: hover) {
    .hover\:text-gold\/80:hover {
      color: #c9a86acc;
      color: lab(70.8298% 6.57874 36.6429 / .8);
    }
  }

  @media (hover: hover) {
    .hover\:text-navy:hover {
      color: #6b2737;
    }
  }

  @media (hover: hover) {
    .hover\:text-navy-deep:hover {
      color: #4a1a26;
    }
  }

  @media (hover: hover) {
    .hover\:text-offwhite:hover {
      color: #fffdf9;
    }
  }

  @media (hover: hover) {
    .hover\:text-offwhite\/40:hover {
      color: #fffdf966;
      color: lab(99.3812% .170171 2.16455 / .4);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-400:hover {
      color: var(--color-red-400);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-700:hover {
      color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: #fff;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_8px_25px_rgba\(10\,15\,26\,0\.06\)\]:hover {
      --tw-shadow: 0 8px 25px var(--tw-shadow-color, #0a0f1a0f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_8px_30px_rgba\(15\,23\,42\,0\.15\)\]:hover {
      --tw-shadow: 0 8px 30px var(--tw-shadow-color, #0f172a26);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_8px_30px_rgba\(15\,23\,42\,0\.25\)\]:hover {
      --tw-shadow: 0 8px 30px var(--tw-shadow-color, #0f172a40);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_8px_30px_rgba\(212\,175\,55\,0\.25\)\]:hover {
      --tw-shadow: 0 8px 30px var(--tw-shadow-color, #d4af3740);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_8px_30px_rgba\(220\,38\,38\,0\.25\)\]:hover {
      --tw-shadow: 0 8px 30px var(--tw-shadow-color, #dc262640);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-sm:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:file\:bg-gold\/30:hover::file-selector-button {
      background-color: #c9a86a4d;
      background-color: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  @media (hover: hover) {
    .hover\:file\:bg-navy-deep:hover::file-selector-button {
      background-color: #4a1a26;
    }
  }

  .focus\:border-\[\#0F172A\]:focus {
    border-color: #0f172a;
  }

  .focus\:border-\[\#8B5E5E\]:focus {
    border-color: #8b5e5e;
  }

  .focus\:border-\[\#E8D5B7\]:focus {
    border-color: #e8d5b7;
  }

  .focus\:border-gold:focus {
    border-color: #c9a86a;
  }

  .focus\:border-gold\/50:focus {
    border-color: #c9a86a80;
    border-color: lab(70.8298% 6.57874 36.6429 / .5);
  }

  .focus\:border-navy:focus {
    border-color: #6b2737;
  }

  .focus\:border-red-400:focus {
    border-color: var(--color-red-400);
  }

  .focus\:shadow-\[0_0_0_3px_rgba\(248\,113\,113\,0\.1\)\,0_0_20px_rgba\(248\,113\,113\,0\.08\)\]:focus {
    --tw-shadow: 0 0 0 3px var(--tw-shadow-color, #f871711a), 0 0 20px var(--tw-shadow-color, #f8717114);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-1:focus {
    --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);
  }

  .focus\:shadow-gold\/10:focus {
    --tw-shadow-color: #c9a86a1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:shadow-gold\/10:focus {
      --tw-shadow-color: color-mix(in oklab, lab(70.8298% 6.57874 36.6429 / .1) var(--tw-shadow-alpha), transparent);
    }
  }

  .focus\:ring-\[\#0F172A\]\/10:focus {
    --tw-ring-color: #0f172a1a;
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:ring-\[\#0F172A\]\/10:focus {
      --tw-ring-color: lab(7.77627% 1.58885 -14.2961 / .1);
    }
  }

  .focus\:ring-\[\#8B5E5E\]\/10:focus {
    --tw-ring-color: #8b5e5e1a;
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:ring-\[\#8B5E5E\]\/10:focus {
      --tw-ring-color: lab(44.8676% 18.9372 7.85451 / .1);
    }
  }

  .focus\:ring-\[\#E8D5B7\]\/10:focus {
    --tw-ring-color: #e8d5b71a;
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:ring-\[\#E8D5B7\]\/10:focus {
      --tw-ring-color: lab(86.2685% 3.33768 17.4019 / .1);
    }
  }

  .focus\:ring-gold:focus {
    --tw-ring-color: #c9a86a;
  }

  .focus\:ring-gold\/30:focus {
    --tw-ring-color: #c9a86a4d;
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:ring-gold\/30:focus {
      --tw-ring-color: lab(70.8298% 6.57874 36.6429 / .3);
    }
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .disabled\:transform-none:disabled {
    transform: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-20:disabled {
    opacity: .2;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

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

  .disabled\:shadow-none:disabled {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (min-width: 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:table-cell {
      display: table-cell;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-20 {
      height: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-28 {
      height: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-28 {
      width: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-36 {
      width: calc(var(--spacing) * 36);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }

  @media (min-width: 40rem) {
    .sm\:py-40 {
      padding-block: calc(var(--spacing) * 40);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-\[9px\] {
      font-size: 9px;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-start-6 {
      grid-column-start: 6;
    }
  }

  @media (min-width: 48rem) {
    .md\:-mt-6 {
      margin-top: calc(var(--spacing) * -6);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-\[-24px\] {
      margin-bottom: -24px;
    }
  }

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

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

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

  @media (min-width: 48rem) {
    .md\:table-cell {
      display: table-cell;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-24 {
      height: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[28rem\] {
      height: 28rem;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[400px\] {
      height: 400px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-1\/3 {
      width: 33.3333%;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

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

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

  @media (min-width: 48rem) {
    .md\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }

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

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

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 64rem) {
    .lg\:table-cell {
      display: table-cell;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-64 {
      width: calc(var(--spacing) * 64);
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

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

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

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

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

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

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

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f8f8;
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.font-display {
  font-family: Playfair Display, Georgia, serif;
}

.font-accent {
  font-family: Manrope, system-ui, sans-serif;
}

.font-editorial {
  font-family: Playfair Display, Georgia, serif;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(40px)scale(.98);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    filter: blur(2px);
  }

  to {
    opacity: 1;
    filter: blur();
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expandLine {
  from {
    opacity: 0;
    width: 0;
  }

  to {
    opacity: 1;
    width: 80px;
  }
}

@keyframes diamondPulse {
  0%, 100% {
    opacity: .5;
    transform: rotate(45deg)scale(1);
  }

  50% {
    opacity: 1;
    transform: rotate(45deg)scale(1.3);
  }
}

@keyframes floatSlow {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  33% {
    transform: translateY(-10px)rotate(.5deg);
  }

  66% {
    transform: translateY(-6px)rotate(-.3deg);
  }
}

@keyframes heroGlow {
  0%, 100% {
    opacity: .04;
    transform: translate(-50%, -50%)scale(1);
  }

  50% {
    opacity: .12;
    transform: translate(-50%, -50%)scale(1.03);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: scale(.92);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: scale(1);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes goldShimmer {
  0% {
    background-position: -200%;
  }

  100% {
    background-position: 200%;
  }
}

@keyframes breathe {
  0%, 100% {
    opacity: .3;
  }

  50% {
    opacity: .6;
  }
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-3deg)scale(.95);
  }

  to {
    opacity: 1;
    transform: rotate(0)scale(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px #c9a86a1a, 0 0 60px #c9a86a0d;
  }

  50% {
    box-shadow: 0 0 30px #c9a86a33, 0 0 80px #c9a86a1a;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes borderShine {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px)scale(.8);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes textReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0% 0 0);
  }
}

@keyframes heroCircleRotate {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

@keyframes marqueeShine {
  0% {
    left: -100%;
  }

  100% {
    left: 200%;
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0%;
  }

  25% {
    background-position: 50% 100%;
  }

  50% {
    background-position: 100%;
  }

  75% {
    background-position: 50% 0;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes sparkleFloat {
  0% {
    opacity: 0;
    transform: translateY(0)scale(1);
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translateY(-100vh)scale(.3);
  }
}

@keyframes sparkleFloat2 {
  0% {
    opacity: 0;
    transform: translateY(0)scale(.8)translateX(0);
  }

  15% {
    opacity: .8;
  }

  85% {
    opacity: .3;
  }

  100% {
    opacity: 0;
    transform: translateY(-100vh)scale(.2)translateX(30px);
  }
}

@keyframes vignettePulse {
  0%, 100% {
    opacity: .6;
  }

  50% {
    opacity: .8;
  }
}

.bg-luxury-gradient {
  background: linear-gradient(-45deg, #2d0f18, #4a1a26, #6b2737, #5a2030, #4a1a26, #5e2233, #4a1a26, #2d0f18) 0 0 / 400% 400%;
  animation: 15s infinite gradientShift;
}

.sparkle-container {
  position: relative;
  overflow: hidden;
}

.sparkle-container:before, .sparkle-container:after {
  content: "";
  pointer-events: none;
  z-index: 1;
  position: absolute;
  inset: 0;
}

.sparkle-container:before {
  background-image: radial-gradient(1px 1px at 10% 20%, #c9a86a99 50%, #0000 50%), radial-gradient(1px 1px at 25% 60%, #c9a86a66 50%, #0000 50%), radial-gradient(1.5px 1.5px at 40% 15%, #f8f8f880 50%, #0000 50%), radial-gradient(1px 1px at 55% 75%, #c9a86a80 50%, #0000 50%), radial-gradient(1px 1px at 70% 35%, #f8f8f84d 50%, #0000 50%), radial-gradient(1.5px 1.5px at 85% 55%, #c9a86a73 50%, #0000 50%), radial-gradient(1px 1px at 15% 85%, #c9a86a59 50%, #0000 50%), radial-gradient(1px 1px at 60% 45%, #f8f8f866 50%, #0000 50%), radial-gradient(1.5px 1.5px at 90% 80%, #c9a86a4d 50%, #0000 50%), radial-gradient(1px 1px at 35% 90%, #f8f8f859 50%, #0000 50%), radial-gradient(1px 1px at 5%, #c9a86a80 50%, #0000 50%), radial-gradient(1px 1px at 75% 10%, #f8f8f873 50%, #0000 50%), radial-gradient(1px 1px at 50% 30%, #c9a86a4d 50%, #0000 50%), radial-gradient(1px 1px at 95% 25%, #f8f8f859 50%, #0000 50%);
  animation: 18s linear infinite sparkleFloat;
}

.sparkle-container:after {
  background-image: radial-gradient(1px 1px at 20% 40%, #c9a86a80 50%, #0000 50%), radial-gradient(1px 1px at 45% 80%, #f8f8f859 50%, #0000 50%), radial-gradient(1.5px 1.5px at 65% 25%, #c9a86a73 50%, #0000 50%), radial-gradient(1px 1px at 80% 65%, #f8f8f866 50%, #0000 50%), radial-gradient(1px 1px at 30%, #c9a86a59 50%, #0000 50%), radial-gradient(1px 1px at 50% 10%, #f8f8f84d 50%, #0000 50%), radial-gradient(1.5px 1.5px at 10% 70%, #c9a86a66 50%, #0000 50%), radial-gradient(1px 1px at 72%, #f8f8f880 50%, #0000 50%), radial-gradient(1px 1px at 88% 90%, #c9a86a4d 50%, #0000 50%), radial-gradient(1px 1px at 42% 55%, #f8f8f866 50%, #0000 50%);
  animation: 24s linear -6s infinite sparkleFloat2;
}

.hero-vignette {
  position: relative;
}

.hero-vignette:before {
  content: "";
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(#0000 30%, #05081066 70%, #050810b3 100%);
  animation: 8s ease-in-out infinite vignettePulse;
  position: absolute;
  inset: 0;
}

.animate-fade-in-up {
  animation: 1s cubic-bezier(.4, 0, .2, 1) both fadeInUp;
}

.animate-fade-in {
  animation: .8s cubic-bezier(.4, 0, .2, 1) both fadeIn;
}

.animate-slide-down {
  animation: .5s cubic-bezier(.4, 0, .2, 1) both slideDown;
}

.animate-scale-in {
  animation: .7s cubic-bezier(.4, 0, .2, 1) both scaleIn;
}

.animate-slide-in-right {
  animation: .8s cubic-bezier(.4, 0, .2, 1) both slideInRight;
}

.animate-float {
  animation: 8s cubic-bezier(.4, 0, .2, 1) infinite floatSlow;
}

.animate-rotate-in {
  animation: .8s cubic-bezier(.4, 0, .2, 1) both rotateIn;
}

.animate-delay-100 {
  animation-delay: .1s;
}

.animate-delay-200 {
  animation-delay: .2s;
}

.animate-delay-300 {
  animation-delay: .3s;
}

.animate-delay-400 {
  animation-delay: .4s;
}

.animate-delay-500 {
  animation-delay: .5s;
}

.animate-delay-600 {
  animation-delay: .6s;
}

.animate-delay-700 {
  animation-delay: .7s;
}

.animate-delay-800 {
  animation-delay: .8s;
}

.animate-delay-900 {
  animation-delay: .9s;
}

.animate-delay-1000 {
  animation-delay: 1s;
}

.skeleton {
  background: linear-gradient(90deg, #f5efe6 25%, #e5ddd1 50%, #f5efe6 75%) 0 0 / 200% 100%;
  border-radius: 4px;
  animation: 1.5s infinite shimmer;
}

.ornament {
  justify-content: center;
  align-items: center;
  gap: 14px;
  display: flex;
}

.ornament-line {
  background: linear-gradient(90deg, #0000, #c9a86a 40% 60%, #0000);
  width: 70px;
  height: 1px;
}

.ornament-diamond {
  background: #c9a86a;
  width: 7px;
  height: 7px;
  animation: 3s ease-in-out infinite diamondPulse;
  transform: rotate(45deg);
  box-shadow: 0 0 8px #c9a86a66;
}

.ornament-line-lg {
  background: linear-gradient(90deg, #0000, #c9a86a 30% 70%, #0000);
  width: 100px;
  height: 1px;
}

.ornament-diamond-lg {
  background: #c9a86a;
  width: 10px;
  height: 10px;
  animation: 3s ease-in-out infinite diamondPulse;
  transform: rotate(45deg);
  box-shadow: 0 0 15px #c9a86a80, 0 0 30px #c9a86a33;
}

.glass {
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: #ffffffb3;
  border: 1px solid #c9a86a26;
  box-shadow: 0 8px 32px #0f172a0f;
}

.glass-dark {
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: #1a1a1abf;
  border: 1px solid #c9a86a1a;
  box-shadow: 0 8px 32px #0003;
}

.luxury-glow {
  transition: box-shadow .6s cubic-bezier(.4, 0, .2, 1);
}

.luxury-glow:hover {
  box-shadow: 0 0 20px #c9a86a26, 0 0 60px #c9a86a14, 0 8px 30px #0f172a14;
}

.luxury-card {
  background: #fff;
  border-radius: 16px;
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.luxury-card:before {
  content: none;
}

.luxury-card:after {
  content: none;
  z-index: 1;
}

.luxury-card:hover {
  transform: translateY(-4px)scale(1.005);
  box-shadow: 0 20px 60px #0f172a14, 0 8px 24px #c9a86a0f, 0 2px 8px #0000000a;
}

.gold-text {
  background: linear-gradient(135deg, #a8904e 0%, #c9a86a 20%, #e8d5a3 40%, #d4b87a 60%, #c9a86a 80%, #a8904e 100%) 0 0 / 300%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 5s infinite goldShimmer;
}

.text-gradient-gold {
  background: linear-gradient(135deg, #a8904e 0%, #d4b87a 25%, #f0e4c4 50%, #d4b87a 75%, #a8904e 100%) 0 0 / 300%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 6s infinite goldShimmer;
}

.btn-luxury {
  border-radius: 9999px;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.btn-luxury:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, #0000 0%, #ffffff1a 50%, #0000 100%);
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.btn-luxury:after {
  content: "";
  background: #ffffff1f;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width .7s cubic-bezier(.4, 0, .2, 1), height .7s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-luxury:hover:before {
  opacity: 1;
}

.btn-luxury:hover:after {
  width: 400px;
  height: 400px;
}

.btn-luxury:hover {
  letter-spacing: 4px;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #0f172a40, 0 4px 12px #c9a86a26;
}

.btn-luxury:active {
  transform: translateY(0);
}

.hero-circle {
  border: 1px solid #c9a86a14;
  border-radius: 50%;
  animation: 5s ease-in-out infinite heroGlow;
  position: absolute;
}

.hero-circle-1 {
  border: 1px dashed #c9a86a0f;
  width: 1000px;
  height: 1000px;
  animation: 5s ease-in-out infinite heroGlow, 120s linear infinite heroCircleRotate;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-circle-2 {
  border-width: 1.5px;
  border-color: #c9a86a1a;
  width: 700px;
  height: 700px;
  animation: 5s ease-in-out 1.5s infinite heroGlow, 90s linear infinite reverse heroCircleRotate;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-circle-3 {
  border-width: 1px;
  border-color: #f8f8f814;
  width: 420px;
  height: 420px;
  animation: 5s ease-in-out 3s infinite heroGlow, 60s linear infinite heroCircleRotate;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 80px #c9a86a0d;
}

.image-reveal {
  position: relative;
  overflow: hidden;
}

.image-reveal:after {
  content: "";
  opacity: 0;
  background: linear-gradient(#0000 50%, #0a0f1ab3 100%);
  transition: opacity .6s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.image-reveal:hover:after {
  opacity: 1;
}

.reveal {
  opacity: 0;
  filter: blur(3px);
  will-change: opacity, transform, filter;
  transition: opacity 1s cubic-bezier(.4, 0, .2, 1), transform 1s cubic-bezier(.4, 0, .2, 1), filter 1s cubic-bezier(.4, 0, .2, 1);
  transform: translateY(40px);
}

.reveal.visible {
  opacity: 1;
  filter: blur();
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: .15s;
}

.reveal-delay-2 {
  transition-delay: .3s;
}

.reveal-delay-3 {
  transition-delay: .45s;
}

.reveal-delay-4 {
  transition-delay: .6s;
}

.timeline-mobile-item {
  text-align: center !important;
  flex-direction: column !important;
  align-items: center !important;
  display: flex !important;
}

.section-divider {
  background: linear-gradient(90deg, #0000, #f5efe6 15%, #c9a86a 50%, #f5efe6 85%, #0000);
  height: 1px;
  position: relative;
}

.section-divider:before {
  content: "";
  background: #c9a86a;
  width: 7px;
  height: 7px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%)rotate(45deg);
  box-shadow: 0 0 10px #c9a86a80;
}

.section-divider-dramatic {
  background: linear-gradient(90deg, #0000, #c9a86a40 20%, #c9a86a 50%, #c9a86a40 80%, #0000);
  height: 2px;
  position: relative;
}

.section-divider-dramatic:before {
  content: "";
  background: #c9a86a;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%)rotate(45deg);
  box-shadow: 0 0 15px #c9a86a99, 0 0 30px #c9a86a33;
}

.section-divider-dramatic:after {
  content: "";
  filter: blur(3px);
  background: linear-gradient(90deg, #0000, #c9a86a1a 30%, #c9a86a26 50%, #c9a86a1a 70%, #0000);
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.divider-ornate {
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 24px 0;
  display: flex;
  position: relative;
}

.divider-ornate:before, .divider-ornate:after {
  content: "";
  background: linear-gradient(90deg, #0000, #c9a86a40);
  flex: 1;
  max-width: 200px;
  height: 1px;
}

.divider-ornate:after {
  background: linear-gradient(90deg, #c9a86a40, #0000);
}

.divider-ornate-center {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 20px;
  display: flex;
  position: relative;
}

.divider-ornate-center:before {
  content: "";
  background: #c9a86a;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  box-shadow: 0 0 12px #c9a86a66;
}

.divider-ornate-center:after {
  content: "";
  border: 1px solid #c9a86a4d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.parallax-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (prefers-reduced-motion: reduce) {
  .parallax-bg {
    background-attachment: scroll;
  }
}

.bg-texture {
  position: relative;
}

.bg-texture:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle at 20%, #c9a86a08 0%, #0000 50%), radial-gradient(circle at 80% 20%, #0f172a05 0%, #0000 50%), radial-gradient(circle at 50% 80%, #c9a86a05 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.bg-pattern {
  position: relative;
}

.bg-pattern:after {
  content: "";
  opacity: .015;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A86A'%3E%3Cpath d='M30 0l3 5.196h-6L30 0zM30 60l3-5.196h-6L30 60zM0 30l5.196-3v6L0 30zM60 30l-5.196-3v6L60 30z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.luxury-input {
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #f5efe6;
  border-radius: 12px;
  outline: none;
  padding: 14px 20px;
  font-size: 14px;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

.luxury-input::placeholder {
  color: #6b728066;
}

.luxury-input:focus {
  border-color: #c9a86a;
  box-shadow: 0 0 0 3px #c9a86a1a, 0 0 20px #c9a86a14, 0 4px 12px #c9a86a0f;
}

.luxury-input:hover:not(:focus) {
  border-color: #c9a86a66;
}

.link-luxury {
  text-decoration: none;
  transition: color .4s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.link-luxury:after {
  content: "";
  background: linear-gradient(90deg, #0000, #c9a86a, #0000);
  width: 0;
  height: 1px;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.link-luxury:hover:after {
  width: 100%;
}

.border-ornate {
  position: relative;
}

.border-ornate:before {
  content: "";
  background: linear-gradient(90deg, #0000, #c9a86a4d, #0000);
  height: 1px;
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
}

.border-ornate:after {
  content: "";
  background: linear-gradient(90deg, #0000, #c9a86a4d, #0000);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 10%;
  right: 10%;
}

.corner-ornate {
  position: relative;
}

.corner-ornate:before, .corner-ornate:after {
  content: "";
  border-style: solid;
  border-color: #c9a86a4d;
  width: 20px;
  height: 20px;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
}

.corner-ornate:before {
  border-width: 1px 0 0 1px;
  top: -1px;
  left: -1px;
}

.corner-ornate:after {
  border-width: 0 1px 1px 0;
  bottom: -1px;
  right: -1px;
}

.corner-ornate:hover:before, .corner-ornate:hover:after {
  border-color: #c9a86a99;
  width: 30px;
  height: 30px;
}

.plan-recommended {
  position: relative;
  overflow: hidden;
}

.plan-recommended:before {
  content: "";
  pointer-events: none;
  background: conic-gradient(#0000 0deg, #c9a86a14 60deg, #0000 120deg 180deg, #c9a86a0d 240deg, #0000 300deg 360deg);
  width: 200%;
  height: 200%;
  animation: 8s linear infinite heroCircleRotate;
  position: absolute;
  top: -50%;
  left: -50%;
}

.plan-recommended:after {
  content: "";
  z-index: 0;
  background: #fff;
  position: absolute;
  inset: 1px;
}

.plan-recommended > * {
  z-index: 1;
  position: relative;
}

.header-scrolled-glow {
  border-bottom: 1px solid #c9a86a33 !important;
  box-shadow: 0 1px #c9a86a1a, 0 4px 20px #0f172a0a !important;
}

.header-gold-line {
  position: relative;
}

.header-gold-line:before {
  content: "";
  z-index: 60;
  background: linear-gradient(90deg, #0000, #c9a86a40 20%, #c9a86a 50%, #c9a86a40 80%, #0000);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-champagne-line {
  position: relative;
}

.header-champagne-line:before {
  content: "";
  z-index: 60;
  background: linear-gradient(90deg, #0000, #c9a86a40 20%, #c9a86a 50%, #c9a86a40 80%, #0000);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile-menu-enter {
  animation: .4s cubic-bezier(.4, 0, .2, 1) both slideDown;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#c9a86a60, #c9a86a90);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#c9a86a, #a8904e);
}

::selection {
  color: #4a1a26;
  background: #c9a86a40;
}

:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #c9a86a;
  transition: outline-offset .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 0 0 5px #c9a86a26;
}

.stat-luxury {
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.stat-luxury:after {
  content: "";
  background: linear-gradient(90deg, #0000, #c9a86a, #0000);
  width: 0;
  height: 1px;
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.stat-luxury:hover:after {
  width: 60%;
}

.stat-luxury:hover {
  transform: translateY(-4px);
}

.step-card {
  padding: 2.5rem 2rem;
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.step-card:before {
  content: "";
  background: linear-gradient(#0000, #c9a86a40);
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.step-card:hover {
  background: #c9a86a08;
}

.review-card {
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.review-card:before {
  content: "“";
  color: #c9a86a1f;
  pointer-events: none;
  font-family: Playfair Display, serif;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 16px;
}

.review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px #0f172a0f;
}

.dash-stat {
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.dash-stat:before {
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #0000, #c9a86a, #0000);
  height: 2px;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dash-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px #0f172a0f;
}

.dash-stat:hover:before {
  opacity: 1;
}

.dash-nav {
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
}

.dash-nav:after {
  content: "";
  background: linear-gradient(90deg, #c9a86a, #d4b87a);
  width: 0;
  height: 2px;
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.dash-nav:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px #0f172a0f;
}

.dash-nav:hover:after {
  width: 100%;
}

.noise-overlay {
  position: relative;
}

.noise-overlay:before {
  content: "";
  opacity: .03;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.provider-image-hover {
  position: relative;
  overflow: hidden;
}

.provider-image-hover:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000 40%, #0a0f1a26 70%, #0a0f1a80 100%);
  transition: all .6s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  inset: 0;
}

.provider-image-hover:hover:before {
  background: linear-gradient(#0a0f1a1a 0%, #0a0f1a4d 50%, #0a0f1ab3 100%);
}

.hero-cinematic {
  position: relative;
}

.hero-cinematic:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0a0f1a4d 0%, #0000 30% 50%, #000000b3 100%);
  position: absolute;
  inset: 0;
}

.hero-cinematic:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000, #f8f8f8);
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@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-divide-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: 0;
}

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/*# sourceMappingURL=src_app_globals_0p2ml0n.css.map*/