/*! tailwindcss v4.1.17 | 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-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-lg: 0.5rem;
    --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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-10\] {
    top: -10;
  }
  .top-\[-100\] {
    top: -100;
  }
  .top-\[-105px\] {
    top: -105px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[105px\] {
    top: 105px;
  }
  .top-\[205px\] {
    top: 205px;
  }
  .top-\[505px\] {
    top: 505px;
  }
  .top-\[700px\] {
    top: 700px;
  }
  .top-\[1000px\] {
    top: 1000px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-10\] {
    left: -10;
  }
  .left-\[-100\] {
    left: -100;
  }
  .left-\[0\] {
    left: 0;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-\[-58px\] {
    margin: -58px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[46px\] {
    margin-block: 46px;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-100 {
    margin-top: calc(var(--spacing) * 100);
  }
  .mt-\[-0px\] {
    margin-top: -0px;
  }
  .mt-\[-00px\] {
    margin-top: -00px;
  }
  .mt-\[-1-0px\] {
    margin-top: -1-0px;
  }
  .mt-\[-16px\] {
    margin-top: -16px;
  }
  .mt-\[-30px\] {
    margin-top: -30px;
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[-45px\] {
    margin-top: -45px;
  }
  .mt-\[-46px\] {
    margin-top: -46px;
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[-58px\] {
    margin-top: -58px;
  }
  .mt-\[-60px\] {
    margin-top: -60px;
  }
  .mt-\[-65px\] {
    margin-top: -65px;
  }
  .mt-\[-70px\] {
    margin-top: -70px;
  }
  .mt-\[-75px\] {
    margin-top: -75px;
  }
  .mt-\[-80px\] {
    margin-top: -80px;
  }
  .mt-\[-90px\] {
    margin-top: -90px;
  }
  .mt-\[-100\] {
    margin-top: -100;
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[-105px\] {
    margin-top: -105px;
  }
  .mt-\[-110px\] {
    margin-top: -110px;
  }
  .mt-\[-120px\] {
    margin-top: -120px;
  }
  .mt-\[-126px\] {
    margin-top: -126px;
  }
  .mt-\[-150px\] {
    margin-top: -150px;
  }
  .mt-\[-180px\] {
    margin-top: -180px;
  }
  .mt-\[-190px\] {
    margin-top: -190px;
  }
  .mt-\[-200px\] {
    margin-top: -200px;
  }
  .mt-\[-220px\] {
    margin-top: -220px;
  }
  .mt-\[-230px\] {
    margin-top: -230px;
  }
  .mt-\[-250px\] {
    margin-top: -250px;
  }
  .mt-\[-300px\] {
    margin-top: -300px;
  }
  .mt-\[-500px\] {
    margin-top: -500px;
  }
  .mt-\[-600px\] {
    margin-top: -600px;
  }
  .mt-\[-610px\] {
    margin-top: -610px;
  }
  .mt-\[-700px\] {
    margin-top: -700px;
  }
  .mt-\[-800px\] {
    margin-top: -800px;
  }
  .mt-\[-900px\] {
    margin-top: -900px;
  }
  .mt-\[-1000px\] {
    margin-top: -1000px;
  }
  .mt-\[-px\] {
    margin-top: -px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[00px\] {
    margin-top: 00px;
  }
  .mt-\[1\] {
    margin-top: 1;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[46px\] {
    margin-top: 46px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80\] {
    margin-top: 80;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[105px\] {
    margin-top: 105px;
  }
  .mt-\[126px\] {
    margin-top: 126px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mt-\[505px\] {
    margin-top: 505px;
  }
  .mt-\[1000px\] {
    margin-top: 1000px;
  }
  .mt-\[1005px\] {
    margin-top: 1005px;
  }
  .mt-\[px\] {
    margin-top: px;
  }
  .mr-\[-150px\] {
    margin-right: -150px;
  }
  .mr-\[-170px\] {
    margin-right: -170px;
  }
  .mr-\[-217px\] {
    margin-right: -217px;
  }
  .mr-\[00px\] {
    margin-right: 00px;
  }
  .mr-\[24px\] {
    margin-right: 24px;
  }
  .mr-\[32px\] {
    margin-right: 32px;
  }
  .mr-\[48px\] {
    margin-right: 48px;
  }
  .mr-\[70px\] {
    margin-right: 70px;
  }
  .mr-\[100px\] {
    margin-right: 100px;
  }
  .mr-\[150px\] {
    margin-right: 150px;
  }
  .mr-\[180px\] {
    margin-right: 180px;
  }
  .mr-\[188px\] {
    margin-right: 188px;
  }
  .mr-\[190px\] {
    margin-right: 190px;
  }
  .mr-\[200px\] {
    margin-right: 200px;
  }
  .mr-\[201px\] {
    margin-right: 201px;
  }
  .mr-\[210px\] {
    margin-right: 210px;
  }
  .mr-\[217px\] {
    margin-right: 217px;
  }
  .mr-\[270px\] {
    margin-right: 270px;
  }
  .mr-\[455px\] {
    margin-right: 455px;
  }
  .mr-\[600px\] {
    margin-right: 600px;
  }
  .mr-\[700px\] {
    margin-right: 700px;
  }
  .mr-\[800px\] {
    margin-right: 800px;
  }
  .mr-\[1000px\] {
    margin-right: 1000px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[93px\] {
    margin-bottom: 93px;
  }
  .mb-\[160ox\] {
    margin-bottom: 160ox;
  }
  .mb-\[160px\] {
    margin-bottom: 160px;
  }
  .ml-36 {
    margin-left: calc(var(--spacing) * 36);
  }
  .ml-\[-0\] {
    margin-left: -0;
  }
  .ml-\[-0px\] {
    margin-left: -0px;
  }
  .ml-\[-10\] {
    margin-left: -10;
  }
  .ml-\[-50px\] {
    margin-left: -50px;
  }
  .ml-\[-58px\] {
    margin-left: -58px;
  }
  .ml-\[-80px\] {
    margin-left: -80px;
  }
  .ml-\[-100px\] {
    margin-left: -100px;
  }
  .ml-\[-217px\] {
    margin-left: -217px;
  }
  .ml-\[-1000px\] {
    margin-left: -1000px;
  }
  .ml-\[-1200px\] {
    margin-left: -1200px;
  }
  .ml-\[-1400px\] {
    margin-left: -1400px;
  }
  .ml-\[0\] {
    margin-left: 0;
  }
  .ml-\[0px\] {
    margin-left: 0px;
  }
  .ml-\[00px\] {
    margin-left: 00px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[11\] {
    margin-left: 11;
  }
  .ml-\[39px\] {
    margin-left: 39px;
  }
  .ml-\[58px\] {
    margin-left: 58px;
  }
  .ml-\[100px\] {
    margin-left: 100px;
  }
  .ml-\[142px\] {
    margin-left: 142px;
  }
  .ml-\[143px\] {
    margin-left: 143px;
  }
  .ml-\[217px\] {
    margin-left: 217px;
  }
  .ml-\[317px\] {
    margin-left: 317px;
  }
  .ml-\[455px\] {
    margin-left: 455px;
  }
  .ml-\[555px\] {
    margin-left: 555px;
  }
  .ml-\[755px\] {
    margin-left: 755px;
  }
  .ml-\[855px\] {
    margin-left: 855px;
  }
  .ml-\[1000px\] {
    margin-left: 1000px;
  }
  .ml-\[1169px\] {
    margin-left: 1169px;
  }
  .ml-\[1200px\] {
    margin-left: 1200px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .h-\[3\] {
    height: 3;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-\[140\] {
    height: 140;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[214px\] {
    height: 214px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[289px\] {
    height: 289px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[314px\] {
    height: 314px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[414px\] {
    height: 414px;
  }
  .h-\[514\] {
    height: 514;
  }
  .h-\[514px\] {
    height: 514px;
  }
  .h-\[523\] {
    height: 523;
  }
  .h-\[523px\] {
    height: 523px;
  }
  .h-\[709px\] {
    height: 709px;
  }
  .h-\[782px\] {
    height: 782px;
  }
  .h-\[3479\] {
    height: 3479;
  }
  .h-\[3479px\] {
    height: 3479px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[140px\] {
    max-height: 140px;
  }
  .w-\[1\] {
    width: 1;
  }
  .w-\[11\] {
    width: 11;
  }
  .w-\[53\] {
    width: 53;
  }
  .w-\[97px\] {
    width: 97px;
  }
  .w-\[150\] {
    width: 150;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[434\] {
    width: 434;
  }
  .w-\[434px\] {
    width: 434px;
  }
  .w-\[504px\] {
    width: 504px;
  }
  .w-\[533px\] {
    width: 533px;
  }
  .w-\[712px\] {
    width: 712px;
  }
  .w-\[1156px\] {
    width: 1156px;
  }
  .w-\[1240px\] {
    width: 1240px;
  }
  .w-\[1440\] {
    width: 1440;
  }
  .w-\[1440px\] {
    width: 1440px;
  }
  .w-\[1441\] {
    width: 1441;
  }
  .w-\[1441px\] {
    width: 1441px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1156px\] {
    max-width: 1156px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1441px\] {
    max-width: 1441px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-\[-1000px\] {
    transform: -1000px;
  }
  .transform-\[1000px\] {
    transform: 1000px;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-14 {
    column-gap: calc(var(--spacing) * 14);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[36px\] {
    column-gap: 36px;
  }
  .gap-x-\[52px\] {
    column-gap: 52px;
  }
  .gap-x-\[56px\] {
    column-gap: 56px;
  }
  .gap-x-\[65\] {
    column-gap: 65;
  }
  .gap-x-\[89\] {
    column-gap: 89;
  }
  .gap-x-\[89px\] {
    column-gap: 89px;
  }
  .gap-x-\[200px\] {
    column-gap: 200px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[46px\] {
    row-gap: 46px;
  }
  .gap-y-\[52px\] {
    row-gap: 52px;
  }
  .gap-y-\[200\] {
    row-gap: 200;
  }
  .gap-y-\[200px\] {
    row-gap: 200px;
  }
  .gap-y-\[px\] {
    row-gap: px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#2F241F\] {
    background-color: #2F241F;
  }
  .bg-\[\#E5F0B6\] {
    background-color: #E5F0B6;
  }
  .bg-\[\#FCFAFA\] {
    background-color: #FCFAFA;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[36\] {
    padding-inline: 36;
  }
  .px-\[36px\] {
    padding-inline: 36px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .px-\[142px\] {
    padding-inline: 142px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[12\] {
    padding-block: 12;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[22\] {
    padding-block: 22;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[126px\] {
    padding-block: 126px;
  }
  .py-\[150px\] {
    padding-block: 150px;
  }
  .py-\[165px\] {
    padding-block: 165px;
  }
  .py-\[486px\] {
    padding-block: 486px;
  }
  .py-\[px\] {
    padding-block: px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[126px\] {
    padding-top: 126px;
  }
  .pt-\[148px\] {
    padding-top: 148px;
  }
  .pt-\[px\] {
    padding-top: px;
  }
  .pb-\[1\] {
    padding-bottom: 1;
  }
  .pb-\[126px\] {
    padding-bottom: 126px;
  }
  .pb-\[146px\] {
    padding-bottom: 146px;
  }
  .pb-\[156px\] {
    padding-bottom: 156px;
  }
  .pb-\[184px\] {
    padding-bottom: 184px;
  }
  .pb-\[186px\] {
    padding-bottom: 186px;
  }
  .pb-\[196px\] {
    padding-bottom: 196px;
  }
  .pl-\[-0px\] {
    padding-left: -0px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[100px\] {
    padding-left: 100px;
  }
  .pl-\[142px\] {
    padding-left: 142px;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .text-\[96px\] {
    font-size: 96px;
  }
  .leading-\[0px\] {
    --tw-leading: 0px;
    line-height: 0px;
  }
  .leading-\[10\] {
    --tw-leading: 10;
    line-height: 10;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[70px\] {
    --tw-leading: 70px;
    line-height: 70px;
  }
  .leading-\[80\] {
    --tw-leading: 80;
    line-height: 80;
  }
  .leading-\[80px\] {
    --tw-leading: 80px;
    line-height: 80px;
  }
  .leading-\[90px\] {
    --tw-leading: 90px;
    line-height: 90px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[100\] {
    --tw-leading: 100;
    line-height: 100;
  }
  .leading-\[100px\] {
    --tw-leading: 100px;
    line-height: 100px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#2F241F\] {
    color: #2F241F;
  }
  .text-\[\#101828\] {
    color: #101828;
  }
  .text-\[\#667085\] {
    color: #667085;
  }
  .text-\[\#E5F0B6\] {
    color: #E5F0B6;
  }
  .text-\[\#\] {
    color: #;
  }
  .text-\[4\] {
    color: 4;
  }
  .text-\[13\] {
    color: 13;
  }
  .text-\[24\] {
    color: 24;
  }
  .text-\[64\] {
    color: 64;
  }
  .text-\[800\] {
    color: 800;
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-amber-50 {
    --tw-shadow-color: oklch(98.7% 0.022 95.277);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-50) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-amber-100 {
    --tw-shadow-color: oklch(96.2% 0.059 95.617);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-100) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-amber-500 {
    --tw-shadow-color: oklch(76.9% 0.188 70.08);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-amber-500) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-green-600 {
    --tw-shadow-color: oklch(62.7% 0.194 149.214);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-green-600) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .duration-\[\.3\] {
    --tw-duration: .3;
    transition-duration: .3;
  }
  .duration-\[\.3s\] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }
  .duration-\[\.5s\] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-\[0\.5s\] {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .duration-\[0\] {
    --tw-duration: 0;
    transition-duration: 0;
  }
  .hover\:h-\[472px\] {
    &:hover {
      @media (hover: hover) {
        height: 472px;
      }
    }
  }
  .hover\:w-\[10\] {
    &:hover {
      @media (hover: hover) {
        width: 10;
      }
    }
  }
  .hover\:w-\[40px\] {
    &:hover {
      @media (hover: hover) {
        width: 40px;
      }
    }
  }
  .hover\:w-\[100px\] {
    &:hover {
      @media (hover: hover) {
        width: 100px;
      }
    }
  }
  .hover\:w-\[120px\] {
    &:hover {
      @media (hover: hover) {
        width: 120px;
      }
    }
  }
  .hover\:w-\[150px\] {
    &:hover {
      @media (hover: hover) {
        width: 150px;
      }
    }
  }
  .hover\:w-\[472px\] {
    &:hover {
      @media (hover: hover) {
        width: 472px;
      }
    }
  }
  .hover\:bg-\[\#E5F0B6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E5F0B6;
      }
    }
  }
  .hover\:p-\[10px\] {
    &:hover {
      @media (hover: hover) {
        padding: 10px;
      }
    }
  }
  .hover\:duration-\[\.5s\] {
    &:hover {
      @media (hover: hover) {
        --tw-duration: .5s;
        transition-duration: .5s;
      }
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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;
      --tw-duration: initial;
    }
  }
}
