/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-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-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;
    }
  }
}

@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-neutral-50: oklch(.985 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --blur-md: 12px;
    --blur-xl: 24px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

  body {
    line-height: inherit;
  }

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-2\.35\%\] {
    inset: -2.35%;
  }

  .inset-\[-4\.71\%\] {
    inset: -4.71%;
  }

  .inset-\[4px\] {
    inset: 4px;
  }

  .inset-\[8\.33\%\] {
    inset: 8.33%;
  }

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

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

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

  .top-\[-0\.6\%\] {
    top: -.6%;
  }

  .top-\[-1px\] {
    top: -1px;
  }

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

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

  .top-\[-12\.79\%\] {
    top: -12.79%;
  }

  .top-\[-18\.55\%\] {
    top: -18.55%;
  }

  .top-\[-25\.22\%\] {
    top: -25.22%;
  }

  .top-\[-33\.33\%\] {
    top: -33.33%;
  }

  .top-\[-41\.44\%\] {
    top: -41.44%;
  }

  .top-\[-50px\] {
    top: -50px;
  }

  .top-\[-54\.7\%\] {
    top: -54.7%;
  }

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

  .top-\[-150\.77\%\] {
    top: -150.77%;
  }

  .top-\[6px\] {
    top: 6px;
  }

  .top-\[18px\] {
    top: 18px;
  }

  .top-\[20px\] {
    top: 20px;
  }

  .top-\[30px\] {
    top: 30px;
  }

  .top-\[40px\] {
    top: 40px;
  }

  .top-\[50px\] {
    top: 50px;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[65px\] {
    top: 65px;
  }

  .top-\[70px\] {
    top: 70px;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[94px\] {
    top: 94px;
  }

  .top-\[140px\] {
    top: 140px;
  }

  .top-\[180px\] {
    top: 180px;
  }

  .top-\[200px\] {
    top: 200px;
  }

  .top-\[240px\] {
    top: 240px;
  }

  .top-\[299px\] {
    top: 299px;
  }

  .top-\[320px\] {
    top: 320px;
  }

  .top-\[400px\] {
    top: 400px;
  }

  .top-\[420px\] {
    top: 420px;
  }

  .top-\[481px\] {
    top: 481px;
  }

  .top-\[495px\] {
    top: 495px;
  }

  .top-\[522px\] {
    top: 522px;
  }

  .top-\[793px\] {
    top: 793px;
  }

  .top-\[923px\] {
    top: 923px;
  }

  .top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + .5px);
  }

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

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

  .right-\[-50px\] {
    right: -50px;
  }

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

  .right-\[12\.5\%\] {
    right: 12.5%;
  }

  .right-\[20px\] {
    right: 20px;
  }

  .right-\[50px\] {
    right: 50px;
  }

  .right-\[100px\] {
    right: 100px;
  }

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

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

  .bottom-\[12\.5\%\] {
    bottom: 12.5%;
  }

  .bottom-\[80px\] {
    bottom: 80px;
  }

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

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

  .left-\[-0\.07\%\] {
    left: -.07%;
  }

  .left-\[-6\.05\%\] {
    left: -6.05%;
  }

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

  .left-\[-10\.58\%\] {
    left: -10.58%;
  }

  .left-\[-25\.51\%\] {
    left: -25.51%;
  }

  .left-\[-60\.66\%\] {
    left: -60.66%;
  }

  .left-\[-72\.09\%\] {
    left: -72.09%;
  }

  .left-\[-73\.53\%\] {
    left: -73.53%;
  }

  .left-\[-93\.46\%\] {
    left: -93.46%;
  }

  .left-\[-186\.52\%\] {
    left: -186.52%;
  }

  .left-\[-300px\] {
    left: -300px;
  }

  .left-\[-554px\] {
    left: -554px;
  }

  .left-\[3px\] {
    left: 3px;
  }

  .left-\[6px\] {
    left: 6px;
  }

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

  .left-\[12\.2\%\] {
    left: 12.2%;
  }

  .left-\[12\.5\%\] {
    left: 12.5%;
  }

  .left-\[20px\] {
    left: 20px;
  }

  .left-\[24\.4\%\] {
    left: 24.4%;
  }

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

  .left-\[36\.2\%\] {
    left: 36.2%;
  }

  .left-\[37\.6\%\] {
    left: 37.6%;
  }

  .left-\[46px\] {
    left: 46px;
  }

  .left-\[49\.8\%\] {
    left: 49.8%;
  }

  .left-\[50\.5\%\] {
    left: 50.5%;
  }

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

  .left-\[64\.3\%\] {
    left: 64.3%;
  }

  .left-\[100px\] {
    left: 100px;
  }

  .left-\[101px\] {
    left: 101px;
  }

  .left-\[377px\] {
    left: 377px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .my-\[50px\] {
    margin-block: 50px;
  }

  .ms-\[24px\] {
    margin-inline-start: 24px;
  }

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

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

  .mt-\[8px\] {
    margin-top: 8px;
  }

  .mt-\[16px\] {
    margin-top: 16px;
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

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

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

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

  .mb-\[12px\] {
    margin-bottom: 12px;
  }

  .mb-\[28px\] {
    margin-bottom: 28px;
  }

  .mb-\[30px\] {
    margin-bottom: 30px;
  }

  .mb-\[32px\] {
    margin-bottom: 32px;
  }

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

  .aspect-\[360\/639\] {
    aspect-ratio: 360 / 639;
  }

  .aspect-\[360\/742\] {
    aspect-ratio: 360 / 742;
  }

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

  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }

  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-\[34px\] {
    width: 34px;
    height: 34px;
  }

  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }

  .size-\[58px\] {
    width: 58px;
    height: 58px;
  }

  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }

  .size-\[68px\] {
    width: 68px;
    height: 68px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[120\.12\%\] {
    height: 120.12%;
  }

  .h-\[121\.6\%\] {
    height: 121.6%;
  }

  .h-\[129\.95\%\] {
    height: 129.95%;
  }

  .h-\[130\.14\%\] {
    height: 130.14%;
  }

  .h-\[151\.25\%\] {
    height: 151.25%;
  }

  .h-\[155\.23\%\] {
    height: 155.23%;
  }

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

  .h-\[182\.41\%\] {
    height: 182.41%;
  }

  .h-\[195\.05\%\] {
    height: 195.05%;
  }

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

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

  .h-\[225\.14\%\] {
    height: 225.14%;
  }

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

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

  .h-\[281\.52\%\] {
    height: 281.52%;
  }

  .h-\[290\.45\%\] {
    height: 290.45%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

  .w-\[12\.9\%\] {
    width: 12.9%;
  }

  .w-\[13\.2\%\] {
    width: 13.2%;
  }

  .w-\[13\.9\%\] {
    width: 13.9%;
  }

  .w-\[15\.3\%\] {
    width: 15.3%;
  }

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

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

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

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

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

  .w-\[106\.05\%\] {
    width: 106.05%;
  }

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

  .w-\[114\.21\%\] {
    width: 114.21%;
  }

  .w-\[119\.57\%\] {
    width: 119.57%;
  }

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

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

  .w-\[121\.16\%\] {
    width: 121.16%;
  }

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

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

  .w-\[145\.73\%\] {
    width: 145.73%;
  }

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

  .w-\[173\.66\%\] {
    width: 173.66%;
  }

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

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

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

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

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

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

  .w-\[242\.89\%\] {
    width: 242.89%;
  }

  .w-\[247\.43\%\] {
    width: 247.43%;
  }

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

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

  .w-\[292\.83\%\] {
    width: 292.83%;
  }

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

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

  .w-\[477\.98\%\] {
    width: 477.98%;
  }

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

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

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

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

  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }

  .w-\[calc\(100\%-92px\)\] {
    width: calc(100% - 92px);
  }

  .w-\[min\(1560px\,calc\(100\%-40px\)\)\] {
    width: min(1560px, 100% - 40px);
  }

  .w-\[min\(1568px\,calc\(100\%-40px\)\)\] {
    width: min(1568px, 100% - 40px);
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-w-\[calc\(100\%-40px\)\] {
    max-width: calc(100% - 40px);
  }

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .origin-top {
    transform-origin: top;
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-180, .rotate-\[180deg\] {
    rotate: 180deg;
  }

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

  .cursor-default {
    cursor: default;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

  .flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[30px\] {
    gap: 30px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[60px\] {
    gap: 60px;
  }

  .gap-\[64px\] {
    gap: 64px;
  }

  .gap-\[79px\] {
    gap: 79px;
  }

  .gap-\[100px\] {
    gap: 100px;
  }

  :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-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-\[12px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(12px * var(--tw-space-y-reverse));
    margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-\[1000px\] {
    border-radius: 1000px;
  }

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

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

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

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

  .border-\[1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 0 0;
  }

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

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

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

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

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

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

  .border-\[rgba\(201\,164\,100\,0\.1\)\] {
    border-color: #c9a4641a;
  }

  .border-\[rgba\(201\,164\,100\,0\.2\)\] {
    border-color: #c9a46433;
  }

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

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

  .bg-\[\#C9A464\], .bg-\[\#c9a464\] {
    background-color: #c9a464;
  }

  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: #00000080;
  }

  .bg-\[rgba\(0\,0\,0\,0\.8\)\] {
    background-color: #000c;
  }

  .bg-\[rgba\(0\,0\,0\,0\.85\)\] {
    background-color: #000000d9;
  }

  .bg-\[rgba\(26\,26\,26\,0\.85\)\] {
    background-color: #1a1a1ad9;
  }

  .bg-\[rgba\(26\,26\,26\,0\.95\)\] {
    background-color: #1a1a1af2;
  }

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

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

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

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

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom 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-\[rgba\(0\,0\,0\,0\)\] {
    --tw-gradient-from: #0000;
    --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-\[rgba\(26\,26\,26\,0\)\] {
    --tw-gradient-from: #1a1a1a00;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-black\/80 {
    --tw-gradient-from: #000c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .from-\[23\.036\%\] {
    --tw-gradient-from-position: 23.036%;
  }

  .from-\[30\.959\%\] {
    --tw-gradient-from-position: 30.959%;
  }

  .from-\[35\.812\%\] {
    --tw-gradient-from-position: 35.812%;
  }

  .via-\[rgba\(0\,0\,0\,0\.3\)\] {
    --tw-gradient-via: #0000004d;
    --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-black\/40 {
    --tw-gradient-via: #0006;
    --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: color-mix(in lab, red, red)) {
    .via-black\/40 {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .to-\[\#000000\] {
    --tw-gradient-to: #000;
    --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-\[\#1a1a1a\] {
    --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-\[rgba\(0\,0\,0\,0\.5\)\] {
    --tw-gradient-to: #00000080;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[87\.345\%\] {
    --tw-gradient-to-position: 87.345%;
  }

  .to-\[93\.92\%\] {
    --tw-gradient-to-position: 93.92%;
  }

  .to-\[96\.145\%\] {
    --tw-gradient-to-position: 96.145%;
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[28px_28px\] {
    mask-size: 28px 28px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[0px_-1\.312px\] {
    mask-position: 0 -1.312px;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[20px\] {
    padding: 20px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

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

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

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

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

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

  .py-\[8px\] {
    padding-block: 8px;
  }

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

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

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[48px\] {
    padding-block: 48px;
  }

  .py-\[50px\] {
    padding-block: 50px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .py-\[68px\] {
    padding-block: 68px;
  }

  .py-\[80px\] {
    padding-block: 80px;
  }

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

  .pt-\[60px\] {
    padding-top: 60px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

  .pt-\[86px\] {
    padding-top: 86px;
  }

  .pt-\[120px\] {
    padding-top: 120px;
  }

  .pt-\[140px\] {
    padding-top: 140px;
  }

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

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

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

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .pb-\[80px\] {
    padding-bottom: 80px;
  }

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

  .font-\[\'Bebas_Neue\:Regular\'\,sans-serif\] {
    font-family: Bebas Neue\:Regular, sans-serif;
  }

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .font-\[\'Poppins\:Italic\'\,sans-serif\] {
    font-family: Poppins\:Italic, sans-serif;
  }

  .font-\[\'Poppins\:Regular\'\,sans-serif\] {
    font-family: Poppins\:Regular, sans-serif;
  }

  .font-\[\'Quantify\:Regular\'\,sans-serif\] {
    font-family: Quantify\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[110\%\] {
    --tw-leading: 110%;
    line-height: 110%;
  }

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

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

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

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

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

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

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

  .text-neutral-50 {
    color: var(--color-neutral-50);
  }

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

  .italic {
    font-style: italic;
  }

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

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

  .decoration-solid {
    text-decoration-style: solid;
  }

  .placeholder-\[\#a0a0a0\]::placeholder {
    color: #a0a0a0;
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px 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-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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

  .blur {
    --tw-blur: blur(8px);
    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-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .\[text-shadow\:rgba\(0\,0\,0\,0\.25\)_0px_4px_4px\] {
    text-shadow: 0 4px 4px #00000040;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @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) {
    .hover\:border-\[\#c9a464\]\/50:hover {
      border-color: oklab(73.8234% .0157717 .0917247 / .5);
    }
  }

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

  @media (width >= 48rem) {
    .md\:top-\[8px\] {
      top: 8px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[23px\] {
      top: 23px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[37px\] {
      top: 37px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[58px\] {
      top: 58px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[69px\] {
      top: 69px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[79px\] {
      top: 79px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[80px\] {
      top: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[86px\] {
      top: 86px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[90px\] {
      top: 90px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[94px\] {
      top: 94px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[148px\] {
      top: 148px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[298px\] {
      top: 298px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[299px\] {
      top: 299px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[308px\] {
      top: 308px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[357px\] {
      top: 357px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[461px\] {
      top: 461px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[481px\] {
      top: 481px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[585px\] {
      top: 585px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[628px\] {
      top: 628px;
    }
  }

  @media (width >= 48rem) {
    .md\:right-\[40px\] {
      right: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-\[150px\] {
      bottom: 150px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[-554px\] {
      left: -554px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[6px\] {
      left: 6px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[15\.9\%\] {
      left: 15.9%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[16\.2\%\] {
      left: 16.2%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[31\.5\%\] {
      left: 31.5%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[31\.9\%\] {
      left: 31.9%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[40px\] {
      left: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[42px\] {
      left: 42px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[46\.8\%\] {
      left: 46.8%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[48\.5\%\] {
      left: 48.5%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[64\.2\%\] {
      left: 64.2%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[65\.1\%\] {
      left: 65.1%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[73px\] {
      left: 73px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[78px\] {
      left: 78px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[81px\] {
      left: 81px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[82\.4\%\] {
      left: 82.4%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[82\.7\%\] {
      left: 82.7%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[377px\] {
      left: 377px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[908px\] {
      left: 908px;
    }
  }

  @media (width >= 48rem) {
    .md\:my-\[100px\] {
      margin-block: 100px;
    }
  }

  @media (width >= 48rem) {
    .md\:ms-\[36px\] {
      margin-inline-start: 36px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[12px\] {
      margin-top: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[28px\] {
      margin-top: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[32px\] {
      margin-top: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:mb-\[60px\] {
      margin-bottom: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:mb-\[64px\] {
      margin-bottom: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:mb-\[68px\] {
      margin-bottom: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[84px\] {
      margin-left: 84px;
    }
  }

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

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

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

  @media (width >= 48rem) {
    .md\:size-\[18px\] {
      width: 18px;
      height: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[20px\] {
      width: 20px;
      height: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[30px\] {
      width: 30px;
      height: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[32px\] {
      width: 32px;
      height: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[40px\] {
      width: 40px;
      height: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[68px\] {
      width: 68px;
      height: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[20px\] {
      height: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[50px\] {
      height: 50px;
    }
  }

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

  @media (width >= 48rem) {
    .md\:h-\[263px\] {
      height: 263px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[341px\] {
      height: 341px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[344px\] {
      height: 344px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[362px\] {
      height: 362px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[373px\] {
      height: 373px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[401px\] {
      height: 401px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[422px\] {
      height: 422px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[431px\] {
      height: 431px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[432px\] {
      height: 432px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[444px\] {
      height: 444px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[454px\] {
      height: 454px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[466px\] {
      height: 466px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[472px\] {
      height: 472px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[501px\] {
      height: 501px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[516px\] {
      height: 516px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[654px\] {
      height: 654px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[666px\] {
      height: 666px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[788px\] {
      height: 788px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[894px\] {
      height: 894px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[928px\] {
      height: 928px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[1037px\] {
      height: 1037px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[2268px\] {
      height: 2268px;
    }
  }

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

  @media (width >= 48rem) {
    .md\:w-\[4px\] {
      width: 4px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[15\.3\%\] {
      width: 15.3%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[16\.3\%\] {
      width: 16.3%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[16\.9\%\] {
      width: 16.9%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[17\.3\%\] {
      width: 17.3%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[18\.3\%\] {
      width: 18.3%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[20\.2\%\] {
      width: 20.2%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[25\.333px\] {
      width: 25.333px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[28px\] {
      width: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[140px\] {
      width: 140px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[180px\] {
      width: 180px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[184px\] {
      width: 184px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[244px\] {
      width: 244px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[257px\] {
      width: 257px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[272px\] {
      width: 272px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[277px\] {
      width: 277px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[279px\] {
      width: 279px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[321px\] {
      width: 321px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[340px\] {
      width: 340px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[352px\] {
      width: 352px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[398px\] {
      width: 398px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[441px\] {
      width: 441px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[466px\] {
      width: 466px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[509px\] {
      width: 509px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[600px\] {
      width: 600px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[650px\] {
      width: 650px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[695px\] {
      width: 695px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[741px\] {
      width: 741px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[754px\] {
      width: 754px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[762px\] {
      width: 762px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[764px\] {
      width: 764px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[765px\] {
      width: 765px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[786px\] {
      width: 786px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[1107px\] {
      width: 1107px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[min\(1560px\,calc\(100\%-80px\)\)\] {
      width: min(1560px, 100% - 80px);
    }
  }

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

  @media (width >= 48rem) {
    .md\:max-w-\[761px\] {
      max-width: 761px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[764px\] {
      max-width: 764px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[1522px\] {
      max-width: 1522px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[1526px\] {
      max-width: 1526px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-none {
      max-width: none;
    }
  }

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

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

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

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

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

  @media (width >= 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (width >= 48rem) {
    .md\:items-start {
      align-items: flex-start;
    }
  }

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

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

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

  @media (width >= 48rem) {
    .md\:gap-\[10px\] {
      gap: 10px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[12px\] {
      gap: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[25px\] {
      gap: 25px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[28px\] {
      gap: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[32px\] {
      gap: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[38px\] {
      gap: 38px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[40px\] {
      gap: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[42px\] {
      gap: 42px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[58px\] {
      gap: 58px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[59px\] {
      gap: 59px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[64px\] {
      gap: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[68px\] {
      gap: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[200px\] {
      gap: 200px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[28px\] {
      border-radius: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:border-4 {
      border-style: var(--tw-border-style);
      border-width: 4px;
    }
  }

  @media (width >= 48rem) {
    .md\:border-\[8px\] {
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[10px\] {
      padding: 10px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[40px\] {
      padding: 40px;
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:px-\[20px\] {
      padding-inline: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[24px\] {
      padding-inline: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[48px\] {
      padding-inline: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[80px\] {
      padding-inline: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[100px\] {
      padding-inline: 100px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[101px\] {
      padding-inline: 101px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[10px\] {
      padding-block: 10px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[12px\] {
      padding-block: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[16px\] {
      padding-block: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[60px\] {
      padding-block: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[64px\] {
      padding-block: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[68px\] {
      padding-block: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[100px\] {
      padding-block: 100px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[120px\] {
      padding-block: 120px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[160px\] {
      padding-block: 160px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[86px\] {
      padding-top: 86px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[120px\] {
      padding-top: 120px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[180px\] {
      padding-top: 180px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[80px\] {
      padding-bottom: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[100px\] {
      padding-bottom: 100px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[64px\] {
      font-size: 64px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[68px\] {
      font-size: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[72px\] {
      font-size: 72px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[96px\] {
      font-size: 96px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[120px\] {
      font-size: 120px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[128px\] {
      font-size: 128px;
    }
  }

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

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

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[30px\] {
      font-size: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[80px\] {
      font-size: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[96px\] {
      font-size: 96px;
    }
  }

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

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: 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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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