/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-gray-100: oklch(.967 .003 264.542);
    --color-neutral-100: oklch(.97 0 0);
    --color-neutral-950: oklch(.145 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --aspect-video: 16 / 9;
    --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-\[-0\.09\%_0\.01\%_0\.44\%_0\.17\%\] {
    inset: -.09% .01% .44% .17%;
  }

  .inset-\[-0\.31\%_-0\.92\%_-0\.57\%_-0\.43\%\] {
    inset: -.31% -.92% -.57% -.43%;
  }

  .inset-\[0\.7\%_41\.2\%_95\.42\%_34\.7\%\] {
    inset: .7% 41.2% 95.42% 34.7%;
  }

  .inset-\[0\.7\%_41\.2\%_98\.59\%_41\.69\%\] {
    inset: .7% 41.2% 98.59% 41.69%;
  }

  .inset-\[2\.46\%_60\.96\%_95\.42\%_34\.7\%\] {
    inset: 2.46% 60.96% 95.42% 34.7%;
  }

  .inset-\[2\.93\%_61\.84\%_95\.87\%_35\.66\%\] {
    inset: 2.93% 61.84% 95.87% 35.66%;
  }

  .inset-\[4\.74\%_4\.49\%_9\.24\%_68\.52\%\] {
    inset: 4.74% 4.49% 9.24% 68.52%;
  }

  .inset-\[9\.87\%_81\.31\%_64\.71\%_1\.65\%\] {
    inset: 9.87% 81.31% 64.71% 1.65%;
  }

  .inset-\[11\.55\%_83\.39\%_77\.16\%_7\.01\%\] {
    inset: 11.55% 83.39% 77.16% 7.01%;
  }

  .inset-\[16\.66\%_5\.71\%_16\.7\%_4\.98\%\] {
    inset: 16.66% 5.71% 16.7% 4.98%;
  }

  .inset-\[20\.54\%_-0\.96\%_55\.16\%_-0\.48\%\] {
    inset: 20.54% -.96% 55.16% -.48%;
  }

  .inset-\[22\.84\%_6\.14\%_64\.71\%_47\.75\%\] {
    inset: 22.84% 6.14% 64.71% 47.75%;
  }

  .inset-\[26\.99\%_31\.49\%_31\.49\%_26\.99\%\] {
    inset: 26.99% 31.49% 31.49% 26.99%;
  }

  .inset-\[31\.14\%_52\.25\%_35\.64\%_14\.53\%\] {
    inset: 31.14% 52.25% 35.64% 14.53%;
  }

  .inset-\[35\.29\%_35\.64\%_48\.1\%_31\.14\%\] {
    inset: 35.29% 35.64% 48.1% 31.14%;
  }

  .inset-\[39\.45\%_59\.52\%_40\.83\%_21\.8\%\] {
    inset: 39.45% 59.52% 40.83% 21.8%;
  }

  .inset-\[43\.6\%_39\.79\%_39\.79\%_35\.29\%\] {
    inset: 43.6% 39.79% 39.79% 35.29%;
  }

  .inset-\[45\.67\%_65\.75\%_47\.06\%_28\.03\%\] {
    inset: 45.67% 65.75% 47.06% 28.03%;
  }

  .inset-\[60\.21\%_6\.14\%_4\.5\%_43\.6\%\] {
    inset: 60.21% 6.14% 4.5% 43.6%;
  }

  .inset-\[60\.21\%_7\.47\%_4\.5\%_2\.97\%\] {
    inset: 60.21% 7.47% 4.5% 2.97%;
  }

  .inset-\[60\.21\%_81\.31\%_14\.36\%_1\.65\%\] {
    inset: 60.21% 81.31% 14.36% 1.65%;
  }

  .inset-\[64\.36\%_7\.47\%_4\.5\%_2\.97\%\] {
    inset: 64.36% 7.47% 4.5% 2.97%;
  }

  .inset-\[72\.66\%_11\.51\%_14\.88\%_7\.01\%\] {
    inset: 72.66% 11.51% 14.88% 7.01%;
  }

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

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

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

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

  .top-\[-0\.45\%\] {
    top: -.45%;
  }

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

  .top-\[-1\.18\%\] {
    top: -1.18%;
  }

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

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

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

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

  .top-\[0\.12\%\] {
    top: .12%;
  }

  .top-\[0\.45\%\] {
    top: .45%;
  }

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

  .top-\[1\.12\%\] {
    top: 1.12%;
  }

  .top-\[1\.14\%\] {
    top: 1.14%;
  }

  .top-\[2\.16\%\] {
    top: 2.16%;
  }

  .top-\[2\.97\%\] {
    top: 2.97%;
  }

  .top-\[4\.74\%\] {
    top: 4.74%;
  }

  .top-\[7\.19px\] {
    top: 7.19px;
  }

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

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

  .top-\[10\.6px\] {
    top: 10.6px;
  }

  .top-\[10\.28px\] {
    top: 10.28px;
  }

  .top-\[12\.13px\] {
    top: 12.13px;
  }

  .top-\[16\.32\%\] {
    top: 16.32%;
  }

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

  .top-\[22\.11px\] {
    top: 22.11px;
  }

  .top-\[22\.25px\] {
    top: 22.25px;
  }

  .top-\[24\.15px\] {
    top: 24.15px;
  }

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

  .top-\[26\.99\%\] {
    top: 26.99%;
  }

  .top-\[31\.14\%\] {
    top: 31.14%;
  }

  .top-\[35\.29\%\] {
    top: 35.29%;
  }

  .top-\[49\.17px\] {
    top: 49.17px;
  }

  .top-\[55\.77px\] {
    top: 55.77px;
  }

  .top-\[57\.88px\] {
    top: 57.88px;
  }

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

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

  .top-\[64\.11px\] {
    top: 64.11px;
  }

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

  .top-\[92\.81px\] {
    top: 92.81px;
  }

  .top-\[93\.6px\] {
    top: 93.6px;
  }

  .top-\[93\.17px\] {
    top: 93.17px;
  }

  .top-\[93\.85px\] {
    top: 93.85px;
  }

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

  .top-\[127\.17px\] {
    top: 127.17px;
  }

  .top-\[131\.41px\] {
    top: 131.41px;
  }

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

  .top-\[142\.19px\] {
    top: 142.19px;
  }

  .top-\[157\.27px\] {
    top: 157.27px;
  }

  .top-\[157\.52px\] {
    top: 157.52px;
  }

  .top-\[174\.27px\] {
    top: 174.27px;
  }

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

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

  .top-\[186\.17px\] {
    top: 186.17px;
  }

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

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

  .top-\[214\.54px\] {
    top: 214.54px;
  }

  .top-\[224\.09px\] {
    top: 224.09px;
  }

  .top-\[235\.88px\] {
    top: 235.88px;
  }

  .top-\[250\.46px\] {
    top: 250.46px;
  }

  .top-\[250\.79px\] {
    top: 250.79px;
  }

  .top-\[251\.21px\] {
    top: 251.21px;
  }

  .top-\[260\.98px\] {
    top: 260.98px;
  }

  .top-\[278\.44px\] {
    top: 278.44px;
  }

  .top-\[279\.87px\] {
    top: 279.87px;
  }

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

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

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

  .top-\[313\.88px\] {
    top: 313.88px;
  }

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

  .top-\[328\.88px\] {
    top: 328.88px;
  }

  .top-\[343\.98px\] {
    top: 343.98px;
  }

  .top-\[344\.21px\] {
    top: 344.21px;
  }

  .top-\[372\.88px\] {
    top: 372.88px;
  }

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

  .top-\[439\.05px\] {
    top: 439.05px;
  }

  .top-\[calc\(50\%\+0\.314px\)\] {
    top: calc(50% + .314px);
  }

  .top-\[calc\(50\%\+40\.84px\)\] {
    top: calc(50% + 40.84px);
  }

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

  .right-\[-0\.96\%\] {
    right: -.96%;
  }

  .right-\[-1\.21\%\] {
    right: -1.21%;
  }

  .right-\[-1\.49\%\] {
    right: -1.49%;
  }

  .right-\[-1\.58\%\] {
    right: -1.58%;
  }

  .right-\[-1\.76\%\] {
    right: -1.76%;
  }

  .right-\[-1\.77\%\] {
    right: -1.77%;
  }

  .right-\[-1\.93\%\] {
    right: -1.93%;
  }

  .right-\[-2\.26\%\] {
    right: -2.26%;
  }

  .right-\[-2\.85\%\] {
    right: -2.85%;
  }

  .right-\[0\.24\%\] {
    right: .24%;
  }

  .right-\[0\.52px\] {
    right: .52px;
  }

  .right-\[1\.59\%\] {
    right: 1.59%;
  }

  .right-\[2\.05\%\] {
    right: 2.05%;
  }

  .right-\[2\.89\%\] {
    right: 2.89%;
  }

  .right-\[3\.37\%\] {
    right: 3.37%;
  }

  .right-\[3\.84\%\] {
    right: 3.84%;
  }

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

  .right-\[4\.83\%\] {
    right: 4.83%;
  }

  .right-\[6\.13\%\] {
    right: 6.13%;
  }

  .right-\[6\.14\%\] {
    right: 6.14%;
  }

  .right-\[7\.47\%\] {
    right: 7.47%;
  }

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

  .right-\[22\.52\%\] {
    right: 22.52%;
  }

  .right-\[39\.8\%\] {
    right: 39.8%;
  }

  .right-\[64\.71\%\] {
    right: 64.71%;
  }

  .right-\[73\.01\%\] {
    right: 73.01%;
  }

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

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

  .bottom-\[-1\.47\%\] {
    bottom: -1.47%;
  }

  .bottom-\[-4\.22\%\] {
    bottom: -4.22%;
  }

  .bottom-\[-4\.34\%\] {
    bottom: -4.34%;
  }

  .bottom-\[-21\.38px\] {
    bottom: -21.38px;
  }

  .bottom-\[-55\.53px\] {
    bottom: -55.53px;
  }

  .bottom-\[-73\.92px\] {
    bottom: -73.92px;
  }

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

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

  .bottom-\[1\.17\%\] {
    bottom: 1.17%;
  }

  .bottom-\[1\.41\%\] {
    bottom: 1.41%;
  }

  .bottom-\[2\.05\%\] {
    bottom: 2.05%;
  }

  .bottom-\[2\.88\%\] {
    bottom: 2.88%;
  }

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

  .bottom-\[4\.16\%\] {
    bottom: 4.16%;
  }

  .bottom-\[4\.58px\] {
    bottom: 4.58px;
  }

  .bottom-\[5\.63\%\] {
    bottom: 5.63%;
  }

  .bottom-\[7\.47\%\] {
    bottom: 7.47%;
  }

  .bottom-\[9\.24\%\] {
    bottom: 9.24%;
  }

  .bottom-\[10\.6px\] {
    bottom: 10.6px;
  }

  .bottom-\[14\.88\%\] {
    bottom: 14.88%;
  }

  .bottom-\[18\.37\%\] {
    bottom: 18.37%;
  }

  .bottom-\[18\.38\%\] {
    bottom: 18.38%;
  }

  .bottom-\[31\.49\%\] {
    bottom: 31.49%;
  }

  .bottom-\[35\.64\%\] {
    bottom: 35.64%;
  }

  .bottom-\[39\.79\%\] {
    bottom: 39.79%;
  }

  .bottom-\[64\.71\%\] {
    bottom: 64.71%;
  }

  .bottom-\[68\.86\%\] {
    bottom: 68.86%;
  }

  .bottom-\[77\.16\%\] {
    bottom: 77.16%;
  }

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

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

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

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

  .left-\[-4\.03\%\] {
    left: -4.03%;
  }

  .left-\[-4\.09\%\] {
    left: -4.09%;
  }

  .left-\[-54\.74px\] {
    left: -54.74px;
  }

  .left-\[-167\.08px\] {
    left: -167.08px;
  }

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

  .left-\[1\.65\%\] {
    left: 1.65%;
  }

  .left-\[2\.97\%\] {
    left: 2.97%;
  }

  .left-\[8\.31px\] {
    left: 8.31px;
  }

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

  .left-\[13\.87px\] {
    left: 13.87px;
  }

  .left-\[23\.9px\] {
    left: 23.9px;
  }

  .left-\[29\.07\%\] {
    left: 29.07%;
  }

  .left-\[31\.14\%\] {
    left: 31.14%;
  }

  .left-\[43\.6\%\] {
    left: 43.6%;
  }

  .left-\[48\.48px\] {
    left: 48.48px;
  }

  .left-\[62\.02px\] {
    left: 62.02px;
  }

  .left-\[83\.87px\] {
    left: 83.87px;
  }

  .left-\[87\.02px\] {
    left: 87.02px;
  }

  .left-\[95\.95px\] {
    left: 95.95px;
  }

  .left-\[106\.56px\] {
    left: 106.56px;
  }

  .left-\[117\.38px\] {
    left: 117.38px;
  }

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

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

  .left-\[129\.5px\] {
    left: 129.5px;
  }

  .left-\[158\.46px\] {
    left: 158.46px;
  }

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

  .left-\[167\.95px\] {
    left: 167.95px;
  }

  .left-\[214\.23px\] {
    left: 214.23px;
  }

  .left-\[225\.45px\] {
    left: 225.45px;
  }

  .left-\[246\.18px\] {
    left: 246.18px;
  }

  .left-\[258\.98px\] {
    left: 258.98px;
  }

  .left-\[278\.71px\] {
    left: 278.71px;
  }

  .left-\[292\.97px\] {
    left: 292.97px;
  }

  .left-\[331\.04px\] {
    left: 331.04px;
  }

  .left-\[calc\(16\.667\%-5\.652px\)\] {
    left: calc(16.667% - 5.652px);
  }

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

  .left-\[calc\(50\%\+6\.68px\)\] {
    left: calc(50% + 6.68px);
  }

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

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

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

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

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

  .left-\[calc\(50\%-2\.158px\)\] {
    left: calc(50% - 2.158px);
  }

  .left-\[calc\(83\.333\%\+12\.692px\)\] {
    left: calc(83.333% + 12.692px);
  }

  .left-\[calc\(83\.333\%-0\.154px\)\] {
    left: calc(83.333% - .154px);
  }

  .left-\[calc\(83\.333\%-2\.312px\)\] {
    left: calc(83.333% - 2.312px);
  }

  .left-\[calc\(83\.333\%-15\.416px\)\] {
    left: calc(83.333% - 15.416px);
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

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

  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[21\/9\] {
    aspect-ratio: 21 / 9;
  }

  .aspect-\[199\.129\/432\.886\] {
    aspect-ratio: 199.129 / 432.886;
  }

  .aspect-\[220\/452\] {
    aspect-ratio: 220 / 452;
  }

  .aspect-\[750\/1608\] {
    aspect-ratio: 750 / 1608;
  }

  .aspect-\[1280\/2984\] {
    aspect-ratio: 1280 / 2984;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-\[19\.094px\] {
    width: 19.094px;
    height: 19.094px;
  }

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

  .size-\[31\.18px\] {
    width: 31.18px;
    height: 31.18px;
  }

  .size-\[38\.195px\] {
    width: 38.195px;
    height: 38.195px;
  }

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

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

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

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

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

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

  .h-\[2\.169px\] {
    height: 2.169px;
  }

  .h-\[2\.569px\] {
    height: 2.569px;
  }

  .h-\[4\.625px\] {
    height: 4.625px;
  }

  .h-\[6\.68px\] {
    height: 6.68px;
  }

  .h-\[6\.081px\] {
    height: 6.081px;
  }

  .h-\[6\.166px\] {
    height: 6.166px;
  }

  .h-\[10\.277px\] {
    height: 10.277px;
  }

  .h-\[10\.791px\] {
    height: 10.791px;
  }

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

  .h-\[15\.328px\] {
    height: 15.328px;
  }

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

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

  .h-\[17\.471px\] {
    height: 17.471px;
  }

  .h-\[18\.703px\] {
    height: 18.703px;
  }

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

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

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

  .h-\[30\.102px\] {
    height: 30.102px;
  }

  .h-\[31\.18px\] {
    height: 31.18px;
  }

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

  .h-\[36\.492px\] {
    height: 36.492px;
  }

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

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

  .h-\[65\.492px\] {
    height: 65.492px;
  }

  .h-\[76\.523px\] {
    height: 76.523px;
  }

  .h-\[76\.977px\] {
    height: 76.977px;
  }

  .h-\[99\.77\%\] {
    height: 99.77%;
  }

  .h-\[101\.09\%\] {
    height: 101.09%;
  }

  .h-\[297\.547px\] {
    height: 297.547px;
  }

  .h-\[356\.613px\] {
    height: 356.613px;
  }

  .h-\[357\.781px\] {
    height: 357.781px;
  }

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

  .h-\[430\.375px\] {
    height: 430.375px;
  }

  .h-\[433\.691px\] {
    height: 433.691px;
  }

  .h-\[437\.906px\] {
    height: 437.906px;
  }

  .h-\[451\.575px\] {
    height: 451.575px;
  }

  .h-\[467\.625px\] {
    height: 467.625px;
  }

  .h-\[2301\.18px\] {
    height: 2301.18px;
  }

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

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

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

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

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

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

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

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

  .w-\[7\.708px\] {
    width: 7.708px;
  }

  .w-\[8\.735px\] {
    width: 8.735px;
  }

  .w-\[9\.249px\] {
    width: 9.249px;
  }

  .w-\[12\.846px\] {
    width: 12.846px;
  }

  .w-\[14\.08px\] {
    width: 14.08px;
  }

  .w-\[19\.047px\] {
    width: 19.047px;
  }

  .w-\[19\.094px\] {
    width: 19.094px;
  }

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

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

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

  .w-\[27\.748px\] {
    width: 27.748px;
  }

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

  .w-\[57\.664px\] {
    width: 57.664px;
  }

  .w-\[68\.856px\] {
    width: 68.856px;
  }

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

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

  .w-\[99\.64\%\] {
    width: 99.64%;
  }

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

  .w-\[108\.07\%\] {
    width: 108.07%;
  }

  .w-\[108\.19\%\] {
    width: 108.19%;
  }

  .w-\[160\.969px\] {
    width: 160.969px;
  }

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

  .w-\[198\.757px\] {
    width: 198.757px;
  }

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

  .w-\[205\.82px\] {
    width: 205.82px;
  }

  .w-\[219\.958px\] {
    width: 219.958px;
  }

  .w-\[374\.094px\] {
    width: 374.094px;
  }

  .w-\[786\.656px\] {
    width: 786.656px;
  }

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

  .w-\[calc\(100\%\+100px\)\] {
    width: calc(100% + 100px);
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .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-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    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-\[12px\] {
    --tw-translate-y: 12px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-\[0\.137deg\] {
    rotate: .137deg;
  }

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

  .rotate-\[359\.863deg\] {
    rotate: 359.863deg;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[3\.083px\] {
    border-radius: 3.083px;
  }

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

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

  .rounded-\[51\.385px\] {
    border-radius: 51.385px;
  }

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

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

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

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

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

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

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

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

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

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

  .border-\[\#0066FF\] {
    border-color: #06f;
  }

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

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

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

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

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

  .border-transparent {
    border-color: #0000;
  }

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

  .bg-\[\#0066FF\] {
    background-color: #06f;
  }

  .bg-\[\#9333EA\] {
    background-color: #9333ea;
  }

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

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

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

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

  .bg-\[rgba\(255\,92\,48\,0\.05\)\] {
    background-color: #ff5c300d;
  }

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

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

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

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

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

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

  .mask-size-\[18\.235px_18\.235px\] {
    mask-size: 18.235px 18.235px;
  }

  .mask-size-\[37\.414px_37\.412px\] {
    mask-size: 37.414px 37.412px;
  }

  .mask-size-\[100\.517px_20\.976px\] {
    mask-size: 100.517px 20.976px;
  }

  .mask-size-\[199\.681px_430\.743px\] {
    mask-size: 199.681px 430.743px;
  }

  .mask-size-\[223\.364px_451\.943px\] {
    mask-size: 223.364px 451.943px;
  }

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

  .mask-position-\[-0\.133px_0\.897px\] {
    mask-position: -.133px .897px;
  }

  .mask-position-\[-0\.287px_0\.445px\] {
    mask-position: -.287px .445px;
  }

  .mask-position-\[-0\.316px_-1\.884px\] {
    mask-position: -.316px -1.884px;
  }

  .mask-position-\[-0\.316px_-11\.496px\] {
    mask-position: -.316px -11.496px;
  }

  .mask-position-\[-0\.566px_-11\.496px\] {
    mask-position: -.566px -11.496px;
  }

  .mask-position-\[-0\.566px_-12\.289px\] {
    mask-position: -.566px -12.289px;
  }

  .mask-position-\[-0\.566px_0px\] {
    mask-position: -.566px 0;
  }

  .mask-position-\[-1\.34px_-2\.206px\] {
    mask-position: -1.34px -2.206px;
  }

  .mask-position-\[-1\.34px_-13\.874px\] {
    mask-position: -1.34px -13.874px;
  }

  .mask-position-\[-2\.773px_-5\.946px\] {
    mask-position: -2.773px -5.946px;
  }

  .mask-position-\[-4\.164px_-7\.532px\] {
    mask-position: -4.164px -7.532px;
  }

  .mask-position-\[-5\.02px_-3\.496px\] {
    mask-position: -5.02px -3.496px;
  }

  .mask-position-\[-5\.152px_-5\.153px\] {
    mask-position: -5.152px -5.153px;
  }

  .mask-position-\[-5\.352px_-8\.721px\] {
    mask-position: -5.352px -8.721px;
  }

  .mask-position-\[-5\.551px_0px\] {
    mask-position: -5.551px 0;
  }

  .mask-position-\[-5\.945px_-6\.739px\] {
    mask-position: -5.945px -6.739px;
  }

  .mask-position-\[-5\.945px_0px\] {
    mask-position: -5.945px 0;
  }

  .mask-position-\[-6\.738px_-8\.324px\] {
    mask-position: -6.738px -8.324px;
  }

  .mask-position-\[-8\.328px_-11\.496px\] {
    mask-position: -8.328px -11.496px;
  }

  .mask-position-\[-8\.328px_0px\] {
    mask-position: -8.328px 0;
  }

  .mask-position-\[-9\.117px_-4\.36px\] {
    mask-position: -9.117px -4.36px;
  }

  .mask-position-\[-13\.082px_-0\.904px\] {
    mask-position: -13.082px -.904px;
  }

  .mask-position-\[0\.225px_0\.061px\] {
    mask-position: .225px .061px;
  }

  .mask-position-\[0\.225px_0\.064px\] {
    mask-position: .225px .064px;
  }

  .mask-position-\[0\.225px_0\.085px\] {
    mask-position: .225px .085px;
  }

  .mask-position-\[0\.225px_0\.088px\] {
    mask-position: .225px .088px;
  }

  .mask-position-\[0\.225px_0\.089px\] {
    mask-position: .225px .089px;
  }

  .mask-position-\[0\.225px_0\.091px\] {
    mask-position: .225px .091px;
  }

  .mask-position-\[0\.225px_0\.094px\] {
    mask-position: .225px .094px;
  }

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

  .mask-position-\[0px_-0\.217px\] {
    mask-position: 0 -.217px;
  }

  .mask-position-\[0px_-0\.567px\] {
    mask-position: 0 -.567px;
  }

  .mask-position-\[0px_-0\.904px\] {
    mask-position: 0 -.904px;
  }

  .mask-position-\[0px_-5\.153px\] {
    mask-position: 0 -5.153px;
  }

  .mask-position-\[0px_-5\.946px\] {
    mask-position: 0 -5.946px;
  }

  .mask-position-\[0px_-6\.235px\] {
    mask-position: 0 -6.235px;
  }

  .mask-position-\[0px_-6\.739px\] {
    mask-position: 0 -6.739px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .py-\[25\.5px\] {
    padding-block: 25.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

  .font-\[\'SF_Pro_Text\:Semibold\'\,_sans-serif\] {
    font-family: SF Pro Text\:Semibold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[21\.725px\] {
    font-size: 21.725px;
  }

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

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

  .text-\[48\.659px\] {
    font-size: 48.659px;
  }

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

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.33\] {
    --tw-leading: 1.33;
    line-height: 1.33;
  }

  .leading-\[1\.56\] {
    --tw-leading: 1.56;
    line-height: 1.56;
  }

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

  .leading-\[11\.305px\] {
    --tw-leading: 11.305px;
    line-height: 11.305px;
  }

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

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

  .leading-\[18\.705px\] {
    --tw-leading: 18.705px;
    line-height: 18.705px;
  }

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

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

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

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

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

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

  .leading-\[36\.494px\] {
    --tw-leading: 36.494px;
    line-height: 36.494px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.0534px\] {
    --tw-tracking: -1.0534px;
    letter-spacing: -1.0534px;
  }

  .tracking-\[-1\.677px\] {
    --tw-tracking: -1.677px;
    letter-spacing: -1.677px;
  }

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

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

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

  .tracking-\[1\.25px\] {
    --tw-tracking: 1.25px;
    letter-spacing: 1.25px;
  }

  .tracking-\[1\.2496px\] {
    --tw-tracking: 1.2496px;
    letter-spacing: 1.2496px;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

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

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

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

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

  .text-\[\#0066FF\] {
    color: #06f;
  }

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

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

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

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

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

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

  .text-\[rgba\(45\,51\,129\,0\.2\)\] {
    color: #2d338133;
  }

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

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

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

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

  .text-neutral-950 {
    color: var(--color-neutral-950);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-50 {
    opacity: .5;
  }

  .mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .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-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

  @media (hover: hover) {
    .group-hover\:-translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:border-accent:is(:where(.group):hover *) {
      border-color: var(--accent);
    }
  }

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

  @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\:border-accent:hover {
      border-color: var(--accent);
    }
  }

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

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

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

  @media (hover: hover) {
    .hover\:text-accent:hover {
      color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @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 (width >= 40rem) {
    .sm\:w-\[219\.958px\] {
      width: 219.958px;
    }
  }

  @media (width >= 48rem) {
    .md\:-mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:-mx-12 {
      margin-inline: calc(var(--spacing) * -12);
    }
  }

  @media (width >= 48rem) {
    .md\:-mx-24 {
      margin-inline: calc(var(--spacing) * -24);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:inline {
      display: inline;
    }
  }

  @media (width >= 48rem) {
    .md\:inline-flex {
      display: inline-flex;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[363px\] {
      height: 363px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[546px\] {
      height: 546px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[360\.759px\] {
      width: 360.759px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:flex-none {
      flex: none;
    }
  }

  @media (width >= 48rem) {
    .md\:-translate-y-\[6px\] {
      --tw-translate-y: calc(6px * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-\[389px_1fr\] {
      grid-template-columns: 389px 1fr;
    }
  }

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[60px\] {
      gap: 60px;
    }
  }

  @media (width >= 48rem) {
    :where(.md\:space-y-9 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 48rem) {
    .md\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-y-5 {
      row-gap: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:border-0 {
      border-style: var(--tw-border-style);
      border-width: 0;
    }
  }

  @media (width >= 48rem) {
    .md\:bg-transparent {
      background-color: #0000;
    }
  }

  @media (width >= 48rem) {
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:px-24 {
      padding-inline: calc(var(--spacing) * 24);
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[103\.5px\] {
      padding-inline: 103.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[48px\] {
      padding-block: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[27px\] {
      font-size: 27px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[72px\] {
      font-size: 72px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[32\.5px\] {
      --tw-leading: 32.5px;
      line-height: 32.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[32px\] {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[36px\] {
      --tw-leading: 36px;
      line-height: 36px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[40\.5px\] {
      --tw-leading: 40.5px;
      line-height: 40.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:tracking-\[-1\.1297px\] {
      --tw-tracking: -1.1297px;
      letter-spacing: -1.1297px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[80px\] {
      gap: 80px;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: #000;
  --card: #fff;
  --card-foreground: #000;
  --popover: #fff;
  --popover-foreground: #000;
  --primary: #000;
  --primary-foreground: #fff;
  --secondary: #f5f5f5;
  --secondary-foreground: #000;
  --muted: #f5f5f5;
  --muted-foreground: #666;
  --accent: #06f;
  --accent-foreground: #fff;
  --destructive: #000;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #fff;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #06f;
  --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: 0rem;
  --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: #000;
  --foreground: #fff;
  --card: #000;
  --card-foreground: #fff;
  --popover: #000;
  --popover-foreground: #fff;
  --primary: #fff;
  --primary-foreground: #000;
  --secondary: #1a1a1a;
  --secondary-foreground: #fff;
  --muted: #1a1a1a;
  --muted-foreground: #999;
  --accent: #06f;
  --accent-foreground: #fff;
  --destructive: #fff;
  --destructive-foreground: #000;
  --border: #ffffff1a;
  --input: #ffffff1a;
  --ring: #06f;
  --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);
  font-family: Inter, sans-serif;
}

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

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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