/*! 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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-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;
    }
  }
}

@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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-extrabold: 800;
    --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;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

  .inset-\[-39\.31\%_-56\.67\%_-39\.16\%_-56\.67\%\] {
    inset: -39.31% -56.67% -39.16%;
  }

  .inset-\[-39\.42\%_-55\.56\%_-39\.28\%_-55\.56\%\] {
    inset: -39.42% -55.56% -39.28%;
  }

  .inset-\[0\.76\%_0\.83\%_0\.78\%_0\.77\%\] {
    inset: .76% .83% .78% .77%;
  }

  .inset-\[2\.5\%_14\.71\%_3\.75\%_14\.71\%\] {
    inset: 2.5% 14.71% 3.75%;
  }

  .inset-\[2\.5\%_21\.84\%_3\.75\%_20\.59\%\] {
    inset: 2.5% 21.84% 3.75% 20.59%;
  }

  .inset-\[7\.47\%_4\.17\%_10\.23\%_5\.21\%\] {
    inset: 7.47% 4.17% 10.23% 5.21%;
  }

  .inset-\[10\%_14\.71\%_17\.5\%_14\.71\%\] {
    inset: 10% 14.71% 17.5%;
  }

  .inset-\[12\.5\%_15\.63\%_13\.31\%_18\.75\%\] {
    inset: 12.5% 15.63% 13.31% 18.75%;
  }

  .inset-\[13\.19\%_19\.81\%_11\.59\%_20\.29\%\] {
    inset: 13.19% 19.81% 11.59% 20.29%;
  }

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

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

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

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

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

  .top-\[-164\.13px\] {
    top: -164.13px;
  }

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

  .top-\[9\.61px\] {
    top: 9.61px;
  }

  .top-\[11\.62px\] {
    top: 11.62px;
  }

  .top-\[12\.15px\] {
    top: 12.15px;
  }

  .top-\[17\.66px\] {
    top: 17.66px;
  }

  .top-\[37\.75px\] {
    top: 37.75px;
  }

  .top-\[81\.21px\] {
    top: 81.21px;
  }

  .top-\[82\.82px\] {
    top: 82.82px;
  }

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

  .top-\[90\.87px\] {
    top: 90.87px;
  }

  .top-\[99\.15px\] {
    top: 99.15px;
  }

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

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

  .top-\[109\.67px\] {
    top: 109.67px;
  }

  .top-\[120\.3px\] {
    top: 120.3px;
  }

  .top-\[122\.61px\] {
    top: 122.61px;
  }

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

  .top-\[calc\(50\%-35\.432px\)\] {
    top: calc(50% - 35.432px);
  }

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

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

  .bottom-\[-0\.02\%\] {
    bottom: -.02%;
  }

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

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

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

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

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

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

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

  .left-\[-98\.68px\] {
    left: -98.68px;
  }

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

  .left-\[8\.82px\] {
    left: 8.82px;
  }

  .left-\[28\.14px\] {
    left: 28.14px;
  }

  .left-\[28\.54px\] {
    left: 28.54px;
  }

  .left-\[74\.88px\] {
    left: 74.88px;
  }

  .left-\[76\.15px\] {
    left: 76.15px;
  }

  .left-\[93\.56px\] {
    left: 93.56px;
  }

  .left-\[99\.47px\] {
    left: 99.47px;
  }

  .left-\[109\.97px\] {
    left: 109.97px;
  }

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

  .left-\[126\.75px\] {
    left: 126.75px;
  }

  .left-\[146\.07px\] {
    left: 146.07px;
  }

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

  .left-\[148\.82px\] {
    left: 148.82px;
  }

  .left-\[168\.14px\] {
    left: 168.14px;
  }

  .left-\[168\.54px\] {
    left: 168.54px;
  }

  .left-\[calc\(50\%-0\.001px\)\] {
    left: calc(50% - .001px);
  }

  .left-\[calc\(50\%-0\.016px\)\] {
    left: calc(50% - .016px);
  }

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

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

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

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

  .mt-\[-18\.817px\] {
    margin-top: -18.817px;
  }

  .mt-\[18\.4px\] {
    margin-top: 18.4px;
  }

  .mt-\[18\.401px\] {
    margin-top: 18.401px;
  }

  .mt-\[18\.408px\] {
    margin-top: 18.408px;
  }

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

  .aspect-\[276\/153\] {
    aspect-ratio: 276 / 153;
  }

  .aspect-\[2346\/1378\] {
    aspect-ratio: 2346 / 1378;
  }

  .size-\[1\.084px\] {
    width: 1.084px;
    height: 1.084px;
  }

  .size-\[1\.085px\] {
    width: 1.085px;
    height: 1.085px;
  }

  .size-\[2\.891px\] {
    width: 2.891px;
    height: 2.891px;
  }

  .size-\[2\.892px\] {
    width: 2.892px;
    height: 2.892px;
  }

  .size-\[3\.254px\] {
    width: 3.254px;
    height: 3.254px;
  }

  .size-\[3\.975px\] {
    width: 3.975px;
    height: 3.975px;
  }

  .size-\[4\.337px\] {
    width: 4.337px;
    height: 4.337px;
  }

  .size-\[4\.338px\] {
    width: 4.338px;
    height: 4.338px;
  }

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

  .size-\[8\.889px\] {
    width: 8.889px;
    height: 8.889px;
  }

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

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

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

  .size-\[17\.309px\] {
    width: 17.309px;
    height: 17.309px;
  }

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

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

  .h-\[2\.221px\] {
    height: 2.221px;
  }

  .h-\[5\.782px\] {
    height: 5.782px;
  }

  .h-\[5\.784px\] {
    height: 5.784px;
  }

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

  .h-\[12\.152px\] {
    height: 12.152px;
  }

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

  .h-\[14\.549px\] {
    height: 14.549px;
  }

  .h-\[14\.554px\] {
    height: 14.554px;
  }

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

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

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

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

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

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

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

  .h-\[37\.568px\] {
    height: 37.568px;
  }

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

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

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

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

  .h-\[59\.277px\] {
    height: 59.277px;
  }

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

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

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

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

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

  .h-\[132\.66px\] {
    height: 132.66px;
  }

  .h-\[134\.703px\] {
    height: 134.703px;
  }

  .h-\[135\.479px\] {
    height: 135.479px;
  }

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

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

  .h-\[158\.125px\] {
    height: 158.125px;
  }

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

  .h-\[171\.331px\] {
    height: 171.331px;
  }

  .h-\[171\.991px\] {
    height: 171.991px;
  }

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

  .h-\[179\.217px\] {
    height: 179.217px;
  }

  .h-\[213\.503px\] {
    height: 213.503px;
  }

  .h-\[361\.503px\] {
    height: 361.503px;
  }

  .h-\[509\.113px\] {
    height: 509.113px;
  }

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

  .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-full {
    height: 100%;
  }

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

  .min-h-\[7\.228px\] {
    min-height: 7.228px;
  }

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

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

  .w-\[1\.712px\] {
    width: 1.712px;
  }

  .w-\[2\.38px\] {
    width: 2.38px;
  }

  .w-\[8\.838px\] {
    width: 8.838px;
  }

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

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

  .w-\[24\.589px\] {
    width: 24.589px;
  }

  .w-\[30\.353px\] {
    width: 30.353px;
  }

  .w-\[33\.084px\] {
    width: 33.084px;
  }

  .w-\[57\.965px\] {
    width: 57.965px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[263\.66px\] {
    width: 263.66px;
  }

  .w-\[263\.818px\] {
    width: 263.818px;
  }

  .w-\[264\.086px\] {
    width: 264.086px;
  }

  .w-\[264\.929px\] {
    width: 264.929px;
  }

  .w-\[268\.069px\] {
    width: 268.069px;
  }

  .w-\[268\.101px\] {
    width: 268.101px;
  }

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

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

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

  .w-\[281\.111px\] {
    width: 281.111px;
  }

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

  .w-\[304\.589px\] {
    width: 304.589px;
  }

  .w-\[515\.767px\] {
    width: 515.767px;
  }

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

  .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-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

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

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

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

  .min-w-\[15\.901px\] {
    min-width: 15.901px;
  }

  .min-w-\[15\.907px\] {
    min-width: 15.907px;
  }

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

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

  .rotate-\[150\.002deg\] {
    rotate: 150.002deg;
  }

  .skew-x-\[333\.432deg\] {
    --tw-skew-x: skewX(333.432deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

  .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-center {
    align-content: center;
  }

  .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-\[0\.361px\] {
    gap: .361px;
  }

  .gap-\[0\.362px\] {
    gap: .362px;
  }

  .gap-\[0\.723px\] {
    gap: .723px;
  }

  .gap-\[1\.265px\] {
    gap: 1.265px;
  }

  .gap-\[1\.446px\] {
    gap: 1.446px;
  }

  .gap-\[1\.586px\] {
    gap: 1.586px;
  }

  .gap-\[1\.587px\] {
    gap: 1.587px;
  }

  .gap-\[1\.807px\] {
    gap: 1.807px;
  }

  .gap-\[1\.808px\] {
    gap: 1.808px;
  }

  .gap-\[1\.904px\] {
    gap: 1.904px;
  }

  .gap-\[2\.151px\] {
    gap: 2.151px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[82\.035px\] {
    gap: 82.035px;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

  .rounded-\[1\.425px\] {
    border-radius: 1.425px;
  }

  .rounded-\[1\.426px\] {
    border-radius: 1.426px;
  }

  .rounded-\[1\.446px\] {
    border-radius: 1.446px;
  }

  .rounded-\[2\.415px\] {
    border-radius: 2.415px;
  }

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

  .rounded-\[4\.377px\] {
    border-radius: 4.377px;
  }

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

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

  .rounded-\[6\.346px\] {
    border-radius: 6.346px;
  }

  .rounded-\[7\.456px\] {
    border-radius: 7.456px;
  }

  .rounded-\[7\.459px\] {
    border-radius: 7.459px;
  }

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

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

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

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

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

  .rounded-tl-\[1\.446px\] {
    border-top-left-radius: 1.446px;
  }

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

  .rounded-tr-\[1\.446px\] {
    border-top-right-radius: 1.446px;
  }

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

  .rounded-br-\[1\.446px\] {
    border-bottom-right-radius: 1.446px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .from-\[rgba\(29\,29\,38\,0\.13\)\] {
    --tw-gradient-from: #1d1d2621;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[rgba\(240\,63\,24\,0\.3\)\] {
    --tw-gradient-from: #f03f184d;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

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

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

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

  .to-\[rgba\(245\,245\,247\,0\)\] {
    --tw-gradient-to: #f5f5f700;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

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

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

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

  .mask-size-\[42\.038px_54\.135px\] {
    mask-size: 42.038px 54.135px;
  }

  .mask-size-\[263\.818px_116\.441px\] {
    mask-size: 263.818px 116.441px;
  }

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

  .mask-position-\[-11\.145px_-4\.104px\] {
    mask-position: -11.145px -4.104px;
  }

  .mask-position-\[-30\.468px_-14\.738px\] {
    mask-position: -30.468px -14.738px;
  }

  .mask-position-\[0px_18\.816px\] {
    mask-position: 0 18.816px;
  }

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

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

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

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

  .p-\[1\.586px\] {
    padding: 1.586px;
  }

  .p-\[1\.587px\] {
    padding: 1.587px;
  }

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

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

  .p-px {
    padding: 1px;
  }

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

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

  .px-\[1\.446px\] {
    padding-inline: 1.446px;
  }

  .px-\[1\.807px\] {
    padding-inline: 1.807px;
  }

  .px-\[1\.808px\] {
    padding-inline: 1.808px;
  }

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

  .px-\[6\.565px\] {
    padding-inline: 6.565px;
  }

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

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

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

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

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

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

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

  .py-\[1\.446px\] {
    padding-block: 1.446px;
  }

  .py-\[2\.188px\] {
    padding-block: 2.188px;
  }

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

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

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

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

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

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

  .pt-\[2\.38px\] {
    padding-top: 2.38px;
  }

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

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

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

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

  .pt-\[38\.513px\] {
    padding-top: 38.513px;
  }

  .pt-\[38\.526px\] {
    padding-top: 38.526px;
  }

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

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

  .pr-\[1\.904px\] {
    padding-right: 1.904px;
  }

  .pr-\[2\.891px\] {
    padding-right: 2.891px;
  }

  .pr-\[2\.892px\] {
    padding-right: 2.892px;
  }

  .pr-\[3\.014px\] {
    padding-right: 3.014px;
  }

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

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

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

  .pb-\[1\.084px\] {
    padding-bottom: 1.084px;
  }

  .pb-\[1\.085px\] {
    padding-bottom: 1.085px;
  }

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

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

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

  .pb-px {
    padding-bottom: 1px;
  }

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

  .pl-\[1\.446px\] {
    padding-left: 1.446px;
  }

  .pl-\[2\.062px\] {
    padding-left: 2.062px;
  }

  .pl-\[2\.063px\] {
    padding-left: 2.063px;
  }

  .pl-\[2\.168px\] {
    padding-left: 2.168px;
  }

  .pl-\[2\.169px\] {
    padding-left: 2.169px;
  }

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

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

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

  .font-\[\'Braah_One\:Regular\'\,_sans-serif\] {
    font-family: Braah One\:Regular, sans-serif;
  }

  .font-\[\'Fira_Sans\:Black\'\,_sans-serif\] {
    font-family: Fira Sans\:Black, sans-serif;
  }

  .font-\[\'Fira_Sans\:Bold\'\,_sans-serif\] {
    font-family: Fira Sans\:Bold, sans-serif;
  }

  .font-\[\'Fira_Sans\:Regular\'\,_sans-serif\] {
    font-family: Fira Sans\:Regular, sans-serif;
  }

  .font-\[\'Fustat\:ExtraBold\'\,_sans-serif\] {
    font-family: Fustat\:ExtraBold, sans-serif;
  }

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

  .text-\[2\.35px\] {
    font-size: 2.35px;
  }

  .text-\[2\.137px\] {
    font-size: 2.137px;
  }

  .text-\[2\.138px\] {
    font-size: 2.138px;
  }

  .text-\[2\.168px\] {
    font-size: 2.168px;
  }

  .text-\[2\.349px\] {
    font-size: 2.349px;
  }

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

  .text-\[4\.83px\] {
    font-size: 4.83px;
  }

  .text-\[8\.453px\] {
    font-size: 8.453px;
  }

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

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

  .text-\[13\.131px\] {
    font-size: 13.131px;
  }

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

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

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

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

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

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

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

  .text-\[26\.354px\] {
    font-size: 26.354px;
  }

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

  .leading-\[2\.891px\] {
    --tw-leading: 2.891px;
    line-height: 2.891px;
  }

  .leading-\[5\.233px\] {
    --tw-leading: 5.233px;
    line-height: 5.233px;
  }

  .leading-\[7\.648px\] {
    --tw-leading: 7.648px;
    line-height: 7.648px;
  }

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

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

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

  .leading-\[17\.508px\] {
    --tw-leading: 17.508px;
    line-height: 17.508px;
  }

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

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

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

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

  .leading-\[24\.451px\] {
    --tw-leading: 24.451px;
    line-height: 24.451px;
  }

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

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

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

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tracking-\[0\.03px\] {
    --tw-tracking: .03px;
    letter-spacing: .03px;
  }

  .tracking-\[0\.4px\] {
    --tw-tracking: .4px;
    letter-spacing: .4px;
  }

  .tracking-\[0\.14px\] {
    --tw-tracking: .14px;
    letter-spacing: .14px;
  }

  .tracking-\[0\.16px\] {
    --tw-tracking: .16px;
    letter-spacing: .16px;
  }

  .tracking-\[0\.17px\] {
    --tw-tracking: .17px;
    letter-spacing: .17px;
  }

  .tracking-\[0\.19px\] {
    --tw-tracking: .19px;
    letter-spacing: .19px;
  }

  .tracking-\[0\.21px\] {
    --tw-tracking: .21px;
    letter-spacing: .21px;
  }

  .tracking-\[0\.22px\] {
    --tw-tracking: .22px;
    letter-spacing: .22px;
  }

  .tracking-\[0\.24px\] {
    --tw-tracking: .24px;
    letter-spacing: .24px;
  }

  .tracking-\[0\.28px\] {
    --tw-tracking: .28px;
    letter-spacing: .28px;
  }

  .tracking-\[0\.0427px\] {
    --tw-tracking: .0427px;
    letter-spacing: .0427px;
  }

  .tracking-\[0\.0428px\] {
    --tw-tracking: .0428px;
    letter-spacing: .0428px;
  }

  .tracking-\[0\.0434px\] {
    --tw-tracking: .0434px;
    letter-spacing: .0434px;
  }

  .tracking-\[0\.1932px\] {
    --tw-tracking: .1932px;
    letter-spacing: .1932px;
  }

  .tracking-\[0\.2626px\] {
    --tw-tracking: .2626px;
    letter-spacing: .2626px;
  }

  .tracking-\[0\.8453px\] {
    --tw-tracking: .8453px;
    letter-spacing: .8453px;
  }

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

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

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

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

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

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

  .text-\[rgb\(157\,157\,157\)\] {
    color: #9d9d9d;
  }

  .text-\[rgb\(198\,198\,198\)\] {
    color: #c6c6c6;
  }

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

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

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

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

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

  .opacity-80 {
    opacity: .8;
  }

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

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

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

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

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }
}

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

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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