/*! 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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

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

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

  .inset-\[-43\.1\%_-12\.92\%_-77\.59\%_-12\.92\%\] {
    inset: -43.1% -12.92% -77.59%;
  }

  .inset-\[-53\.3\%_-52\.78\%\] {
    inset: -53.3% -52.78%;
  }

  .inset-\[18\.66\%_-1\.27\%_18\.78\%_1\.27\%\] {
    inset: 18.66% -1.27% 18.78% 1.27%;
  }

  .inset-\[24\.14\%_34\.69\%_24\.14\%_32\.84\%\] {
    inset: 24.14% 34.69% 24.14% 32.84%;
  }

  .inset-\[43\.54\%_14\.76\%_53\.64\%_79\.13\%\] {
    inset: 43.54% 14.76% 53.64% 79.13%;
  }

  .inset-\[70\.66\%_11\.23\%_21\.75\%_10\.72\%\] {
    inset: 70.66% 11.23% 21.75% 10.72%;
  }

  .inset-\[72\.7\%_68\.7\%_23\.78\%_23\.87\%\] {
    inset: 72.7% 68.7% 23.78% 23.87%;
  }

  .inset-\[80\.56\%_10\.94\%_11\.85\%_10\.43\%\] {
    inset: 80.56% 10.94% 11.85% 10.43%;
  }

  .inset-\[82\.28\%_67\.29\%_13\.55\%_23\.92\%\] {
    inset: 82.28% 67.29% 13.55% 23.92%;
  }

  .inset-\[98\.47\%_31\.55\%_0\.94\%_34\.35\%\] {
    inset: 98.47% 31.55% .94% 34.35%;
  }

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

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

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

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

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

  .top-\[4\.93\%\] {
    top: 4.93%;
  }

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

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

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

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

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

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

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

  .top-\[23\.5\%\] {
    top: 23.5%;
  }

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

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

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

  .top-\[31\.69\%\] {
    top: 31.69%;
  }

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

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

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

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

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

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

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

  .top-\[64\.8\%\] {
    top: 64.8%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-\[576\.63px\] {
    top: 576.63px;
  }

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

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

  .top-\[602\.04px\] {
    top: 602.04px;
  }

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

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

  .top-\[619\.37px\] {
    top: 619.37px;
  }

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

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

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

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

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

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

  .top-\[722\.44px\] {
    top: 722.44px;
  }

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

  .top-\[788\.56px\] {
    top: 788.56px;
  }

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

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

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

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

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

  .right-\[-3\.9\%\] {
    right: -3.9%;
  }

  .right-\[2\.29\%\] {
    right: 2.29%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .right-\[43\.67px\] {
    right: 43.67px;
  }

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

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

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

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

  .bottom-\[-5\.19\%\] {
    bottom: -5.19%;
  }

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

  .bottom-\[8\%\] {
    bottom: 8%;
  }

  .bottom-\[20\%\] {
    bottom: 20%;
  }

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

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

  .bottom-\[61\.38\%\] {
    bottom: 61.38%;
  }

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

  .bottom-\[88\.15\%\] {
    bottom: 88.15%;
  }

  .bottom-\[94\.84\%\] {
    bottom: 94.84%;
  }

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

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

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

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

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

  .left-\[-1\.3\%\] {
    left: -1.3%;
  }

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

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

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

  .left-\[2\.29\%\] {
    left: 2.29%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .left-\[93\.81px\] {
    left: 93.81px;
  }

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

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

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

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

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

  .left-\[195\.5px\] {
    left: 195.5px;
  }

  .left-\[196\.5px\] {
    left: 196.5px;
  }

  .left-\[197\.5px\] {
    left: 197.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

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

  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }

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

  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }

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

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

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

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

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

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

  .size-\[110\.651px\] {
    width: 110.651px;
    height: 110.651px;
  }

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

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

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

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

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

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

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

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

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

  .h-\[7\.333px\] {
    height: 7.333px;
  }

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

  .h-\[10\.667px\] {
    height: 10.667px;
  }

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

  .h-\[11\.333px\] {
    height: 11.333px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[39\.268px\] {
    height: 39.268px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-h-\[calc\(100\%-60px\)\] {
    max-height: calc(100% - 60px);
  }

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

  .w-\[1\.328px\] {
    width: 1.328px;
  }

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

  .w-\[15\.333px\] {
    width: 15.333px;
  }

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

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

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

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

  .w-\[25\.844px\] {
    width: 25.844px;
  }

  .w-\[32\.3px\] {
    width: 32.3px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[150\.567px\] {
    width: 150.567px;
  }

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

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

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

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

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

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

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

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

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

  .w-\[246\.076px\] {
    width: 246.076px;
  }

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

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

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

  .w-\[276\.1px\] {
    width: 276.1px;
  }

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

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

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

  .flex-1 {
    flex: 1;
  }

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

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

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

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

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

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

  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded-\[1\.333px\] {
    border-radius: 1.333px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

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

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

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

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

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

  .border-\[\#77935C\], .border-\[\#77935c\] {
    border-color: #77935c;
  }

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

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

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

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

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

  .border-\[rgba\(160\,160\,160\,0\.63\)\] {
    border-color: #a0a0a0a1;
  }

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

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

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

  .bg-\[\#77935C\], .bg-\[\#77935c\] {
    background-color: #77935c;
  }

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

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

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

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

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

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

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

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

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

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

  .bg-\[rgba\(44\,53\,80\,0\.2\)\] {
    background-color: #2c355033;
  }

  .bg-\[rgba\(51\,50\,50\,0\.49\)\] {
    background-color: #3332327d;
  }

  .bg-\[rgba\(119\,147\,92\,0\.7\)\] {
    background-color: #77935cb3;
  }

  .bg-\[rgba\(245\,222\,179\,0\.5\)\] {
    background-color: #f5deb380;
  }

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

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

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

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

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

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

  .bg-white\/80 {
    background-color: #fffc;
  }

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

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

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

  .from-\[\#9bb682\] {
    --tw-gradient-from: #9bb682;
    --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-\[\#77935c\] {
    --tw-gradient-from: #77935c;
    --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-\[\#77945a\] {
    --tw-gradient-from: #77945a;
    --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-\[\#adc281\] {
    --tw-gradient-from: #adc281;
    --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-\[\#f0f0f0\] {
    --tw-gradient-from: #f0f0f0;
    --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-\[\#e0e0e0\] {
    --tw-gradient-to: #e0e0e0;
    --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-\[\#e7febd\] {
    --tw-gradient-to: #e7febd;
    --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-61\% {
    --tw-gradient-to-position: 61%;
  }

  .to-\[45\.673\%\] {
    --tw-gradient-to-position: 45.673%;
  }

  .to-\[60\.577\%\] {
    --tw-gradient-to-position: 60.577%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Light\'\,sans-serif\] {
    font-family: Inter\:Light, 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-\[\'Jost\:Regular\'\,sans-serif\] {
    font-family: Jost\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#384B95\] {
    color: #384b95;
  }

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

  .text-\[\#77935C\], .text-\[\#77935c\] {
    color: #77935c;
  }

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

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

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

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

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

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

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

  .text-\[rgba\(42\,42\,42\,0\.37\)\] {
    color: #2a2a2a5e;
  }

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

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

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

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

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

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

  .opacity-50 {
    opacity: .5;
  }

  .opacity-\[0\.35\] {
    opacity: .35;
  }

  .mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .shadow-\[0_0_0_4px_\#77935c\,0_0_0_6px_white\] {
    --tw-shadow: 0 0 0 4px var(--tw-shadow-color, #77935c), 0 0 0 6px var(--tw-shadow-color, white);
    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_10px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px -4px 10px 0px 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_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_4px_0px_rgba\(155\,182\,130\,0\.53\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #9bb68287);
    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_8px_24px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0px 8px 24px var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[15px_0px_30px_0px_rgba\(211\,212\,226\,0\.25\)\] {
    --tw-shadow: 15px 0px 30px 0px var(--tw-shadow-color, #d3d4e240);
    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);
  }

  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-\[\#77935c\] {
    --tw-ring-color: #77935c;
  }

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

  .blur-\[1px\] {
    --tw-blur: blur(1px);
    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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    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));
  }

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

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

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

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

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

  @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\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

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

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

  @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-70:hover {
      opacity: .7;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:shadow-\[15px_0px_40px_0px_rgba\(211\,212\,226\,0\.35\)\]:hover {
      --tw-shadow: 15px 0px 40px 0px var(--tw-shadow-color, #d3d4e259);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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