/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-2xl: 40px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #532816;
    --color-primary-dark: #4b2013;
    --color-primary-light: #5b2b1d;
    --color-primary-gradient-dark: #371107;
    --color-primary-gradient-light: #5e2612;
    --color-secondary: #776a6a;
    --color-thirdy: #dbceb9;
    --color-thirdy-dark: #ccbca8;
    --color-thirdy-light: #e1d5c5;
    --color-fourthy: #99736b;
    --color-fourthy-dark: #8e6861;
    --color-fourthy-darker: #4e3939;
    --color-fourthy-light: #a27d78;
    --color-grey: #ececec;
    --color-grey-light: #f4f4f4;
    --color-grey-dark: #d7d7d7;
    --color-border-light: #b1a9a2;
    --color-white-secondary: #f0ece4;
    --color-white-thirdy: #f8f6f4;
    --color-text: #171717;
    --color-secprimary: #5328161a;
    --color-success: #04bd5e;
    --color-secondrydark: #8d8d8d;
    --color-error: #eb1010;
    --animate-accordion-down: accordion-down 0.2s ease-in-out;
    --animate-accordion-up: accordion-up 0.2s ease-in-out;
    --opacity-0: 0;
    --opacity-50: 0.5;
    --opacity-10: 0.1;
    --opacity-20: 0.2;
    --opacity-60: 0.6;
    --opacity-70: 0.7;
    --opacity-100: 1;
    --font-URWDin: "URWDin", "sans-serif";
    --font-SchibstedGrotesk: "SchibstedGrotesk", "sans-serif";
    --font-IBM: "IBM", "sans-serif";
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-inset-1 {
    inset: calc(var(--spacing) * -1);
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .start-2 {
    inset-inline-start: calc(var(--spacing) * 2);
  }
  .start-3 {
    inset-inline-start: calc(var(--spacing) * 3);
  }
  .start-4 {
    inset-inline-start: calc(var(--spacing) * 4);
  }
  .start-6 {
    inset-inline-start: calc(var(--spacing) * 6);
  }
  .start-8 {
    inset-inline-start: calc(var(--spacing) * 8);
  }
  .start-\[10px\] {
    inset-inline-start: 10px;
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .end-3 {
    inset-inline-end: calc(var(--spacing) * 3);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[135px\] {
    top: 135px;
  }
  .top-\[145px\] {
    top: 145px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-20 {
    right: calc(var(--spacing) * 20);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-20 {
    bottom: calc(var(--spacing) * 20);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-20 {
    left: calc(var(--spacing) * 20);
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .-z-30 {
    z-index: calc(30 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-99 {
    z-index: 99;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
    @media (width >= 475px) {
      max-width: 475px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1500px) {
      max-width: 1500px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
  }
  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .container {
    margin-inline: auto;
    padding-inline: 1rem;
    max-width: 100%;
    @media (min-width: 992px) {
      max-width: 992px;
    }
    @media (min-width: 1200px) {
      max-width: 1200px;
      padding-inline: 0;
    }
    @media (min-width: 1400px) {
      max-width: 1400px;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .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-\[20px\] {
    margin-top: 20px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .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-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[35px\] {
    width: 35px;
    height: 35px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[191px\] {
    height: 191px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[235px\] {
    height: 235px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[331px\] {
    height: 331px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[454px\] {
    height: 454px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[calc\(100vh-50px\)\] {
    height: calc(100vh - 50px);
  }
  .h-\[calc\(400px\+64px\)\] {
    height: calc(400px + 64px);
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .h-min {
    height: min-content;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[380px\] {
    max-height: 380px;
  }
  .min-h-6 {
    min-height: calc(var(--spacing) * 6);
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-1\/3 {
    width: calc(1/3 * 100%) !important;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[177px\] {
    width: 177px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[268px\] {
    width: 268px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-\[476px\] {
    max-width: 476px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-6 {
    min-width: calc(var(--spacing) * 6);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-14 {
    --tw-translate-x: calc(var(--spacing) * -14);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-10 {
    --tw-translate-x: calc(var(--spacing) * 10);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-32 {
    --tw-translate-x: calc(var(--spacing) * 32);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[10px\] {
    --tw-translate-x: 10px;
    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-6 {
    --tw-translate-y: calc(var(--spacing) * -6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-9 {
    --tw-translate-y: calc(var(--spacing) * -9);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[0px\] {
    --tw-translate-y: calc(0px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[50px\] {
    --tw-translate-y: calc(50px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-40 {
    --tw-translate-y: calc(var(--spacing) * 40);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-48 {
    --tw-translate-y: calc(var(--spacing) * 48);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-6 {
    rotate: calc(6deg * -1);
  }
  .-rotate-135 {
    rotate: calc(135deg * -1);
  }
  .rotate-6 {
    rotate: 6deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[rotate\(180deg\)_translateY\(100px\)\] {
    transform: rotate(180deg) translateY(100px);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .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));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[3fr_1fr_2fr\] {
    grid-template-columns: 3fr 1fr 2fr;
  }
  .grid-cols-\[3fr_1fr_3\.5fr\] {
    grid-template-columns: 3fr 1fr 3.5fr;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[28px\] {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .rounded-b-\[28px\] {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .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-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#DFD6C9\] {
    border-color: #DFD6C9;
  }
  .border-border-light {
    border-color: var(--color-border-light);
  }
  .border-error\/15 {
    border-color: color-mix(in srgb, #eb1010 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-error) 15%, transparent);
    }
  }
  .border-fourthy {
    border-color: var(--color-fourthy);
  }
  .border-fourthy-dark {
    border-color: var(--color-fourthy-dark);
  }
  .border-fourthy-light {
    border-color: var(--color-fourthy-light);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-primary-dark {
    border-color: var(--color-primary-dark);
  }
  .border-primary-light {
    border-color: var(--color-primary-light);
  }
  .border-thirdy {
    border-color: var(--color-thirdy);
  }
  .border-thirdy-dark {
    border-color: var(--color-thirdy-dark);
  }
  .border-thirdy-light {
    border-color: var(--color-thirdy-light);
  }
  .border-thirdy-light\/50 {
    border-color: color-mix(in srgb, #e1d5c5 0.5, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-thirdy-light) var(--opacity-50), transparent);
    }
  }
  .border-t-white-secondary {
    border-top-color: var(--color-white-secondary);
  }
  .border-b-\[\#DFD6C9\] {
    border-bottom-color: #DFD6C9;
  }
  .border-b-primary-light {
    border-bottom-color: var(--color-primary-light);
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#9C815721\] {
    background-color: #9C815721;
  }
  .bg-\[\#25D366\] {
    background-color: #25D366;
  }
  .bg-\[\#33150C\] {
    background-color: #33150C;
  }
  .bg-\[\#DFD6C9\] {
    background-color: #DFD6C9;
  }
  .bg-\[\#E8E2DD\] {
    background-color: #E8E2DD;
  }
  .bg-\[\#ffffff56\] {
    background-color: #ffffff56;
  }
  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: rgba(0,0,0,0.5);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 0.5, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) var(--opacity-50), transparent);
    }
  }
  .bg-error {
    background-color: var(--color-error);
  }
  .bg-fourthy {
    background-color: var(--color-fourthy);
  }
  .bg-fourthy-dark {
    background-color: var(--color-fourthy-dark);
  }
  .bg-fourthy-light {
    background-color: var(--color-fourthy-light);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-grey {
    background-color: var(--color-grey);
  }
  .bg-grey-light {
    background-color: var(--color-grey-light);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary-dark\/15 {
    background-color: color-mix(in srgb, #4b2013 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-dark) 15%, transparent);
    }
  }
  .bg-primary-gradient-light {
    background-color: var(--color-primary-gradient-light);
  }
  .bg-primary\/85 {
    background-color: color-mix(in srgb, #532816 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 85%, transparent);
    }
  }
  .bg-secprimary {
    background-color: var(--color-secprimary);
  }
  .bg-thirdy {
    background-color: var(--color-thirdy);
  }
  .bg-thirdy-light {
    background-color: var(--color-thirdy-light);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white-secondary {
    background-color: var(--color-white-secondary);
  }
  .bg-white-thirdy {
    background-color: var(--color-white-thirdy);
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .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));
  }
  .from-\[\#DFD6C9\] {
    --tw-gradient-from: #DFD6C9;
    --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-\[\#f5f7fa\] {
    --tw-gradient-from: #f5f7fa;
    --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\,25\,25\,0\.6\)\] {
    --tw-gradient-from: rgba(26,25,25,0.6);
    --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-primary-gradient-dark {
    --tw-gradient-from: var(--color-primary-gradient-dark);
    --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-primary-gradient-light {
    --tw-gradient-from: var(--color-primary-gradient-light);
    --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-\[\#7c351b\] {
    --tw-gradient-to: #7c351b;
    --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-\[\#DFD6C9\] {
    --tw-gradient-to: #DFD6C9;
    --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-\[\#c3cfe2\] {
    --tw-gradient-to: #c3cfe2;
    --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\(26\,25\,25\,0\.8\)\] {
    --tw-gradient-to: rgba(26,25,25,0.8);
    --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-primary-gradient-light {
    --tw-gradient-to: var(--color-primary-gradient-light);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .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-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-10 {
    padding-inline-start: calc(var(--spacing) * 10);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }
  .\!pt-2 {
    padding-top: calc(var(--spacing) * 2) !important;
  }
  .\!pt-4 {
    padding-top: calc(var(--spacing) * 4) !important;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4\! {
    padding-top: calc(var(--spacing) * 4) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .font-IBM {
    font-family: var(--font-IBM);
  }
  .font-\[\'IBM_Plex_Sans_Arabic\'\] {
    font-family: 'IBM Plex Sans Arabic';
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .\!leading-\[30px\] {
    --tw-leading: 30px !important;
    line-height: 30px !important;
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#2D2D2D\] {
    color: #2D2D2D;
  }
  .text-\[\#977569\] {
    color: #977569;
  }
  .text-\[\#DFD6C9\] {
    color: #DFD6C9;
  }
  .text-\[rgba\(78\,57\,57\,1\)\] {
    color: rgba(78,57,57,1);
  }
  .text-blue-400 {
    color: var(--color-blue-400);
  }
  .text-error\/\[0\.9\] {
    color: color-mix(in srgb, #eb1010 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-error) 90%, transparent);
    }
  }
  .text-fourthy {
    color: var(--color-fourthy);
  }
  .text-fourthy-dark {
    color: var(--color-fourthy-dark);
  }
  .text-fourthy-darker {
    color: var(--color-fourthy-darker);
  }
  .text-fourthy-light {
    color: var(--color-fourthy-light);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-grey-dark {
    color: var(--color-grey-dark);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-primary-dark {
    color: var(--color-primary-dark);
  }
  .text-primary-gradient-dark {
    color: var(--color-primary-gradient-dark);
  }
  .text-primary-light {
    color: var(--color-primary-light);
  }
  .text-secondrydark {
    color: var(--color-secondrydark);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-thirdy {
    color: var(--color-thirdy);
  }
  .text-thirdy-dark {
    color: var(--color-thirdy-dark);
  }
  .text-thirdy-light {
    color: var(--color-thirdy-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white-thirdy {
    color: var(--color-white-thirdy);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: var(--opacity-0);
  }
  .opacity-100 {
    opacity: var(--opacity-100);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .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-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -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-\[50px\] {
    --tw-backdrop-blur: blur(50px);
    -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-\[2s_height\] {
    transition-property: 2s height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-4000 {
    --tw-duration: 4000ms;
    transition-duration: 4000ms;
  }
  .duration-18000 {
    --tw-duration: 18000ms;
    transition-duration: 18000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\*\:fill-primary {
    :is(& > *) {
      fill: var(--color-primary);
    }
  }
  .\*\:fill-primary-dark {
    :is(& > *) {
      fill: var(--color-primary-dark);
    }
  }
  .\*\:fill-thirdy-dark {
    :is(& > *) {
      fill: var(--color-thirdy-dark);
    }
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      display: flex;
    }
  }
  .group-hover\:hidden {
    &:is(:where(.group):hover *) {
      display: none;
    }
  }
  .group-hover\:h-\[120px\] {
    &:is(:where(.group):hover *) {
      height: 120px;
    }
  }
  .group-hover\:w-\[120px\] {
    &:is(:where(.group):hover *) {
      width: 120px;
    }
  }
  .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);
    }
  }
  .group-hover\:bg-transparent {
    &:is(:where(.group):hover *) {
      background-color: transparent;
    }
  }
  .group-hover\:text-thirdy-light {
    &:is(:where(.group):hover *) {
      color: var(--color-thirdy-light);
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      opacity: var(--opacity-0);
    }
  }
  .group-hover\:opacity-20 {
    &:is(:where(.group):hover *) {
      opacity: var(--opacity-20);
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      opacity: var(--opacity-100);
    }
  }
  .peer-checked\:bg-fourthy-dark {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-fourthy-dark);
    }
  }
  .peer-focus\:outline-none {
    &:is(:where(.peer):focus ~ *) {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .peer-disabled\:cursor-not-allowed {
    &:is(:where(.peer):disabled ~ *) {
      cursor: not-allowed;
    }
  }
  .peer-disabled\:opacity-70 {
    &:is(:where(.peer):disabled ~ *) {
      opacity: var(--opacity-70);
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .file\:bg-transparent {
    &::file-selector-button {
      background-color: transparent;
    }
  }
  .file\:text-sm {
    &::file-selector-button {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .file\:font-medium {
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .placeholder\:text-base {
    &::placeholder {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .placeholder\:font-normal {
    &::placeholder {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .placeholder\:text-thirdy {
    &::placeholder {
      color: var(--color-thirdy);
    }
  }
  .placeholder\:text-thirdy-dark {
    &::placeholder {
      color: var(--color-thirdy-dark);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:start-\[12px\] {
    &::after {
      content: var(--tw-content);
      inset-inline-start: 12px;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:h-5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
  }
  .after\:w-5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 5);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-gray-300 {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-gray-300);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .peer-checked\:after\:translate-x-full {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .peer-checked\:after\:border-white {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        border-color: var(--color-white);
      }
    }
  }
  .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\:scale-\[1\.1\] {
    &:hover {
      scale: 1.1;
    }
  }
  .hover\:scale-\[1\.2\] {
    &:hover {
      scale: 1.2;
    }
  }
  .hover\:rounded-3xl {
    &:hover {
      border-radius: var(--radius-3xl);
    }
  }
  .hover\:border-thirdy {
    &:hover {
      border-color: var(--color-thirdy);
    }
  }
  .hover\:bg-\[\#20BA5A\] {
    &:hover {
      background-color: #20BA5A;
    }
  }
  .hover\:bg-\[\#DFD6C9\] {
    &:hover {
      background-color: #DFD6C9;
    }
  }
  .hover\:bg-fourthy {
    &:hover {
      background-color: var(--color-fourthy);
    }
  }
  .hover\:bg-fourthy-dark {
    &:hover {
      background-color: var(--color-fourthy-dark);
    }
  }
  .hover\:bg-fourthy-light {
    &:hover {
      background-color: var(--color-fourthy-light);
    }
  }
  .hover\:bg-primary {
    &:hover {
      background-color: var(--color-primary);
    }
  }
  .hover\:bg-primary-dark {
    &:hover {
      background-color: var(--color-primary-dark);
    }
  }
  .hover\:bg-thirdy {
    &:hover {
      background-color: var(--color-thirdy);
    }
  }
  .hover\:bg-thirdy-dark {
    &:hover {
      background-color: var(--color-thirdy-dark);
    }
  }
  .hover\:bg-transparent {
    &:hover {
      background-color: transparent;
    }
  }
  .hover\:bg-white {
    &:hover {
      background-color: var(--color-white);
    }
  }
  .hover\:bg-white-thirdy {
    &:hover {
      background-color: var(--color-white-thirdy);
    }
  }
  .hover\:text-fourthy {
    &:hover {
      color: var(--color-fourthy);
    }
  }
  .hover\:text-fourthy-dark {
    &:hover {
      color: var(--color-fourthy-dark);
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      color: var(--color-gray-700);
    }
  }
  .hover\:text-grey-light {
    &:hover {
      color: var(--color-grey-light);
    }
  }
  .hover\:text-primary {
    &:hover {
      color: var(--color-primary);
    }
  }
  .hover\:text-primary-dark {
    &:hover {
      color: var(--color-primary-dark);
    }
  }
  .hover\:text-thirdy-light {
    &:hover {
      color: var(--color-thirdy-light);
    }
  }
  .hover\:text-white {
    &:hover {
      color: var(--color-white);
    }
  }
  .hover\:shadow-lg {
    &:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      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-xl {
    &:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:text-primary {
    &:focus {
      color: var(--color-primary);
    }
  }
  .focus\:ring-primary {
    &:focus {
      --tw-ring-color: var(--color-primary);
    }
  }
  .focus\:ring-primary-dark {
    &:focus {
      --tw-ring-color: var(--color-primary-dark);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline-none\! {
    &:focus-visible {
      --tw-outline-style: none !important;
      outline-style: none !important;
    }
  }
  .data-\[state\=closed\]\:animate-accordion-up {
    &[data-state="closed"] {
      animation: var(--animate-accordion-up);
    }
  }
  .data-\[state\=open\]\:animate-accordion-down {
    &[data-state="open"] {
      animation: var(--animate-accordion-down);
    }
  }
  .max-lg\:pb-20 {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:mt-0 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:pe-6 {
    @media (width >= 576px) {
      padding-inline-end: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:h-\[125px\] {
    @media (width >= 768px) {
      height: 125px;
    }
  }
  .md\:\!w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%) !important;
    }
  }
  .md\:\!w-1\/5 {
    @media (width >= 768px) {
      width: calc(1/5 * 100%) !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 768px) {
      width: calc(3/4 * 100%);
    }
  }
  .md\:w-\[548px\] {
    @media (width >= 768px) {
      width: 548px;
    }
  }
  .md\:w-\[560px\] {
    @media (width >= 768px) {
      width: 560px;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:-translate-y-\[75px\] {
    @media (width >= 768px) {
      --tw-translate-y: calc(75px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[auto_1fr\] {
    @media (width >= 768px) {
      grid-template-columns: auto 1fr;
    }
  }
  .md\:py-10 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:leading-6 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .md\:leading-8 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:leading-\[40px\] {
    @media (width >= 768px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:leading-\[50px\] {
    @media (width >= 768px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .md\:leading-\[60px\] {
    @media (width >= 768px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:fixed {
    @media (width >= 992px) {
      position: fixed;
    }
  }
  .lg\:sticky {
    @media (width >= 992px) {
      position: sticky;
    }
  }
  .lg\:end-1\/2 {
    @media (width >= 992px) {
      inset-inline-end: calc(1/2 * 100%);
    }
  }
  .lg\:top-16 {
    @media (width >= 992px) {
      top: calc(var(--spacing) * 16);
    }
  }
  .lg\:order-1 {
    @media (width >= 992px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 992px) {
      order: 2;
    }
  }
  .lg\:mx-6 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:mx-8 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 992px) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 992px) {
      display: inline-block;
    }
  }
  .lg\:size-5 {
    @media (width >= 992px) {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }
  .lg\:size-\[64px\] {
    @media (width >= 992px) {
      width: 64px;
      height: 64px;
    }
  }
  .lg\:h-\[56px\] {
    @media (width >= 992px) {
      height: 56px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 992px) {
      height: 100px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 992px) {
      height: 500px;
    }
  }
  .lg\:h-\[587px\] {
    @media (width >= 992px) {
      height: 587px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 992px) {
      height: 600px;
    }
  }
  .lg\:h-\[700px\] {
    @media (width >= 992px) {
      height: 700px;
    }
  }
  .lg\:h-\[calc\(100vh\+64px\)\] {
    @media (width >= 992px) {
      height: calc(100vh + 64px);
    }
  }
  .lg\:h-fit {
    @media (width >= 992px) {
      height: fit-content;
    }
  }
  .lg\:\!w-1\/9 {
    @media (width >= 992px) {
      width: calc(1/9 * 100%) !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 992px) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 992px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 992px) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-\[28\%\] {
    @media (width >= 992px) {
      width: 28%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 992px) {
      width: 75%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 992px) {
      width: 80%;
    }
  }
  .lg\:w-\[96px\] {
    @media (width >= 992px) {
      width: 96px;
    }
  }
  .lg\:w-\[150px\] {
    @media (width >= 992px) {
      width: 150px;
    }
  }
  .lg\:w-\[268px\] {
    @media (width >= 992px) {
      width: 268px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 992px) {
      width: 400px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 992px) {
      width: 500px;
    }
  }
  .lg\:w-\[648px\] {
    @media (width >= 992px) {
      width: 648px;
    }
  }
  .lg\:min-w-\[80px\] {
    @media (width >= 992px) {
      min-width: 80px;
    }
  }
  .lg\:min-w-\[358px\] {
    @media (width >= 992px) {
      min-width: 358px;
    }
  }
  .lg\:translate-x-\[-20\%\] {
    @media (width >= 992px) {
      --tw-translate-x: -20%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-\[100px\] {
    @media (width >= 992px) {
      --tw-translate-y: calc(100px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-\[150px\] {
    @media (width >= 992px) {
      --tw-translate-y: calc(150px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 992px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 992px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 992px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1\.5fr_1fr\] {
    @media (width >= 992px) {
      grid-template-columns: 1.5fr 1fr;
    }
  }
  .lg\:grid-cols-\[1fr_auto\] {
    @media (width >= 992px) {
      grid-template-columns: 1fr auto;
    }
  }
  .lg\:grid-cols-\[3fr_9fr\] {
    @media (width >= 992px) {
      grid-template-columns: 3fr 9fr;
    }
  }
  .lg\:grid-cols-\[auto_1fr\] {
    @media (width >= 992px) {
      grid-template-columns: auto 1fr;
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 992px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-20 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:rounded-full {
    @media (width >= 992px) {
      border-radius: calc(infinity * 1px);
    }
  }
  .lg\:border-primary-dark {
    @media (width >= 992px) {
      border-color: var(--color-primary-dark);
    }
  }
  .lg\:bg-transparent {
    @media (width >= 992px) {
      background-color: transparent;
    }
  }
  .lg\:object-contain {
    @media (width >= 992px) {
      object-fit: contain;
    }
  }
  .lg\:p-3 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-3 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-8 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-16 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-24 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-32 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:text-center {
    @media (width >= 992px) {
      text-align: center;
    }
  }
  .lg\:text-start {
    @media (width >= 992px) {
      text-align: start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 992px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 992px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 992px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:leading-7 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .lg\:leading-8 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:leading-10 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-12 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:leading-\[45px\] {
    @media (width >= 992px) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 992px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:leading-\[60px\] {
    @media (width >= 992px) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:leading-\[80px\] {
    @media (width >= 992px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .lg\:text-\[\#DFD6C9\] {
    @media (width >= 992px) {
      color: #DFD6C9;
    }
  }
  .lg\:text-primary-dark {
    @media (width >= 992px) {
      color: var(--color-primary-dark);
    }
  }
  .lg\:shadow-none {
    @media (width >= 992px) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:w-\[350px\] {
    @media (width >= 1200px) {
      width: 350px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 1200px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:text-2xl {
    @media (width >= 1200px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-6xl {
    @media (width >= 1200px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1200px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:leading-8 {
    @media (width >= 1200px) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .xl\:leading-\[50px\] {
    @media (width >= 1200px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .xl\:leading-\[80px\] {
    @media (width >= 1200px) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .rtl\:peer-checked\:after\:-translate-x-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:is(:where(.peer):checked ~ *) {
        &::after {
          content: var(--tw-content);
          --tw-translate-x: -100%;
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .dark\:block {
    &:where(.dark, .dark *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where(.dark, .dark *) {
      display: none;
    }
  }
  .dark\:border-\[\#DFD6C9\] {
    &:where(.dark, .dark *) {
      border-color: #DFD6C9;
    }
  }
  .dark\:border-fourthy-dark {
    &:where(.dark, .dark *) {
      border-color: var(--color-fourthy-dark);
    }
  }
  .dark\:border-fourthy-light {
    &:where(.dark, .dark *) {
      border-color: var(--color-fourthy-light);
    }
  }
  .dark\:border-fourthy-light\/15 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in srgb, #a27d78 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-fourthy-light) 15%, transparent);
      }
    }
  }
  .dark\:border-gray-600 {
    &:where(.dark, .dark *) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:border-gray-700 {
    &:where(.dark, .dark *) {
      border-color: var(--color-gray-700);
    }
  }
  .dark\:border-primary-dark {
    &:where(.dark, .dark *) {
      border-color: var(--color-primary-dark);
    }
  }
  .dark\:border-primary-gradient-light {
    &:where(.dark, .dark *) {
      border-color: var(--color-primary-gradient-light);
    }
  }
  .dark\:border-thirdy {
    &:where(.dark, .dark *) {
      border-color: var(--color-thirdy);
    }
  }
  .dark\:border-thirdy-dark {
    &:where(.dark, .dark *) {
      border-color: var(--color-thirdy-dark);
    }
  }
  .dark\:border-t-fourthy-dark {
    &:where(.dark, .dark *) {
      border-top-color: var(--color-fourthy-dark);
    }
  }
  .dark\:border-b-fourthy-dark {
    &:where(.dark, .dark *) {
      border-bottom-color: var(--color-fourthy-dark);
    }
  }
  .dark\:border-b-white-secondary {
    &:where(.dark, .dark *) {
      border-bottom-color: var(--color-white-secondary);
    }
  }
  .dark\:bg-\[\#33150C\] {
    &:where(.dark, .dark *) {
      background-color: #33150C;
    }
  }
  .dark\:bg-fourthy {
    &:where(.dark, .dark *) {
      background-color: var(--color-fourthy);
    }
  }
  .dark\:bg-fourthy-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-fourthy-dark);
    }
  }
  .dark\:bg-fourthy-darker {
    &:where(.dark, .dark *) {
      background-color: var(--color-fourthy-darker);
    }
  }
  .dark\:bg-fourthy-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-fourthy-light);
    }
  }
  .dark\:bg-gray-700 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-700);
    }
  }
  .dark\:bg-gray-800 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-900 {
    &:where(.dark, .dark *) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:bg-primary-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-dark);
    }
  }
  .dark\:bg-primary-dark\/\[0\.2\] {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #4b2013 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-dark) 20%, transparent);
      }
    }
  }
  .dark\:bg-primary-dark\/\[0\.4\] {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #4b2013 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-primary-dark) 40%, transparent);
      }
    }
  }
  .dark\:bg-primary-gradient-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-gradient-dark);
    }
  }
  .dark\:bg-primary-gradient-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-gradient-light);
    }
  }
  .dark\:bg-primary-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-primary-light);
    }
  }
  .dark\:bg-thirdy-dark {
    &:where(.dark, .dark *) {
      background-color: var(--color-thirdy-dark);
    }
  }
  .dark\:bg-thirdy\/85 {
    &:where(.dark, .dark *) {
      background-color: color-mix(in srgb, #dbceb9 85%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-thirdy) 85%, transparent);
      }
    }
  }
  .dark\:bg-transparent {
    &:where(.dark, .dark *) {
      background-color: transparent;
    }
  }
  .dark\:bg-white {
    &:where(.dark, .dark *) {
      background-color: var(--color-white);
    }
  }
  .dark\:text-\[\#DFD6C9\] {
    &:where(.dark, .dark *) {
      color: #DFD6C9;
    }
  }
  .dark\:text-\[\#E8E2DD\] {
    &:where(.dark, .dark *) {
      color: #E8E2DD;
    }
  }
  .dark\:text-fourthy {
    &:where(.dark, .dark *) {
      color: var(--color-fourthy);
    }
  }
  .dark\:text-fourthy-dark {
    &:where(.dark, .dark *) {
      color: var(--color-fourthy-dark);
    }
  }
  .dark\:text-fourthy-light {
    &:where(.dark, .dark *) {
      color: var(--color-fourthy-light);
    }
  }
  .dark\:text-gray-200 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-gray-300 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-300);
    }
  }
  .dark\:text-gray-400 {
    &:where(.dark, .dark *) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-primary {
    &:where(.dark, .dark *) {
      color: var(--color-primary);
    }
  }
  .dark\:text-primary-dark {
    &:where(.dark, .dark *) {
      color: var(--color-primary-dark);
    }
  }
  .dark\:text-primary-light {
    &:where(.dark, .dark *) {
      color: var(--color-primary-light);
    }
  }
  .dark\:text-thirdy {
    &:where(.dark, .dark *) {
      color: var(--color-thirdy);
    }
  }
  .dark\:text-thirdy-dark {
    &:where(.dark, .dark *) {
      color: var(--color-thirdy-dark);
    }
  }
  .dark\:text-thirdy-light {
    &:where(.dark, .dark *) {
      color: var(--color-thirdy-light);
    }
  }
  .dark\:text-white {
    &:where(.dark, .dark *) {
      color: var(--color-white);
    }
  }
  .dark\:text-white-secondary {
    &:where(.dark, .dark *) {
      color: var(--color-white-secondary);
    }
  }
  .dark\:text-white-thirdy {
    &:where(.dark, .dark *) {
      color: var(--color-white-thirdy);
    }
  }
  .dark\:\*\:fill-thirdy-dark {
    &:where(.dark, .dark *) {
      :is(& > *) {
        fill: var(--color-thirdy-dark);
      }
    }
  }
  .dark\:\*\:fill-white {
    &:where(.dark, .dark *) {
      :is(& > *) {
        fill: var(--color-white);
      }
    }
  }
  .dark\:group-hover\:text-primary-dark {
    &:where(.dark, .dark *) {
      &:is(:where(.group):hover *) {
        color: var(--color-primary-dark);
      }
    }
  }
  .dark\:peer-checked\:bg-thirdy-dark {
    &:where(.dark, .dark *) {
      &:is(:where(.peer):checked ~ *) {
        background-color: var(--color-thirdy-dark);
      }
    }
  }
  .dark\:placeholder\:text-fourthy-light {
    &:where(.dark, .dark *) {
      &::placeholder {
        color: var(--color-fourthy-light);
      }
    }
  }
  .dark\:placeholder\:text-white {
    &:where(.dark, .dark *) {
      &::placeholder {
        color: var(--color-white);
      }
    }
  }
  .dark\:hover\:border-primary {
    &:where(.dark, .dark *) {
      &:hover {
        border-color: var(--color-primary);
      }
    }
  }
  .dark\:hover\:bg-fourthy {
    &:where(.dark, .dark *) {
      &:hover {
        background-color: var(--color-fourthy);
      }
    }
  }
  .dark\:hover\:bg-thirdy {
    &:where(.dark, .dark *) {
      &:hover {
        background-color: var(--color-thirdy);
      }
    }
  }
  .dark\:hover\:bg-thirdy-dark {
    &:where(.dark, .dark *) {
      &:hover {
        background-color: var(--color-thirdy-dark);
      }
    }
  }
  .dark\:hover\:bg-thirdy-light {
    &:where(.dark, .dark *) {
      &:hover {
        background-color: var(--color-thirdy-light);
      }
    }
  }
  .dark\:hover\:text-fourthy-dark {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-fourthy-dark);
      }
    }
  }
  .dark\:hover\:text-gray-200 {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-gray-200);
      }
    }
  }
  .dark\:hover\:text-primary {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-primary);
      }
    }
  }
  .dark\:hover\:text-primary-dark {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-primary-dark);
      }
    }
  }
  .dark\:hover\:text-thirdy {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-thirdy);
      }
    }
  }
  .dark\:hover\:text-thirdy-dark {
    &:where(.dark, .dark *) {
      &:hover {
        color: var(--color-thirdy-dark);
      }
    }
  }
  .dark\:focus\:text-fourthy-dark {
    &:where(.dark, .dark *) {
      &:focus {
        color: var(--color-fourthy-dark);
      }
    }
  }
  .dark\:lg\:bg-transparent {
    &:where(.dark, .dark *) {
      @media (width >= 992px) {
        background-color: transparent;
      }
    }
  }
  .dark\:lg\:text-\[\#DFD6C9\] {
    &:where(.dark, .dark *) {
      @media (width >= 992px) {
        color: #DFD6C9;
      }
    }
  }
  .\[\&\[data-state\=closed\]\>svg\.icon-closed\]\:block {
    &[data-state=closed]>svg.icon-closed {
      display: block;
    }
  }
  .\[\&\[data-state\=closed\]\>svg\.icon-open\]\:hidden {
    &[data-state=closed]>svg.icon-open {
      display: none;
    }
  }
  .\[\&\[data-state\=open\]\>svg\.icon-closed\]\:hidden {
    &[data-state=open]>svg.icon-closed {
      display: none;
    }
  }
  .\[\&\[data-state\=open\]\>svg\.icon-open\]\:block {
    &[data-state=open]>svg.icon-open {
      display: block;
    }
  }
}
@layer base {
  @font-face {
    font-display: swap;
    font-family: "SchibstedGrotesk";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/SchibstedGrotesk/SchibstedGrotesk-Regular.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "SchibstedGrotesk";
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/SchibstedGrotesk/SchibstedGrotesk-Medium.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "SchibstedGrotesk";
    font-style: normal;
    font-weight: 600;
    src: url("../assets/fonts/SchibstedGrotesk/SchibstedGrotesk-SemiBold.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "SchibstedGrotesk";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/SchibstedGrotesk/SchibstedGrotesk-Bold.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Alex";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/AlexBrush-Regular.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Allura";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/Allura-Regular.ttf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Switzer";
    font-style: normal;
    font-weight: 300;
    src: url("../assets/fonts/switzer/Switzer-Light.otf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Switzer";
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/switzer/Switzer-Regular.otf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Switzer";
    font-style: normal;
    font-weight: 500;
    src: url("../assets/fonts/switzer/Switzer-Medium.otf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Switzer";
    font-style: normal;
    font-weight: 600;
    src: url("../assets/fonts/switzer/Switzer-Semibold.otf") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "Switzer";
    font-style: normal;
    font-weight: 700;
    src: url("../assets/fonts/switzer/Switzer-Bold.otf") format("woff2");
  }
  @font-face {
    font-family: "Din";
    font-weight: 200;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-UltraLight.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 300;
    src: url("../assets/fonts/din/ArbFONTS-DINNEXTLTARABIC-LIGHT-.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 400;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 500;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 600;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 700;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Bold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 800;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Heavy.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Din";
    font-weight: 900;
    src: url("../assets/fonts/din/ArbFONTS-DINNextLTArabic-Black.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 100;
    src: url("../assets/fonts/urwdin/URWDINArabic-Thin.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 200;
    src: url("../assets/fonts/urwdin/URWDINArabic-XLight.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 300;
    src: url("../assets/fonts/urwdin/URWDINArabic-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 400;
    src: url("../assets/fonts/urwdin/URWDINArabic-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 500;
    src: url("../assets/fonts/urwdin/URWDINArabic-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 600;
    src: url("../assets/fonts/urwdin/URWDINArabic-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 700;
    src: url("../assets/fonts/urwdin/URWDINArabic-Demi.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 800;
    src: url("../assets/fonts/urwdin/URWDINArabic-Bold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "URWDin";
    font-weight: 900;
    src: url("../assets/fonts/urwdin/URWDINArabic-Black.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Cairo";
    font-weight: 600;
    src: url("../assets/fonts/Cairo/Cairo-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Cairo";
    font-weight: 700;
    src: url("../assets/fonts/Cairo/Cairo-Bold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Cairo";
    font-weight: 800;
    src: url("../assets/fonts/Cairo/Cairo-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Cairo";
    font-weight: 900;
    src: url("../assets/fonts/Cairo/Cairo-Black.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 100;
    src: url("../assets/fonts/Alex/Alexandria-Thin.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 200;
    src: url("../assets/fonts/Alex/Alexandria-ExtraLight.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 300;
    src: url("../assets/fonts/Alex/Alexandria-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 400;
    src: url("../assets/fonts/Alex/Alexandria-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 500;
    src: url("../assets/fonts/Alex/Alexandria-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 600;
    src: url("../assets/fonts/Alex/Alexandria-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 700;
    src: url("../assets/fonts/Alex/Alexandria-Bold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 800;
    src: url("../assets/fonts/Alex/Alexandria-ExtraBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "Alex";
    font-weight: 900;
    src: url("../assets/fonts/Alex/Alexandria-Black.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 100;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-Thin.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 200;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-ExtraLight.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 300;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 400;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-Regular.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 500;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-Medium.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 600;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: "IBM";
    font-weight: 700;
    src: url("../assets/fonts/ibm/IBMPlexSansArabic-Bold.ttf");
    font-display: swap;
  }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield;
  }
}
.statuses {
  margin-top: 5px;
  padding: 7px;
  border-radius: 10px;
  font-size: 16px;
}
.statuses.rent, .statuses.delivered_for_shipment {
  background: #fff4cc;
  color: #9c8157;
}
.statuses.pending, .statuses.under_construction, .statuses.reserved, .statuses.preparing, .statuses.prepare {
  background: #fff4cc;
  color: #ffc800;
}
.statuses.canceled, .statuses.un_read, .statuses.rejected, .statuses.unavailable, .statuses.cancelled, .statuses.inactive, .statuses.sold, .statuses.returned {
  background: #ffdee8;
  color: #ff2366;
}
.statuses.shipped, .statuses.on_the_way {
  background: #f3dcff;
  color: #a900ff;
}
.statuses.accepted, .statuses.active, .statuses.available, .statuses.paid, .statuses.completed, .statuses.is_read, .statuses.sale, .statuses.delivered_to_customer, .statuses.finished {
  background: #ccf2e4;
  color: #16c182;
}
.statuses.unpaid, .statuses.returned {
  background: #e5e7ec;
  color: #8994a8;
}
.back-to-top.active {
  transition: all 0.7s ease;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(40px);
  background-color: var(--color-primary);
  color: var(--color-white);
  &:where(.dark, .dark *) {
    background-color: var(--color-white);
  }
  &:where(.dark, .dark *) {
    color: var(--color-primary);
  }
}
.back-to-top svg {
  transition: all 0.5s cubic-bezier(0.4, 1, 0.3, 1);
}
.back-to-top.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.back-to-top.active:hover {
  transform: scale(1.2) translateY(0);
  box-shadow: 0 27px 20px -18px rgba(0, 0, 0, 0.35);
}
.back-to-top.active:hover svg {
  transform: scale(0.8) translateY(-7px);
}
.back-to-top span {
  font-size: 7px;
  line-height: 1px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.back-to-top.active:hover span {
  opacity: 1;
}
.pagination {
  margin-inline: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-block: calc(var(--spacing) * 5);
}
.pagination-content {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  padding: calc(var(--spacing) * 0);
}
.pagination-item {
  display: inline-flex;
}
.pagination-link {
  display: inline-flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #f1f1ff;
  background-color: var(--color-white);
  font-family: var(--font-URWDin);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #bcbcbc;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  -webkit-user-select: none;
  user-select: none;
  &:where(.dark, .dark *) {
    border-color: var(--color-thirdy-dark);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-thirdy-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-primary-dark);
  }
}
.pagination-link:hover:not(.active):not(.disabled) {
  cursor: pointer;
  border-color: var(--color-primary-light);
  background-color: var(--color-white);
  color: var(--color-primary-light);
  &:where(.dark, .dark *) {
    border-color: var(--color-primary-dark);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-primary-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-thirdy-dark);
  }
}
.pagination-link.active {
  pointer-events: none;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
  &:where(.dark, .dark *) {
    border-color: var(--color-primary-light);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-primary-light);
  }
}
.pagination-prev, .pagination-next {
  display: inline-flex;
  height: 50px;
  min-height: 50px;
  width: 50px;
  min-width: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #532816 0.1, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-primary) var(--opacity-10), transparent);
  }
  background-color: var(--color-white);
  color: #848484;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  &:where(.dark, .dark *) {
    border-color: var(--color-thirdy-dark);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-thirdy-dark);
  }
  &:where(.dark, .dark *) {
    color: var(--color-primary-dark);
  }
}
.pagination-prev:hover:not(.disabled), .pagination-next:hover:not(.disabled) {
  cursor: pointer;
  border-color: var(--color-primary);
  background-color: var(--color-primary-light);
  color: var(--color-white);
  &:where(.dark, .dark *) {
    border-color: var(--color-primary-light);
  }
  &:where(.dark, .dark *) {
    background-color: var(--color-primary);
  }
}
.pagination-prev.disabled, .pagination-next.disabled {
  cursor: not-allowed;
  border-color: var(--color-primary);
  color: var(--color-primary);
  opacity: var(--opacity-60);
  &:where(.dark, .dark *) {
    border-color: var(--color-primary-light);
  }
  &:where(.dark, .dark *) {
    color: var(--color-primary-light);
  }
}
.arrow-icon {
  display: inline-block;
  height: 35px;
  width: 35px;
}
.arrow-icon svg {
  height: 100%;
  width: 100%;
  fill: currentcolor;
}
.pagination-ellipsis {
  display: flex;
  height: calc(var(--spacing) * 9);
  width: calc(var(--spacing) * 9);
  align-items: center;
  justify-content: center;
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  &:where(.dark, .dark *) {
    color: var(--color-fourthy-dark);
  }
}
@media (max-width: 768px) {
  .pagination-content {
    gap: calc(var(--spacing) * 1);
  }
  .pagination-link, .pagination-prev, .pagination-next {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .arrow-icon {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 480px) {
  .pagination-link, .pagination-prev, .pagination-next {
    height: 36px;
    min-height: 36px;
    width: 36px;
    min-width: 36px;
    font-size: 0.85rem;
  }
  .arrow-icon {
    height: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 6);
  }
}
.sr-only {
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding: calc(var(--spacing) * 0);
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
@layer components {
  input[type="checkbox"] {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    &:checked {
      color: var(--color-primary);
    }
    &:checked {
      accent-color: var(--color-primary);
    }
    &:checked {
      accent-color: var(--color-primary);
    }
    &.fail {
      height: calc(var(--spacing) * 5);
      width: calc(var(--spacing) * 5);
      &:checked {
        color: var(--color-secondary);
      }
      &:checked {
        accent-color: var(--color-secondary);
      }
      &:checked {
        accent-color: var(--color-error);
      }
    }
  }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-background-clip: text;
    background-color: transparent;
  }
  input[type="radio"] {
    accent-color: var(--color-primary);
  }
  .overlay {
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 60.56%, rgba(0, 0, 0, 0.4) 100% );
  }
}
::-webkit-scrollbar {
  width: calc(var(--spacing) * 2);
}
* {
  scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
  background-color: color-mix(in srgb, #532816 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-primary) 35%, transparent);
  }
  &:where(.dark, .dark *) {
    background-color: color-mix(in srgb, #f8f6f4 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-thirdy) 35%, transparent);
    }
  }
}
::-webkit-scrollbar-thumb {
  border-radius: var(--radius-lg);
  background-color: var(--color-primary);
  &:where(.dark, .dark *) {
    background-color: var(--color-white-thirdy);
  }
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary);
  &:where(.dark, .dark *) {
    background-color: var(--color-white-thirdy);
  }
}
html body {
  background-color: var(--color-white-thirdy);
  font-family: var(--font-IBM);
  &:where(.dark, .dark *) {
    background-color: #33150C;
  }
}
html.dark body {
  background-color: #33150C;
}
html.dark ::-webkit-scrollbar-track {
  background-color: color-mix(in srgb, #f8f6f4 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white-thirdy) 35%, transparent);
  }
}
html.dark ::-webkit-scrollbar-thumb {
  background-color: var(--color-white-thirdy);
}
html.dark ::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-white-thirdy);
}
body {
  &:has(*:is(.main-modal)) {
    overflow: hidden;
  }
  &:has(*:is(.main-dialog)) {
    overflow: hidden;
  }
  position: relative;
  &:has(*:is(.createApp-Modal)) {
    overflow: hidden;
  }
}
body:after {
  content: "";
  &:has(*:is(.main-dialog)) {
    position: absolute;
  }
  &:has(*:is(.main-modal)) {
    position: absolute;
  }
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: #0000007a;
  &:has(*:is(.createApp-Modal)) {
    position: absolute;
  }
}
[dir="ltr"] * {
  font-family: var(--font-SchibstedGrotesk);
}
[dir="rtl"] * {
  font-family: var(--font-IBM);
}
.react-datepicker-wrapper {
  width: 100%;
}
body.swal2-toast-shown .swal2-container.toast {
  width: 500px;
}
.swal2-container .swal2-popup.swal2-toast {
  background-color: #1C2D37;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.swal2-popup.swal2-toast .swal2-title, .swal2-container .swal2-popup.swal2-toast .swal2-html-container {
  padding-inline-start: calc(var(--spacing) * 4);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  color: var(--color-white);
}
.swal2-container .swal2-popup.swal2-toast.color-primary {
  background-color: var(--color-primary);
}
.swal2-container .swal2-popup.swal2-toast.color-secondary {
  background-color: #1C2D37;
}
.swal2-container .swal2-popup.swal2-toast.color-success {
  background-color: var(--color-success);
}
.main-modal {
  width: 95%;
  height: 90%;
  overflow: auto;
  position: fixed;
  top: 2rem;
  z-index: 99999;
  background-color: #ffffff;
  border-radius: 24px;
  left: calc(var(--spacing) * 4);
  padding: calc(var(--spacing) * 4);
  @media (width >= 992px) {
    left: calc(var(--spacing) * 12);
  }
  @media (width >= 992px) {
    padding: calc(var(--spacing) * 4);
  }
}
.main-modal::-webkit-scrollbar {
  width: calc(var(--spacing) * 2);
  height: calc(var(--spacing) * 2);
}
.main-modal::-webkit-scrollbar-thumb {
  border-radius: var(--radius-3xl);
  background-color: var(--color-primary);
}
.main-modal::-webkit-scrollbar-track {
  background-color: color-mix(in srgb, #532816 35%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-primary) 35%, transparent);
  }
  &:where(.dark, .dark *) {
    background-color: color-mix(in srgb, #f8f6f4 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-thirdy) 35%, transparent);
    }
  }
}
.mobile-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 1);
  &.active-link {
    color: var(--color-secprimary);
    svg {
      :is(& > *) {
        stroke: var(--color-secprimary);
      }
      &.home-icon {
        :is(& > *) {
          fill: var(--color-secprimary);
        }
      }
    }
  }
}
.swiper.swiper-initialized {
  padding-bottom: 2.5rem;
}
.swiper.swiper-initialized .swiper-pagination {
  bottom: 0px;
}
.swiper.swiper-initialized .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  background-color: var(--color-primary-dark);
  border-radius: 35px;
}
.swiper.swiper-initialized .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 6px;
  background-color: var(--color-primary);
  border-radius: 35px;
}
@media (min-width: 992px) {
  .swiper.swiper-initialized .swiper-pagination .swiper-pagination-bullet-active {
    width: 45px;
  }
}
.swiper.swiper-initialized .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--color-primary);
}
.hide-arrows .swiper-button-prev, .hide-arrows .swiper-button-next {
  display: none;
}
.rtl-modal .ant-modal-content {
  direction: rtl;
  text-align: right;
}
.rtl-modal .ant-modal-header {
  text-align: right;
}
.rtl-modal .ant-modal-footer {
  text-align: left;
}
.filter-modal-content {
  max-height: 70vh;
  overflow-y: auto;
}
.slider-range {
  height: 4px;
  background-color: #e5e7eb;
  position: relative;
  border-radius: 2px;
}
.slider-range::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #8e6861;
  border-radius: 2px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
input[type="checkbox"]:checked {
  background-color: #8e6861;
  border-color: #8e6861;
}
input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-item {
  opacity: 0;
  transition: opacity 1s ease;
}
.timeline-item.show {
  opacity: 1;
}
#timelineLine {
  width: 0;
  transition: width 18s linear;
}
#timelineOverlay {
  transition: width 18s linear;
}
.step-item {
  transition: all 0.5s ease;
}
.step-indicator {
  transition: opacity 0.5s ease;
}
.step-title {
  transition: color 0.5s ease;
}
.step-image {
  transition: all 1s ease;
}
#mobile-menu {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#mobile-menu.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
#mobile-menu:not(.hidden) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.otp-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}
.otp-input {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 48px;
  height: 48px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  margin: 0 4px;
  background-color: transparent;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border-width: 2px;
}
.otp-input:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(142, 104, 97, 0.2);
}
.otp-input.error {
  border-color: #ef4444;
}
.resend-otp {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--color-primary);
  margin-top: 16px;
  cursor: pointer;
}
.resend-otp:disabled {
  color: #94a3b8;
  cursor: not-allowed;
}
.progress-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.progress-step {
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.progress-step.active .progress-number {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.progress-step.active .progress-text {
  color: var(--color-primary);
  font-weight: 600;
}
.progress-step.completed .progress-number {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.progress-step.completed .progress-text {
  color: var(--color-primary);
  font-weight: 600;
}
.progress-step:not(.active):not(.completed):hover .progress-number {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.step {
  transition: all 0.3s ease;
}
.step.hidden {
  display: none;
}
@media (max-width: 768px) {
  .progress-step {
    font-size: 0.875rem;
  }
  .progress-number {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.875rem;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.portal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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;
}
@keyframes accordion-down {
  from {
    height: 0;
  }
  to {
    height: var(--radix-accordion-content-height);
  }
}
@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }
  to {
    height: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
