/*! 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-red-600: oklch(57.7% 0.245 27.325);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-zinc-800: oklch(27.4% 0.006 286.033);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-7 {
    left: calc(var(--spacing) * 7);
  }
  .left-\[1px\] {
    left: 1px;
  }
  .left-\[29px\] {
    left: 29px;
  }
  .left-px {
    left: 1px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[4\] {
    height: 4;
  }
  .h-\[7\%\] {
    height: 7%;
  }
  .h-\[10vh\] {
    height: 10vh;
  }
  .h-\[12vh\] {
    height: 12vh;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40\%\] {
    height: 40%;
  }
  .h-\[40\] {
    height: 40;
  }
  .h-\[78vh\] {
    height: 78vh;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[93\%\] {
    height: 93%;
  }
  .h-full {
    height: 100%;
  }
  .max-h-5 {
    max-height: calc(var(--spacing) * 5);
  }
  .max-h-\[20px\] {
    max-height: 20px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[3\] {
    width: 3;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30\] {
    width: 30;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[88\%\] {
    width: 88%;
  }
  .w-full {
    width: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-\[90\%\] {
    border-radius: 90%;
  }
  .rounded-\[9999px\] {
    border-radius: 9999px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#00B4D8\] {
    border-color: #00B4D8;
  }
  .border-\[\#42adff\] {
    border-color: #42adff;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .bg-\[\#00B4D8\] {
    background-color: #00B4D8;
  }
  .bg-\[\#73C0FC\] {
    background-color: #73C0FC;
  }
  .bg-\[\#183153\] {
    background-color: #183153;
  }
  .bg-\[\#E8E8E8\] {
    background-color: #E8E8E8;
  }
  .bg-\[\#e4ecfd\] {
    background-color: #e4ecfd;
  }
  .fill-\[\#fff9f9\] {
    fill: #fff9f9;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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);
  }
  .text-\[\#EF233C\] {
    color: #EF233C;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --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);
  }
  .\[box-shadow\:5px_3px_10px_-2px_\#000000\] {
    box-shadow: 5px 3px 10px -2px #000000;
  }
  .\[box-shadow\:5px_3px_10px_-2px_\#071427\] {
    box-shadow: 5px 3px 10px -2px #071427;
  }
  .\[box-shadow\:5px_3px_15px_-2px_\#000000\] {
    box-shadow: 5px 3px 15px -2px #000000;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .text-shadow-amber-500 {
    --tw-text-shadow-color: oklch(76.9% 0.188 70.08);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-amber-500) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-sm {
    text-shadow: 0px 1px 0px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.075));
  }
  .text-shadow-zinc-400 {
    --tw-text-shadow-color: oklch(70.5% 0.015 286.067);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-zinc-400) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-zinc-800 {
    --tw-text-shadow-color: oklch(27.4% 0.006 286.033);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-zinc-800) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .text-shadow-zinc-900 {
    --tw-text-shadow-color: oklch(21% 0.006 285.885);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-text-shadow-color: color-mix(in oklab, var(--color-zinc-900) var(--tw-text-shadow-alpha), transparent);
    }
  }
  .\*\:mb-0\.5 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 0.5);
    }
  }
  .\*\:flex {
    :is(& > *) {
      display: flex;
    }
  }
  .\*\:w-\[70\%\] {
    :is(& > *) {
      width: 70%;
    }
  }
  .\*\:cursor-pointer {
    :is(& > *) {
      cursor: pointer;
    }
  }
  .\*\:justify-between {
    :is(& > *) {
      justify-content: space-between;
    }
  }
  .\*\:bg-\[\#c5ecc7\] {
    :is(& > *) {
      background-color: #c5ecc7;
    }
  }
  .\*\:bg-\[\#facccc\] {
    :is(& > *) {
      background-color: #facccc;
    }
  }
  .\*\:p-1 {
    :is(& > *) {
      padding: calc(var(--spacing) * 1);
    }
  }
  .\*\:px-2 {
    :is(& > *) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .\*\:py-2 {
    :is(& > *) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .\*\:text-\[12px\] {
    :is(& > *) {
      font-size: 12px;
    }
  }
  .\*\:text-\[18px\] {
    :is(& > *) {
      font-size: 18px;
    }
  }
  .\*\:text-\[\#0B1220\] {
    :is(& > *) {
      color: #0B1220;
    }
  }
  .\*\:transition-all {
    :is(& > *) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\*\:duration-100 {
    :is(& > *) {
      --tw-duration: 100ms;
      transition-duration: 100ms;
    }
  }
  .\*\:duration-150 {
    :is(& > *) {
      --tw-duration: 150ms;
      transition-duration: 150ms;
    }
  }
  .\*\:ease-linear {
    :is(& > *) {
      --tw-ease: linear;
      transition-timing-function: linear;
    }
  }
  .placeholder\:text-\[12px\] {
    &::placeholder {
      font-size: 12px;
    }
  }
  .placeholder\:text-\[\#64748B\] {
    &::placeholder {
      color: #64748B;
    }
  }
  .hover\:scale-\[1\.01\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.01;
      }
    }
  }
  .\*\:hover\:bg-\[\#0077B6\] {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          background-color: #0077B6;
        }
      }
    }
  }
  .\*\:hover\:bg-\[\#a7e0ea\] {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          background-color: #a7e0ea;
        }
      }
    }
  }
  .\*\:hover\:text-\[\#E7F6FF\] {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          color: #E7F6FF;
        }
      }
    }
  }
  .sm\:left-1 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * 1);
    }
  }
  .sm\:left-11 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * 11);
    }
  }
  .sm\:left-\[0\] {
    @media (width >= 40rem) {
      left: 0;
    }
  }
  .sm\:left-\[1\] {
    @media (width >= 40rem) {
      left: 1;
    }
  }
  .sm\:left-\[10\%\] {
    @media (width >= 40rem) {
      left: 10%;
    }
  }
  .sm\:left-\[10\] {
    @media (width >= 40rem) {
      left: 10;
    }
  }
  .sm\:left-\[20\%\] {
    @media (width >= 40rem) {
      left: 20%;
    }
  }
  .sm\:left-\[25\%\] {
    @media (width >= 40rem) {
      left: 25%;
    }
  }
  .sm\:left-\[42px\] {
    @media (width >= 40rem) {
      left: 42px;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:order-3 {
    @media (width >= 40rem) {
      order: 3;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:h-\[12\%\] {
    @media (width >= 40rem) {
      height: 12%;
    }
  }
  .sm\:h-\[35px\] {
    @media (width >= 40rem) {
      height: 35px;
    }
  }
  .sm\:h-\[45px\] {
    @media (width >= 40rem) {
      height: 45px;
    }
  }
  .sm\:h-\[80\%\] {
    @media (width >= 40rem) {
      height: 80%;
    }
  }
  .sm\:h-\[88\%\] {
    @media (width >= 40rem) {
      height: 88%;
    }
  }
  .sm\:w-6 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .sm\:w-\[12\%\] {
    @media (width >= 40rem) {
      width: 12%;
    }
  }
  .sm\:w-\[20\%\] {
    @media (width >= 40rem) {
      width: 20%;
    }
  }
  .sm\:w-\[30px\] {
    @media (width >= 40rem) {
      width: 30px;
    }
  }
  .sm\:w-\[59\%\] {
    @media (width >= 40rem) {
      width: 59%;
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 40rem) {
      width: 60%;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:w-\[78px\] {
    @media (width >= 40rem) {
      width: 78px;
    }
  }
  .sm\:w-\[88\%\] {
    @media (width >= 40rem) {
      width: 88%;
    }
  }
  .sm\:max-w-1\/2 {
    @media (width >= 40rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 40rem) {
      flex-wrap: nowrap;
    }
  }
  .sm\:gap-2\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-1 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:pt-\[30px\] {
    @media (width >= 40rem) {
      padding-top: 30px;
    }
  }
  .sm\:pb-10 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:pl-2\.5 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:font-black {
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .\*\:sm\:mb-2\.5 {
    :is(& > *) {
      @media (width >= 40rem) {
        margin-bottom: calc(var(--spacing) * 2.5);
      }
    }
  }
  .\*\:sm\:max-h-\[50px\] {
    :is(& > *) {
      @media (width >= 40rem) {
        max-height: 50px;
      }
    }
  }
  .\*\:sm\:w-\[32\%\] {
    :is(& > *) {
      @media (width >= 40rem) {
        width: 32%;
      }
    }
  }
  .\*\:sm\:p-5 {
    :is(& > *) {
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 5);
      }
    }
  }
  .\*\:sm\:px-2\.5 {
    :is(& > *) {
      @media (width >= 40rem) {
        padding-inline: calc(var(--spacing) * 2.5);
      }
    }
  }
  .\*\:sm\:px-5 {
    :is(& > *) {
      @media (width >= 40rem) {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .\*\:sm\:py-2 {
    :is(& > *) {
      @media (width >= 40rem) {
        padding-block: calc(var(--spacing) * 2);
      }
    }
  }
  .\*\:sm\:text-2xl {
    :is(& > *) {
      @media (width >= 40rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .\*\:sm\:text-\[20px\] {
    :is(& > *) {
      @media (width >= 40rem) {
        font-size: 20px;
      }
    }
  }
  .sm\:placeholder\:text-\[16px\] {
    @media (width >= 40rem) {
      &::placeholder {
        font-size: 16px;
      }
    }
  }
  .dark\:border-\[\#E7F6FF\] {
    &:where(.dark, .dark *) {
      border-color: #E7F6FF;
    }
  }
  .dark\:border-\[\#E8E8E8\] {
    &:where(.dark, .dark *) {
      border-color: #E8E8E8;
    }
  }
  .dark\:bg-\[\#90E0EF\] {
    &:where(.dark, .dark *) {
      background-color: #90E0EF;
    }
  }
  .dark\:bg-\[\#071427\] {
    &:where(.dark, .dark *) {
      background-color: #071427;
    }
  }
  .dark\:text-\[\#071427\] {
    &:where(.dark, .dark *) {
      color: #071427;
    }
  }
  .dark\:\[box-shadow\:5px_3px_15px_-2px_\#000000\] {
    &:where(.dark, .dark *) {
      box-shadow: 5px 3px 15px -2px #000000;
    }
  }
  .dark\:\[box-shadow\:5px_3px_15px_-2px_\#f\] {
    &:where(.dark, .dark *) {
      box-shadow: 5px 3px 15px -2px #f;
    }
  }
  .dark\:\[box-shadow\:5px_3px_15px_-2px_\#ff\] {
    &:where(.dark, .dark *) {
      box-shadow: 5px 3px 15px -2px #ff;
    }
  }
  .dark\:\[box-shadow\:5px_3px_15px_-2px_\#fff\] {
    &:where(.dark, .dark *) {
      box-shadow: 5px 3px 15px -2px #fff;
    }
  }
  .dark\:\[box-shadow\:5px_3px_15px_-2px_\#ffff\] {
    &:where(.dark, .dark *) {
      box-shadow: 5px 3px 15px -2px #ffff;
    }
  }
  .\*\:dark\:text-\[\#0B1220\] {
    :is(& > *) {
      &:where(.dark, .dark *) {
        color: #0B1220;
      }
    }
  }
  .\*\:dark\:text-\[\#E7F6FF\] {
    :is(& > *) {
      &:where(.dark, .dark *) {
        color: #E7F6FF;
      }
    }
  }
  .placeholder\:dark\:text-\[\#94A3B8\] {
    &::placeholder {
      &:where(.dark, .dark *) {
        color: #94A3B8;
      }
    }
  }
  .dark\:\*\:hover\:text-\[\#0B1220\] {
    &:where(.dark, .dark *) {
      :is(& > *) {
        &:hover {
          @media (hover: hover) {
            color: #0B1220;
          }
        }
      }
    }
  }
}
@layer components {
  #svgSun {
    animation: rotate 15s linear infinite;
  }
  #svgMoon {
    animation: tilt 5s linear infinite;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes tilt {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(10deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'poppins';
  src: url('../font/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@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-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-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-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
