/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-black: 900;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .m-auto {
    margin: auto;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[45\.5px\] {
    margin-bottom: 45.5px;
  }
  .mb-\[64px\] {
    margin-bottom: 64px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[24\] {
    margin-left: 24;
  }
  .ml-\[24px\] {
    margin-left: 24px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[302px\] {
    height: 302px;
  }
  .h-\[372px\] {
    height: 372px;
  }
  .h-\[598px\] {
    height: 598px;
  }
  .h-\[632px\] {
    height: 632px;
  }
  .h-\[645px\] {
    height: 645px;
  }
  .h-\[703px\] {
    height: 703px;
  }
  .h-\[1131px\] {
    height: 1131px;
  }
  .h-\[1553px\] {
    height: 1553px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[134px\] {
    width: 134px;
  }
  .w-\[214px\] {
    width: 214px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-\[327px\] {
    width: 327px;
  }
  .w-\[375px\] {
    width: 375px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-b-\[8px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 8px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#69B99D\] {
    border-color: #69B99D;
  }
  .border-\[gray\] {
    border-color: gray;
  }
  .bg-\[\#69B99D\] {
    background-color: #69B99D;
  }
  .bg-\[\#94b969\] {
    background-color: #94b969;
  }
  .bg-\[\#97e83b\] {
    background-color: #97e83b;
  }
  .bg-\[\#F9F9F9\] {
    background-color: #F9F9F9;
  }
  .bg-\[red\] {
    background-color: red;
  }
  .bg-amber-200 {
    background-color: var(--color-amber-200);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[58px\] {
    padding-top: 58px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[32px\] {
    padding-right: 32px;
  }
  .pr-\[86px\] {
    padding-right: 86px;
  }
  .pr-\[92px\] {
    padding-right: 92px;
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .pl-\[32px\] {
    padding-left: 32px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .text-\[\#0F241D\] {
    color: #0F241D;
  }
  .text-\[\#69B99D\] {
    color: #69B99D;
  }
  .text-\[\#767676\] {
    color: #767676;
  }
  .text-\[\#F9F9F9\] {
    color: #F9F9F9;
  }
  .text-\[400\] {
    color: 400;
  }
  .text-\[500\] {
    color: 500;
  }
  .text-\[white\] {
    color: white;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_0_20px_1px\] {
    --tw-shadow: 0 0 20px 1px var(--tw-shadow-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);
  }
  .shadow-\[gray\] {
    --tw-shadow-color: gray;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, gray var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .lg\:m-\[0px\] {
    @media (width >= 64rem) {
      margin: 0px;
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mt-\[12px\] {
    @media (width >= 64rem) {
      margin-top: 12px;
    }
  }
  .lg\:mr-\[300px\] {
    @media (width >= 64rem) {
      margin-right: 300px;
    }
  }
  .lg\:mb-\[12px\] {
    @media (width >= 64rem) {
      margin-bottom: 12px;
    }
  }
  .lg\:mb-\[24px\] {
    @media (width >= 64rem) {
      margin-bottom: 24px;
    }
  }
  .lg\:mb-\[64px\] {
    @media (width >= 64rem) {
      margin-bottom: 64px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-263 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 263);
    }
  }
  .lg\:h-\[5\] {
    @media (width >= 64rem) {
      height: 5;
    }
  }
  .lg\:h-\[72px\] {
    @media (width >= 64rem) {
      height: 72px;
    }
  }
  .lg\:h-\[108\] {
    @media (width >= 64rem) {
      height: 108;
    }
  }
  .lg\:h-\[108px\] {
    @media (width >= 64rem) {
      height: 108px;
    }
  }
  .lg\:h-\[135px\] {
    @media (width >= 64rem) {
      height: 135px;
    }
  }
  .lg\:h-\[136px\] {
    @media (width >= 64rem) {
      height: 136px;
    }
  }
  .lg\:h-\[240px\] {
    @media (width >= 64rem) {
      height: 240px;
    }
  }
  .lg\:h-\[264px\] {
    @media (width >= 64rem) {
      height: 264px;
    }
  }
  .lg\:h-\[312px\] {
    @media (width >= 64rem) {
      height: 312px;
    }
  }
  .lg\:h-\[352px\] {
    @media (width >= 64rem) {
      height: 352px;
    }
  }
  .lg\:h-\[443px\] {
    @media (width >= 64rem) {
      height: 443px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:h-\[583px\] {
    @media (width >= 64rem) {
      height: 583px;
    }
  }
  .lg\:h-\[699px\] {
    @media (width >= 64rem) {
      height: 699px;
    }
  }
  .lg\:h-\[766px\] {
    @media (width >= 64rem) {
      height: 766px;
    }
  }
  .lg\:h-\[826px\] {
    @media (width >= 64rem) {
      height: 826px;
    }
  }
  .lg\:h-\[871px\] {
    @media (width >= 64rem) {
      height: 871px;
    }
  }
  .lg\:w-\[262px\] {
    @media (width >= 64rem) {
      width: 262px;
    }
  }
  .lg\:w-\[352px\] {
    @media (width >= 64rem) {
      width: 352px;
    }
  }
  .lg\:w-\[396px\] {
    @media (width >= 64rem) {
      width: 396px;
    }
  }
  .lg\:w-\[404px\] {
    @media (width >= 64rem) {
      width: 404px;
    }
  }
  .lg\:w-\[481px\] {
    @media (width >= 64rem) {
      width: 481px;
    }
  }
  .lg\:w-\[523px\] {
    @media (width >= 64rem) {
      width: 523px;
    }
  }
  .lg\:w-\[544px\] {
    @media (width >= 64rem) {
      width: 544px;
    }
  }
  .lg\:w-\[563px\] {
    @media (width >= 64rem) {
      width: 563px;
    }
  }
  .lg\:w-\[610px\] {
    @media (width >= 64rem) {
      width: 610px;
    }
  }
  .lg\:w-\[658px\] {
    @media (width >= 64rem) {
      width: 658px;
    }
  }
  .lg\:w-\[1120px\] {
    @media (width >= 64rem) {
      width: 1120px;
    }
  }
  .lg\:w-\[1520px\] {
    @media (width >= 64rem) {
      width: 1520px;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 64rem) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-around {
    @media (width >= 64rem) {
      justify-content: space-around;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[64px\] {
    @media (width >= 64rem) {
      gap: 64px;
    }
  }
  .lg\:gap-\[100px\] {
    @media (width >= 64rem) {
      gap: 100px;
    }
  }
  .lg\:gap-\[118px\] {
    @media (width >= 64rem) {
      gap: 118px;
    }
  }
  .lg\:gap-\[300px\] {
    @media (width >= 64rem) {
      gap: 300px;
    }
  }
  .lg\:p-\[0px\] {
    @media (width >= 64rem) {
      padding: 0px;
    }
  }
  .lg\:pr-\[30px\] {
    @media (width >= 64rem) {
      padding-right: 30px;
    }
  }
  .lg\:pl-\[30px\] {
    @media (width >= 64rem) {
      padding-left: 30px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:font-\[400\] {
    @media (width >= 64rem) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .lg\:font-\[700\] {
    @media (width >= 64rem) {
      --tw-font-weight: 700;
      font-weight: 700;
    }
  }
  .lg\:text-\[36\] {
    @media (width >= 64rem) {
      color: 36;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: 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-outline-style: solid;
    }
  }
}
