/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-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-duration: 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-neutral-200: oklch(.922 0 0);
    --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-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --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-auto {
    pointer-events: auto;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

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

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

  .top-\[-8\.05\%\] {
    top: -8.05%;
  }

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

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

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

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

  .top-\[19\.65px\] {
    top: 19.65px;
  }

  .top-\[19\.72px\] {
    top: 19.72px;
  }

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

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

  .top-\[50\.24px\] {
    top: 50.24px;
  }

  .top-\[52\.72px\] {
    top: 52.72px;
  }

  .top-\[53\.33px\] {
    top: 53.33px;
  }

  .top-\[80\.61px\] {
    top: 80.61px;
  }

  .top-\[89\.84px\] {
    top: 89.84px;
  }

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

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

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

  .top-\[calc\(50\%\+357\.398px\)\] {
    top: calc(50% + 357.398px);
  }

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

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

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

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

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

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

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

  .left-\[-3\.41\%\] {
    left: -3.41%;
  }

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

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

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

  .left-\[46\.52px\] {
    left: 46.52px;
  }

  .left-\[62\.5px\] {
    left: 62.5px;
  }

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

  .left-\[127\.68px\] {
    left: 127.68px;
  }

  .left-\[140\.09px\] {
    left: 140.09px;
  }

  .left-\[147\.52px\] {
    left: 147.52px;
  }

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

  .left-\[346\.67px\] {
    left: 346.67px;
  }

  .left-\[480\.52px\] {
    left: 480.52px;
  }

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

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

  .left-\[calc\(50\%\+533\.177px\)\] {
    left: calc(50% + 533.177px);
  }

  .left-\[calc\(50\%\+1359\.5px\)\] {
    left: calc(50% + 1359.5px);
  }

  .left-\[calc\(50\%-1219\.5px\)\] {
    left: calc(50% - 1219.5px);
  }

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

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

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

  .ms-\[23\.697px\] {
    margin-inline-start: 23.697px;
  }

  .ms-\[25px\] {
    margin-inline-start: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mb-\[-1\.015px\] {
    margin-bottom: -1.015px;
  }

  .mb-\[-1\.228px\] {
    margin-bottom: -1.228px;
  }

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .size-\[3\.85px\] {
    width: 3.85px;
    height: 3.85px;
  }

  .size-\[3\.676px\] {
    width: 3.676px;
    height: 3.676px;
  }

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

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

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

  .size-\[17\.325px\] {
    width: 17.325px;
    height: 17.325px;
  }

  .size-\[18\.278px\] {
    width: 18.278px;
    height: 18.278px;
  }

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

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

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

  .size-\[22\.108px\] {
    width: 22.108px;
    height: 22.108px;
  }

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

  .size-\[33\.161px\] {
    width: 33.161px;
    height: 33.161px;
  }

  .size-\[98\.933px\] {
    width: 98.933px;
    height: 98.933px;
  }

  .size-\[103\.622px\] {
    width: 103.622px;
    height: 103.622px;
  }

  .size-\[109\.321px\] {
    width: 109.321px;
    height: 109.321px;
  }

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

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

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

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

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

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

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

  .h-\[22\.117px\] {
    height: 22.117px;
  }

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

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

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

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

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

  .h-\[79\.219px\] {
    height: 79.219px;
  }

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

  .h-\[141\.96\%\] {
    height: 141.96%;
  }

  .h-\[149\.38\%\] {
    height: 149.38%;
  }

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

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

  .h-\[517\.647px\] {
    height: 517.647px;
  }

  .h-\[543\.891px\] {
    height: 543.891px;
  }

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

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

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

  .h-\[631\.28px\] {
    height: 631.28px;
  }

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

  .h-\[708\.057px\] {
    height: 708.057px;
  }

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

  .h-\[745\.972px\] {
    height: 745.972px;
  }

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

  .w-\[46\.679px\] {
    width: 46.679px;
  }

  .w-\[48\.891px\] {
    width: 48.891px;
  }

  .w-\[51\.58px\] {
    width: 51.58px;
  }

  .w-\[54\.667px\] {
    width: 54.667px;
  }

  .w-\[69\.465px\] {
    width: 69.465px;
  }

  .w-\[106\.82\%\] {
    width: 106.82%;
  }

  .w-\[202\.167px\] {
    width: 202.167px;
  }

  .w-\[211\.749px\] {
    width: 211.749px;
  }

  .w-\[222\.08\%\] {
    width: 222.08%;
  }

  .w-\[223\.395px\] {
    width: 223.395px;
  }

  .w-\[314\.409px\] {
    width: 314.409px;
  }

  .w-\[323\.855px\] {
    width: 323.855px;
  }

  .w-\[341\.667px\] {
    width: 341.667px;
  }

  .w-\[421\.719px\] {
    width: 421.719px;
  }

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

  .w-\[527\.046px\] {
    width: 527.046px;
  }

  .w-\[555\.45px\] {
    width: 555.45px;
  }

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

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

  .w-\[689\.68px\] {
    width: 689.68px;
  }

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

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

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

  .w-\[1168\.02px\] {
    width: 1168.02px;
  }

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[249\.953px\] {
    max-width: 249.953px;
  }

  .max-w-\[261\.799px\] {
    max-width: 261.799px;
  }

  .max-w-\[276\.198px\] {
    max-width: 276.198px;
  }

  .max-w-\[334\.072px\] {
    max-width: 334.072px;
  }

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

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

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

  .max-w-\[601\.677px\] {
    max-width: 601.677px;
  }

  .max-w-\[634\.769px\] {
    max-width: 634.769px;
  }

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

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

  .max-w-\[1200\.42px\] {
    max-width: 1200.42px;
  }

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

  .max-w-\[1257\.31px\] {
    max-width: 1257.31px;
  }

  .max-w-\[1326\.46px\] {
    max-width: 1326.46px;
  }

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

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

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

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

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

  .min-w-\[202\.167px\] {
    min-width: 202.167px;
  }

  .min-w-\[211\.749px\] {
    min-width: 211.749px;
  }

  .min-w-\[223\.395px\] {
    min-width: 223.395px;
  }

  .min-w-\[270\.205px\] {
    min-width: 270.205px;
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .origin-left {
    transform-origin: 0;
  }

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

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

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

  .scale-\[0\.6\] {
    scale: .6;
  }

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

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[7\.7px\] {
    gap: 7.7px;
  }

  .gap-\[7\.352px\] {
    gap: 7.352px;
  }

  .gap-\[7\.369px\] {
    gap: 7.369px;
  }

  .gap-\[7\.536px\] {
    gap: 7.536px;
  }

  .gap-\[7\.541px\] {
    gap: 7.541px;
  }

  .gap-\[7\.583px\] {
    gap: 7.583px;
  }

  .gap-\[7\.899px\] {
    gap: 7.899px;
  }

  .gap-\[7\.951px\] {
    gap: 7.951px;
  }

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

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

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

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

  .gap-\[9\.05px\] {
    gap: 9.05px;
  }

  .gap-\[9\.313px\] {
    gap: 9.313px;
  }

  .gap-\[9\.479px\] {
    gap: 9.479px;
  }

  .gap-\[9\.826px\] {
    gap: 9.826px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[19\.651px\] {
    gap: 19.651px;
  }

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

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

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

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

  .gap-\[27\.94px\] {
    gap: 27.94px;
  }

  .gap-\[29\.477px\] {
    gap: 29.477px;
  }

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

  .gap-\[39\.303px\] {
    gap: 39.303px;
  }

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

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

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

  :where(.space-y-\[16px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(16px * var(--tw-space-y-reverse));
    margin-block-end: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[32px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(32px * var(--tw-space-y-reverse));
    margin-block-end: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-\[48px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(48px * var(--tw-space-y-reverse));
    margin-block-end: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  }

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

  .rounded-\[3\.598px\] {
    border-radius: 3.598px;
  }

  .rounded-\[3\.768px\] {
    border-radius: 3.768px;
  }

  .rounded-\[3\.949px\] {
    border-radius: 3.949px;
  }

  .rounded-\[3\.975px\] {
    border-radius: 3.975px;
  }

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

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

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

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

  .rounded-\[10\.782px\] {
    border-radius: 10.782px;
  }

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

  .rounded-\[14\.738px\] {
    border-radius: 14.738px;
  }

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

  .rounded-\[19\.651px\] {
    border-radius: 19.651px;
  }

  .rounded-\[26\.667px\] {
    border-radius: 26.667px;
  }

  .rounded-\[26\.676px\] {
    border-radius: 26.676px;
  }

  .rounded-\[27\.94px\] {
    border-radius: 27.94px;
  }

  .rounded-\[29\.477px\] {
    border-radius: 29.477px;
  }

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

  .rounded-\[1387\.6px\] {
    border-radius: 1387.6px;
  }

  .rounded-\[1453\.37px\] {
    border-radius: 1453.37px;
  }

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

  .rounded-\[1533\.3px\] {
    border-radius: 1533.3px;
  }

  .rounded-\[1678\.36px\] {
    border-radius: 1678.36px;
  }

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

  .rounded-\[1854\.59px\] {
    border-radius: 1854.59px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[1\.015px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1.015px 0;
  }

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

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

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

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

  .border-\[1\.228px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1.228px 0;
  }

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

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

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

  .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-none {
    --tw-border-style: none;
    border-style: none;
  }

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

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

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

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

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

  .bg-\[\#0A0A0A\], .bg-\[\#0a0a0a\] {
    background-color: #0a0a0a;
  }

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

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

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

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

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

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

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

  .bg-\[rgba\(252\,173\,206\,0\)\] {
    background-color: #fcadce00;
  }

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

  .bg-black\/95 {
    background-color: #000000f2;
  }

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

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

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

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

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

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

  .p-\[13\.97px\] {
    padding: 13.97px;
  }

  .p-\[13\.338px\] {
    padding: 13.338px;
  }

  .p-\[14\.703px\] {
    padding: 14.703px;
  }

  .p-\[14\.738px\] {
    padding: 14.738px;
  }

  .p-\[15\.4px\] {
    padding: 15.4px;
  }

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

  .p-\[17\.075px\] {
    padding: 17.075px;
  }

  .p-\[17\.884px\] {
    padding: 17.884px;
  }

  .p-\[18\.868px\] {
    padding: 18.868px;
  }

  .p-\[19\.651px\] {
    padding: 19.651px;
  }

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

  .p-\[26\.676px\] {
    padding: 26.676px;
  }

  .p-\[27\.94px\] {
    padding: 27.94px;
  }

  .p-\[29\.477px\] {
    padding: 29.477px;
  }

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

  .p-\[34\.39px\] {
    padding: 34.39px;
  }

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

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

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

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

  .px-\[14\.703px\] {
    padding-inline: 14.703px;
  }

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

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

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

  .px-\[17\.784px\] {
    padding-inline: 17.784px;
  }

  .px-\[18\.379px\] {
    padding-inline: 18.379px;
  }

  .px-\[18\.627px\] {
    padding-inline: 18.627px;
  }

  .px-\[19\.25px\] {
    padding-inline: 19.25px;
  }

  .px-\[19\.651px\] {
    padding-inline: 19.651px;
  }

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

  .px-\[24\.564px\] {
    padding-inline: 24.564px;
  }

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

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

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

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

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

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

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

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

  .py-\[11\.027px\] {
    padding-block: 11.027px;
  }

  .py-\[11\.55px\] {
    padding-block: 11.55px;
  }

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

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

  .py-\[13\.97px\] {
    padding-block: 13.97px;
  }

  .py-\[13\.338px\] {
    padding-block: 13.338px;
  }

  .py-\[14\.738px\] {
    padding-block: 14.738px;
  }

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

  .py-\[22\.108px\] {
    padding-block: 22.108px;
  }

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

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

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

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

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

  .pt-\[19\.167px\] {
    padding-top: 19.167px;
  }

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

  .pt-\[27\.274px\] {
    padding-top: 27.274px;
  }

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

  .pt-\[30\.138px\] {
    padding-top: 30.138px;
  }

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

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

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

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

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

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

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

  .pb-\[1\.015px\] {
    padding-bottom: 1.015px;
  }

  .pb-\[1\.228px\] {
    padding-bottom: 1.228px;
  }

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

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

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

  .pb-\[133\.38px\] {
    padding-bottom: 133.38px;
  }

  .pb-\[139\.701px\] {
    padding-bottom: 139.701px;
  }

  .pb-\[147\.385px\] {
    padding-bottom: 147.385px;
  }

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

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

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

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

  .font-\[\'Instrument_Serif\:Regular\'\,serif\] {
    font-family: Instrument Serif\:Regular, serif;
  }

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

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

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

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

  .font-\[\'Inter\:Italic\'\,\'Noto_Sans\:Bold\'\,\'Noto_Sans\:Regular\'\,sans-serif\] {
    font-family: Inter\:Italic, Noto Sans\:Bold, Noto Sans\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[22\.108px\] {
    font-size: 22.108px;
  }

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

  .text-\[27\.149px\] {
    font-size: 27.149px;
  }

  .text-\[29\.477px\] {
    font-size: 29.477px;
  }

  .text-\[29\.506px\] {
    font-size: 29.506px;
  }

  .text-\[30\.905px\] {
    font-size: 30.905px;
  }

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

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

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

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

  .text-\[34\.39px\] {
    font-size: 34.39px;
  }

  .text-\[39\.437px\] {
    font-size: 39.437px;
  }

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

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

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

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

  .text-\[clamp\(0\.875rem\,1\.5vw\,1rem\)\] {
    font-size: clamp(.875rem, 1.5vw, 1rem);
  }

  .text-\[clamp\(1rem\,1\.5vw\,1\.25rem\)\] {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
  }

  .text-\[clamp\(2\.5rem\,8vw\,4rem\)\] {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }

  .text-\[clamp\(2\.5rem\,8vw\,5\.75rem\)\] {
    font-size: clamp(2.5rem, 8vw, 5.75rem);
  }

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

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

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

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

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

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

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

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

  .leading-\[26\.95px\] {
    --tw-leading: 26.95px;
    line-height: 26.95px;
  }

  .leading-\[26\.856px\] {
    --tw-leading: 26.856px;
    line-height: 26.856px;
  }

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

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

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

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

  .leading-\[34\.39px\] {
    --tw-leading: 34.39px;
    line-height: 34.39px;
  }

  .leading-\[42\.987px\] {
    --tw-leading: 42.987px;
    line-height: 42.987px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tracking-\[-1\.0317px\] {
    --tw-tracking: -1.0317px;
    letter-spacing: -1.0317px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

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

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow-\[0px_4\.446px_6\.669px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4.446px 6.669px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4\.657px_6\.985px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4.657px 6.985px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4\.913px_7\.369px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4.913px 7.369px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_8\.333px_25px_0px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0px 8.333px 25px 0px var(--tw-shadow-color, #000c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_14\.397px_43\.191px_0px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0px 14.397px 43.191px 0px var(--tw-shadow-color, #000c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_15\.189px_45\.567px_0px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0px 15.189px 45.567px 0px var(--tw-shadow-color, #000c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-\[0px_21\.695px_65\.085px_0px_rgba\(0\,0\,0\,0\.8\)\] {
    --tw-shadow: 0px 21.695px 65.085px 0px var(--tw-shadow-color, #000c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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;
  }

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

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

  .placeholder\:text-\[\#71767b\]::placeholder {
    color: #71767b;
  }

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

  .placeholder\:opacity-40::placeholder {
    opacity: .4;
  }

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

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

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

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

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

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

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

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

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

  @media (width >= 40rem) {
    .sm\:scale-\[0\.75\] {
      scale: .75;
    }
  }

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

  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:scale-\[0\.85\] {
      scale: .85;
    }
  }

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

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

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:box-border {
      box-sizing: border-box;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

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

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

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

  @media (width >= 64rem) {
    .lg\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (width >= 64rem) {
    .lg\:origin-center {
      transform-origin: center;
    }
  }

  @media (width >= 64rem) {
    .lg\:scale-100 {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:content-stretch {
      align-content: stretch;
    }
  }

  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .lg\:overflow-visible {
      overflow: visible;
    }
  }

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

  @media (width >= 64rem) {
    .lg\:pt-\[195px\] {
      padding-top: 195px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[120px\] {
      padding-bottom: 120px;
    }
  }
}

: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-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-duration {
  syntax: "*";
  inherits: false
}
