/*! tailwindcss v4.1.13 | 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-amber-500: oklch(76.9% 0.188 70.08);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .\!fixed {
    position: fixed !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .\!top-\[-50px\] {
    top: -50px !important;
  }
  .\!top-\[10px\] {
    top: 10px !important;
  }
  .\!top-\[20px\] {
    top: 20px !important;
  }
  .\!top-\[40px\] {
    top: 40px !important;
  }
  .\!top-\[42px\] {
    top: 42px !important;
  }
  .\!top-auto {
    top: auto !important;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-3px\] {
    top: -3px;
  }
  .top-\[-5px\] {
    top: -5px;
  }
  .top-\[-11px\] {
    top: -11px;
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .top-\[-115px\] {
    top: -115px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[26px\] {
    top: 26px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[58px\] {
    top: 58px;
  }
  .top-\[65px\] {
    top: 65px;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[calc\(50\%-6px\)\] {
    top: calc(50% - 6px);
  }
  .\!right-0 {
    right: calc(var(--spacing) * 0) !important;
  }
  .\!right-\[-8px\] {
    right: -8px !important;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[-4px\] {
    right: -4px;
  }
  .right-\[-11px\] {
    right: -11px;
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[-60px\] {
    right: -60px;
  }
  .right-\[-80px\] {
    right: -80px;
  }
  .right-\[4px\] {
    right: 4px;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[23px\] {
    right: 23px;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .right-\[100px\] {
    right: 100px;
  }
  .\!bottom-0 {
    bottom: calc(var(--spacing) * 0) !important;
  }
  .\!bottom-\[-30px\] {
    bottom: -30px !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-\[-3px\] {
    bottom: -3px;
  }
  .bottom-\[-7px\] {
    bottom: -7px;
  }
  .bottom-\[-30px\] {
    bottom: -30px;
  }
  .bottom-\[-35px\] {
    bottom: -35px;
  }
  .bottom-\[-100px\] {
    bottom: -100px;
  }
  .bottom-\[40px\] {
    bottom: 40px;
  }
  .bottom-\[42px\] {
    bottom: 42px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .\!left-0 {
    left: calc(var(--spacing) * 0) !important;
  }
  .\!left-\[-10px\] {
    left: -10px !important;
  }
  .\!left-\[-30px\] {
    left: -30px !important;
  }
  .\!left-\[-53px\] {
    left: -53px !important;
  }
  .\!left-\[-118px\] {
    left: -118px !important;
  }
  .\!left-\[32px\] {
    left: 32px !important;
  }
  .\!left-\[50\%\] {
    left: 50% !important;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[-18px\] {
    left: -18px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-40px\] {
    left: -40px;
  }
  .left-\[-52px\] {
    left: -52px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[40px\] {
    left: 40px;
  }
  .left-\[47\%\] {
    left: 47%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[58px\] {
    left: 58px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[9999999999\] {
    z-index: 9999999999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .\!mx-\[45px\] {
    margin-inline: 45px !important;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-\[-36px\] {
    margin-inline: -36px;
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .mx-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[6px\] {
    margin-inline: 6px;
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-\[40px\] {
    margin-inline: 40px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[4px\] {
    margin-block: 4px;
  }
  .my-\[8px\] {
    margin-block: 8px;
  }
  .my-\[16px\] {
    margin-block: 16px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[42px\] {
    margin-block: 42px;
  }
  .\!mt-\[-30px\] {
    margin-top: -30px !important;
  }
  .\!mt-\[30px\] {
    margin-top: 30px !important;
  }
  .\!mt-\[40px\] {
    margin-top: 40px !important;
  }
  .\!mt-\[60px\] {
    margin-top: 60px !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[-6px\] {
    margin-top: -6px;
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[0\] {
    margin-top: 0;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[9px\] {
    margin-top: 9px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[62px\] {
    margin-top: 62px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[110px\] {
    margin-top: 110px;
  }
  .mt-\[130px\] {
    margin-top: 130px;
  }
  .mr-\[2px\] {
    margin-right: 2px;
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[12px\] {
    margin-right: 12px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[28px\] {
    margin-right: 28px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-\[12px\] {
    margin-bottom: 12px !important;
  }
  .\!mb-\[16px\] {
    margin-bottom: 16px !important;
  }
  .\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }
  .\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .\!mb-\[55px\] {
    margin-bottom: 55px !important;
  }
  .\!mb-\[110px\] {
    margin-bottom: 110px !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[0\] {
    margin-bottom: 0;
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[62px\] {
    margin-bottom: 62px;
  }
  .mb-\[65px\] {
    margin-bottom: 65px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[90px\] {
    margin-bottom: 90px;
  }
  .mb-\[150px\] {
    margin-bottom: 150px;
  }
  .\!ml-\[-30px\] {
    margin-left: -30px !important;
  }
  .\!ml-\[-75px\] {
    margin-left: -75px !important;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-\[-8px\] {
    margin-left: -8px;
  }
  .ml-\[-12px\] {
    margin-left: -12px;
  }
  .ml-\[-20px\] {
    margin-left: -20px;
  }
  .ml-\[-40px\] {
    margin-left: -40px;
  }
  .ml-\[-110px\] {
    margin-left: -110px;
  }
  .ml-\[-133px\] {
    margin-left: -133px;
  }
  .ml-\[3\.75px\] {
    margin-left: 3.75px;
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .ml-\[6px\] {
    margin-left: 6px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[400\/180\] {
    aspect-ratio: 400/180;
  }
  .\!h-\[20px\] {
    height: 20px !important;
  }
  .\!h-\[30px\] {
    height: 30px !important;
  }
  .\!h-\[52px\] {
    height: 52px !important;
  }
  .\!h-\[62px\] {
    height: 62px !important;
  }
  .\!h-\[72px\] {
    height: 72px !important;
  }
  .\!h-\[400px\] {
    height: 400px !important;
  }
  .\!h-\[420px\] {
    height: 420px !important;
  }
  .\!h-\[500px\] {
    height: 500px !important;
  }
  .\!h-\[520px\] {
    height: 520px !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[73px\] {
    height: 73px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[106px\] {
    height: 106px;
  }
  .h-\[112px\] {
    height: 112px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[142px\] {
    height: 142px;
  }
  .h-\[148px\] {
    height: 148px;
  }
  .h-\[152px\] {
    height: 152px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[218px\] {
    height: 218px;
  }
  .h-\[221px\] {
    height: 221px;
  }
  .h-\[234px\] {
    height: 234px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[274px\] {
    height: 274px;
  }
  .h-\[286px\] {
    height: 286px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[336px\] {
    height: 336px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[406px\] {
    height: 406px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[460px\] {
    height: 460px;
  }
  .h-\[490px\] {
    height: 490px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[40px\] {
    max-height: 40px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-\[590px\] {
    max-height: 590px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[32px\] {
    min-height: 32px;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-\[160px\] {
    min-height: 160px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-\[620px\] {
    min-height: 620px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[30px\] {
    width: 30px !important;
  }
  .\!w-\[140px\] {
    width: 140px !important;
  }
  .\!w-\[150px\] {
    width: 150px !important;
  }
  .\!w-\[170px\] {
    width: 170px !important;
  }
  .\!w-\[175px\] {
    width: 175px !important;
  }
  .\!w-\[304px\] {
    width: 304px !important;
  }
  .\!w-\[310px\] {
    width: 310px !important;
  }
  .\!w-\[340px\] {
    width: 340px !important;
  }
  .\!w-\[500px\] {
    width: 500px !important;
  }
  .\!w-\[520px\] {
    width: 520px !important;
  }
  .\!w-\[1000px\] {
    width: 1000px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[0\.5px\] {
    width: 0.5px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[66px\] {
    width: 66px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[106px\] {
    width: 106px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[117px\] {
    width: 117px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[135px\] {
    width: 135px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[201px\] {
    width: 201px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[276px\] {
    width: 276px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[284px\] {
    width: 284px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[315px\] {
    width: 315px;
  }
  .w-\[316px\] {
    width: 316px;
  }
  .w-\[324px\] {
    width: 324px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[334px\] {
    width: 334px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[352px\] {
    width: 352px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[365px\] {
    width: 365px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[394px\] {
    width: 394px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[424px\] {
    width: 424px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[452px\] {
    width: 452px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[574px\] {
    width: 574px;
  }
  .w-\[580px\] {
    width: 580px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[630px\] {
    width: 630px;
  }
  .w-\[1260px\] {
    width: 1260px;
  }
  .w-\[calc\(100\%_\+_24px\)\] {
    width: calc(100% + 24px);
  }
  .w-\[calc\(100\%_\+_40px\)\] {
    width: calc(100% + 40px);
  }
  .w-\[calc\(100\%_-_20px\)\] {
    width: calc(100% - 20px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[280px\] {
    max-width: 280px !important;
  }
  .\!max-w-\[500px\] {
    max-width: 500px !important;
  }
  .\!max-w-\[600px\] {
    max-width: 600px !important;
  }
  .\!max-w-\[1000px\] {
    max-width: 1000px !important;
  }
  .max-w-\[88px\] {
    max-width: 88px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[864px\] {
    max-width: 864px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1260px\] {
    max-width: 1260px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[16px\] {
    min-width: 16px;
  }
  .min-w-\[56px\] {
    min-width: 56px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[78px\] {
    min-width: 78px;
  }
  .min-w-\[144px\] {
    min-width: 144px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[2px\] {
    --tw-translate-x: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[\.8\] {
    scale: .8;
  }
  .scale-\[\.67\] {
    scale: .67;
  }
  .scale-\[0\.8\] {
    scale: 0.8;
  }
  .-rotate-\[1deg\] {
    rotate: calc(1deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-start {
    align-items: flex-start !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-end {
    justify-content: flex-end !important;
  }
  .\!justify-start {
    justify-content: flex-start !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .\!gap-x-\[4px\] {
    column-gap: 4px !important;
  }
  .\!gap-x-\[20px\] {
    column-gap: 20px !important;
  }
  .\!gap-x-\[25px\] {
    column-gap: 25px !important;
  }
  .gap-x-\[2px\] {
    column-gap: 2px;
  }
  .gap-x-\[4px\] {
    column-gap: 4px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-x-\[9\.38px\] {
    column-gap: 9.38px;
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[13px\] {
    column-gap: 13px;
  }
  .gap-x-\[15px\] {
    column-gap: 15px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[40px\] {
    column-gap: 40px;
  }
  .gap-x-\[48px\] {
    column-gap: 48px;
  }
  .gap-x-\[80px\] {
    column-gap: 80px;
  }
  .space-x-7 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 7) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .\!gap-y-\[12px\] {
    row-gap: 12px !important;
  }
  .gap-y-\[7\.5px\] {
    row-gap: 7.5px;
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .gap-y-\[14px\] {
    row-gap: 14px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-\[14px\] {
    border-radius: 14px !important;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7\.96px\] {
    border-radius: 7.96px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[27px\] {
    border-radius: 27px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[42px\] {
    border-radius: 42px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[90px\] {
    border-radius: 90px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-l-\[14px\] {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .rounded-l-\[52px\] {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .\!rounded-tl-\[24px\] {
    border-top-left-radius: 24px !important;
  }
  .rounded-tl-\[31px\] {
    border-top-left-radius: 31px;
  }
  .rounded-tl-full {
    border-top-left-radius: calc(infinity * 1px);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .\!rounded-tr-\[24px\] {
    border-top-right-radius: 24px !important;
  }
  .rounded-tr-\[31px\] {
    border-top-right-radius: 31px;
  }
  .rounded-b-\[12px\] {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .\!rounded-br-\[24px\] {
    border-bottom-right-radius: 24px !important;
  }
  .rounded-br-\[31px\] {
    border-bottom-right-radius: 31px;
  }
  .\!rounded-bl-\[24px\] {
    border-bottom-left-radius: 24px !important;
  }
  .rounded-bl-\[31px\] {
    border-bottom-left-radius: 31px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#292C33\] {
    border-color: #292C33 !important;
  }
  .border-\[\#292C33\] {
    border-color: #292C33;
  }
  .border-\[\#292c33\] {
    border-color: #292c33;
  }
  .border-\[\#26282C\] {
    border-color: #26282C;
  }
  .border-\[\#A1A2AA\] {
    border-color: #A1A2AA;
  }
  .border-\[\#E4E7ED\] {
    border-color: #E4E7ED;
  }
  .border-\[\#ECECEC\] {
    border-color: #ECECEC;
  }
  .border-\[\#FF4F29\] {
    border-color: #FF4F29;
  }
  .border-\[\#f4f4f5\] {
    border-color: #f4f4f5;
  }
  .border-\[\#fff\] {
    border-color: #fff;
  }
  .border-black\/40 {
    border-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-\[\#1a1c1f\] {
    background-color: #1a1c1f !important;
  }
  .\!bg-\[\#ffffff\] {
    background-color: #ffffff !important;
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .bg-\[\#000000\] {
    background-color: #000000;
  }
  .bg-\[\#000000\]\/20 {
    background-color: color-mix(in oklab, #000000 20%, transparent);
  }
  .bg-\[\#1B1D20\] {
    background-color: #1B1D20;
  }
  .bg-\[\#8AA8FF33\] {
    background-color: #8AA8FF33;
  }
  .bg-\[\#0094FF\]\/20 {
    background-color: color-mix(in oklab, #0094FF 20%, transparent);
  }
  .bg-\[\#292C33\] {
    background-color: #292C33;
  }
  .bg-\[\#26282C\] {
    background-color: #26282C;
  }
  .bg-\[\#71737A\] {
    background-color: #71737A;
  }
  .bg-\[\#131215\] {
    background-color: #131215;
  }
  .bg-\[\#AEB2BD\] {
    background-color: #AEB2BD;
  }
  .bg-\[\#CCEFE2\] {
    background-color: #CCEFE2;
  }
  .bg-\[\#DB8B00\]\/30 {
    background-color: color-mix(in oklab, #DB8B00 30%, transparent);
  }
  .bg-\[\#E4E4E7\] {
    background-color: #E4E4E7;
  }
  .bg-\[\#F5F7FA\] {
    background-color: #F5F7FA;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#FCDADA\] {
    background-color: #FCDADA;
  }
  .bg-\[\#FF4F29\] {
    background-color: #FF4F29;
  }
  .bg-\[\#FF7028\]\/20 {
    background-color: color-mix(in oklab, #FF7028 20%, transparent);
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-\[\#ffffff\]\/50 {
    background-color: color-mix(in oklab, #ffffff 50%, transparent);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/\[\.2\] {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#FF4F29\] {
    --tw-gradient-from: #FF4F29;
    --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-\[\#FF1C7B\] {
    --tw-gradient-to: #FF1C7B;
    --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));
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-\[30px\] {
    padding: 30px !important;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .\!px-\[10px\] {
    padding-inline: 10px !important;
  }
  .\!px-\[20px\] {
    padding-inline: 20px !important;
  }
  .\!px-\[30px\] {
    padding-inline: 30px !important;
  }
  .\!px-\[100px\] {
    padding-inline: 100px !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[45px\] {
    padding-inline: 45px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[130px\] {
    padding-inline: 130px;
  }
  .\!py-\[25px\] {
    padding-block: 25px !important;
  }
  .\!py-\[30px\] {
    padding-block: 30px !important;
  }
  .\!py-\[36px\] {
    padding-block: 36px !important;
  }
  .\!py-\[50px\] {
    padding-block: 50px !important;
  }
  .\!py-\[70px\] {
    padding-block: 70px !important;
  }
  .\!py-\[130px\] {
    padding-block: 130px !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[230px\] {
    padding-block: 230px;
  }
  .py-\[250px\] {
    padding-block: 250px;
  }
  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .\!pt-\[60px\] {
    padding-top: 60px !important;
  }
  .\!pt-\[80px\] {
    padding-top: 80px !important;
  }
  .\!pt-\[85px\] {
    padding-top: 85px !important;
  }
  .\!pt-\[100px\] {
    padding-top: 100px !important;
  }
  .\!pt-\[130px\] {
    padding-top: 130px !important;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[11px\] {
    padding-top: 11px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[43px\] {
    padding-top: 43px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[96px\] {
    padding-top: 96px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[180px\] {
    padding-top: 180px;
  }
  .pt-\[230px\] {
    padding-top: 230px;
  }
  .\!pr-\[32px\] {
    padding-right: 32px !important;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .pr-\[2px\] {
    padding-right: 2px;
  }
  .pr-\[7px\] {
    padding-right: 7px;
  }
  .pr-\[8px\] {
    padding-right: 8px;
  }
  .pr-\[10px\] {
    padding-right: 10px;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[17px\] {
    padding-right: 17px;
  }
  .pr-\[18px\] {
    padding-right: 18px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[38px\] {
    padding-right: 38px;
  }
  .\!pb-\[10px\] {
    padding-bottom: 10px !important;
  }
  .\!pb-\[15px\] {
    padding-bottom: 15px !important;
  }
  .\!pb-\[90px\] {
    padding-bottom: 90px !important;
  }
  .\!pb-\[115px\] {
    padding-bottom: 115px !important;
  }
  .\!pb-\[120px\] {
    padding-bottom: 120px !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[4px\] {
    padding-bottom: 4px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .pb-\[320px\] {
    padding-bottom: 320px;
  }
  .\!pl-\[20px\] {
    padding-left: 20px !important;
  }
  .pl-\[8px\] {
    padding-left: 8px;
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .pl-\[19px\] {
    padding-left: 19px;
  }
  .pl-\[22px\] {
    padding-left: 22px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[50px\] {
    padding-left: 50px;
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-\[MiSans\] {
    font-family: MiSans;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[14px\]\/\[18px\] {
    font-size: 14px;
    line-height: 18px;
  }
  .text-\[14px\]\/\[20px\] {
    font-size: 14px;
    line-height: 20px;
  }
  .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-sm\/4 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 4);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[9px\] {
    font-size: 9px !important;
  }
  .\!text-\[10px\] {
    font-size: 10px !important;
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .\!text-\[14px\] {
    font-size: 14px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[26px\] {
    font-size: 26px !important;
  }
  .\!text-\[27px\] {
    font-size: 27px !important;
  }
  .\!text-\[28px\] {
    font-size: 28px !important;
  }
  .\!text-\[32px\] {
    font-size: 32px !important;
  }
  .\!text-\[34px\] {
    font-size: 34px !important;
  }
  .\!text-\[36px\] {
    font-size: 36px !important;
  }
  .\!text-\[38px\] {
    font-size: 38px !important;
  }
  .\!text-\[42px\] {
    font-size: 42px !important;
  }
  .\!text-\[48px\] {
    font-size: 48px !important;
  }
  .\!text-\[50px\] {
    font-size: 50px !important;
  }
  .\!text-\[52px\] {
    font-size: 52px !important;
  }
  .\!text-\[54px\] {
    font-size: 54px !important;
  }
  .\!text-\[58px\] {
    font-size: 58px !important;
  }
  .\!text-\[62px\] {
    font-size: 62px !important;
  }
  .text-\[7px\] {
    font-size: 7px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[68px\] {
    font-size: 68px;
  }
  .\!leading-\[18px\] {
    --tw-leading: 18px !important;
    line-height: 18px !important;
  }
  .\!leading-\[20px\] {
    --tw-leading: 20px !important;
    line-height: 20px !important;
  }
  .\!leading-\[24px\] {
    --tw-leading: 24px !important;
    line-height: 24px !important;
  }
  .\!leading-\[26px\] {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .\!leading-\[32px\] {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }
  .\!leading-\[34px\] {
    --tw-leading: 34px !important;
    line-height: 34px !important;
  }
  .\!leading-\[35px\] {
    --tw-leading: 35px !important;
    line-height: 35px !important;
  }
  .\!leading-\[40px\] {
    --tw-leading: 40px !important;
    line-height: 40px !important;
  }
  .\!leading-\[42px\] {
    --tw-leading: 42px !important;
    line-height: 42px !important;
  }
  .\!leading-\[48px\] {
    --tw-leading: 48px !important;
    line-height: 48px !important;
  }
  .\!leading-\[50px\] {
    --tw-leading: 50px !important;
    line-height: 50px !important;
  }
  .\!leading-\[54px\] {
    --tw-leading: 54px !important;
    line-height: 54px !important;
  }
  .\!leading-\[55px\] {
    --tw-leading: 55px !important;
    line-height: 55px !important;
  }
  .\!leading-\[56px\] {
    --tw-leading: 56px !important;
    line-height: 56px !important;
  }
  .\!leading-\[58px\] {
    --tw-leading: 58px !important;
    line-height: 58px !important;
  }
  .\!leading-\[62px\] {
    --tw-leading: 62px !important;
    line-height: 62px !important;
  }
  .\!leading-\[64px\] {
    --tw-leading: 64px !important;
    line-height: 64px !important;
  }
  .\!leading-\[65px\] {
    --tw-leading: 65px !important;
    line-height: 65px !important;
  }
  .\!leading-\[72px\] {
    --tw-leading: 72px !important;
    line-height: 72px !important;
  }
  .\!leading-\[76px\] {
    --tw-leading: 76px !important;
    line-height: 76px !important;
  }
  .\!leading-\[80px\] {
    --tw-leading: 80px !important;
    line-height: 80px !important;
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22\.5px\] {
    --tw-leading: 22.5px;
    line-height: 22.5px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29\.83px\] {
    --tw-leading: 29.83px;
    line-height: 29.83px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }
  .leading-\[46px\] {
    --tw-leading: 46px;
    line-height: 46px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
  .leading-\[75px\] {
    --tw-leading: 75px;
    line-height: 75px;
  }
  .leading-\[80px\] {
    --tw-leading: 80px;
    line-height: 80px;
  }
  .leading-\[84px\] {
    --tw-leading: 84px;
    line-height: 84px;
  }
  .leading-\[85px\] {
    --tw-leading: 85px;
    line-height: 85px;
  }
  .leading-\[90px\] {
    --tw-leading: 90px;
    line-height: 90px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[450\] {
    --tw-font-weight: 450;
    font-weight: 450;
  }
  .font-\[520\] {
    --tw-font-weight: 520;
    font-weight: 520;
  }
  .font-\[550\] {
    --tw-font-weight: 550;
    font-weight: 550;
  }
  .font-\[730\] {
    --tw-font-weight: 730;
    font-weight: 730;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .\!text-\[\#000000\] {
    color: #000000 !important;
  }
  .\!text-\[\#292C33\] {
    color: #292C33 !important;
  }
  .\!text-\[\#A1A2AA\] {
    color: #A1A2AA !important;
  }
  .\!text-\[\#ffffff\] {
    color: #ffffff !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#00B070\] {
    color: #00B070;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#3F4046\] {
    color: #3F4046;
  }
  .text-\[\#6E727D\] {
    color: #6E727D;
  }
  .text-\[\#8AA8FF\] {
    color: #8AA8FF;
  }
  .text-\[\#9ea6b8\] {
    color: #9ea6b8;
  }
  .text-\[\#075de3\] {
    color: #075de3;
  }
  .text-\[\#0094FF\] {
    color: #0094FF;
  }
  .text-\[\#292C33\] {
    color: #292C33;
  }
  .text-\[\#27282A\] {
    color: #27282A;
  }
  .text-\[\#71737A\] {
    color: #71737A;
  }
  .text-\[\#626773\] {
    color: #626773;
  }
  .text-\[\#A1A2AA\] {
    color: #A1A2AA;
  }
  .text-\[\#DB8B00\] {
    color: #DB8B00;
  }
  .text-\[\#DF7D21\] {
    color: #DF7D21;
  }
  .text-\[\#F4F4F5\] {
    color: #F4F4F5;
  }
  .text-\[\#FF4F29\] {
    color: #FF4F29;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[primary\] {
    color: primary;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .\!underline {
    text-decoration-line: underline !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-\[0\.0001\] {
    opacity: 0.0001;
  }
  .shadow {
    --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-\[0_12px_24px_rgba\(255\,79\,41\,0\.1\)\] {
    --tw-shadow: 0 12px 24px var(--tw-shadow-color, rgba(255,79,41,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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:border-none {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: none;
        border-style: none;
      }
    }
  }
  .hover\:\!border-\[\#292C33\] {
    &:hover {
      @media (hover: hover) {
        border-color: #292C33 !important;
      }
    }
  }
  .hover\:border-\[\#FF8B72\] {
    &:hover {
      @media (hover: hover) {
        border-color: #FF8B72;
      }
    }
  }
  .hover\:bg-\[\#2B2B2B\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2B2B2B;
      }
    }
  }
  .hover\:bg-\[\#292C33\] {
    &:hover {
      @media (hover: hover) {
        background-color: #292C33;
      }
    }
  }
  .hover\:bg-\[\#E4E7ED\]\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #E4E7ED 20%, transparent);
      }
    }
  }
  .hover\:bg-\[rgba\(255\,79\,41\,0\.05\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(255,79,41,0.05);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .data-filter\:filter {
    &[data-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,);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[360px\] {
    @media (width >= 48rem) {
      width: 360px;
    }
  }
  .md\:w-max {
    @media (width >= 48rem) {
      width: max-content;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:w-max {
    @media (width >= 64rem) {
      width: max-content;
    }
  }
  .lg\:pt-\[90px\] {
    @media (width >= 64rem) {
      padding-top: 90px;
    }
  }
  .dark\:\!bg-\[\#0C0D0F\] {
    @media (prefers-color-scheme: dark) {
      background-color: #0C0D0F !important;
    }
  }
  .dark\:bg-\[\#0C0D0F\] {
    @media (prefers-color-scheme: dark) {
      background-color: #0C0D0F;
    }
  }
  .dark\:bg-\[\#0D0D0D\] {
    @media (prefers-color-scheme: dark) {
      background-color: #0D0D0D;
    }
  }
  .dark\:bg-\[\#5A2B2F\] {
    @media (prefers-color-scheme: dark) {
      background-color: #5A2B2F;
    }
  }
  .dark\:bg-\[\#124A3B\] {
    @media (prefers-color-scheme: dark) {
      background-color: #124A3B;
    }
  }
  .dark\:bg-\[\#282C33\] {
    @media (prefers-color-scheme: dark) {
      background-color: #282C33;
    }
  }
  .dark\:bg-\[\#131416\] {
    @media (prefers-color-scheme: dark) {
      background-color: #131416;
    }
  }
  .dark\:bg-white {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-white);
    }
  }
  .dark\:text-\[\#A1A2AA\] {
    @media (prefers-color-scheme: dark) {
      color: #A1A2AA;
    }
  }
  .dark\:text-\[\#fff\] {
    @media (prefers-color-scheme: dark) {
      color: #fff;
    }
  }
  .dark\:text-black {
    @media (prefers-color-scheme: dark) {
      color: var(--color-black);
    }
  }
  .\[\&_\.pi-modal-body\]\:\!p-0 {
    & .pi-modal-body {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.pi-modal-body\]\:\!px-\[20px\] {
    & .pi-modal-body {
      padding-inline: 20px !important;
    }
  }
  .\[\&_\.pi-modal-body\]\:px-\[24px\] {
    & .pi-modal-body {
      padding-inline: 24px;
    }
  }
  .\[\&_\.pi-modal-body\]\:\!pt-0 {
    & .pi-modal-body {
      padding-top: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.pi-modal-content\]\:p-0 {
    & .pi-modal-content {
      padding: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.pi-modal-footer\]\:border-0 {
    & .pi-modal-footer {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&_\.pi-modal-footer\]\:border-t {
    & .pi-modal-footer {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .\[\&_\.pi-modal-footer\]\:border-solid {
    & .pi-modal-footer {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .\[\&_\.pi-modal-footer\]\:border-t-\[\#25262C\] {
    & .pi-modal-footer {
      border-top-color: #25262C;
    }
  }
  .\[\&_\.pi-modal-footer\]\:border-t-\[\#E9E9EA\] {
    & .pi-modal-footer {
      border-top-color: #E9E9EA;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!px-\[20px\] {
    & .pi-modal-footer {
      padding-inline: 20px !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!px-\[22\.5px\] {
    & .pi-modal-footer {
      padding-inline: 22.5px !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:px-\[24px\] {
    & .pi-modal-footer {
      padding-inline: 24px;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!pt-0 {
    & .pi-modal-footer {
      padding-top: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!pt-\[10px\] {
    & .pi-modal-footer {
      padding-top: 10px !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!pt-\[13px\] {
    & .pi-modal-footer {
      padding-top: 13px !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!pb-\[15px\] {
    & .pi-modal-footer {
      padding-bottom: 15px !important;
    }
  }
  .\[\&_\.pi-modal-footer\]\:\!pb-\[20px\] {
    & .pi-modal-footer {
      padding-bottom: 20px !important;
    }
  }
  .\[\&_\.pi-modal-header\]\:border-b-0 {
    & .pi-modal-header {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .\[\&_\.pi-modal-header\]\:\!p-\[20px\] {
    & .pi-modal-header {
      padding: 20px !important;
    }
  }
  .\[\&_\.pi-modal-header\]\:p-0 {
    & .pi-modal-header {
      padding: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.pi-modal-header\]\:px-\[24px\] {
    & .pi-modal-header {
      padding-inline: 24px;
    }
  }
  .\[\&_\.pi-radio\]\:translate-y-\[-4px\] {
    & .pi-radio {
      --tw-translate-y: -4px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&_\.pi-radio-button-wrapper\]\:font-semibold {
    & .pi-radio-button-wrapper {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&_\.pi-radio-button-wrapper-checked\]\:font-bold {
    & .pi-radio-button-wrapper-checked {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_\.pi-select\]\:\!h-full {
    & .pi-select {
      height: 100% !important;
    }
  }
  .\[\&_\.pi-select-inside-wrap\]\:\!h-full {
    & .pi-select-inside-wrap {
      height: 100% !important;
    }
  }
  .\[\&_\.pi-switch-handle\]\:hidden {
    & .pi-switch-handle {
      display: none;
    }
  }
  .\[\&_\.pi-switch-inner\]\:absolute {
    & .pi-switch-inner {
      position: absolute;
    }
  }
  .\[\&_\.pi-switch-inner\]\:top-0 {
    & .pi-switch-inner {
      top: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.pi-switch-inner\]\:left-0 {
    & .pi-switch-inner {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.pi-switch-inner\]\:\!m-0 {
    & .pi-switch-inner {
      margin: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.pi-switch-inner\]\:flex {
    & .pi-switch-inner {
      display: flex;
    }
  }
  .\[\&_\.pi-switch-inner\]\:h-full {
    & .pi-switch-inner {
      height: 100%;
    }
  }
  .\[\&_\.pi-switch-inner\]\:w-full {
    & .pi-switch-inner {
      width: 100%;
    }
  }
  .\[\&_\.pi-switch-inner\]\:flex-row-reverse {
    & .pi-switch-inner {
      flex-direction: row-reverse;
    }
  }
  .\[\&_\.pi-switch-inner\]\:items-center {
    & .pi-switch-inner {
      align-items: center;
    }
  }
  .\[\&_\.pi-switch-inner\]\:justify-between {
    & .pi-switch-inner {
      justify-content: space-between;
    }
  }
  .\[\&_\.pi-switch-inner\]\:px-\[2px\] {
    & .pi-switch-inner {
      padding-inline: 2px;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:invisible {
    & .pi-switch-inner-checked {
      visibility: hidden;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:flex {
    & .pi-switch-inner-checked {
      display: flex;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:h-\[16px\] {
    & .pi-switch-inner-checked {
      height: 16px;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:w-\[16px\] {
    & .pi-switch-inner-checked {
      width: 16px;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:items-center {
    & .pi-switch-inner-checked {
      align-items: center;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:justify-center {
    & .pi-switch-inner-checked {
      justify-content: center;
    }
  }
  .\[\&_\.pi-switch-inner-checked\]\:rounded-full {
    & .pi-switch-inner-checked {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:invisible {
    & .pi-switch-inner-unchecked {
      visibility: hidden;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:flex {
    & .pi-switch-inner-unchecked {
      display: flex;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:h-\[16px\] {
    & .pi-switch-inner-unchecked {
      height: 16px;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:w-\[16px\] {
    & .pi-switch-inner-unchecked {
      width: 16px;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:items-center {
    & .pi-switch-inner-unchecked {
      align-items: center;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:justify-center {
    & .pi-switch-inner-unchecked {
      justify-content: center;
    }
  }
  .\[\&_\.pi-switch-inner-unchecked\]\:rounded-full {
    & .pi-switch-inner-unchecked {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&_\.pi-tabs-nav\]\:\!mb-0 {
    & .pi-tabs-nav {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.pi-tabs-nav-list\]\:\!hidden {
    & .pi-tabs-nav-list {
      display: none !important;
    }
  }
  .\[\&_\.pi-tabs-nav\>_\.pi-tabs-nav-operations\]\:hidden {
    & .pi-tabs-nav> .pi-tabs-nav-operations {
      display: none;
    }
  }
  .\[\&_\.pi-tabs-tab-active\]\:after\:hidden {
    & .pi-tabs-tab-active {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .\[\&_\.pi-tooltip-arrow-content\]\:bg-white {
    & .pi-tooltip-arrow-content {
      background-color: var(--color-white);
    }
  }
  .\[\&_\.pi-tooltip-inner\]\:bg-white {
    & .pi-tooltip-inner {
      background-color: var(--color-white);
    }
  }
  .\[\&_\.pi-tooltip-inner\]\:py-\[6px\] {
    & .pi-tooltip-inner {
      padding-block: 6px;
    }
  }
  .\[\&_\.slick-slide\]\:\!pointer-events-auto {
    & .slick-slide {
      pointer-events: auto !important;
    }
  }
  .\[\&_\.slick-track\]\:flex {
    & .slick-track {
      display: flex;
    }
  }
  .\[\&_\>_span\]\:\!text-sm {
    & > span {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }
  }
  .\[\&_input\]\:\!h-\[32px\] {
    & input {
      height: 32px !important;
    }
  }
  .\[\&\>\*\:nth-child\(3n\)\]\:justify-end {
    &>*:nth-child(3n) {
      justify-content: flex-end;
    }
  }
  .\[\&\>\*\:nth-child\(3n\+1\)\]\:justify-start {
    &>*:nth-child(3n+1) {
      justify-content: flex-start;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
