/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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-sky-400: oklch(74.6% 0.16 232.661);
    --spacing: 0.25rem;
    --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;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-thin: 100;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-poppins: "Poppins",
    sans-serif;
    --color-custom-red: hsl(0, 78%, 62%);
    --color-custom-cyan: hsl(180, 62%, 55%);
    --color-custom-orange: hsl(34, 97%, 64%);
    --color-custom-blue: hsl(212, 86%, 64%);
    --color-custom-grey500: hsl(234, 12%, 34%);
    --color-custom-grey400: hsl(212, 6%, 44%);
  }
}
@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;
  }
  :-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;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-54 {
    right: calc(var(--spacing) * 54);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-67 {
    bottom: calc(var(--spacing) * 67);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-67 {
    margin-top: calc(var(--spacing) * 67);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .min-h-56 {
    min-height: calc(var(--spacing) * 56);
  }
  .min-h-60 {
    min-height: calc(var(--spacing) * 60);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[23\.4375rem\] {
    max-width: 23.4375rem;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[auto\] {
    grid-template-rows: auto;
  }
  .grid-rows-\[auto_\] {
    grid-template-rows: auto ;
  }
  .grid-rows-\[auto_aut\] {
    grid-template-rows: auto aut;
  }
  .grid-rows-\[auto_auto\] {
    grid-template-rows: auto auto;
  }
  .grid-rows-\[auto_auto_1fr\] {
    grid-template-rows: auto auto 1fr;
  }
  .grid-rows-\[auto_auto_\] {
    grid-template-rows: auto auto ;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-t-custom-blue {
    border-top-color: var(--color-custom-blue);
  }
  .border-t-custom-cyan {
    border-top-color: var(--color-custom-cyan);
  }
  .border-t-custom-orange {
    border-top-color: var(--color-custom-orange);
  }
  .border-t-custom-red {
    border-top-color: var(--color-custom-red);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-54 {
    padding: calc(var(--spacing) * 54);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-54 {
    padding-inline: calc(var(--spacing) * 54);
  }
  .text-center {
    text-align: center;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[\.8rem\] {
    font-size: .8rem;
  }
  .text-\[\.9rem\] {
    font-size: .9rem;
  }
  .text-\[\.88rem\] {
    font-size: .88rem;
  }
  .text-\[\.89rem\] {
    font-size: .89rem;
  }
  .text-\[\.98rem\] {
    font-size: .98rem;
  }
  .text-\[\.99rem\] {
    font-size: .99rem;
  }
  .text-\[\.889rem\] {
    font-size: .889rem;
  }
  .text-\[\.998rem\] {
    font-size: .998rem;
  }
  .text-\[\.9375rem\] {
    font-size: .9375rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.9rem\] {
    font-size: 1.9rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.565rem\] {
    font-size: 1.565rem;
  }
  .text-\[1\.5625rem\] {
    font-size: 1.5625rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2px\] {
    font-size: 2px;
  }
  .text-\[3px\] {
    font-size: 3px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32\.367px\] {
    font-size: 32.367px;
  }
  .text-\[254px\] {
    font-size: 254px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-\[\.8\=8rem\] {
    color: .8=8rem;
  }
  .text-\[\.9\=8rem\] {
    color: .9=8rem;
  }
  .text-\[\.99\=8rem\] {
    color: .99=8rem;
  }
  .text-\[\.\=8rem\] {
    color: .=8rem;
  }
  .text-\[1\.56\] {
    color: 1.56;
  }
  .text-\[1\.567\] {
    color: 1.567;
  }
  .text-\[1\.5654\] {
    color: 1.5654;
  }
  .text-\[1\.\] {
    color: 1.;
  }
  .text-\[1\.rem\] {
    color: 1.rem;
  }
  .text-\[1\] {
    color: 1;
  }
  .text-\[3-0\] {
    color: 3-0;
  }
  .text-\[30\] {
    color: 30;
  }
  .text-\[px\] {
    color: px;
  }
  .text-\[rem\] {
    color: rem;
  }
  .text-custom-grey400 {
    color: var(--color-custom-grey400);
  }
  .text-custom-grey500 {
    color: var(--color-custom-grey500);
  }
  .text-sky-400 {
    color: var(--color-sky-400);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .\[word-spacing\:1rem\] {
    word-spacing: 1rem;
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:max-w-\[00px\] {
    @media (width >= 48rem) {
      max-width: 00px;
    }
  }
  .md\:max-w-\[1-0px\] {
    @media (width >= 48rem) {
      max-width: 1-0px;
    }
  }
  .md\:max-w-\[1px\] {
    @media (width >= 48rem) {
      max-width: 1px;
    }
  }
  .md\:max-w-\[4-0-0\] {
    @media (width >= 48rem) {
      max-width: 4-0-0;
    }
  }
  .md\:max-w-\[4-00\] {
    @media (width >= 48rem) {
      max-width: 4-00;
    }
  }
  .md\:max-w-\[4\] {
    @media (width >= 48rem) {
      max-width: 4;
    }
  }
  .md\:max-w-\[8-0-0px\] {
    @media (width >= 48rem) {
      max-width: 8-0-0px;
    }
  }
  .md\:max-w-\[8-00px\] {
    @media (width >= 48rem) {
      max-width: 8-00px;
    }
  }
  .md\:max-w-\[8px\] {
    @media (width >= 48rem) {
      max-width: 8px;
    }
  }
  .md\:max-w-\[9-00px\] {
    @media (width >= 48rem) {
      max-width: 9-00px;
    }
  }
  .md\:max-w-\[10px\] {
    @media (width >= 48rem) {
      max-width: 10px;
    }
  }
  .md\:max-w-\[23\.4375rem\] {
    @media (width >= 48rem) {
      max-width: 23.4375rem;
    }
  }
  .md\:max-w-\[37\.5rem\] {
    @media (width >= 48rem) {
      max-width: 37.5rem;
    }
  }
  .md\:max-w-\[37\.\] {
    @media (width >= 48rem) {
      max-width: 37.;
    }
  }
  .md\:max-w-\[37\] {
    @media (width >= 48rem) {
      max-width: 37;
    }
  }
  .md\:max-w-\[54\] {
    @media (width >= 48rem) {
      max-width: 54;
    }
  }
  .md\:max-w-\[70\%\] {
    @media (width >= 48rem) {
      max-width: 70%;
    }
  }
  .md\:max-w-\[80px\] {
    @media (width >= 48rem) {
      max-width: 80px;
    }
  }
  .md\:max-w-\[102px\] {
    @media (width >= 48rem) {
      max-width: 102px;
    }
  }
  .md\:max-w-\[104px\] {
    @media (width >= 48rem) {
      max-width: 104px;
    }
  }
  .md\:max-w-\[367\] {
    @media (width >= 48rem) {
      max-width: 367;
    }
  }
  .md\:max-w-\[400\] {
    @media (width >= 48rem) {
      max-width: 400;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 48rem) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 48rem) {
      max-width: 470px;
    }
  }
  .md\:max-w-\[475px\] {
    @media (width >= 48rem) {
      max-width: 475px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[700px\] {
    @media (width >= 48rem) {
      max-width: 700px;
    }
  }
  .md\:max-w-\[800px\] {
    @media (width >= 48rem) {
      max-width: 800px;
    }
  }
  .md\:max-w-\[820px\] {
    @media (width >= 48rem) {
      max-width: 820px;
    }
  }
  .md\:max-w-\[830px\] {
    @media (width >= 48rem) {
      max-width: 830px;
    }
  }
  .md\:max-w-\[900px\] {
    @media (width >= 48rem) {
      max-width: 900px;
    }
  }
  .md\:max-w-\[1024px\] {
    @media (width >= 48rem) {
      max-width: 1024px;
    }
  }
  .md\:max-w-\[4540px\] {
    @media (width >= 48rem) {
      max-width: 4540px;
    }
  }
  .md\:max-w-\[4670px\] {
    @media (width >= 48rem) {
      max-width: 4670px;
    }
  }
  .md\:max-w-\[4754px\] {
    @media (width >= 48rem) {
      max-width: 4754px;
    }
  }
  .md\:max-w-\[6700px\] {
    @media (width >= 48rem) {
      max-width: 6700px;
    }
  }
  .md\:max-w-\[10254px\] {
    @media (width >= 48rem) {
      max-width: 10254px;
    }
  }
  .md\:max-w-\[\=8px\] {
    @media (width >= 48rem) {
      max-width: =8px;
    }
  }
  .md\:max-w-\[px\] {
    @media (width >= 48rem) {
      max-width: px;
    }
  }
  .md\:max-w-fit {
    @media (width >= 48rem) {
      max-width: fit-content;
    }
  }
  .md\:max-w-max {
    @media (width >= 48rem) {
      max-width: max-content;
    }
  }
  .md\:max-w-min {
    @media (width >= 48rem) {
      max-width: min-content;
    }
  }
  .md\:min-w-0 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .md\:min-w-\[7-0\] {
    @media (width >= 48rem) {
      min-width: 7-0;
    }
  }
  .md\:min-w-\[7\] {
    @media (width >= 48rem) {
      min-width: 7;
    }
  }
  .md\:min-w-\[23\.4375rem\] {
    @media (width >= 48rem) {
      min-width: 23.4375rem;
    }
  }
  .md\:min-w-\[67\] {
    @media (width >= 48rem) {
      min-width: 67;
    }
  }
  .md\:min-w-\[70\%\$\] {
    @media (width >= 48rem) {
      min-width: 70%$;
    }
  }
  .md\:min-w-\[70\%\] {
    @media (width >= 48rem) {
      min-width: 70%;
    }
  }
  .md\:min-w-\[70\] {
    @media (width >= 48rem) {
      min-width: 70;
    }
  }
  .md\:min-w-full {
    @media (width >= 48rem) {
      min-width: 100%;
    }
  }
  .md\:min-w-max {
    @media (width >= 48rem) {
      min-width: max-content;
    }
  }
  .md\:min-w-min {
    @media (width >= 48rem) {
      min-width: min-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-x-3 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-x-4 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-7 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 7);
    }
  }
  .md\:gap-x-54 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 54);
    }
  }
  .md\:gap-x-67 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 67);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-1 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 1);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.25rem\] {
    @media (width >= 48rem) {
      font-size: 1.25rem;
    }
  }
  .md\:text-\[1\.35rem\] {
    @media (width >= 48rem) {
      font-size: 1.35rem;
    }
  }
  .md\:text-\[1\.54rem\] {
    @media (width >= 48rem) {
      font-size: 1.54rem;
    }
  }
  .md\:text-\[1\.125rem\] {
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .md\:text-\[1\.875rem\] {
    @media (width >= 48rem) {
      font-size: 1.875rem;
    }
  }
  .md\:text-\[2\.18rem\] {
    @media (width >= 48rem) {
      font-size: 2.18rem;
    }
  }
  .md\:text-\[2\.375rem\] {
    @media (width >= 48rem) {
      font-size: 2.375rem;
    }
  }
  .md\:text-\[2\.1375rem\] {
    @media (width >= 48rem) {
      font-size: 2.1375rem;
    }
  }
  .md\:text-\[2\.1875rem\] {
    @media (width >= 48rem) {
      font-size: 2.1875rem;
    }
  }
  .md\:text-\[2\.4375rem\] {
    @media (width >= 48rem) {
      font-size: 2.4375rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[15rem\] {
    @media (width >= 48rem) {
      font-size: 15rem;
    }
  }
  .md\:text-\[23\.4375rem\] {
    @media (width >= 48rem) {
      font-size: 23.4375rem;
    }
  }
  .md\:text-\[1\.8\] {
    @media (width >= 48rem) {
      color: 1.8;
    }
  }
  .md\:text-\[1\.87\] {
    @media (width >= 48rem) {
      color: 1.87;
    }
  }
  .md\:text-\[1\.867\] {
    @media (width >= 48rem) {
      color: 1.867;
    }
  }
  .md\:text-\[1\.875\] {
    @media (width >= 48rem) {
      color: 1.875;
    }
  }
  .md\:text-\[1\.\=8\] {
    @media (width >= 48rem) {
      color: 1.=8;
    }
  }
  .md\:text-\[1\.\] {
    @media (width >= 48rem) {
      color: 1.;
    }
  }
  .md\:text-\[1\] {
    @media (width >= 48rem) {
      color: 1;
    }
  }
  .md\:text-\[2\.1\=875rem\] {
    @media (width >= 48rem) {
      color: 2.1=875rem;
    }
  }
  .md\:text-\[rem\] {
    @media (width >= 48rem) {
      color: rem;
    }
  }
  .lg\:top-1 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 1);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:bottom-1 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 1);
    }
  }
  .lg\:bottom-1\/2 {
    @media (width >= 64rem) {
      bottom: calc(1/2 * 100%);
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-20 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-\[1\.5rem\] {
    @media (width >= 64rem) {
      font-size: 1.5rem;
    }
  }
  .lg\:text-\[1\.8rem\] {
    @media (width >= 64rem) {
      font-size: 1.8rem;
    }
  }
  .lg\:text-\[1\.78rem\] {
    @media (width >= 64rem) {
      font-size: 1.78rem;
    }
  }
  .lg\:text-\[1\.125rem\] {
    @media (width >= 64rem) {
      font-size: 1.125rem;
    }
  }
  .lg\:text-\[1\.678rem\] {
    @media (width >= 64rem) {
      font-size: 1.678rem;
    }
  }
  .lg\:text-\[1\.6778rem\] {
    @media (width >= 64rem) {
      font-size: 1.6778rem;
    }
  }
  .lg\:text-\[2px\] {
    @media (width >= 64rem) {
      font-size: 2px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[23px\] {
    @media (width >= 64rem) {
      font-size: 23px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[254px\] {
    @media (width >= 64rem) {
      font-size: 254px;
    }
  }
  .lg\:text-\[1\.1\] {
    @media (width >= 64rem) {
      color: 1.1;
    }
  }
  .lg\:text-\[1\.125\] {
    @media (width >= 64rem) {
      color: 1.125;
    }
  }
  .lg\:text-\[1\.\=8rem\] {
    @media (width >= 64rem) {
      color: 1.=8rem;
    }
  }
  .lg\:text-\[1\.\] {
    @media (width >= 64rem) {
      color: 1.;
    }
  }
  .lg\:text-\[1\.rem\] {
    @media (width >= 64rem) {
      color: 1.rem;
    }
  }
  .lg\:text-\[1\=8px\] {
    @media (width >= 64rem) {
      color: 1=8px;
    }
  }
  .lg\:text-\[1\] {
    @media (width >= 64rem) {
      color: 1;
    }
  }
  .lg\:text-\[167\] {
    @media (width >= 64rem) {
      color: 167;
    }
  }
  .lg\:text-\[px\] {
    @media (width >= 64rem) {
      color: px;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 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-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-outline-style: solid;
    }
  }
}
