/*! 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-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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

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

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

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

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[2\.67\%_32\.51\%_83\.11\%_50\.86\%\] {
    inset: 2.67% 32.51% 83.11% 50.86%;
  }

  .tailwind .inset-\[2\.89\%_32\.71\%_83\.22\%_51\.12\%\] {
    inset: 2.89% 32.71% 83.22% 51.12%;
  }

  .tailwind .inset-\[9\.89\%_21\.51\%_86\.49\%_74\.58\%\] {
    inset: 9.89% 21.51% 86.49% 74.58%;
  }

  .tailwind .inset-\[10\.11\%_21\.95\%_86\.91\%_74\.98\%\] {
    inset: 10.11% 21.95% 86.91% 74.98%;
  }

  .tailwind .inset-\[13\.32\%_3\.71\%_71\.94\%_80\.89\%\] {
    inset: 13.32% 3.71% 71.94% 80.89%;
  }

  .tailwind .inset-\[15\.37\%_22\.62\%_46\.35\%_34\.52\%\] {
    inset: 15.37% 22.62% 46.35% 34.52%;
  }

  .tailwind .inset-\[17\.72\%_38\.92\%_44\.99\%_19\.81\%\] {
    inset: 17.72% 38.92% 44.99% 19.81%;
  }

  .tailwind .inset-\[45\.33\%_39\.31\%_50\.83\%_57\.72\%\] {
    inset: 45.33% 39.31% 50.83% 57.72%;
  }

  .tailwind .inset-\[47\.1px_45\.83px_56\.44px_25\.36px\] {
    inset: 47.1px 45.83px 56.44px 25.36px;
  }

  .tailwind .inset-\[48\.7\%_36\.17\%_47\.39\%_60\.68\%\] {
    inset: 48.7% 36.17% 47.39% 60.68%;
  }

  .tailwind .inset-\[49\.26\%_54\.29\%_39\.71\%_32\%\] {
    inset: 49.26% 54.29% 39.71% 32%;
  }

  .tailwind .inset-\[49\.64\%_35\.84\%_38\.03\%_50\.23\%\] {
    inset: 49.64% 35.84% 38.03% 50.23%;
  }

  .tailwind .inset-\[50\.82\%_39\.56\%_36\.51\%_46\%\] {
    inset: 50.82% 39.56% 36.51% 46%;
  }

  .tailwind .inset-\[51\.61\%_25\.19\%_0_0\] {
    inset: 51.61% 25.19% 0 0;
  }

  .tailwind .inset-\[51\.78\%_56\.5\%_46\.26\%_40\.89\%\] {
    inset: 51.78% 56.5% 46.26% 40.89%;
  }

  .tailwind .inset-\[53\.39\%_3\.64\%_0_23\.2\%\] {
    inset: 53.39% 3.64% 0 23.2%;
  }

  .tailwind .inset-\[53\.68\%_50\.04\%_35\.61\%_36\.69\%\] {
    inset: 53.68% 50.04% 35.61% 36.69%;
  }

  .tailwind .inset-\[55\.24\%_54\.33\%_42\.86\%_43\.13\%\] {
    inset: 55.24% 54.33% 42.86% 43.13%;
  }

  .tailwind .inset-\[60\.8\%_58\.28\%_31\.85\%_36\.98\%\] {
    inset: 60.8% 58.28% 31.85% 36.98%;
  }

  .tailwind .inset-\[62\.46\%_53\.81\%_32\.27\%_42\.51\%\] {
    inset: 62.46% 53.81% 32.27% 42.51%;
  }

  .tailwind .inset-\[62\.87\%_41\.75\%_31\.94\%_54\.83\%\] {
    inset: 62.87% 41.75% 31.94% 54.83%;
  }

  .tailwind .inset-\[63\.13\%_45\.92\%_29\.61\%_49\.7\%\] {
    inset: 63.13% 45.92% 29.61% 49.7%;
  }

  .tailwind .top-\[-11\.57\%\] {
    top: -11.57%;
  }

  .tailwind .top-\[-57\.55\%\] {
    top: -57.55%;
  }

  .tailwind .top-\[-62\.55\%\] {
    top: -62.55%;
  }

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

  .tailwind .top-\[3\.36px\] {
    top: 3.36px;
  }

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

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

  .tailwind .top-\[17\.82px\] {
    top: 17.82px;
  }

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

  .tailwind .top-\[18\.47px\] {
    top: 18.47px;
  }

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

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

  .tailwind .top-\[27\.26px\] {
    top: 27.26px;
  }

  .tailwind .top-\[29\.26px\] {
    top: 29.26px;
  }

  .tailwind .top-\[29px\] {
    top: 29px;
  }

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

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

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

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

  .tailwind .top-\[45\.61px\] {
    top: 45.61px;
  }

  .tailwind .top-\[47\.68px\] {
    top: 47.68px;
  }

  .tailwind .top-\[47\.97px\] {
    top: 47.97px;
  }

  .tailwind .top-\[49\.94px\] {
    top: 49.94px;
  }

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

  .tailwind .right-\[15\.62px\] {
    right: 15.62px;
  }

  .tailwind .right-\[20\.07px\] {
    right: 20.07px;
  }

  .tailwind .right-\[21\.9px\] {
    right: 21.9px;
  }

  .tailwind .right-\[24\.44px\] {
    right: 24.44px;
  }

  .tailwind .right-\[34\.69px\] {
    right: 34.69px;
  }

  .tailwind .right-\[35\.5px\] {
    right: 35.5px;
  }

  .tailwind .right-\[39\.42px\] {
    right: 39.42px;
  }

  .tailwind .right-\[39\.54px\] {
    right: 39.54px;
  }

  .tailwind .right-\[40\.68px\] {
    right: 40.68px;
  }

  .tailwind .right-\[48\.9px\] {
    right: 48.9px;
  }

  .tailwind .right-\[48\.12px\] {
    right: 48.12px;
  }

  .tailwind .right-\[50\.11px\] {
    right: 50.11px;
  }

  .tailwind .right-\[52\.24px\] {
    right: 52.24px;
  }

  .tailwind .right-\[54\.08px\] {
    right: 54.08px;
  }

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

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

  .tailwind .left-\[-4\.57px\] {
    left: -4.57px;
  }

  .tailwind .left-\[-33\.68\%\] {
    left: -33.68%;
  }

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

  .tailwind .left-\[4px\] {
    left: 4px;
  }

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

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

  .tailwind .left-\[11\.56px\] {
    left: 11.56px;
  }

  .tailwind .left-\[24px\] {
    left: 24px;
  }

  .tailwind .left-\[26\.37px\] {
    left: 26.37px;
  }

  .tailwind .left-\[28\.09px\] {
    left: 28.09px;
  }

  .tailwind .left-\[29\.51px\] {
    left: 29.51px;
  }

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

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

  .tailwind .left-\[34\.95px\] {
    left: 34.95px;
  }

  .tailwind .left-\[35px\] {
    left: 35px;
  }

  .tailwind .left-\[42px\] {
    left: 42px;
  }

  .tailwind .left-\[44px\] {
    left: 44px;
  }

  .tailwind .left-\[50px\] {
    left: 50px;
  }

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

  .tailwind .left-\[58\.84px\] {
    left: 58.84px;
  }

  .tailwind .left-\[61\.82px\] {
    left: 61.82px;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

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

  .tailwind .h-\[1\.38px\] {
    height: 1.38px;
  }

  .tailwind .h-\[1\.238px\] {
    height: 1.238px;
  }

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

  .tailwind .h-\[2\.131px\] {
    height: 2.131px;
  }

  .tailwind .h-\[2\.263px\] {
    height: 2.263px;
  }

  .tailwind .h-\[2\.336px\] {
    height: 2.336px;
  }

  .tailwind .h-\[2\.452px\] {
    height: 2.452px;
  }

  .tailwind .h-\[2\.458px\] {
    height: 2.458px;
  }

  .tailwind .h-\[2\.552px\] {
    height: 2.552px;
  }

  .tailwind .h-\[3\.25px\] {
    height: 3.25px;
  }

  .tailwind .h-\[3\.074px\] {
    height: 3.074px;
  }

  .tailwind .h-\[3\.569px\] {
    height: 3.569px;
  }

  .tailwind .h-\[4\.62px\] {
    height: 4.62px;
  }

  .tailwind .h-\[4\.481px\] {
    height: 4.481px;
  }

  .tailwind .h-\[4\.856px\] {
    height: 4.856px;
  }

  .tailwind .h-\[5\.462px\] {
    height: 5.462px;
  }

  .tailwind .h-\[5\.683px\] {
    height: 5.683px;
  }

  .tailwind .h-\[5\.849px\] {
    height: 5.849px;
  }

  .tailwind .h-\[7\.276px\] {
    height: 7.276px;
  }

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

  .tailwind .h-\[14\.177px\] {
    height: 14.177px;
  }

  .tailwind .h-\[22\.269px\] {
    height: 22.269px;
  }

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

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

  .tailwind .h-\[121\.156px\] {
    height: 121.156px;
  }

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

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

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

  .tailwind .h-\[130\.6\%\] {
    height: 130.6%;
  }

  .tailwind .h-\[194\.24\%\] {
    height: 194.24%;
  }

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

  .tailwind .h-\[hypot\(-11\.0671cqw\,54\.5581cqh\)\] {
    height: hypot(-11.0671cqw, 54.5581cqh);
  }

  .tailwind .h-\[hypot\(-11\.5209cqw\,55\.6788cqh\)\] {
    height: hypot(-11.5209cqw, 55.6788cqh);
  }

  .tailwind .h-\[hypot\(-17\.7191cqw\,67\.5079cqh\)\] {
    height: hypot(-17.7191cqw, 67.5079cqh);
  }

  .tailwind .h-\[hypot\(-17\.8313cqw\,67\.676cqh\)\] {
    height: hypot(-17.8313cqw, 67.676cqh);
  }

  .tailwind .h-\[hypot\(-23\.6679cqw\,74\.9466cqh\)\] {
    height: hypot(-23.6679cqw, 74.9466cqh);
  }

  .tailwind .h-\[hypot\(-24\.4119cqw\,75\.7038cqh\)\] {
    height: hypot(-24.4119cqw, 75.7038cqh);
  }

  .tailwind .h-\[hypot\(-27\.5709cqw\,78\.5985cqh\)\] {
    height: hypot(-27.5709cqw, 78.5985cqh);
  }

  .tailwind .h-\[hypot\(-29\.2988cqw\,79\.9925cqh\)\] {
    height: hypot(-29.2988cqw, 79.9925cqh);
  }

  .tailwind .h-\[hypot\(-32\.2593cqw\,82\.1253cqh\)\] {
    height: hypot(-32.2593cqw, 82.1253cqh);
  }

  .tailwind .h-\[hypot\(-33\.7171cqw\,83\.0731cqh\)\] {
    height: hypot(-33.7171cqw, 83.0731cqh);
  }

  .tailwind .h-\[hypot\(-36\.173cqw\,84\.5388cqh\)\] {
    height: hypot(-36.173cqw, 84.5388cqh);
  }

  .tailwind .h-\[hypot\(-36\.8882cqw\,84\.9377cqh\)\] {
    height: hypot(-36.8882cqw, 84.9377cqh);
  }

  .tailwind .h-\[hypot\(-37\.0836cqw\,85\.0446cqh\)\] {
    height: hypot(-37.0836cqw, 85.0446cqh);
  }

  .tailwind .h-\[hypot\(-40\.5752cqw\,86\.8206cqh\)\] {
    height: hypot(-40.5752cqw, 86.8206cqh);
  }

  .tailwind .h-\[hypot\(-40\.8982cqw\,86\.9729cqh\)\] {
    height: hypot(-40.8982cqw, 86.9729cqh);
  }

  .tailwind .h-\[hypot\(-41\.1004cqw\,87\.0675cqh\)\] {
    height: hypot(-41.1004cqw, 87.0675cqh);
  }

  .tailwind .h-\[hypot\(-55\.8714cqw\,92\.433cqh\)\] {
    height: hypot(-55.8714cqw, 92.433cqh);
  }

  .tailwind .h-\[hypot\(-62\.2805cqw\,94\.0934cqh\)\] {
    height: hypot(-62.2805cqw, 94.0934cqh);
  }

  .tailwind .h-\[hypot\(-64\.5361cqw\,94\.6112cqh\)\] {
    height: hypot(-64.5361cqw, 94.6112cqh);
  }

  .tailwind .h-\[hypot\(-66\.3432cqw\,95\.0044cqh\)\] {
    height: hypot(-66.3432cqw, 95.0044cqh);
  }

  .tailwind .h-\[hypot\(-72\.9305cqw\,96\.2954cqh\)\] {
    height: hypot(-72.9305cqw, 96.2954cqh);
  }

  .tailwind .h-\[hypot\(21\.617cqw\,77\.0808cqh\)\] {
    height: hypot(21.617cqw, 77.0808cqh);
  }

  .tailwind .h-\[hypot\(22\.1434cqw\,77\.6203cqh\)\] {
    height: hypot(22.1434cqw, 77.6203cqh);
  }

  .tailwind .h-\[hypot\(24\.6608cqw\,79\.9668cqh\)\] {
    height: hypot(24.6608cqw, 79.9668cqh);
  }

  .tailwind .h-\[hypot\(26\.9248cqw\,81\.7957cqh\)\] {
    height: hypot(26.9248cqw, 81.7957cqh);
  }

  .tailwind .h-\[hypot\(29\.7574cqw\,83\.7824cqh\)\] {
    height: hypot(29.7574cqw, 83.7824cqh);
  }

  .tailwind .h-\[hypot\(32\.2284cqw\,85\.2923cqh\)\] {
    height: hypot(32.2284cqw, 85.2923cqh);
  }

  .tailwind .h-\[hypot\(33\.5134cqw\,86\.0079cqh\)\] {
    height: hypot(33.5134cqw, 86.0079cqh);
  }

  .tailwind .h-\[hypot\(34\.3953cqw\,86\.4746cqh\)\] {
    height: hypot(34.3953cqw, 86.4746cqh);
  }

  .tailwind .h-\[hypot\(49\.5247cqw\,92\.287cqh\)\] {
    height: hypot(49.5247cqw, 92.287cqh);
  }

  .tailwind .h-\[hypot\(52\.9638cqw\,93\.2119cqh\)\] {
    height: hypot(52.9638cqw, 93.2119cqh);
  }

  .tailwind .h-\[hypot\(55\.8933cqw\,93\.9223cqh\)\] {
    height: hypot(55.8933cqw, 93.9223cqh);
  }

  .tailwind .h-\[hypot\(63\.8135cqw\,95\.5565cqh\)\] {
    height: hypot(63.8135cqw, 95.5565cqh);
  }

  .tailwind .h-\[hypot\(70\.5579cqw\,96\.6914cqh\)\] {
    height: hypot(70.5579cqw, 96.6914cqh);
  }

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

  .tailwind .w-\[1\.57px\] {
    width: 1.57px;
  }

  .tailwind .w-\[1\.506px\] {
    width: 1.506px;
  }

  .tailwind .w-\[2\.72px\] {
    width: 2.72px;
  }

  .tailwind .w-\[3\.014px\] {
    width: 3.014px;
  }

  .tailwind .w-\[4\.451px\] {
    width: 4.451px;
  }

  .tailwind .w-\[4\.606px\] {
    width: 4.606px;
  }

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

  .tailwind .w-\[4\.769px\] {
    width: 4.769px;
  }

  .tailwind .w-\[81\.952px\] {
    width: 81.952px;
  }

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

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

  .tailwind .w-\[86\.563px\] {
    width: 86.563px;
  }

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

  .tailwind .w-\[163\.89\%\] {
    width: 163.89%;
  }

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

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

  .tailwind .w-\[hypot\(27\.0695cqw\,3\.70462cqh\)\] {
    width: hypot(27.0695cqw, 3.70462cqh);
  }

  .tailwind .w-\[hypot\(29\.4421cqw\,-3\.30855cqh\)\] {
    width: hypot(29.4421cqw, -3.30855cqh);
  }

  .tailwind .w-\[hypot\(33\.6568cqw\,4\.99561cqh\)\] {
    width: hypot(33.6568cqw, 4.99561cqh);
  }

  .tailwind .w-\[hypot\(35\.4639cqw\,5\.38883cqh\)\] {
    width: hypot(35.4639cqw, 5.38883cqh);
  }

  .tailwind .w-\[hypot\(36\.1865cqw\,-4\.44346cqh\)\] {
    width: hypot(36.1865cqw, -4.44346cqh);
  }

  .tailwind .w-\[hypot\(37\.7195cqw\,5\.90663cqh\)\] {
    width: hypot(37.7195cqw, 5.90663cqh);
  }

  .tailwind .w-\[hypot\(44\.1067cqw\,-6\.07771cqh\)\] {
    width: hypot(44.1067cqw, -6.07771cqh);
  }

  .tailwind .w-\[hypot\(44\.1286cqw\,7\.56703cqh\)\] {
    width: hypot(44.1286cqw, 7.56703cqh);
  }

  .tailwind .w-\[hypot\(47\.0362cqw\,-6\.78814cqh\)\] {
    width: hypot(47.0362cqw, -6.78814cqh);
  }

  .tailwind .w-\[hypot\(50\.4753cqw\,-7\.71303cqh\)\] {
    width: hypot(50.4753cqw, -7.71303cqh);
  }

  .tailwind .w-\[hypot\(58\.8996cqw\,12\.9325cqh\)\] {
    width: hypot(58.8996cqw, 12.9325cqh);
  }

  .tailwind .w-\[hypot\(59\.1018cqw\,13\.0271cqh\)\] {
    width: hypot(59.1018cqw, 13.0271cqh);
  }

  .tailwind .w-\[hypot\(59\.4248cqw\,13\.1794cqh\)\] {
    width: hypot(59.4248cqw, 13.1794cqh);
  }

  .tailwind .w-\[hypot\(62\.9164cqw\,14\.9554cqh\)\] {
    width: hypot(62.9164cqw, 14.9554cqh);
  }

  .tailwind .w-\[hypot\(63\.827cqw\,15\.4612cqh\)\] {
    width: hypot(63.827cqw, 15.4612cqh);
  }

  .tailwind .w-\[hypot\(63\.1118cqw\,15\.0623cqh\)\] {
    width: hypot(63.1118cqw, 15.0623cqh);
  }

  .tailwind .w-\[hypot\(65\.6047cqw\,-13\.5254cqh\)\] {
    width: hypot(65.6047cqw, -13.5254cqh);
  }

  .tailwind .w-\[hypot\(66\.2829cqw\,16\.9269cqh\)\] {
    width: hypot(66.2829cqw, 16.9269cqh);
  }

  .tailwind .w-\[hypot\(66\.4866cqw\,-13\.9921cqh\)\] {
    width: hypot(66.4866cqw, -13.9921cqh);
  }

  .tailwind .w-\[hypot\(67\.7407cqw\,17\.8747cqh\)\] {
    width: hypot(67.7407cqw, 17.8747cqh);
  }

  .tailwind .w-\[hypot\(67\.7716cqw\,-14\.7077cqh\)\] {
    width: hypot(67.7716cqw, -14.7077cqh);
  }

  .tailwind .w-\[hypot\(70\.2426cqw\,-16\.2176cqh\)\] {
    width: hypot(70.2426cqw, -16.2176cqh);
  }

  .tailwind .w-\[hypot\(70\.7012cqw\,20\.0075cqh\)\] {
    width: hypot(70.7012cqw, 20.0075cqh);
  }

  .tailwind .w-\[hypot\(72\.4291cqw\,21\.4015cqh\)\] {
    width: hypot(72.4291cqw, 21.4015cqh);
  }

  .tailwind .w-\[hypot\(73\.0752cqw\,-18\.2043cqh\)\] {
    width: hypot(73.0752cqw, -18.2043cqh);
  }

  .tailwind .w-\[hypot\(75\.3392cqw\,-20\.0332cqh\)\] {
    width: hypot(75.3392cqw, -20.0332cqh);
  }

  .tailwind .w-\[hypot\(75\.5881cqw\,24\.2962cqh\)\] {
    width: hypot(75.5881cqw, 24.2962cqh);
  }

  .tailwind .w-\[hypot\(76\.3321cqw\,25\.0534cqh\)\] {
    width: hypot(76.3321cqw, 25.0534cqh);
  }

  .tailwind .w-\[hypot\(77\.8566cqw\,-22\.3797cqh\)\] {
    width: hypot(77.8566cqw, -22.3797cqh);
  }

  .tailwind .w-\[hypot\(78\.383cqw\,-22\.9192cqh\)\] {
    width: hypot(78.383cqw, -22.9192cqh);
  }

  .tailwind .w-\[hypot\(82\.1687cqw\,32\.324cqh\)\] {
    width: hypot(82.1687cqw, 32.324cqh);
  }

  .tailwind .w-\[hypot\(82\.2809cqw\,32\.4921cqh\)\] {
    width: hypot(82.2809cqw, 32.4921cqh);
  }

  .tailwind .w-\[hypot\(88\.4791cqw\,44\.3212cqh\)\] {
    width: hypot(88.4791cqw, 44.3212cqh);
  }

  .tailwind .w-\[hypot\(88\.9329cqw\,45\.4419cqh\)\] {
    width: hypot(88.9329cqw, 45.4419cqh);
  }

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

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

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

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

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

  .tailwind .flex-none {
    flex: none;
  }

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

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

  .tailwind .rotate-\[-15\.97deg\] {
    rotate: -15.97deg;
  }

  .tailwind .rotate-\[18\.01deg\] {
    rotate: 18.01deg;
  }

  .tailwind .rotate-\[18\.07deg\] {
    rotate: 18.07deg;
  }

  .tailwind .skew-x-\[0\.01deg\] {
    --tw-skew-x: skewX(.01deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[0\.02deg\] {
    --tw-skew-x: skewX(.02deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[0\.32deg\] {
    --tw-skew-x: skewX(.32deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .skew-x-\[0\.44deg\] {
    --tw-skew-x: skewX(.44deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .tailwind .mask-size-\[3\.162px_4\.489px\] {
    mask-size: 3.162px 4.489px;
  }

  .tailwind .mask-size-\[13\.633px_17\.917px\] {
    mask-size: 13.633px 17.917px;
  }

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

  .tailwind .mask-position-\[-0\.32px_-0\.278px\] {
    mask-position: -.32px -.278px;
  }

  .tailwind .mask-position-\[-0\.208px_-0\.288px\] {
    mask-position: -.208px -.288px;
  }

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

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

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

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

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

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

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

  .tailwind .font-\[\'FKT_Gnarly_Trial\:SemiBold\'\,sans-serif\] {
    font-family: FKT Gnarly Trial\:SemiBold, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Medium\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Regular\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:SemiBold\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:SemiBold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .\[word-break\:break-word\] {
    word-break: break-word;
  }

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

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

  .tailwind .text-\[\#756f6c\] {
    color: #756f6c;
  }

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

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

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

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

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

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

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

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