/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-blue-500: oklch(.623 .214 259.815);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --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;
  }

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-4\.42\%\] {
    inset: -4.42%;
  }

  .inset-\[-6\.25\%\] {
    inset: -6.25%;
  }

  .inset-\[-8\.839\%\] {
    inset: -8.839%;
  }

  .inset-\[-14\.08\%_-8\%\] {
    inset: -14.08% -8%;
  }

  .inset-\[-16\.255\%\] {
    inset: -16.255%;
  }

  .inset-\[11\.67\%_35\.94\%_76\.05\%_61\.4\%\] {
    inset: 11.67% 35.94% 76.05% 61.4%;
  }

  .inset-\[12\.5\%\] {
    inset: 12.5%;
  }

  .inset-\[12\.5\%_20\.83\%_20\.83\%_12\.5\%\] {
    inset: 12.5% 20.83% 20.83% 12.5%;
  }

  .inset-\[12\.18\%_59\.9\%_23\.69\%_31\.42\%\] {
    inset: 12.18% 59.9% 23.69% 31.42%;
  }

  .inset-\[12px_8px_3\.67px_9px\] {
    inset: 12px 8px 3.67px 9px;
  }

  .inset-\[13\.25px_40\.2px_2\.42px_40px\] {
    inset: 13.25px 40.2px 2.42px 40px;
  }

  .inset-\[13px_8px_2\.67px_6px\] {
    inset: 13px 8px 2.67px 6px;
  }

  .inset-\[13px_8px_2\.67px_8px\] {
    inset: 13px 8px 2.67px;
  }

  .inset-\[14px_8px_1\.67px_6px\] {
    inset: 14px 8px 1.67px 6px;
  }

  .inset-\[17\.57\%_70\.36\%_23\.66\%_23\.08\%\] {
    inset: 17.57% 70.36% 23.66% 23.08%;
  }

  .inset-\[26\.06\%_35\.12\%_27\.13\%_34\.6\%\] {
    inset: 26.06% 35.12% 27.13% 34.6%;
  }

  .inset-\[28\.72\%_35\.99\%_24\.47\%_34\.6\%\] {
    inset: 28.72% 35.99% 24.47% 34.6%;
  }

  .inset-\[28\.72\%_36\.85\%_24\.47\%_35\.47\%\] {
    inset: 28.72% 36.85% 24.47% 35.47%;
  }

  .inset-\[30\.32\%_35\.99\%_22\.87\%_34\.6\%\] {
    inset: 30.32% 35.99% 22.87% 34.6%;
  }

  .inset-\[30\.33\%_49\.04\%_23\.18\%_41\.47\%\] {
    inset: 30.33% 49.04% 23.18% 41.47%;
  }

  .inset-\[30\.36\%_26\.73\%_23\.12\%_65\.39\%\] {
    inset: 30.36% 26.73% 23.12% 65.39%;
  }

  .inset-\[30\.36\%_40\.01\%_23\.12\%_52\.11\%\] {
    inset: 30.36% 40.01% 23.12% 52.11%;
  }

  .inset-\[30\.36\%_77\.78\%_23\.69\%_13\.54\%\] {
    inset: 30.36% 77.78% 23.69% 13.54%;
  }

  .inset-\[30\.82\%_36\.27\%_23\.71\%_61\.56\%\] {
    inset: 30.82% 36.27% 23.71% 61.56%;
  }

  .inset-\[30\.85\%_35\.12\%_22\.34\%_35\.47\%\] {
    inset: 30.85% 35.12% 22.34% 35.47%;
  }

  .inset-\[30\.85\%_35\.99\%_22\.34\%_34\.6\%\] {
    inset: 30.85% 35.99% 22.34% 34.6%;
  }

  .inset-\[31\.38\%_32\.53\%_21\.81\%_32\.01\%\] {
    inset: 31.38% 32.53% 21.81% 32.01%;
  }

  .inset-\[31\.38\%_33\.39\%_21\.81\%_32\.01\%\] {
    inset: 31.38% 33.39% 21.81% 32.01%;
  }

  .inset-\[31\.38\%_35\.12\%_21\.81\%_33\.74\%\] {
    inset: 31.38% 35.12% 21.81% 33.74%;
  }

  .inset-\[31\.38\%_35\.12\%_21\.81\%_35\.47\%\] {
    inset: 31.38% 35.12% 21.81% 35.47%;
  }

  .inset-\[31\.38\%_35\.99\%_21\.81\%_35\.47\%\] {
    inset: 31.38% 35.99% 21.81% 35.47%;
  }

  .inset-\[31\.82\%_28\.55\%_30\.61\%_27\.27\%\] {
    inset: 31.82% 28.55% 30.61% 27.27%;
  }

  .inset-\[31\.91\%_31\.66\%_21\.28\%_32\.87\%\] {
    inset: 31.91% 31.66% 21.28% 32.87%;
  }

  .inset-\[31\.91\%_34\.26\%_21\.28\%_34\.6\%\] {
    inset: 31.91% 34.26% 21.28% 34.6%;
  }

  .inset-\[31\.91\%_35\.12\%_21\.28\%_34\.6\%\] {
    inset: 31.91% 35.12% 21.28% 34.6%;
  }

  .inset-\[31\.91\%_35\.99\%_21\.28\%_34\.6\%\] {
    inset: 31.91% 35.99% 21.28% 34.6%;
  }

  .inset-\[32\.45\%_32\.53\%_20\.75\%_32\.01\%\] {
    inset: 32.45% 32.53% 20.75% 32.01%;
  }

  .inset-\[32\.45\%_35\.99\%_20\.75\%_34\.6\%\] {
    inset: 32.45% 35.99% 20.75% 34.6%;
  }

  .inset-\[32\.98\%_32\.53\%_20\.21\%_32\.01\%\] {
    inset: 32.98% 32.53% 20.21% 32.01%;
  }

  .inset-\[40\.91\%_22\.73\%_40\.64\%_20\.45\%\] {
    inset: 40.91% 22.73% 40.64% 20.45%;
  }

  .inset-\[43\.03\%_36\.93\%_42\.76\%_34\.66\%\] {
    inset: 43.03% 36.93% 42.76% 34.66%;
  }

  .inset-\[54\.51\%_5\.08\%_-0\.03\%_82\.9\%\] {
    inset: 54.51% 5.08% -.03% 82.9%;
  }

  .inset-\[69\.38\%_12\.5\%_12\.5\%_69\.38\%\] {
    inset: 69.38% 12.5% 12.5% 69.38%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-\[13\.95\%\] {
    top: 13.95%;
  }

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

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

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

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

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

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

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

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

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

  .top-\[23\.89px\] {
    top: 23.89px;
  }

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

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

  .top-\[26\.38px\] {
    top: 26.38px;
  }

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

  .top-\[31\.75px\] {
    top: 31.75px;
  }

  .top-\[31\.95px\] {
    top: 31.95px;
  }

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

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

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

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

  .top-\[95\.99px\] {
    top: 95.99px;
  }

  .top-\[124\.25px\] {
    top: 124.25px;
  }

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

  .top-\[130\.74px\] {
    top: 130.74px;
  }

  .top-full {
    top: 100%;
  }

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

  .right-\[0\.46\%\] {
    right: .46%;
  }

  .right-\[1\.56\%\] {
    right: 1.56%;
  }

  .right-\[1\.65\%\] {
    right: 1.65%;
  }

  .right-\[1\.72\%\] {
    right: 1.72%;
  }

  .right-\[2\.4\%\] {
    right: 2.4%;
  }

  .right-\[2\.55\%\] {
    right: 2.55%;
  }

  .right-\[2\.84\%\] {
    right: 2.84%;
  }

  .right-\[3\.5px\] {
    right: 3.5px;
  }

  .right-\[3\.55\%\] {
    right: 3.55%;
  }

  .right-\[3\.96\%\] {
    right: 3.96%;
  }

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

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

  .right-\[15\.42\%\] {
    right: 15.42%;
  }

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

  .right-\[87\.64\%\] {
    right: 87.64%;
  }

  .bottom-\[-0\.03\%\] {
    bottom: -.03%;
  }

  .bottom-\[0\.28\%\] {
    bottom: .28%;
  }

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

  .bottom-\[1\.29\%\] {
    bottom: 1.29%;
  }

  .bottom-\[1\.55\%\] {
    bottom: 1.55%;
  }

  .bottom-\[2\.4\%\] {
    bottom: 2.4%;
  }

  .bottom-\[2\.33\%\] {
    bottom: 2.33%;
  }

  .bottom-\[2\.78\%\] {
    bottom: 2.78%;
  }

  .bottom-\[3\.02\%\] {
    bottom: 3.02%;
  }

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

  .bottom-\[3\.54\%\] {
    bottom: 3.54%;
  }

  .bottom-\[4\.43\%\] {
    bottom: 4.43%;
  }

  .bottom-\[4\.55\%\] {
    bottom: 4.55%;
  }

  .bottom-\[14\.07\%\] {
    bottom: 14.07%;
  }

  .bottom-\[23\.69\%\] {
    bottom: 23.69%;
  }

  .bottom-\[29\.26\%\] {
    bottom: 29.26%;
  }

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

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

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

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

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

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

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

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

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

  .left-\[48\.79px\] {
    left: 48.79px;
  }

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

  .left-\[57\.91px\] {
    left: 57.91px;
  }

  .left-\[58\.38px\] {
    left: 58.38px;
  }

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

  .left-\[76\.99px\] {
    left: 76.99px;
  }

  .left-\[77\.82\%\] {
    left: 77.82%;
  }

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

  .left-\[112\.86px\] {
    left: 112.86px;
  }

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

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

  .left-\[151\.71px\] {
    left: 151.71px;
  }

  .left-\[152\.02px\] {
    left: 152.02px;
  }

  .left-\[159\.49px\] {
    left: 159.49px;
  }

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

  .left-\[183\.74px\] {
    left: 183.74px;
  }

  .left-\[193\.64px\] {
    left: 193.64px;
  }

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

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

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

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

  .left-\[473\.71px\] {
    left: 473.71px;
  }

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

  .left-\[785\.68px\] {
    left: 785.68px;
  }

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

  .left-\[1158\.45px\] {
    left: 1158.45px;
  }

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

  .m-\[0px\] {
    margin: 0;
  }

  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }

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

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

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

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

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

  .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-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

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

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

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

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

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

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

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

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

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

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

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

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

  .size-\[15\.994px\] {
    width: 15.994px;
    height: 15.994px;
  }

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

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

  .size-\[31\.989px\] {
    width: 31.989px;
    height: 31.989px;
  }

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

  .size-\[43\.992px\] {
    width: 43.992px;
    height: 43.992px;
  }

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

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

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

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

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

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

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

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

  .h-\[13\.636px\] {
    height: 13.636px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[23\.991px\] {
    height: 23.991px;
  }

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

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

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

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

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

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

  .h-\[31\.491px\] {
    height: 31.491px;
  }

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

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

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

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

  .h-\[43\.992px\] {
    height: 43.992px;
  }

  .h-\[47\.667px\] {
    height: 47.667px;
  }

  .h-\[47\.997px\] {
    height: 47.997px;
  }

  .h-\[48\.992px\] {
    height: 48.992px;
  }

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

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

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

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

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

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

  .h-\[208\.977px\] {
    height: 208.977px;
  }

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

  .h-full {
    height: 100%;
  }

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

  .max-h-\[90vh\] {
    max-height: 90vh;
  }

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

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

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

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

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

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

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

  .w-\[5\.213px\] {
    width: 5.213px;
  }

  .w-\[12\.798px\] {
    width: 12.798px;
  }

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

  .w-\[15\.383px\] {
    width: 15.383px;
  }

  .w-\[16\.932px\] {
    width: 16.932px;
  }

  .w-\[16\.946px\] {
    width: 16.946px;
  }

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

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

  .w-\[23\.452px\] {
    width: 23.452px;
  }

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

  .w-\[29\.531px\] {
    width: 29.531px;
  }

  .w-\[32\.997px\] {
    width: 32.997px;
  }

  .w-\[43\.011px\] {
    width: 43.011px;
  }

  .w-\[43\.253px\] {
    width: 43.253px;
  }

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

  .w-\[50\.099px\] {
    width: 50.099px;
  }

  .w-\[64\.574px\] {
    width: 64.574px;
  }

  .w-\[77\.415px\] {
    width: 77.415px;
  }

  .w-\[83\.963px\] {
    width: 83.963px;
  }

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

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

  .w-\[96\.974px\] {
    width: 96.974px;
  }

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

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

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

  .w-\[135\.966px\] {
    width: 135.966px;
  }

  .w-\[137\.912px\] {
    width: 137.912px;
  }

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

  .w-\[152\.926px\] {
    width: 152.926px;
  }

  .w-\[167\.94px\] {
    width: 167.94px;
  }

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

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

  .w-\[197\.912px\] {
    width: 197.912px;
  }

  .w-\[198\.977px\] {
    width: 198.977px;
  }

  .w-\[198\.991px\] {
    width: 198.991px;
  }

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

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

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

  .w-\[266\.989px\] {
    width: 266.989px;
  }

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

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

  .w-\[295\.497px\] {
    width: 295.497px;
  }

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

  .w-\[570\.682px\] {
    width: 570.682px;
  }

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

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

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .rotate-180 {
    rotate: 180deg;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

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

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

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

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

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

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

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

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

  .gap-1\.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-\[4px\] {
    gap: 4px;
  }

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[3\.0504e\+07px\] {
    border-radius: 30504000px;
  }

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

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

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

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

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

  .rounded-sm {
    border-radius: calc(var(--radius)  - 4px);
  }

  .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\.909px\] {
    border-style: var(--tw-border-style);
    border-width: .909px;
  }

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

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

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

  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }

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

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

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

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

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

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

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

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

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

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

  .border-l-blue-500 {
    border-left-color: var(--color-blue-500);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mask-size-\[195px_41\.989px\] {
    mask-size: 195px 41.989px;
  }

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

  .mask-position-\[-26\.409px_-12\.749px\] {
    mask-position: -26.409px -12.749px;
  }

  .mask-position-\[-45\.006px_-7\.377px\] {
    mask-position: -45.006px -7.377px;
  }

  .mask-position-\[-61\.265px_-5\.116px\] {
    mask-position: -61.265px -5.116px;
  }

  .mask-position-\[-80\.863px_-12\.735px\] {
    mask-position: -80.863px -12.735px;
  }

  .mask-position-\[-101\.622px_-12\.749px\] {
    mask-position: -101.622px -12.749px;
  }

  .mask-position-\[-119\.733px_-4\.9px\] {
    mask-position: -119.733px -4.9px;
  }

  .mask-position-\[-120\.045px_-12\.942px\] {
    mask-position: -120.045px -12.942px;
  }

  .mask-position-\[-127\.518px_-12\.749px\] {
    mask-position: -127.518px -12.749px;
  }

  .mask-position-\[-151\.754px_-0\.003px\] {
    mask-position: -151.754px -.003px;
  }

  .mask-position-\[-161\.663px_-22\.886px\] {
    mask-position: -161.663px -22.886px;
  }

  .mask-position-\[0px_-5\.856px\] {
    mask-position: 0 -5.856px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-\[13\.991px\] {
    padding-top: 13.991px;
  }

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

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

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

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

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

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

  .pr-\[12\.557px\] {
    padding-right: 12.557px;
  }

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

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

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

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

  .pl-\[11\.989px\] {
    padding-left: 11.989px;
  }

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

  .font-\[\'At_Hauss_Aero\:Medium\'\,_sans-serif\] {
    font-family: At Hauss Aero\:Medium, sans-serif;
  }

  .font-\[\'Gothic_A1\:Regular\'\,_sans-serif\] {
    font-family: Gothic A1\:Regular, sans-serif;
  }

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

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

  .font-\[\'PP_Neue_Montreal\:Bold\'\,_sans-serif\] {
    font-family: PP Neue Montreal\:Bold, sans-serif;
  }

  .font-\[\'PP_Neue_Montreal\:Book\'\,_sans-serif\] {
    font-family: PP Neue Montreal\:Book, sans-serif;
  }

  .font-\[\'PP_Neue_Montreal\:Medium\'\,_sans-serif\] {
    font-family: PP Neue Montreal\:Medium, sans-serif;
  }

  .font-\[\'PP_Neue_Montreal\:Regular\'\,_sans-serif\] {
    font-family: PP Neue Montreal\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .break-words {
    overflow-wrap: break-word;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

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

  .opacity-50 {
    opacity: .5;
  }

  .shadow-\[-1px_-1px_0px_1px_inset_rgba\(217\,217\,217\,0\.35\)\] {
    --tw-shadow: -1px -1px 0px 1px inset var(--tw-shadow-color, #d9d9d959);
    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_0px_5px_0px_rgba\(217\,196\,196\,0\.25\)\] {
    --tw-shadow: 0px 0px 5px 0px var(--tw-shadow-color, #d9c4c440);
    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_0px_6px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 0px 6px 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-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);
  }

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

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

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):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) {
    .group-hover\:fill-\[\#2a4d31\]:is(:where(.group):hover *) {
      fill: #2a4d31;
    }
  }

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

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

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  .focus-within\:ring-2:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .focus-within\:ring-\[\#004638\]:focus-within {
    --tw-ring-color: #004638;
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.01\]:hover {
      scale: 1.01;
    }
  }

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

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

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: #0000000d;
    }

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

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

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

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

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

  @media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-destructive-foreground:hover {
      color: var(--destructive-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-foreground:hover {
      color: var(--foreground);
    }
  }

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

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --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);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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);
  }

  .focus\:ring-\[\#0f1e14\]:focus {
    --tw-ring-color: #0f1e14;
  }

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

  .focus\:placeholder\:text-\[\#006b4f\]:focus::placeholder {
    color: #006b4f;
  }

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

  .active\:scale-\[0\.98\]:active {
    scale: .98;
  }

  .active\:scale-\[0\.99\]:active {
    scale: .99;
  }

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

  .active\:bg-gray-100:active {
    background-color: var(--color-gray-100);
  }

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

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

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

  @media (width >= 40rem) {
    .sm\:gap-2\.5 {
      gap: calc(var(--spacing) * 2.5);
    }
  }

  @media (width >= 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 40rem) {
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

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

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  .\[\&\>svg\]\:size-3\.5 > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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