/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@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-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-1\.8\%_-2\.3\%\] {
    inset: -1.8% -2.3%;
  }

  .inset-\[-4\.54\%_-1\.26\%\] {
    inset: -4.54% -1.26%;
  }

  .inset-\[0\.01\%_0\.08\%_0\.03\%_0\.09\%\] {
    inset: .01% .08% .03% .09%;
  }

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

  .top-\[-36\.3\%\] {
    top: -36.3%;
  }

  .top-\[-585\.92\%\] {
    top: -585.92%;
  }

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

  .top-\[10\.78px\] {
    top: 10.78px;
  }

  .top-\[11\.19px\] {
    top: 11.19px;
  }

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

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

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

  .top-\[31\.52px\] {
    top: 31.52px;
  }

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

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

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

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

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

  .top-\[241\.13px\] {
    top: 241.13px;
  }

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

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

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

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

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

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

  .top-\[calc\(50\%-193\.13px\)\] {
    top: calc(50% - 193.13px);
  }

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

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

  .left-\[-147\.14\%\] {
    left: -147.14%;
  }

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

  .left-\[20\.43px\] {
    left: 20.43px;
  }

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

  .left-\[29\.92px\] {
    left: 29.92px;
  }

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

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

  .left-\[50\%\] {
    left: 50%;
  }

  .left-\[78\.39px\] {
    left: 78.39px;
  }

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

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

  .left-\[229\.11px\] {
    left: 229.11px;
  }

  .left-\[414\.13px\] {
    left: 414.13px;
  }

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

  .mr-\[-31\.304px\] {
    margin-right: -31.304px;
  }

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

  .size-\[11\.02px\] {
    width: 11.02px;
    height: 11.02px;
  }

  .size-\[15\.992px\] {
    width: 15.992px;
    height: 15.992px;
  }

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

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

  .size-\[23\.992px\] {
    width: 23.992px;
    height: 23.992px;
  }

  .size-\[24\.795px\] {
    width: 24.795px;
    height: 24.795px;
  }

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

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

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

  .size-\[78\.261px\] {
    width: 78.261px;
    height: 78.261px;
  }

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

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

  .h-\[12\.504px\] {
    height: 12.504px;
  }

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

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

  .h-\[22\.04px\] {
    height: 22.04px;
  }

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

  .h-\[26\.453px\] {
    height: 26.453px;
  }

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

  .h-\[33\.06px\] {
    height: 33.06px;
  }

  .h-\[33\.954px\] {
    height: 33.954px;
  }

  .h-\[35\.815px\] {
    height: 35.815px;
  }

  .h-\[36\.544px\] {
    height: 36.544px;
  }

  .h-\[38\.207px\] {
    height: 38.207px;
  }

  .h-\[39\.993px\] {
    height: 39.993px;
  }

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

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

  .h-\[49\.265px\] {
    height: 49.265px;
  }

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

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

  .h-\[59\.435px\] {
    height: 59.435px;
  }

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

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

  .h-\[78\.261px\] {
    height: 78.261px;
  }

  .h-\[83\.587px\] {
    height: 83.587px;
  }

  .h-\[99\.91\%\] {
    height: 99.91%;
  }

  .h-\[99\.237px\] {
    height: 99.237px;
  }

  .h-\[111\.666px\] {
    height: 111.666px;
  }

  .h-\[114\.15\%\] {
    height: 114.15%;
  }

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

  .h-\[174\.013px\] {
    height: 174.013px;
  }

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

  .h-\[184\.75\%\] {
    height: 184.75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[1327\.2\%\] {
    height: 1327.2%;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

  .w-\[12\.991px\] {
    width: 12.991px;
  }

  .w-\[17\.088px\] {
    width: 17.088px;
  }

  .w-\[17\.572px\] {
    width: 17.572px;
  }

  .w-\[30\.396px\] {
    width: 30.396px;
  }

  .w-\[37\.969px\] {
    width: 37.969px;
  }

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

  .w-\[48\.438px\] {
    width: 48.438px;
  }

  .w-\[49\.945px\] {
    width: 49.945px;
  }

  .w-\[51\.357px\] {
    width: 51.357px;
  }

  .w-\[56\.098px\] {
    width: 56.098px;
  }

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

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

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

  .w-\[87\.674px\] {
    width: 87.674px;
  }

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

  .w-\[91\.605px\] {
    width: 91.605px;
  }

  .w-\[95\.174px\] {
    width: 95.174px;
  }

  .w-\[98\.254px\] {
    width: 98.254px;
  }

  .w-\[100\.02\%\] {
    width: 100.02%;
  }

  .w-\[100\.09\%\] {
    width: 100.09%;
  }

  .w-\[101\.247px\] {
    width: 101.247px;
  }

  .w-\[106\.758px\] {
    width: 106.758px;
  }

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

  .w-\[111\.579px\] {
    width: 111.579px;
  }

  .w-\[116\.438px\] {
    width: 116.438px;
  }

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

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

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

  .w-\[152\.19px\] {
    width: 152.19px;
  }

  .w-\[187\.342px\] {
    width: 187.342px;
  }

  .w-\[231\.688px\] {
    width: 231.688px;
  }

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

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

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

  .w-\[263\.669px\] {
    width: 263.669px;
  }

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

  .w-\[273\.908px\] {
    width: 273.908px;
  }

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

  .w-\[296\.602px\] {
    width: 296.602px;
  }

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

  .w-\[340\.315px\] {
    width: 340.315px;
  }

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

  .w-\[513\.82\%\] {
    width: 513.82%;
  }

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

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

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

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

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

  .w-\[772\.098px\] {
    width: 772.098px;
  }

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .min-w-\[58\.54446029663086px\] {
    min-width: 58.5445px;
  }

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .rotate-\[21\.457deg\] {
    rotate: 21.457deg;
  }

  .rotate-\[154\.7deg\] {
    rotate: 154.7deg;
  }

  .rotate-\[154\.702deg\] {
    rotate: 154.702deg;
  }

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-\[2\.755px\] {
    gap: 2.755px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-\[31\.993px\] {
    gap: 31.993px;
  }

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[1\.60849e\+07px\] {
    border-radius: 16084900px;
  }

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

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

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

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

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

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

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

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

  .rounded-\[39\.13px\] {
    border-radius: 39.13px;
  }

  .rounded-\[48\.45px\] {
    border-radius: 48.45px;
  }

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

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

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

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

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(255\,255\,255\,0\)\] {
    border-color: #fff0;
  }

  .border-\[rgba\(255\,255\,255\,0\.2\)\] {
    border-color: #fff3;
  }

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

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

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

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

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

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

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

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

  .bg-\[rgba\(246\,243\,242\,0\.5\)\] {
    background-color: #f6f3f280;
  }

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

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-\[6\.888px\] {
    padding: 6.888px;
  }

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

  .p-\[11\.02px\] {
    padding: 11.02px;
  }

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

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

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

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

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

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

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

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

  .px-\[11\.02px\] {
    padding-inline: 11.02px;
  }

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

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

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

  .px-\[19\.285px\] {
    padding-inline: 19.285px;
  }

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

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

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

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

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

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

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

  .py-\[1\.378px\] {
    padding-block: 1.378px;
  }

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

  .py-\[5\.51px\] {
    padding-block: 5.51px;
  }

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

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

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

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

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

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

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

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

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

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

  .py-px {
    padding-block: 1px;
  }

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

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

  .pt-\[11\.02px\] {
    padding-top: 11.02px;
  }

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

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

  .pr-\[6\.888px\] {
    padding-right: 6.888px;
  }

  .pr-\[11\.02px\] {
    padding-right: 11.02px;
  }

  .pr-\[31\.304px\] {
    padding-right: 31.304px;
  }

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

  .pb-\[16\.53px\] {
    padding-bottom: 16.53px;
  }

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

  .pl-\[6\.888px\] {
    padding-left: 6.888px;
  }

  .pl-\[11\.02px\] {
    padding-left: 11.02px;
  }

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

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

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

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

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

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

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

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

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

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

  .text-\[8\.265px\] {
    font-size: 8.265px;
  }

  .text-\[9\.643px\] {
    font-size: 9.643px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[11\.02px\] {
    --tw-leading: 11.02px;
    line-height: 11.02px;
  }

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

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

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

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

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

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

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

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

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

  .leading-\[27\.502px\] {
    --tw-leading: 27.502px;
    line-height: 27.502px;
  }

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

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

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

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

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

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

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

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

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

  .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\.1504px\] {
    --tw-tracking: -.1504px;
    letter-spacing: -.1504px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0 20px 60px var(--tw-shadow-color, #0000004d);
    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_0\.689px_1\.378px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px .689px 1.378px 0px var(--tw-shadow-color, #0000000d);
    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_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 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);
  }

  .shadow-\[0px_20px_6px_0px_rgba\(181\,181\,181\,0\)\,0px_13px_5px_0px_rgba\(181\,181\,181\,0\.01\)\,0px_7px_4px_0px_rgba\(181\,181\,181\,0\.05\)\,0px_3px_3px_0px_rgba\(181\,181\,181\,0\.09\)\,0px_1px_2px_0px_rgba\(181\,181\,181\,0\.1\)\] {
    --tw-shadow: 0px 20px 6px 0px var(--tw-shadow-color, #b5b5b500), 0px 13px 5px 0px var(--tw-shadow-color, #b5b5b503), 0px 7px 4px 0px var(--tw-shadow-color, #b5b5b50d), 0px 3px 3px 0px var(--tw-shadow-color, #b5b5b517), 0px 1px 2px 0px var(--tw-shadow-color, #b5b5b51a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[4\.793px_7\.669px_38\.345px_0px_rgba\(0\,0\,0\,0\.14\)\] {
    --tw-shadow: 4.793px 7.669px 38.345px 0px var(--tw-shadow-color, #00000024);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

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

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

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

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

  .placeholder\:text-\[rgba\(70\,25\,1\,0\.5\)\]::placeholder {
    color: #46190180;
  }

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

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

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

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

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

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

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:w-\[302\.794px\] {
      width: 302.794px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[52px\] {
      font-size: 52px;
    }
  }

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

  @media (width >= 64rem) {
    .lg\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[40px\] {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }

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

  @media (width >= 64rem) {
    .lg\:leading-\[60px\] {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[72px\] {
      --tw-leading: 72px;
      line-height: 72px;
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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