/*! 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-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 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;
      --tw-duration: initial;
      --tw-ease: 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-green-50: oklch(.982 .018 155.826);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-500: oklch(.723 .219 149.579);
    --color-green-600: oklch(.627 .194 149.214);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --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;
    --font-weight-extrabold: 800;
    --leading-normal: 1.5;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(.4, 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 {
  *, :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);
  }

  .inset-\[-3\.68px_-5\%\] {
    inset: -3.68px -5%;
  }

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

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

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

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

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

  .top-\[-53\.86\%\] {
    top: -53.86%;
  }

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

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

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

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

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

  .top-\[11\.74px\] {
    top: 11.74px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[39\.99px\] {
    top: 39.99px;
  }

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

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

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

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

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

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

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

  .top-\[79\.98px\] {
    top: 79.98px;
  }

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

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

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

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

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

  .top-\[119\.97px\] {
    top: 119.97px;
  }

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

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

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

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

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

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

  .top-\[139\.09px\] {
    top: 139.09px;
  }

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

  .top-\[159\.96px\] {
    top: 159.96px;
  }

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

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

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

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

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

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

  .top-\[199\.95px\] {
    top: 199.95px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[calc\(50\%-12\.5px\)\] {
    top: calc(50% - 12.5px);
  }

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

  .right-\[-3\.57\%\] {
    right: -3.57%;
  }

  .right-\[-5\.36\%\] {
    right: -5.36%;
  }

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

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

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

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

  .right-\[81\.34\%\] {
    right: 81.34%;
  }

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

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

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

  .bottom-\[-2\.76px\] {
    bottom: -2.76px;
  }

  .bottom-\[-3\.68px\] {
    bottom: -3.68px;
  }

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

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

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

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

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

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

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

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

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

  .left-\[8\.96\%\] {
    left: 8.96%;
  }

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

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

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

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

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

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

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

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

  .left-\[22\.5px\] {
    left: 22.5px;
  }

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

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

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

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

  .left-\[37\.5px\] {
    left: 37.5px;
  }

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

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

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

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

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

  .left-\[55\.5px\] {
    left: 55.5px;
  }

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

  .left-\[60\.5px\] {
    left: 60.5px;
  }

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

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

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

  .left-\[90\.5px\] {
    left: 90.5px;
  }

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

  .left-\[91\.5px\] {
    left: 91.5px;
  }

  .left-\[93\.5px\] {
    left: 93.5px;
  }

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

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

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

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

  .left-\[109\.5px\] {
    left: 109.5px;
  }

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

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

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

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

  .left-\[149\.5px\] {
    left: 149.5px;
  }

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

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

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

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

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

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

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

  .left-\[179\.5px\] {
    left: 179.5px;
  }

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

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

  .left-\[203\.5px\] {
    left: 203.5px;
  }

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

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

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

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

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

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

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

  .left-\[227\.5px\] {
    left: 227.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .left-\[297\.5px\] {
    left: 297.5px;
  }

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

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

  .left-\[312\.5px\] {
    left: 312.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .left-px {
    left: 1px;
  }

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

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

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

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

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

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

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

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

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

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

  .mt-auto {
    margin-top: auto;
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .size-\[15\.556px\] {
    width: 15.556px;
    height: 15.556px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[15\.224px\] {
    height: 15.224px;
  }

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

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

  .h-\[23\.997px\] {
    height: 23.997px;
  }

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

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

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

  .h-\[27\.001px\] {
    height: 27.001px;
  }

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

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

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

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

  .h-\[34\.575px\] {
    height: 34.575px;
  }

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

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

  .h-\[47\.985px\] {
    height: 47.985px;
  }

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

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

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

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

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

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

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

  .h-\[73\.991px\] {
    height: 73.991px;
  }

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

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

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

  .h-\[92\.93px\] {
    height: 92.93px;
  }

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

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

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

  .h-\[122\.981px\] {
    height: 122.981px;
  }

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

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

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

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

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

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

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

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

  .h-\[178\.72\%\] {
    height: 178.72%;
  }

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

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

  .h-\[223\.943px\] {
    height: 223.943px;
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[367\.908px\] {
    height: 367.908px;
  }

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

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

  .h-\[490\.889px\] {
    height: 490.889px;
  }

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

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

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

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-\[calc\(100vh-108px\)\] {
    min-height: calc(100vh - 108px);
  }

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

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

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

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

  .w-1\/4 {
    width: 25%;
  }

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

  .w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[297\.378px\] {
    width: 297.378px;
  }

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

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

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

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

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

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

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

  .w-\[361\.017px\] {
    width: 361.017px;
  }

  .w-\[361\.364px\] {
    width: 361.364px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .min-w-max {
    min-width: max-content;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 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-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    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-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

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

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

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

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

  .cursor-default {
    cursor: default;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .snap-y {
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

  .snap-center {
    scroll-snap-align: center;
  }

  .snap-start {
    scroll-snap-align: start;
  }

  .list-disc {
    list-style-type: disc;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[rgba\(101\,88\,79\,0\.1\)\] {
    border-color: #65584f1a;
  }

  .border-\[rgba\(101\,88\,79\,0\.3\)\] {
    border-color: #65584f4d;
  }

  .border-\[rgba\(101\,88\,79\,0\.5\)\] {
    border-color: #65584f80;
  }

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

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

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

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

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

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

  .bg-\[\#D4958F\]\/10 {
    background-color: oklab(72.9687% .0698054 .0328482 / .1);
  }

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

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

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

  .bg-\[rgb\(205\,129\,136\)\] {
    background-color: #cd8188;
  }

  .bg-\[rgb\(214\,200\,173\)\] {
    background-color: #d6c8ad;
  }

  .bg-\[rgba\(101\,88\,79\,0\.1\)\] {
    background-color: #65584f1a;
  }

  .bg-\[rgba\(101\,88\,79\,0\.3\)\] {
    background-color: #65584f4d;
  }

  .bg-\[rgba\(214\,200\,173\,0\.5\)\] {
    background-color: #d6c8ad80;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

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

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

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

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

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

  .bg-white\/30 {
    background-color: #ffffff4d;
  }

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

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

  .from-\[\#8b7d72\] {
    --tw-gradient-from: #8b7d72;
    --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-\[\#65584f\] {
    --tw-gradient-from: #65584f;
    --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-\[\#F5E6D3\] {
    --tw-gradient-from: #f5e6d3;
    --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-\[\#cd8188\] {
    --tw-gradient-from: #cd8188;
    --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-\[\#d6c8ad\] {
    --tw-gradient-from: #d6c8ad;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[rgba\(214\,200\,173\,0\)\] {
    --tw-gradient-from: #d6c8ad00;
    --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));
  }

  .via-\[rgba\(214\,200\,173\,0\.75\)\] {
    --tw-gradient-via: #d6c8adbf;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-39\% {
    --tw-gradient-via-position: 39%;
  }

  .via-\[38\.942\%\] {
    --tw-gradient-via-position: 38.942%;
  }

  .to-\[\#8b7d72\] {
    --tw-gradient-to: #8b7d72;
    --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-\[\#FFF5EB\] {
    --tw-gradient-to: #fff5eb;
    --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-\[\#afa49a\] {
    --tw-gradient-to: #afa49a;
    --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-\[\#d99ba1\] {
    --tw-gradient-to: #d99ba1;
    --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-\[\#e4dac6\] {
    --tw-gradient-to: #e4dac6;
    --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-\[\#ebe4d2\] {
    --tw-gradient-to: #ebe4d2;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(214\,200\,173\,0\)\] {
    --tw-gradient-to: #d6c8ad00;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(214\,200\,173\,0\.5\)\] {
    --tw-gradient-to: #d6c8ad80;
    --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));
  }

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

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[24px\] {
    padding-block: 24px;
  }

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

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

  .pt-\[1\.999px\] {
    padding-top: 1.999px;
  }

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

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

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

  .pt-\[31\.993px\] {
    padding-top: 31.993px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\'\] {
    font-family: Inter;
  }

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

  .font-\[\'Inter\:Extra_Bold\'\,sans-serif\] {
    font-family: Inter\:Extra 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-\[\'Lato\:Black\'\,sans-serif\] {
    font-family: Lato\:Black, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#8B6F47\]\/60 {
    color: oklab(55.9452% .0164591 .0641328 / .6);
  }

  .text-\[\#8B6F47\]\/70 {
    color: oklab(55.9452% .0164591 .0641328 / .7);
  }

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

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

  .text-\[\#65584f\]\/50 {
    color: oklab(47.0316% .0121622 .018605 / .5);
  }

  .text-\[\#65584f\]\/60 {
    color: oklab(47.0316% .0121622 .018605 / .6);
  }

  .text-\[\#65584f\]\/70 {
    color: oklab(47.0316% .0121622 .018605 / .7);
  }

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

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

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

  .text-\[rgba\(101\,88\,79\,0\.3\)\] {
    color: #65584f4d;
  }

  .text-\[rgba\(101\,88\,79\,0\.5\)\] {
    color: #65584f80;
  }

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

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

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

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

  .opacity-60 {
    opacity: .6;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px 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_4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\,0px_2px_4px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0000001a), 0px 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px 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);
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .drop-shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 8px var(--tw-drop-shadow-color, #0000004d));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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, );
  }

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

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

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

  .placeholder\:text-\[\#65584f\]\/50::placeholder {
    color: oklab(47.0316% .0121622 .018605 / .5);
  }

  .placeholder\:text-\[rgba\(101\,88\,79\,0\.5\)\]::placeholder {
    color: #65584f80;
  }

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

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#D4958F\]\/30:hover {
      border-color: oklab(72.9687% .0698054 .0328482 / .3);
    }
  }

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

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

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

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

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

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

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

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

  @media (hover: hover) {
    .hover\:bg-\[rgba\(101\,88\,79\,0\.1\)\]:hover {
      background-color: #65584f1a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(101\,88\,79\,0\.02\)\]:hover {
      background-color: #65584f05;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(101\,88\,79\,0\.05\)\]:hover {
      background-color: #65584f0d;
    }
  }

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

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

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

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

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

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

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:bg-\[\#65584f\]:active {
    background-color: #65584f;
  }

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

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

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

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

  .active\:text-\[\#65584f\]:active {
    color: #65584f;
  }

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

  .active\:opacity-70:active {
    opacity: .7;
  }

  .active\:opacity-80:active {
    opacity: .8;
  }
}

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

::-webkit-scrollbar {
  display: none;
}

input[type="range"] {
  appearance: none;
  cursor: pointer;
  pointer-events: none;
  background: none;
  height: 22px;
}

input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  cursor: grab;
  pointer-events: auto;
  background: #65584f;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: relative;
  box-shadow: 0 4px 8px #00000040;
}

input[type="range"]::-webkit-slider-thumb:active {
  cursor: grabbing;
  background: #cd8188;
}

input[type="range"]::-moz-range-thumb {
  cursor: grab;
  pointer-events: auto;
  background: #65584f;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  box-shadow: 0 4px 8px #00000040;
}

input[type="range"]::-moz-range-thumb:active {
  cursor: grabbing;
  background: #cd8188;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: none;
  height: 22px;
}

input[type="range"]::-moz-range-track {
  background: none;
  height: 22px;
}

.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

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

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

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