@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-space-y-reverse: 0;
      --tw-space-x-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-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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-red-800: #9f0712;
    --color-red-900: #82181a;
    --color-orange-50: #fff7ed;
    --color-orange-300: #ffb96d;
    --color-orange-500: #fe6e00;
    --color-orange-600: #f05100;
    --color-amber-50: #fffbeb;
    --color-amber-100: #fef3c6;
    --color-amber-200: #fee685;
    --color-amber-300: #ffd236;
    --color-amber-600: #dd7400;
    --color-amber-800: #953d00;
    --color-amber-900: #7b3306;
    --color-blue-600: #155dfc;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-gray-900: #101828;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a1a1a1;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1/0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25/0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5/1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75/1.125);
    --text-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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-xl: 24px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --animate-slide-x: slide-x 6s ease-in-out infinite;
    --animate-slide-reverce-x: slide-reverce-x 6s ease-in-out infinite;
    --animate-scale-osk: scale-osk 6s ease-in-out infinite;
    --animate-slide-line-x: slide-line-x 6s ease-in-out infinite;
    --animate-translate-x: translate-x 20s ease-in-out infinite;
  }
  @supports (color: lab(0% 0 0)) {
    :root,
    :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --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-red-900: lab(28.5139% 44.5539 29.0463);
      --color-orange-50: lab(97.7008% 1.53735 5.90649);
      --color-orange-300: lab(80.8059% 21.7313 50.4455);
      --color-orange-500: lab(64.272% 57.1788 90.3583);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-amber-50: lab(98.6252% -0.635922 8.42309);
      --color-amber-100: lab(95.916% -1.21653 23.111);
      --color-amber-200: lab(91.7203% -0.505269 49.9084);
      --color-amber-300: lab(86.4156% 6.13147 78.3961);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-amber-900: lab(31.2288% 30.2627 40.0378);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-gray-200: lab(91.6229% -0.159115 -2.26791);
      --color-gray-300: lab(85.1236% -0.612259 -3.7138);
      --color-gray-400: lab(65.9269% -0.832707 -8.17473);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-700: lab(27.1134% -0.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
      --color-gray-900: lab(8.11897% 0.811279 -12.254);
      --color-neutral-300: lab(84.92% 0 -0.0000119209);
      --color-neutral-400: lab(66.128% -0.0000298023 0.0000119209);
    }
  }
}
@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;
    -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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-inset-x-6 {
    inset-inline: calc(var(--spacing) * -6);
  }
  .-inset-x-8 {
    inset-inline: calc(var(--spacing) * -8);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-inset-y-6 {
    inset-block: calc(var(--spacing) * -6);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-top-\[4px\] {
    top: -4px;
  }
  .-top-\[8vh\] {
    top: -8vh;
  }
  .-top-\[20px\] {
    top: -20px;
  }
  .-top-\[34px\] {
    top: -34px;
  }
  .-top-\[40px\] {
    top: -40px;
  }
  .-top-\[100px\] {
    top: -100px;
  }
  .-top-\[200px\] {
    top: -200px;
  }
  .-top-full {
    top: -100%;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-18 {
    top: calc(var(--spacing) * 18);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-32 {
    top: calc(var(--spacing) * 32);
  }
  .top-40 {
    top: calc(var(--spacing) * 40);
  }
  .top-\[8vh\] {
    top: 8vh;
  }
  .top-\[34px\] {
    top: 34px;
  }
  .top-\[170px\] {
    top: 170px;
  }
  .-right-2\/5 {
    right: -40%;
  }
  .-right-\[18px\] {
    right: -18px;
  }
  .-right-\[20px\] {
    right: -20px;
  }
  .-right-\[38px\] {
    right: -38px;
  }
  .-right-\[40px\] {
    right: -40px;
  }
  .-right-\[100px\] {
    right: -100px;
  }
  .-right-\[150px\] {
    right: -150px;
  }
  .-right-\[180px\] {
    right: -180px;
  }
  .-right-\[300px\] {
    right: -300px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/3 {
    right: 33.3333%;
  }
  .right-1\/6 {
    right: 16.6667%;
  }
  .right-1\/8 {
    right: 12.5%;
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .right-\[38px\] {
    right: 38px;
  }
  .-bottom-\[4px\] {
    bottom: -4px;
  }
  .-bottom-\[8px\] {
    bottom: -8px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .bottom-32 {
    bottom: calc(var(--spacing) * 32);
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[110px\] {
    bottom: 110px;
  }
  .-left-1\/6 {
    left: -16.6667%;
  }
  .-left-60 {
    left: calc(var(--spacing) * -60);
  }
  .-left-\[20px\] {
    left: -20px;
  }
  .-left-\[24px\] {
    left: -24px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/4 {
    left: 25%;
  }
  .left-2\/5 {
    left: 40%;
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-30 {
    z-index: calc(30 * -1);
  }
  .-z-\[1\] {
    z-index: calc(1 * -1);
  }
  .-z-\[50\] {
    z-index: calc(50 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  @media (min-width: 1536px) {
    .container {
      max-width: 1536px;
    }
  }
  @media (min-width: 2036px) {
    .container {
      max-width: 2036px;
    }
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .box-content {
    box-sizing: content-box;
  }
  .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;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .aspect-\[2\.5\/1\] {
    aspect-ratio: 2.5;
  }
  .aspect-\[2\/1\] {
    aspect-ratio: 2;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4\/5 {
    width: 80%;
    height: 80%;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-11\/12 {
    width: 91.6667%;
    height: 91.6667%;
  }
  .size-96 {
    width: calc(var(--spacing) * 96);
    height: calc(var(--spacing) * 96);
  }
  .size-\[28px\] {
    width: 28px;
    height: 28px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[58px\] {
    width: 58px;
    height: 58px;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .size-\[140px\] {
    width: 140px;
    height: 140px;
  }
  .size-\[400px\] {
    width: 400px;
    height: 400px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-1\/2 {
    height: 50%;
  }
  .h-3\/5 {
    height: 60%;
  }
  .h-7\/8 {
    height: 87.5%;
  }
  .h-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[0\.5px\] {
    height: 0.5px;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[17px\] {
    height: 17px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[59\] {
    height: 59px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[121px\] {
    height: 121px;
  }
  .h-\[133px\] {
    height: 133px;
  }
  .h-\[134px\] {
    height: 134px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[193px\] {
    height: 193px;
  }
  .h-\[194px\] {
    height: 194px;
  }
  .h-\[198px\] {
    height: 198px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[201px\] {
    height: 201px;
  }
  .h-\[249px\] {
    height: 249px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-2\/3 {
    width: 66.6667%;
  }
  .w-4\/5 {
    width: 80%;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[98px\] {
    width: 98px;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[118px\] {
    width: 118px;
  }
  .w-\[120\%\] {
    width: 120%;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[137px\] {
    width: 137px;
  }
  .w-\[144\] {
    width: 144px;
  }
  .w-\[156px\] {
    width: 156px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[186px\] {
    width: 186px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[215px\] {
    width: 215px;
  }
  .w-\[244px\] {
    width: 244px;
  }
  .w-\[296px\] {
    width: 296px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[415px\] {
    width: 415px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[920px\] {
    width: 920px;
  }
  .w-\[1000px\] {
    width: 1000px;
  }
  .w-\[1100px\] {
    width: 1100px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-four {
    flex: 0 0 25%;
  }
  .flex-shrink-0,
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-2\/3 {
    --tw-translate-x: calc(calc(2/3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100vh\] {
    --tw-translate-y: calc(100vh * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[450px\] {
    --tw-translate-y: calc(450px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-50 {
    --tw-scale-y: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-scale-osk {
    animation: var(--animate-scale-osk);
  }
  .animate-slide-line-x {
    animation: var(--animate-slide-line-x);
  }
  .animate-slide-reverce-x {
    animation: var(--animate-slide-reverce-x);
  }
  .animate-slide-x {
    animation: var(--animate-slide-x);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .animate-translate-x {
    animation: var(--animate-translate-x);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 0.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-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-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))
    );
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-6 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 6) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-10 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 10) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-16 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 16) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 16) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  :where(.space-x-24 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 24) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 24) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#d6b86c\] {
    border-color: #d6b86c;
  }
  .border-amber-50 {
    border-color: var(--color-amber-50);
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-amber-800\/30 {
    border-color: #953d004d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-800\/30 {
      border-color: color-mix(
        in oklab,
        var(--color-amber-800) 30%,
        transparent
      );
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-neutral-400 {
    border-color: var(--color-neutral-400);
  }
  .bg-\[\#fff1e4\] {
    background-color: #fff1e4;
  }
  .bg-\[\#fff7df\] {
    background-color: #fff7df;
  }
  .bg-black\/10 {
    background-color: #0000001a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 10%,
        transparent
      );
    }
  }
  .bg-black\/20 {
    background-color: #0003;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 20%,
        transparent
      );
    }
  }
  .bg-black\/30 {
    background-color: #0000004d;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 30%,
        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\/60 {
    background-color: #0009;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 60%,
        transparent
      );
    }
  }
  .bg-black\/70 {
    background-color: #000000b3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(
        in oklab,
        var(--color-black) 70%,
        transparent
      );
    }
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: #fffc;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/80 {
      background-color: color-mix(
        in oklab,
        var(--color-white) 80%,
        transparent
      );
    }
  }
  .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-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-amber-50 {
    --tw-gradient-from: var(--color-amber-50);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .from-amber-100 {
    --tw-gradient-from: var(--color-amber-100);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .from-amber-800\/15 {
    --tw-gradient-from: #953d0026;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-800\/15 {
      --tw-gradient-from: color-mix(
        in oklab,
        var(--color-amber-800) 15%,
        transparent
      );
    }
  }
  .from-amber-800\/15 {
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .from-amber-900\/20 {
    --tw-gradient-from: #7b330633;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-900\/20 {
      --tw-gradient-from: color-mix(
        in oklab,
        var(--color-amber-900) 20%,
        transparent
      );
    }
  }
  .from-amber-900\/20 {
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .from-amber-900\/40 {
    --tw-gradient-from: #7b330666;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-900\/40 {
      --tw-gradient-from: color-mix(
        in oklab,
        var(--color-amber-900) 40%,
        transparent
      );
    }
  }
  .from-amber-900\/40 {
    --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-600 {
    --tw-gradient-from: var(--color-red-600);
    --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-orange-50 {
    --tw-gradient-via: var(--color-orange-50);
    --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-transparent {
    --tw-gradient-via: transparent;
    --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-amber-200 {
    --tw-gradient-to: var(--color-amber-200);
    --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-amber-600 {
    --tw-gradient-to: var(--color-amber-600);
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
  }
  .to-red-50 {
    --tw-gradient-to: var(--color-red-50);
    --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-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: 50%;
  }
  .fill-amber-300 {
    fill: var(--color-amber-300);
  }
  .fill-amber-800 {
    fill: var(--color-amber-800);
  }
  .fill-amber-900 {
    fill: var(--color-amber-900);
  }
  .fill-orange-300 {
    fill: var(--color-orange-300);
  }
  .fill-red-700 {
    fill: var(--color-red-700);
  }
  .fill-red-800 {
    fill: var(--color-red-800);
  }
  .fill-red-900 {
    fill: var(--color-red-900);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-11 {
    padding: calc(var(--spacing) * 11);
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[80px\] {
    padding: 80px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-40 {
    padding-inline: calc(var(--spacing) * 40);
  }
  .px-72 {
    padding-inline: calc(var(--spacing) * 72);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[1vh\] {
    padding-top: 1vh;
  }
  .pt-\[2vh\] {
    padding-top: 2vh;
  }
  .pt-\[4vh\] {
    padding-top: 4vh;
  }
  .pt-\[6vh\] {
    padding-top: 6vh;
  }
  .pt-\[8vh\] {
    padding-top: 8vh;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .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-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-\[14px\] {
    font-size: 14px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-\[\#d6b86c\] {
    color: #d6b86c;
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .accent-gray-900 {
    accent-color: var(--color-gray-900);
  }
  .opacity-5 {
    opacity: 0.05;
  }
  .opacity-20 {
    opacity: 0.2;
  }
  .opacity-25 {
    opacity: 0.25;
  }
  .opacity-30 {
    opacity: 0.3;
  }
  .opacity-40 {
    opacity: 0.4;
  }
  .opacity-55 {
    opacity: 0.55;
  }
  .opacity-60 {
    opacity: 0.6;
  }
  .opacity-75 {
    opacity: 0.75;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .shadow {
    --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);
  }
  .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-2xs {
    --tw-shadow: 0 1px var(--tw-shadow-color, #0000000d);
    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-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,);
  }
  .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-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,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from,
      --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @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);
    }
    .hover\:-translate-y-4:hover {
      --tw-translate-y: calc(var(--spacing) * -4);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .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);
    }
    .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);
    }
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
    .hover\:text-orange-600:hover {
      color: var(--color-orange-600);
    }
    .hover\:shadow-2xl:hover {
      --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);
    }
    .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);
    }
    .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 (min-width: 1200px) {
    .lg\:h-\[220px\] {
      height: 220px;
    }
    .lg\:w-\[600px\] {
      width: 600px;
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (min-width: 1536px) {
    .xl\:-top-\[7vh\] {
      top: -7vh;
    }
    .xl\:-top-full {
      top: -100%;
    }
    .xl\:top-16 {
      top: calc(var(--spacing) * 16);
    }
    .xl\:-right-1\/2 {
      right: -50%;
    }
    .xl\:-right-\[200px\] {
      right: -200px;
    }
    .xl\:-left-1\/5 {
      left: -20%;
    }
    .xl\:my-4 {
      margin-block: calc(var(--spacing) * 4);
    }
    .xl\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .xl\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .xl\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .xl\:mt-30 {
      margin-top: calc(var(--spacing) * 30);
    }
    .xl\:mr-14 {
      margin-right: calc(var(--spacing) * 14);
    }
    .xl\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .xl\:ml-14 {
      margin-left: calc(var(--spacing) * 14);
    }
    .xl\:line-clamp-none {
      -webkit-line-clamp: unset;
      -webkit-box-orient: horizontal;
      display: block;
      overflow: visible;
    }
    .xl\:h-24 {
      height: calc(var(--spacing) * 24);
    }
    .xl\:h-\[18px\] {
      height: 18px;
    }
    .xl\:h-\[168px\] {
      height: 168px;
    }
    .xl\:h-\[198px\] {
      height: 198px;
    }
    .xl\:h-\[248px\] {
      height: 248px;
    }
    .xl\:h-\[390px\] {
      height: 390px;
    }
    .xl\:h-full {
      height: 100%;
    }
    .xl\:w-32 {
      width: calc(var(--spacing) * 32);
    }
    .xl\:w-\[11px\] {
      width: 11px;
    }
    .xl\:w-\[105px\] {
      width: 105px;
    }
    .xl\:w-\[159px\] {
      width: 159px;
    }
    .xl\:w-\[170px\] {
      width: 170px;
    }
    .xl\:w-\[246px\] {
      width: 246px;
    }
    .xl\:w-\[1200px\] {
      width: 1200px;
    }
    .xl\:w-\[1300px\] {
      width: 1300px;
    }
    .xl\:w-\[1400px\] {
      width: 1400px;
    }
    .xl\:w-full {
      width: 100%;
    }
    .xl\:\!flex-five {
      flex: 0 0 20% !important;
    }
    .xl\:\!flex-four {
      flex: 0 0 25% !important;
    }
    .xl\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    :where(.xl\:space-x-24 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 24) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 24) * calc(1 - var(--tw-space-x-reverse))
      );
    }
    .xl\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .xl\:pt-26 {
      padding-top: calc(var(--spacing) * 26);
    }
    .xl\:pt-\[3vh\] {
      padding-top: 3vh;
    }
    .xl\:pb-4 {
      padding-bottom: calc(var(--spacing) * 4);
    }
    .xl\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .xl\:text-\[15px\] {
      font-size: 15px;
    }
  }
  @media (min-width: 2036px) {
    .\32 xl\:-inset-x-13 {
      inset-inline: calc(var(--spacing) * -13);
    }
    .\32 xl\:-inset-y-10 {
      inset-block: calc(var(--spacing) * -10);
    }
    .\32 xl\:-top-1\.5 {
      top: calc(var(--spacing) * -1.5);
    }
    .\32 xl\:-top-3\.5 {
      top: calc(var(--spacing) * -3.5);
    }
    .\32 xl\:-top-\[8vh\] {
      top: -8vh;
    }
    .\32 xl\:-top-\[10px\] {
      top: -10px;
    }
    .\32 xl\:-top-\[240px\] {
      top: -240px;
    }
    .\32 xl\:top-4 {
      top: calc(var(--spacing) * 4);
    }
    .\32 xl\:top-8 {
      top: calc(var(--spacing) * 8);
    }
    .\32 xl\:top-\[370px\] {
      top: 370px;
    }
    .\32 xl\:-right-\[60px\] {
      right: -60px;
    }
    .\32 xl\:-right-\[140px\] {
      right: -140px;
    }
    .\32 xl\:-right-\[300px\] {
      right: -300px;
    }
    .\32 xl\:-right-\[750px\] {
      right: -750px;
    }
    .\32 xl\:right-1\/4 {
      right: 25%;
    }
    .\32 xl\:right-40 {
      right: calc(var(--spacing) * 40);
    }
    .\32 xl\:-bottom-2\.5 {
      bottom: calc(var(--spacing) * -2.5);
    }
    .\32 xl\:bottom-40 {
      bottom: calc(var(--spacing) * 40);
    }
    .\32 xl\:bottom-\[100px\] {
      bottom: 100px;
    }
    .\32 xl\:bottom-\[140px\] {
      bottom: 140px;
    }
    .\32 xl\:-left-72 {
      left: calc(var(--spacing) * -72);
    }
    .\32 xl\:-left-\[34px\] {
      left: -34px;
    }
    .\32 xl\:-left-\[400px\] {
      left: -400px;
    }
    .\32 xl\:-mt-20 {
      margin-top: calc(var(--spacing) * -20);
    }
    .\32 xl\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .\32 xl\:mt-2\.5 {
      margin-top: calc(var(--spacing) * 2.5);
    }
    .\32 xl\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .\32 xl\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .\32 xl\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .\32 xl\:mt-7 {
      margin-top: calc(var(--spacing) * 7);
    }
    .\32 xl\:mt-14 {
      margin-top: calc(var(--spacing) * 14);
    }
    .\32 xl\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .\32 xl\:mt-40 {
      margin-top: calc(var(--spacing) * 40);
    }
    .\32 xl\:mt-\[140px\] {
      margin-top: 140px;
    }
    .\32 xl\:mr-20 {
      margin-right: calc(var(--spacing) * 20);
    }
    .\32 xl\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .\32 xl\:ml-20 {
      margin-left: calc(var(--spacing) * 20);
    }
    .\32 xl\:size-\[174px\] {
      width: 174px;
      height: 174px;
    }
    .\32 xl\:size-\[188px\] {
      width: 188px;
      height: 188px;
    }
    .\32 xl\:h-\[26px\] {
      height: 26px;
    }
    .\32 xl\:h-\[40px\] {
      height: 40px;
    }
    .\32 xl\:h-\[42px\] {
      height: 42px;
    }
    .\32 xl\:h-\[45px\] {
      height: 45px;
    }
    .\32 xl\:h-\[46px\] {
      height: 46px;
    }
    .\32 xl\:h-\[50px\] {
      height: 50px;
    }
    .\32 xl\:h-\[60px\] {
      height: 60px;
    }
    .\32 xl\:h-\[75px\] {
      height: 75px;
    }
    .\32 xl\:h-\[80px\] {
      height: 80px;
    }
    .\32 xl\:h-\[82px\] {
      height: 82px;
    }
    .\32 xl\:h-\[86px\] {
      height: 86px;
    }
    .\32 xl\:h-\[134px\] {
      height: 134px;
    }
    .\32 xl\:h-\[140px\] {
      height: 140px;
    }
    .\32 xl\:h-\[145px\] {
      height: 145px;
    }
    .\32 xl\:h-\[170px\] {
      height: 170px;
    }
    .\32 xl\:h-\[182px\] {
      height: 182px;
    }
    .\32 xl\:h-\[195px\] {
      height: 195px;
    }
    .\32 xl\:h-\[200px\] {
      height: 200px;
    }
    .\32 xl\:h-\[217px\] {
      height: 217px;
    }
    .\32 xl\:h-\[292px\] {
      height: 292px;
    }
    .\32 xl\:h-\[300px\] {
      height: 300px;
    }
    .\32 xl\:h-\[302px\] {
      height: 302px;
    }
    .\32 xl\:h-\[309px\] {
      height: 309px;
    }
    .\32 xl\:h-\[330px\] {
      height: 330px;
    }
    .\32 xl\:h-\[340px\] {
      height: 340px;
    }
    .\32 xl\:h-\[362px\] {
      height: 362px;
    }
    .\32 xl\:h-\[379px\] {
      height: 379px;
    }
    .\32 xl\:h-\[390px\] {
      height: 390px;
    }
    .\32 xl\:h-\[447px\] {
      height: 447px;
    }
    .\32 xl\:h-\[483px\] {
      height: 483px;
    }
    .\32 xl\:h-\[690px\] {
      height: 690px;
    }
    .\32 xl\:w-\[115px\] {
      width: 115px;
    }
    .\32 xl\:w-\[120px\] {
      width: 120px;
    }
    .\32 xl\:w-\[156px\] {
      width: 156px;
    }
    .\32 xl\:w-\[180px\] {
      width: 180px;
    }
    .\32 xl\:w-\[187px\] {
      width: 187px;
    }
    .\32 xl\:w-\[200px\] {
      width: 200px;
    }
    .\32 xl\:w-\[224px\] {
      width: 224px;
    }
    .\32 xl\:w-\[273px\] {
      width: 273px;
    }
    .\32 xl\:w-\[280px\] {
      width: 280px;
    }
    .\32 xl\:w-\[286px\] {
      width: 286px;
    }
    .\32 xl\:w-\[301px\] {
      width: 301px;
    }
    .\32 xl\:w-\[303px\] {
      width: 303px;
    }
    .\32 xl\:w-\[340px\] {
      width: 340px;
    }
    .\32 xl\:w-\[342px\] {
      width: 342px;
    }
    .\32 xl\:w-\[368px\] {
      width: 368px;
    }
    .\32 xl\:w-\[400px\] {
      width: 400px;
    }
    .\32 xl\:w-\[429px\] {
      width: 429px;
    }
    .\32 xl\:w-\[444px\] {
      width: 444px;
    }
    .\32 xl\:w-\[480px\] {
      width: 480px;
    }
    .\32 xl\:w-\[540px\] {
      width: 540px;
    }
    .\32 xl\:w-\[574px\] {
      width: 574px;
    }
    .\32 xl\:w-\[598px\] {
      width: 598px;
    }
    .\32 xl\:w-\[675px\] {
      width: 675px;
    }
    .\32 xl\:w-\[847px\] {
      width: 847px;
    }
    .\32 xl\:w-\[910px\] {
      width: 910px;
    }
    .\32 xl\:w-\[1064px\] {
      width: 1064px;
    }
    .\32 xl\:w-\[1076px\] {
      width: 1076px;
    }
    .\32 xl\:w-\[1100px\] {
      width: 1100px;
    }
    .\32 xl\:w-\[1311px\] {
      width: 1311px;
    }
    .\32 xl\:w-\[1400px\] {
      width: 1400px;
    }
    .\32 xl\:w-\[1800px\] {
      width: 1800px;
    }
    .\32 xl\:w-\[2000px\] {
      width: 2000px;
    }
    .\32 xl\:w-full {
      width: 100%;
    }
    .\32 xl\:-translate-y-\[800px\] {
      --tw-translate-y: calc(800px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .\32 xl\:grid-cols-10 {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .\32 xl\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    :where(.\32 xl\: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(.\32 xl\:space-x-40 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 40) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 40) * calc(1 - var(--tw-space-x-reverse))
      );
    }
    .\32 xl\:rounded-4xl {
      border-radius: var(--radius-4xl);
    }
    .\32 xl\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
    .\32 xl\:px-28 {
      padding-inline: calc(var(--spacing) * 28);
    }
    .\32 xl\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
    .\32 xl\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .\32 xl\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .\32 xl\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .\32 xl\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
    .\32 xl\:pt-36 {
      padding-top: calc(var(--spacing) * 36);
    }
    .\32 xl\:pt-\[6vh\] {
      padding-top: 6vh;
    }
    .\32 xl\:pt-\[100px\] {
      padding-top: 100px;
    }
    .\32 xl\:pb-9 {
      padding-bottom: calc(var(--spacing) * 9);
    }
    .\32 xl\:\!text-2xl {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
    .\32 xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .\32 xl\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .\32 xl\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .\32 xl\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .\32 xl\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .\32 xl\:text-\[18px\] {
      font-size: 18px;
    }
    .\32 xl\:text-\[22px\] {
      font-size: 22px;
    }
    .\32 xl\:leading-normal {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
}
.embla {
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-spacing-sm: 1.6rem;
  --slide-size-sm: 50%;
  --slide-spacing-lg: 2rem;
  --slide-size-lg: calc(100%/5);
  margin: auto;
}
.flex-one {
  flex: 0 0 100%;
}
.flex-three {
  flex: 0 0 33.3333%;
}
.flex-four {
  flex: 0 0 25%;
}
.flex-five {
  flex: 0 0 20%;
}
.flex-seven {
  flex: 0 0 14.2857%;
}
.embla__viewport {
  overflow: hidden;
}
.embla__container {
  backface-visibility: hidden;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
  display: flex;
}
.embla__slide {
  min-width: 0;
  padding-left: var(--slide-spacing);
  padding-left: var(--slide-spacing-lg);
}
.embla__slide__number {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  height: var(--slide-height);
  -webkit-user-select: none;
  user-select: none;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
}
.embla__controls {
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
  display: grid;
}
.embla__buttons {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0.6rem;
  display: grid;
}
.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  appearance: none;
  touch-action: manipulation;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  z-index: 1;
  width: 3rem;
  height: 3rem;
  color: var(--text-body);
  background-color: #0000;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.embla__button:disabled {
  color: var(--detail-high-contrast);
}
.embla__button__svg {
  width: 35%;
  height: 35%;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  to {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-25%);
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: none;
  }
}
@keyframes slide-x {
  0% {
    transform: translate(-40px, 40px);
  }
  50% {
    transform: translate(40px, -40px);
  }
  to {
    transform: translate(-40px, 40px);
  }
}
@keyframes slide-reverce-x {
  0% {
    transform: translate(40px, 40px);
  }
  50% {
    transform: translate(-40px, -40px);
  }
  to {
    transform: translate(40px, 40px);
  }
}
@keyframes scale-osk {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes slide-line-x {
  0% {
    transform: translate(-40px);
  }
  50% {
    transform: translate(60px);
  }
  to {
    transform: translate(-40px);
  }
}
@keyframes translate-x {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-200px);
  }
  to {
    transform: translate(0);
  }
}
