/*! tailwindcss v4.1.14 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 22.5rem) {
      max-width: 22.5rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 90rem) {
      max-width: 90rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= 120rem) {
      max-width: 120rem;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .\!mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5) !important;
  }
  .\!mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .\!mt-8 {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  .\!mt-20 {
    margin-top: calc(var(--spacing) * 20) !important;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .\!mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5) !important;
  }
  .\!mb-12 {
    margin-bottom: calc(var(--spacing) * 12) !important;
  }
  .\!mb-16 {
    margin-bottom: calc(var(--spacing) * 16) !important;
  }
  .\!mb-20 {
    margin-bottom: calc(var(--spacing) * 20) !important;
  }
  .\!mb-\[2\.8rem\] {
    margin-bottom: 2.8rem !important;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-15 {
    height: calc(var(--spacing) * 15) !important;
  }
  .\!h-\[5rem\] {
    height: 5rem !important;
  }
  .\!h-\[21rem\] {
    height: 21rem !important;
  }
  .h-\[7rem\] {
    height: 7rem;
  }
  .h-\[18\.75rem\] {
    height: 18.75rem;
  }
  .h-\[22rem\] {
    height: 22rem;
  }
  .h-\[30rem\] {
    height: 30rem;
  }
  .h-full {
    height: 100%;
  }
  .\!w-15 {
    width: calc(var(--spacing) * 15) !important;
  }
  .\!w-\[5\.625rem\] {
    width: 5.625rem !important;
  }
  .\!w-\[21rem\] {
    width: 21rem !important;
  }
  .\!w-\[89\.6rem\] {
    width: 89.6rem !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-\[6\.7rem\] {
    width: 6.7rem;
  }
  .w-\[20\.5rem\] {
    width: 20.5rem;
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[410px\] {
    width: 410px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[46\.3rem\] {
    max-width: 46.3rem !important;
  }
  .max-w-\[46\.3rem\] {
    max-width: 46.3rem;
  }
  .max-w-\[60rem\] {
    max-width: 60rem;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .\!flex-grow {
    flex-grow: 1 !important;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-center {
    transform-origin: center;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .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;
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .\!gap-6 {
    gap: calc(var(--spacing) * 6) !important;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!object-cover {
    object-fit: cover !important;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-40 {
    padding: calc(var(--spacing) * 40);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .\!pt-8 {
    padding-top: calc(var(--spacing) * 8) !important;
  }
  .\!pt-11 {
    padding-top: calc(var(--spacing) * 11) !important;
  }
  .\!pt-\[9\.4rem\] {
    padding-top: 9.4rem !important;
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-14\.5 {
    padding-top: calc(var(--spacing) * 14.5);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-37 {
    padding-top: calc(var(--spacing) * 37);
  }
  .pt-42 {
    padding-top: calc(var(--spacing) * 42);
  }
  .pt-70 {
    padding-top: calc(var(--spacing) * 70);
  }
  .pt-\[3\.2rem\] {
    padding-top: 3.2rem;
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!pb-1 {
    padding-bottom: calc(var(--spacing) * 1) !important;
  }
  .\!pb-\[0rem\] {
    padding-bottom: 0rem !important;
  }
  .\!pb-\[3\.5rem\] {
    padding-bottom: 3.5rem !important;
  }
  .\!pb-\[8rem\] {
    padding-bottom: 8rem !important;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-41 {
    padding-bottom: calc(var(--spacing) * 41);
  }
  .pb-48 {
    padding-bottom: calc(var(--spacing) * 48);
  }
  .pb-\[3\.2rem\] {
    padding-bottom: 3.2rem;
  }
  .pb-\[3\.15rem\] {
    padding-bottom: 3.15rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }
  .\!text-\[1rem\] {
    font-size: 1rem !important;
  }
  .\!text-\[2\.75rem\] {
    font-size: 2.75rem !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .\!normal-case {
    text-transform: none !important;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .mobile\:\!mt-0 {
    @media (width >= 22.5rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .mobile\:\!mt-11 {
    @media (width >= 22.5rem) {
      margin-top: calc(var(--spacing) * 11) !important;
    }
  }
  .mobile\:\!w-xs {
    @media (width >= 22.5rem) {
      width: var(--container-xs) !important;
    }
  }
  .mobile\:w-\[20\.5rem\] {
    @media (width >= 22.5rem) {
      width: 20.5rem;
    }
  }
  .mobile\:w-xs {
    @media (width >= 22.5rem) {
      width: var(--container-xs);
    }
  }
  .mobile\:max-w-xs {
    @media (width >= 22.5rem) {
      max-width: var(--container-xs);
    }
  }
  .mobile\:pl-\[2\.5rem\] {
    @media (width >= 22.5rem) {
      padding-left: 2.5rem;
    }
  }
  .tablet\:m-0 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .tablet\:\!mt-3 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 3) !important;
    }
  }
  .tablet\:\!mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4) !important;
    }
  }
  .tablet\:\!mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20) !important;
    }
  }
  .tablet\:mt-28 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 28);
    }
  }
  .tablet\:\!mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .tablet\:\!mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3) !important;
    }
  }
  .tablet\:\!mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4) !important;
    }
  }
  .tablet\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .tablet\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .tablet\:ml-4 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .tablet\:\!hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .tablet\:\!inline-flex {
    @media (width >= 48rem) {
      display: inline-flex !important;
    }
  }
  .tablet\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .tablet\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .tablet\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .tablet\:\!h-\[18\.6rem\] {
    @media (width >= 48rem) {
      height: 18.6rem !important;
    }
  }
  .tablet\:h-\[17\.3rem\] {
    @media (width >= 48rem) {
      height: 17.3rem;
    }
  }
  .tablet\:h-\[40rem\] {
    @media (width >= 48rem) {
      height: 40rem;
    }
  }
  .tablet\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .tablet\:\!w-8 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8) !important;
    }
  }
  .tablet\:\!w-\[18\.6rem\] {
    @media (width >= 48rem) {
      width: 18.6rem !important;
    }
  }
  .tablet\:\!w-\[21\.68rem\] {
    @media (width >= 48rem) {
      width: 21.68rem !important;
    }
  }
  .tablet\:\!w-\[26\.1rem\] {
    @media (width >= 48rem) {
      width: 26.1rem !important;
    }
  }
  .tablet\:\!w-\[40rem\] {
    @media (width >= 48rem) {
      width: 40rem !important;
    }
  }
  .tablet\:\!w-full {
    @media (width >= 48rem) {
      width: 100% !important;
    }
  }
  .tablet\:w-\[19\.3rem\] {
    @media (width >= 48rem) {
      width: 19.3rem;
    }
  }
  .tablet\:w-\[33\.4rem\] {
    @media (width >= 48rem) {
      width: 33.4rem;
    }
  }
  .tablet\:w-\[102\.3rem\] {
    @media (width >= 48rem) {
      width: 102.3rem;
    }
  }
  .tablet\:\!max-w-\[38\.1rem\] {
    @media (width >= 48rem) {
      max-width: 38.1rem !important;
    }
  }
  .tablet\:max-w-2xl {
    @media (width >= 48rem) {
      max-width: var(--container-2xl);
    }
  }
  .tablet\:rotate-0 {
    @media (width >= 48rem) {
      rotate: 0deg;
    }
  }
  .tablet\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .tablet\:grid-rows-1 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .tablet\:\!items-center {
    @media (width >= 48rem) {
      align-items: center !important;
    }
  }
  .tablet\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .tablet\:\!p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .tablet\:\!pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14) !important;
    }
  }
  .tablet\:pt-\[17rem\] {
    @media (width >= 48rem) {
      padding-top: 17rem;
    }
  }
  .tablet\:\!pb-32 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 32) !important;
    }
  }
  .tablet\:\!pb-\[4rem\] {
    @media (width >= 48rem) {
      padding-bottom: 4rem !important;
    }
  }
  .tablet\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .tablet\:\!text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .tablet\:\!text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .tablet\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .tablet\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .tablet\:\!text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem !important;
    }
  }
  .tablet\:\!text-\[2\.75rem\] {
    @media (width >= 48rem) {
      font-size: 2.75rem !important;
    }
  }
  .tablet\:\!text-\[5\.625rem\] {
    @media (width >= 48rem) {
      font-size: 5.625rem !important;
    }
  }
  .tablet\:text-\[2\.75rem\] {
    @media (width >= 48rem) {
      font-size: 2.75rem;
    }
  }
  .tablet\:leading-10 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .tablet-xl\:\!col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2 !important;
    }
  }
  .tablet-xl\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .tablet-xl\:\!mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .tablet-xl\:\!mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5) !important;
    }
  }
  .tablet-xl\:\!mt-auto {
    @media (width >= 64rem) {
      margin-top: auto !important;
    }
  }
  .tablet-xl\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .tablet-xl\:mt-auto {
    @media (width >= 64rem) {
      margin-top: auto;
    }
  }
  .tablet-xl\:\!mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .tablet-xl\:\!mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8) !important;
    }
  }
  .tablet-xl\:\!mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20) !important;
    }
  }
  .tablet-xl\:\!h-\[26\.62rem\] {
    @media (width >= 64rem) {
      height: 26.62rem !important;
    }
  }
  .tablet-xl\:\!h-full {
    @media (width >= 64rem) {
      height: 100% !important;
    }
  }
  .tablet-xl\:h-\[17\.3rem\] {
    @media (width >= 64rem) {
      height: 17.3rem;
    }
  }
  .tablet-xl\:\!w-\[23rem\] {
    @media (width >= 64rem) {
      width: 23rem !important;
    }
  }
  .tablet-xl\:\!w-\[26\.62rem\] {
    @media (width >= 64rem) {
      width: 26.62rem !important;
    }
  }
  .tablet-xl\:\!w-\[41\.6rem\] {
    @media (width >= 64rem) {
      width: 41.6rem !important;
    }
  }
  .tablet-xl\:\!w-\[56rem\] {
    @media (width >= 64rem) {
      width: 56rem !important;
    }
  }
  .tablet-xl\:\!w-full {
    @media (width >= 64rem) {
      width: 100% !important;
    }
  }
  .tablet-xl\:w-\[17\.3rem\] {
    @media (width >= 64rem) {
      width: 17.3rem;
    }
  }
  .tablet-xl\:w-\[46\.37rem\] {
    @media (width >= 64rem) {
      width: 46.37rem;
    }
  }
  .tablet-xl\:w-\[215\.15rem\] {
    @media (width >= 64rem) {
      width: 215.15rem;
    }
  }
  .tablet-xl\:\!max-w-fit {
    @media (width >= 64rem) {
      max-width: fit-content !important;
    }
  }
  .tablet-xl\:max-w-3xl {
    @media (width >= 64rem) {
      max-width: var(--container-3xl);
    }
  }
  .tablet-xl\:max-w-\[34\.75rem\] {
    @media (width >= 64rem) {
      max-width: 34.75rem;
    }
  }
  .tablet-xl\:\!scale-75 {
    @media (width >= 64rem) {
      --tw-scale-x: 75% !important;
      --tw-scale-y: 75% !important;
      --tw-scale-z: 75% !important;
      scale: var(--tw-scale-x) var(--tw-scale-y) !important;
    }
  }
  .tablet-xl\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .tablet-xl\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .tablet-xl\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .tablet-xl\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .tablet-xl\:\!pt-\[5rem\] {
    @media (width >= 64rem) {
      padding-top: 5rem !important;
    }
  }
  .tablet-xl\:\!pt-\[7\.8rem\] {
    @media (width >= 64rem) {
      padding-top: 7.8rem !important;
    }
  }
  .tablet-xl\:\!pt-\[9\.4rem\] {
    @media (width >= 64rem) {
      padding-top: 9.4rem !important;
    }
  }
  .tablet-xl\:pt-\[3\.3rem\] {
    @media (width >= 64rem) {
      padding-top: 3.3rem;
    }
  }
  .tablet-xl\:\!pb-\[5\.5rem\] {
    @media (width >= 64rem) {
      padding-bottom: 5.5rem !important;
    }
  }
  .tablet-xl\:\!pb-\[5\.25rem\] {
    @media (width >= 64rem) {
      padding-bottom: 5.25rem !important;
    }
  }
  .tablet-xl\:\!pb-\[7\.3rem\] {
    @media (width >= 64rem) {
      padding-bottom: 7.3rem !important;
    }
  }
  .tablet-xl\:pb-28 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .tablet-xl\:pb-\[0rem\] {
    @media (width >= 64rem) {
      padding-bottom: 0rem;
    }
  }
  .tablet-xl\:pl-\[3rem\] {
    @media (width >= 64rem) {
      padding-left: 3rem;
    }
  }
  .tablet-xl\:\!text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .tablet-xl\:\!text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .tablet-xl\:\!text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .laptop\:\!col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3 !important;
    }
  }
  .laptop\:\!mt-8 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 8) !important;
    }
  }
  .laptop\:\!mt-10 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 10) !important;
    }
  }
  .laptop\:\!mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12) !important;
    }
  }
  .laptop\:\!mt-36 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 36) !important;
    }
  }
  .laptop\:\!mt-\[3rem\] {
    @media (width >= 80rem) {
      margin-top: 3rem !important;
    }
  }
  .laptop\:mt-5 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .laptop\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .laptop\:mt-13 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 13);
    }
  }
  .laptop\:mt-16 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .laptop\:mt-30 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .laptop\:mt-32 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .laptop\:mt-\[2\.8rem\] {
    @media (width >= 80rem) {
      margin-top: 2.8rem;
    }
  }
  .laptop\:\!mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .laptop\:\!mb-10 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 10) !important;
    }
  }
  .laptop\:\!mb-12 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 12) !important;
    }
  }
  .laptop\:\!mb-32 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 32) !important;
    }
  }
  .laptop\:mb-16 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .laptop\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .laptop\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .laptop\:\!h-16 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 16) !important;
    }
  }
  .laptop\:\!h-\[34\.62rem\] {
    @media (width >= 80rem) {
      height: 34.62rem !important;
    }
  }
  .laptop\:h-\[22\.6rem\] {
    @media (width >= 80rem) {
      height: 22.6rem;
    }
  }
  .laptop\:\!w-16 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 16) !important;
    }
  }
  .laptop\:\!w-\[34\.62rem\] {
    @media (width >= 80rem) {
      width: 34.62rem !important;
    }
  }
  .laptop\:\!w-\[85rem\] {
    @media (width >= 80rem) {
      width: 85rem !important;
    }
  }
  .laptop\:\!w-auto {
    @media (width >= 80rem) {
      width: auto !important;
    }
  }
  .laptop\:w-9 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .laptop\:w-\[22\.6rem\] {
    @media (width >= 80rem) {
      width: 22.6rem;
    }
  }
  .laptop\:w-\[71rem\] {
    @media (width >= 80rem) {
      width: 71rem;
    }
  }
  .laptop\:w-\[215\.94rem\] {
    @media (width >= 80rem) {
      width: 215.94rem;
    }
  }
  .laptop\:\!max-w-5xl {
    @media (width >= 80rem) {
      max-width: var(--container-5xl) !important;
    }
  }
  .laptop\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .laptop\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .laptop\:\!items-start {
    @media (width >= 80rem) {
      align-items: flex-start !important;
    }
  }
  .laptop\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .laptop\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .laptop\:\!gap-12\.5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12.5) !important;
    }
  }
  .laptop\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .laptop\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .laptop\:pt-\[6\.3rem\] {
    @media (width >= 80rem) {
      padding-top: 6.3rem;
    }
  }
  .laptop\:pr-18 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 18);
    }
  }
  .laptop\:pb-32 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .laptop\:pb-44 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 44);
    }
  }
  .laptop\:pb-\[1\.3rem\] {
    @media (width >= 80rem) {
      padding-bottom: 1.3rem;
    }
  }
  .laptop\:pl-18 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 18);
    }
  }
  .laptop\:\!text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .laptop\:\!text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .laptop\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .laptop\:\!text-\[1\.75rem\] {
    @media (width >= 80rem) {
      font-size: 1.75rem !important;
    }
  }
  .laptop\:\!text-\[3\.25rem\] {
    @media (width >= 80rem) {
      font-size: 3.25rem !important;
    }
  }
  .laptop\:\!text-\[4\.1rem\] {
    @media (width >= 80rem) {
      font-size: 4.1rem !important;
    }
  }
  .laptop\:\!text-\[4\.12rem\] {
    @media (width >= 80rem) {
      font-size: 4.12rem !important;
    }
  }
  .laptop\:\!text-\[4\.25rem\] {
    @media (width >= 80rem) {
      font-size: 4.25rem !important;
    }
  }
  .laptop\:\!text-\[7\.5rem\] {
    @media (width >= 80rem) {
      font-size: 7.5rem !important;
    }
  }
  .laptop\:\!leading-15 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 15) !important;
      line-height: calc(var(--spacing) * 15) !important;
    }
  }
  .desktop-lg\:mt-32 {
    @media (width >= 90rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .desktop-lg\:\!h-\[37\.6rem\] {
    @media (width >= 90rem) {
      height: 37.6rem !important;
    }
  }
  .desktop-lg\:h-\[24\.6rem\] {
    @media (width >= 90rem) {
      height: 24.6rem;
    }
  }
  .desktop-lg\:\!w-\[37\.6rem\] {
    @media (width >= 90rem) {
      width: 37.6rem !important;
    }
  }
  .desktop-lg\:\!w-\[47\.7rem\] {
    @media (width >= 90rem) {
      width: 47.7rem !important;
    }
  }
  .desktop-lg\:w-\[24\.6rem\] {
    @media (width >= 90rem) {
      width: 24.6rem;
    }
  }
  .desktop-lg\:w-\[276\.6rem\] {
    @media (width >= 90rem) {
      width: 276.6rem;
    }
  }
  .desktop-lg\:\!gap-14 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 14) !important;
    }
  }
  .desktop-lg\:pl-\[5rem\] {
    @media (width >= 90rem) {
      padding-left: 5rem;
    }
  }
  .desktop-lg\:text-2xl {
    @media (width >= 90rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .desktop-lg\:\!text-\[1\.75rem\] {
    @media (width >= 90rem) {
      font-size: 1.75rem !important;
    }
  }
  .desktop-xl\:\!h-\[43\.4rem\] {
    @media (width >= 120rem) {
      height: 43.4rem !important;
    }
  }
  .desktop-xl\:h-\[28\.1rem\] {
    @media (width >= 120rem) {
      height: 28.1rem;
    }
  }
  .desktop-xl\:\!w-\[43\.4rem\] {
    @media (width >= 120rem) {
      width: 43.4rem !important;
    }
  }
  .desktop-xl\:w-\[28\.1rem\] {
    @media (width >= 120rem) {
      width: 28.1rem;
    }
  }
  .desktop-xl\:w-\[88\.75rem\] {
    @media (width >= 120rem) {
      width: 88.75rem;
    }
  }
  .desktop-xl\:pl-\[13\.5rem\] {
    @media (width >= 120rem) {
      padding-left: 13.5rem;
    }
  }
  .desktop-xl\:text-2xl {
    @media (width >= 120rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    all: revert-layer;
  }
  h1, h2, h3, h4, h5, h6 {
    all: revert;
  }
}
@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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --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-ease: initial;
      --tw-leading: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
