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

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-50: oklch(.971 .013 17.38);
    --color-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-xs: .125rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .visible {
    visibility: visible;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[-0\.5px\] {
    inset: -.5px;
  }

  .inset-\[-0\.941px\] {
    inset: -.941px;
  }

  .inset-\[-2px_-5\.48\%\] {
    inset: -2px -5.48%;
  }

  .inset-\[-3\%\] {
    inset: -3%;
  }

  .inset-\[-4\.5\%\] {
    inset: -4.5%;
  }

  .inset-\[-4\.8\%_-5\.33\%\] {
    inset: -4.8% -5.33%;
  }

  .inset-\[-4\.29\%_-4\.09\%\] {
    inset: -4.29% -4.09%;
  }

  .inset-\[-4\.52\%_-4\.53\%\] {
    inset: -4.52% -4.53%;
  }

  .inset-\[-4\.57\%_-4\.36\%\] {
    inset: -4.57% -4.36%;
  }

  .inset-\[-5\.33\%_-6\%\] {
    inset: -5.33% -6%;
  }

  .inset-\[-5\.333\%\] {
    inset: -5.333%;
  }

  .inset-\[4\.17\%_4\.17\%_8\.33\%_4\.17\%\] {
    inset: 4.17% 4.17% 8.33%;
  }

  .inset-\[8\.33\%_8\.33\%_8\.63\%_8\.8\%\] {
    inset: 8.33% 8.33% 8.63% 8.8%;
  }

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

  .inset-\[8\.333\%\] {
    inset: 8.333%;
  }

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

  .inset-\[12\.5\%_16\.67\%\] {
    inset: 12.5% 16.67%;
  }

  .inset-\[20\.83\%_20\.83\%_20\.83\%_33\.33\%\] {
    inset: 20.83% 20.83% 20.83% 33.33%;
  }

  .inset-\[20\.833\%\] {
    inset: 20.833%;
  }

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

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

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

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

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

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

  .top-\[-0\.5px\] {
    top: -.5px;
  }

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

  .top-\[-15\.06px\] {
    top: -15.06px;
  }

  .top-\[-22\.59px\] {
    top: -22.59px;
  }

  .top-\[-26\.07px\] {
    top: -26.07px;
  }

  .top-\[-33\.16px\] {
    top: -33.16px;
  }

  .top-\[-33\.88px\] {
    top: -33.88px;
  }

  .top-\[-36\.23\%\] {
    top: -36.23%;
  }

  .top-\[-53\.22\%\] {
    top: -53.22%;
  }

  .top-\[-65\.42\%\] {
    top: -65.42%;
  }

  .top-\[-125\.17px\] {
    top: -125.17px;
  }

  .top-\[-154\.44\%\] {
    top: -154.44%;
  }

  .top-\[-172\.65\%\] {
    top: -172.65%;
  }

  .top-\[-225\.89\%\] {
    top: -225.89%;
  }

  .top-\[-234\.34px\] {
    top: -234.34px;
  }

  .top-\[-237\.48\%\] {
    top: -237.48%;
  }

  .top-\[-244\.64\%\] {
    top: -244.64%;
  }

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

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

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

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

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

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

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

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

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

  .top-\[72\.47px\] {
    top: 72.47px;
  }

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

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

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

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

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

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

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

  .top-\[212\.7px\] {
    top: 212.7px;
  }

  .top-\[245\.64px\] {
    top: 245.64px;
  }

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

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

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

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

  .top-\[336\.96px\] {
    top: 336.96px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bottom-\[-0\.5px\] {
    bottom: -.5px;
  }

  .bottom-\[35\.83\%\] {
    bottom: 35.83%;
  }

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

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

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

  .left-\[-31\.86\%\] {
    left: -31.86%;
  }

  .left-\[-49\.02\%\] {
    left: -49.02%;
  }

  .left-\[-51\.76px\] {
    left: -51.76px;
  }

  .left-\[-66\.96px\] {
    left: -66.96px;
  }

  .left-\[-67\.02\%\] {
    left: -67.02%;
  }

  .left-\[-71\.48\%\] {
    left: -71.48%;
  }

  .left-\[-75\.49px\] {
    left: -75.49px;
  }

  .left-\[-109\.21\%\] {
    left: -109.21%;
  }

  .left-\[-128\.72\%\] {
    left: -128.72%;
  }

  .left-\[-145\.88px\] {
    left: -145.88px;
  }

  .left-\[-162\.68\%\] {
    left: -162.68%;
  }

  .left-\[-189\.03\%\] {
    left: -189.03%;
  }

  .left-\[-223\.28\%\] {
    left: -223.28%;
  }

  .left-\[-232\.97\%\] {
    left: -232.97%;
  }

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

  .left-\[-318\.21\%\] {
    left: -318.21%;
  }

  .left-\[-475\.28px\] {
    left: -475.28px;
  }

  .left-\[-497\.87px\] {
    left: -497.87px;
  }

  .left-\[-1091\.73px\] {
    left: -1091.73px;
  }

  .left-\[-1550\.07px\] {
    left: -1550.07px;
  }

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

  .left-\[45\.17px\] {
    left: 45.17px;
  }

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

  .left-\[66\.82px\] {
    left: 66.82px;
  }

  .left-\[70\.23px\] {
    left: 70.23px;
  }

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

  .left-\[120\.5px\] {
    left: 120.5px;
  }

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

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

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

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

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

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

  .left-\[290\.5px\] {
    left: 290.5px;
  }

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

  .left-\[543\.5px\] {
    left: 543.5px;
  }

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

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

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

  .left-\[799\.5px\] {
    left: 799.5px;
  }

  .left-\[893\.5px\] {
    left: 893.5px;
  }

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

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

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

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

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

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

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

  .\!container {
    width: 100% !important;
  }

  @media (width >= 40rem) {
    .\!container {
      max-width: 40rem !important;
    }
  }

  @media (width >= 48rem) {
    .\!container {
      max-width: 48rem !important;
    }
  }

  @media (width >= 64rem) {
    .\!container {
      max-width: 64rem !important;
    }
  }

  @media (width >= 80rem) {
    .\!container {
      max-width: 80rem !important;
    }
  }

  @media (width >= 96rem) {
    .\!container {
      max-width: 96rem !important;
    }
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

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

  .mx-\[30px\] {
    margin-inline: 30px;
  }

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

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

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

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

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

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

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

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

  .mt-\[25\.5px\] {
    margin-top: 25.5px;
  }

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

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

  .mt-\[53\.169px\] {
    margin-top: 53.169px;
  }

  .mt-\[63\.393px\] {
    margin-top: 63.393px;
  }

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

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

  .mt-\[132\.921px\] {
    margin-top: 132.921px;
  }

  .mt-\[134\.831px\] {
    margin-top: 134.831px;
  }

  .mt-\[153\.37px\] {
    margin-top: 153.37px;
  }

  .mt-\[220\.831px\] {
    margin-top: 220.831px;
  }

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

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

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

  .mt-\[526\.831px\] {
    margin-top: 526.831px;
  }

  .mt-\[526\.966px\] {
    margin-top: 526.966px;
  }

  .mt-\[811\.842px\] {
    margin-top: 811.842px;
  }

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

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

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

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

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

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

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

  .ml-\[0\.214px\] {
    margin-left: .214px;
  }

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

  .ml-\[23px\] {
    margin-left: 23px;
  }

  .ml-\[38\.855px\] {
    margin-left: 38.855px;
  }

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

  .ml-\[55px\] {
    margin-left: 55px;
  }

  .ml-\[120\.5px\] {
    margin-left: 120.5px;
  }

  .ml-\[153px\] {
    margin-left: 153px;
  }

  .ml-\[187px\] {
    margin-left: 187px;
  }

  .ml-\[254px\] {
    margin-left: 254px;
  }

  .ml-\[304px\] {
    margin-left: 304px;
  }

  .ml-\[366\.259px\] {
    margin-left: 366.259px;
  }

  .ml-\[446\.012px\] {
    margin-left: 446.012px;
  }

  .ml-\[472\.596px\] {
    margin-left: 472.596px;
  }

  .ml-\[473px\] {
    margin-left: 473px;
  }

  .ml-\[653px\] {
    margin-left: 653px;
  }

  .ml-px {
    margin-left: 1px;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

  .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-\[18px\] {
    width: 18px;
    height: 18px;
  }

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

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

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

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

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

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

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

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

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

  .h-1\/3 {
    height: 33.3333%;
  }

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

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

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

  .h-\[18\.404px\] {
    height: 18.404px;
  }

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

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

  .h-\[22\.494px\] {
    height: 22.494px;
  }

  .h-\[23\.63px\] {
    height: 23.63px;
  }

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

  .h-\[24\.539px\] {
    height: 24.539px;
  }

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

  .h-\[26\.584px\] {
    height: 26.584px;
  }

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

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

  .h-\[32\.719px\] {
    height: 32.719px;
  }

  .h-\[38\.587px\] {
    height: 38.587px;
  }

  .h-\[38\.854px\] {
    height: 38.854px;
  }

  .h-\[39\.272px\] {
    height: 39.272px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[132\.153px\] {
    height: 132.153px;
  }

  .h-\[136\.644px\] {
    height: 136.644px;
  }

  .h-\[139\.32px\] {
    height: 139.32px;
  }

  .h-\[141\.382px\] {
    height: 141.382px;
  }

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

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

  .h-\[166\.123px\] {
    height: 166.123px;
  }

  .h-\[167\.496px\] {
    height: 167.496px;
  }

  .h-\[183\.9\%\] {
    height: 183.9%;
  }

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

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

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

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

  .h-\[228\.287px\] {
    height: 228.287px;
  }

  .h-\[255\.66\%\] {
    height: 255.66%;
  }

  .h-\[266\.515px\] {
    height: 266.515px;
  }

  .h-\[333\.22\%\] {
    height: 333.22%;
  }

  .h-\[394\.55\%\] {
    height: 394.55%;
  }

  .h-\[401\.85\%\] {
    height: 401.85%;
  }

  .h-\[422\.382px\] {
    height: 422.382px;
  }

  .h-\[423\.604px\] {
    height: 423.604px;
  }

  .h-\[454\.31\%\] {
    height: 454.31%;
  }

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

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

  .h-\[715\.094px\] {
    height: 715.094px;
  }

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

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

  .h-\[752\.917px\] {
    height: 752.917px;
  }

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

  .h-\[871\.619px\] {
    height: 871.619px;
  }

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

  .h-\[906\.382px\] {
    height: 906.382px;
  }

  .h-\[914\.735px\] {
    height: 914.735px;
  }

  .h-\[1002\.02px\] {
    height: 1002.02px;
  }

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

  .h-\[1185\.84px\] {
    height: 1185.84px;
  }

  .h-\[1380\.6px\] {
    height: 1380.6px;
  }

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[calc\(100vh-126px\)\] {
    max-height: calc(100vh - 126px);
  }

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

  .min-h-px {
    min-height: 1px;
  }

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

  .w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

  .w-\[36\.5px\] {
    width: 36.5px;
  }

  .w-\[42\.491px\] {
    width: 42.491px;
  }

  .w-\[47\.422px\] {
    width: 47.422px;
  }

  .w-\[65\.73px\] {
    width: 65.73px;
  }

  .w-\[67\.324px\] {
    width: 67.324px;
  }

  .w-\[68\.907px\] {
    width: 68.907px;
  }

  .w-\[69\.44px\] {
    width: 69.44px;
  }

  .w-\[69\.528px\] {
    width: 69.528px;
  }

  .w-\[86\.332px\] {
    width: 86.332px;
  }

  .w-\[87\.888px\] {
    width: 87.888px;
  }

  .w-\[88\.425px\] {
    width: 88.425px;
  }

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

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

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

  .w-\[123\.907px\] {
    width: 123.907px;
  }

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

  .w-\[134\.966px\] {
    width: 134.966px;
  }

  .w-\[135\.88px\] {
    width: 135.88px;
  }

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

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

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

  .w-\[173\.82px\] {
    width: 173.82px;
  }

  .w-\[175\.313px\] {
    width: 175.313px;
  }

  .w-\[175\.777px\] {
    width: 175.777px;
  }

  .w-\[178\.88px\] {
    width: 178.88px;
  }

  .w-\[178\.953px\] {
    width: 178.953px;
  }

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

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

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

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

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

  .w-\[208\.12px\] {
    width: 208.12px;
  }

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

  .w-\[211\.444px\] {
    width: 211.444px;
  }

  .w-\[226\.182px\] {
    width: 226.182px;
  }

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

  .w-\[237\.36px\] {
    width: 237.36px;
  }

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

  .w-\[241\.429px\] {
    width: 241.429px;
  }

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

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

  .w-\[271\.25\%\] {
    width: 271.25%;
  }

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

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

  .w-\[299\.37\%\] {
    width: 299.37%;
  }

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

  .w-\[332\.596px\] {
    width: 332.596px;
  }

  .w-\[333\.893px\] {
    width: 333.893px;
  }

  .w-\[366\.106px\] {
    width: 366.106px;
  }

  .w-\[377\.39\%\] {
    width: 377.39%;
  }

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

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

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

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

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

  .w-\[425\.56\%\] {
    width: 425.56%;
  }

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

  .w-\[445\.798px\] {
    width: 445.798px;
  }

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

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

  .w-\[482\.22\%\] {
    width: 482.22%;
  }

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

  .w-\[519\.18\%\] {
    width: 519.18%;
  }

  .w-\[529\.165px\] {
    width: 529.165px;
  }

  .w-\[530\.695px\] {
    width: 530.695px;
  }

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

  .w-\[573\.79\%\] {
    width: 573.79%;
  }

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

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

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

  .w-\[619\.79\%\] {
    width: 619.79%;
  }

  .w-\[633\.933px\] {
    width: 633.933px;
  }

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

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

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

  .w-\[775\.696px\] {
    width: 775.696px;
  }

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

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

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

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

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

  .w-\[1394\.59px\] {
    width: 1394.59px;
  }

  .w-\[1450\.21px\] {
    width: 1450.21px;
  }

  .w-\[1463\.58px\] {
    width: 1463.58px;
  }

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

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

  .w-\[1897\.35px\] {
    width: 1897.35px;
  }

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

  .w-\[2208\.96px\] {
    width: 2208.96px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

  .w-full {
    width: 100%;
  }

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

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

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

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

  .animate-in {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

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

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[11\.294px\] {
    gap: 11.294px;
  }

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

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

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

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

  .gap-\[18\.92px\] {
    gap: 18.92px;
  }

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

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

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

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

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

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

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

  .gap-\[28\.234px\] {
    gap: 28.234px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .rounded-\[20\.64px\] {
    border-radius: 20.64px;
  }

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

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

  .rounded-\[37\.646px\] {
    border-radius: 37.646px;
  }

  .rounded-\[38\.5871px\] {
    border-radius: 38.5871px;
  }

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

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

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

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

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

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

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

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

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

  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .rounded-bl-\[40px\] {
    border-bottom-left-radius: 40px;
  }

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

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

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

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

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

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

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

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

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

  .border-black {
    border-color: var(--color-black);
  }

  .bg-\[\#FF4C00\] {
    background-color: #ff4c00;
  }

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

  .bg-\[\#dddddd\] {
    background-color: #ddd;
  }

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

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

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

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

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

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

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

  .bg-black\/70 {
    background-color: #000000b3;
  }

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

  .bg-black\/80 {
    background-color: #000c;
  }

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

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

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

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

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

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

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

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

  .from-\[\#f2f2f2\] {
    --tw-gradient-from: #f2f2f2;
    --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-\[\#ff4c00\] {
    --tw-gradient-from: #ff4c00;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#fdb3b3\] {
    --tw-gradient-via: #fdb3b3;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[61\.538\%\] {
    --tw-gradient-via-position: 61.538%;
  }

  .to-\[\#d6d3d1\] {
    --tw-gradient-to: #d6d3d1;
    --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-\[\#ff3e3e\] {
    --tw-gradient-to: #ff3e3e;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .bg-clip-text {
    background-clip: text;
  }

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

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

  .mask-size-\[81px_81px\] {
    mask-size: 81px 81px;
  }

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

  .mask-position-\[66\.464px_25\.572px\] {
    mask-position: 66.464px 25.572px;
  }

  .mask-position-\[74\.991px_32\.664px\] {
    mask-position: 74.991px 32.664px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-\[55\.04px\] {
    padding-inline: 55.04px;
  }

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

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

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

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

  .py-\[20\.64px\] {
    padding-block: 20.64px;
  }

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

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

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

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

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

  .pt-\[44\.72px\] {
    padding-top: 44.72px;
  }

  .pr-\[42px\] {
    padding-right: 42px;
  }

  .pr-\[81px\] {
    padding-right: 81px;
  }

  .pr-\[280px\] {
    padding-right: 280px;
  }

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

  .pb-\[20\.64px\] {
    padding-bottom: 20.64px;
  }

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

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

  .pl-\[63px\] {
    padding-left: 63px;
  }

  .pl-\[89px\] {
    padding-left: 89px;
  }

  .pl-\[220px\] {
    padding-left: 220px;
  }

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

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

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

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

  .font-\[\'Inter\:Light\'\,sans-serif\] {
    font-family: Inter\:Light, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

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

  .font-\[\'Source_Sans_Pro\:Bold\'\,sans-serif\] {
    font-family: Source Sans Pro\:Bold, sans-serif;
  }

  .font-\[\'Source_Sans_Pro\:Italic\'\,sans-serif\] {
    font-family: Source Sans Pro\:Italic, sans-serif;
  }

  .font-\[\'Source_Sans_Pro\:Light_Italic\'\,sans-serif\] {
    font-family: Source Sans Pro\:Light Italic, sans-serif;
  }

  .font-\[\'Source_Sans_Pro\:Regular\'\,sans-serif\] {
    font-family: Source Sans Pro\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

  .text-\[19\.086px\] {
    font-size: 19.086px;
  }

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

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

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

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

  .text-\[30\.674px\] {
    font-size: 30.674px;
  }

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

  .text-\[37\.646px\] {
    font-size: 37.646px;
  }

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

  .text-\[65\.438px\] {
    font-size: 65.438px;
  }

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

  .text-\[87\.172px\] {
    font-size: 87.172px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[red\] {
    color: red;
  }

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

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

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

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

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

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

  .capitalize {
    text-transform: capitalize;
  }

  .italic {
    font-style: italic;
  }

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-70 {
    opacity: .7;
  }

  .shadow-\[0px_2px_2px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 2px 2px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3\.44px_3\.44px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3.44px 3.44px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3\.765px_28\.234px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3.765px 28.234px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_3px_5px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3px 5px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_10px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_15px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 15px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_25px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 25px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .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;
    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: .2s;
    transition-duration: .2s;
  }

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

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

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

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

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

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

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

  .fade-in {
    --tw-enter-opacity: 0;
  }

  .running {
    animation-play-state: running;
  }

  .slide-in-from-bottom {
    --tw-enter-translate-y: 100%;
  }

  .slide-in-from-top {
    --tw-enter-translate-y: -100%;
  }

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

  @media (hover: hover) {
    .group-hover\:bg-\[\#cccccc\]:is(:where(.group):hover *) {
      background-color: #ccc;
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[rgba\(255\,76\,0\,0\.8\)\]:is(:where(.group):hover *) {
      background-color: #ff4c00cc;
    }
  }

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

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

  @media (hover: hover) {
    .group-hover\/button\:bg-\[rgba\(255\,76\,0\,0\.8\)\]:is(:where(.group\/button):hover *) {
      background-color: #ff4c00cc;
    }
  }

  @media (hover: hover) {
    .hover\:z-10:hover {
      z-index: 10;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:border-2:hover {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_20px_rgba\(255\,76\,0\,0\.5\)\]:hover {
      --tw-shadow: 0 0 20px var(--tw-shadow-color, #ff4c0080);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_6px_12px_0px_rgba\(0\,0\,0\,0\.35\)\]:hover {
      --tw-shadow: 0px 6px 12px 0px var(--tw-shadow-color, #00000059);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_8px_20px_0px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 8px 20px 0px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_8px_20px_0px_rgba\(255\,76\,0\,0\.4\)\]:hover {
      --tw-shadow: 0px 8px 20px 0px var(--tw-shadow-color, #ff4c0066);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

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

  @media (hover: hover) {
    .hover\:\[--stroke-0\:rgb\(255\,76\,0\)\]:hover {
      --stroke-0: #ff4c00;
    }
  }

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

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-hidden:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
    --tw-exit-translate-y: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
    --tw-exit-translate-x: -100%;
  }

  .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
    --tw-exit-translate-x: 100%;
  }

  .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
    --tw-exit-translate-y: -100%;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:bg-secondary[data-state="open"] {
    background-color: var(--secondary);
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
    --tw-enter-translate-x: -100%;
  }

  .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
    --tw-enter-translate-x: 100%;
  }

  .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
    --tw-enter-translate-y: -100%;
  }

  @media (width >= 40rem) {
    .sm\:w-\[540px\] {
      width: 540px;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
  }
}


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

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

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

body {
  font-family: Inter, sans-serif;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

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

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
