/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "MonstroSolid", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #FBF8EF;
    --spacing: 0.25rem;
    --leading-relaxed: 1.625;
    --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);
    --color-red: #DB1C15;
    --color-blue: #34539D;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[calc\(50\%-60px\)\] {
    top: calc(50% - 60px);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-40 {
    right: calc(var(--spacing) * 40);
  }
  .bottom-\[200px\] {
    bottom: 200px;
  }
  .bottom-\[240px\] {
    bottom: 240px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-\[50\] {
    z-index: 50;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .-mb-\[180px\] {
    margin-bottom: calc(180px * -1);
  }
  .-mb-\[220px\] {
    margin-bottom: calc(220px * -1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[270px\] {
    min-height: 270px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[860px\] {
    width: 860px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[1100px\] {
    width: 1100px;
  }
  .w-\[1600px\] {
    width: 1600px;
  }
  .w-\[1700px\] {
    width: 1700px;
  }
  .w-\[2000px\] {
    width: 2000px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1700px\] {
    max-width: 1700px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[420px\] {
    --tw-translate-x: calc(420px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[520px\] {
    --tw-translate-x: calc(520px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[420px\] {
    --tw-translate-x: 420px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#34539D\] {
    background-color: #34539D;
  }
  .bg-\[\#DB1C15\] {
    background-color: #DB1C15;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--color-white\)\] {
    background-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-36 {
    padding-top: calc(var(--spacing) * 36);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.15rem\] {
    font-size: 1.15rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.35rem\] {
    font-size: 1.35rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[2\.1rem\] {
    font-size: 2.1rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.8125rem\] {
    font-size: 2.8125rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .text-\[3\.75rem\] {
    font-size: 3.75rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .text-\[7rem\] {
    font-size: 7rem;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.02\] {
    --tw-leading: 1.02;
    line-height: 1.02;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.06\] {
    --tw-leading: 1.06;
    line-height: 1.06;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .tracking-\[\.01em\] {
    --tw-tracking: .01em;
    letter-spacing: .01em;
  }
  .tracking-\[\.02em\] {
    --tw-tracking: .02em;
    letter-spacing: .02em;
  }
  .tracking-\[\.03em\] {
    --tw-tracking: .03em;
    letter-spacing: .03em;
  }
  .tracking-\[\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#DB1C15\] {
    color: #DB1C15;
  }
  .text-\[\#FFD600\] {
    color: #FFD600;
  }
  .text-\[rgba\(17\,17\,17\,\.85\)\] {
    color: rgba(17,17,17,.85);
  }
  .text-\[var\(--color-blue\)\] {
    color: var(--color-blue);
  }
  .text-\[var\(--color-red\)\] {
    color: var(--color-red);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #FBF8EF 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-\[0_10px_30px_rgba\(0\,0\,0\,\.08\)\] {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    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;
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:scale-\[1\.03\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .hover\:scale-\[1\.04\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.04;
      }
    }
  }
  .hover\:scale-\[1\.06\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.06;
      }
    }
  }
  .max-md\:mb-14 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .max-md\:px-10 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .max-md\:py-4 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .max-md\:text-\[2\.6rem\] {
    @media (width < 48rem) {
      font-size: 2.6rem;
    }
  }
  .sm\:top-\[-20px\] {
    @media (width >= 40rem) {
      top: -20px;
    }
  }
  .sm\:right-10 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .sm\:bottom-\[220px\] {
    @media (width >= 40rem) {
      bottom: 220px;
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-7 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .sm\:mt-12 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:-mb-\[200px\] {
    @media (width >= 40rem) {
      margin-bottom: calc(200px * -1);
    }
  }
  .sm\:h-24 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 24);
    }
  }
  .sm\:h-\[92px\] {
    @media (width >= 40rem) {
      height: 92px;
    }
  }
  .sm\:w-\[92px\] {
    @media (width >= 40rem) {
      width: 92px;
    }
  }
  .sm\:w-\[140px\] {
    @media (width >= 40rem) {
      width: 140px;
    }
  }
  .sm\:w-\[160px\] {
    @media (width >= 40rem) {
      width: 160px;
    }
  }
  .sm\:w-\[170px\] {
    @media (width >= 40rem) {
      width: 170px;
    }
  }
  .sm\:w-\[280px\] {
    @media (width >= 40rem) {
      width: 280px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:w-\[1050px\] {
    @media (width >= 40rem) {
      width: 1050px;
    }
  }
  .sm\:w-\[1100px\] {
    @media (width >= 40rem) {
      width: 1100px;
    }
  }
  .sm\:w-\[1300px\] {
    @media (width >= 40rem) {
      width: 1300px;
    }
  }
  .sm\:gap-16 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-14 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .sm\:py-2\.5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:text-\[1\.3rem\] {
    @media (width >= 40rem) {
      font-size: 1.3rem;
    }
  }
  .sm\:text-\[1\.5rem\] {
    @media (width >= 40rem) {
      font-size: 1.5rem;
    }
  }
  .sm\:text-\[1\.9rem\] {
    @media (width >= 40rem) {
      font-size: 1.9rem;
    }
  }
  .sm\:text-\[1\.25rem\] {
    @media (width >= 40rem) {
      font-size: 1.25rem;
    }
  }
  .sm\:text-\[2\.05rem\] {
    @media (width >= 40rem) {
      font-size: 2.05rem;
    }
  }
  .sm\:text-\[2\.8rem\] {
    @media (width >= 40rem) {
      font-size: 2.8rem;
    }
  }
  .sm\:text-\[2rem\] {
    @media (width >= 40rem) {
      font-size: 2rem;
    }
  }
  .sm\:text-\[3\.1rem\] {
    @media (width >= 40rem) {
      font-size: 3.1rem;
    }
  }
  .sm\:text-\[3rem\] {
    @media (width >= 40rem) {
      font-size: 3rem;
    }
  }
  .sm\:text-\[9rem\] {
    @media (width >= 40rem) {
      font-size: 9rem;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .md\:top-\[0px\] {
    @media (width >= 48rem) {
      top: 0px;
    }
  }
  .md\:right-14 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 14);
    }
  }
  .md\:right-40 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 40);
    }
  }
  .md\:bottom-\[240px\] {
    @media (width >= 48rem) {
      bottom: 240px;
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-14 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:-mb-\[220px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(220px * -1);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-14 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-28 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[180px\] {
    @media (width >= 48rem) {
      width: 180px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[210px\] {
    @media (width >= 48rem) {
      width: 210px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[420px\] {
    @media (width >= 48rem) {
      width: 420px;
    }
  }
  .md\:w-\[440px\] {
    @media (width >= 48rem) {
      width: 440px;
    }
  }
  .md\:w-\[1350px\] {
    @media (width >= 48rem) {
      width: 1350px;
    }
  }
  .md\:w-\[1400px\] {
    @media (width >= 48rem) {
      width: 1400px;
    }
  }
  .md\:w-\[1500px\] {
    @media (width >= 48rem) {
      width: 1500px;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 48rem) {
      max-width: 50%;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:rounded-\[36px\] {
    @media (width >= 48rem) {
      border-radius: 36px;
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-14 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .md\:py-5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-26 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.75rem\] {
    @media (width >= 48rem) {
      font-size: 1.75rem;
    }
  }
  .md\:text-\[1\.375rem\] {
    @media (width >= 48rem) {
      font-size: 1.375rem;
    }
  }
  .md\:text-\[1\.625rem\] {
    @media (width >= 48rem) {
      font-size: 1.625rem;
    }
  }
  .md\:text-\[2\.3rem\] {
    @media (width >= 48rem) {
      font-size: 2.3rem;
    }
  }
  .md\:text-\[2\.4rem\] {
    @media (width >= 48rem) {
      font-size: 2.4rem;
    }
  }
  .md\:text-\[2\.625rem\] {
    @media (width >= 48rem) {
      font-size: 2.625rem;
    }
  }
  .md\:text-\[3\.1rem\] {
    @media (width >= 48rem) {
      font-size: 3.1rem;
    }
  }
  .md\:text-\[3\.4rem\] {
    @media (width >= 48rem) {
      font-size: 3.4rem;
    }
  }
  .md\:text-\[3\.75rem\] {
    @media (width >= 48rem) {
      font-size: 3.75rem;
    }
  }
  .md\:text-\[3\.625rem\] {
    @media (width >= 48rem) {
      font-size: 3.625rem;
    }
  }
  .md\:text-\[4\.4rem\] {
    @media (width >= 48rem) {
      font-size: 4.4rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem;
    }
  }
  .md\:text-\[12rem\] {
    @media (width >= 48rem) {
      font-size: 12rem;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .lg\:right-40 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 40);
    }
  }
  .lg\:bottom-\[240px\] {
    @media (width >= 64rem) {
      bottom: 240px;
    }
  }
  .lg\:w-\[230px\] {
    @media (width >= 64rem) {
      width: 230px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[560px\] {
    @media (width >= 64rem) {
      width: 560px;
    }
  }
  .lg\:w-\[1550px\] {
    @media (width >= 64rem) {
      width: 1550px;
    }
  }
  .lg\:w-\[1700px\] {
    @media (width >= 64rem) {
      width: 1700px;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-\[3\.1rem\] {
    @media (width >= 64rem) {
      font-size: 3.1rem;
    }
  }
  .lg\:text-\[4\.4rem\] {
    @media (width >= 64rem) {
      font-size: 4.4rem;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:whitespace-nowrap {
    @media (width >= 64rem) {
      white-space: nowrap;
    }
  }
  .xl\:w-\[540px\] {
    @media (width >= 80rem) {
      width: 540px;
    }
  }
  .xl\:w-\[1650px\] {
    @media (width >= 80rem) {
      width: 1650px;
    }
  }
  .\[\@media\(max-width\:1020px\)\]\:w-\[330px\] {
    @media (max-width:1020px) {
      width: 330px;
    }
  }
  .\[\@media\(max-width\:1020px\)\]\:w-\[1000px\] {
    @media (max-width:1020px) {
      width: 1000px;
    }
  }
  .\[\@media\(max-width\:1120px\)\]\:w-\[360px\] {
    @media (max-width:1120px) {
      width: 360px;
    }
  }
  .\[\@media\(max-width\:1120px\)\]\:w-\[1100px\] {
    @media (max-width:1120px) {
      width: 1100px;
    }
  }
  .\[\@media\(max-width\:1240px\)\]\:w-\[400px\] {
    @media (max-width:1240px) {
      width: 400px;
    }
  }
  .\[\@media\(max-width\:1240px\)\]\:w-\[1200px\] {
    @media (max-width:1240px) {
      width: 1200px;
    }
  }
  .\[\@media\(max-width\:1360px\)\]\:w-\[440px\] {
    @media (max-width:1360px) {
      width: 440px;
    }
  }
  .\[\@media\(max-width\:1360px\)\]\:w-\[1300px\] {
    @media (max-width:1360px) {
      width: 1300px;
    }
  }
  .\[\@media\(max-width\:1480px\)\]\:w-\[80px\] {
    @media (max-width:1480px) {
      width: 80px;
    }
  }
  .\[\@media\(max-width\:1480px\)\]\:w-\[480px\] {
    @media (max-width:1480px) {
      width: 480px;
    }
  }
  .\[\@media\(max-width\:1480px\)\]\:w-\[1400px\] {
    @media (max-width:1480px) {
      width: 1400px;
    }
  }
  .\[\@media\(max-width\:1580px\)\]\:w-\[520px\] {
    @media (max-width:1580px) {
      width: 520px;
    }
  }
  .\[\@media\(max-width\:1580px\)\]\:w-\[1500px\] {
    @media (max-width:1580px) {
      width: 1500px;
    }
  }
  .\[\@media\(max-width\:420px\)\]\:w-\[180px\] {
    @media (max-width:420px) {
      width: 180px;
    }
  }
  .\[\@media\(max-width\:420px\)\]\:w-\[620px\] {
    @media (max-width:420px) {
      width: 620px;
    }
  }
  .\[\@media\(max-width\:520px\)\]\:w-\[200px\] {
    @media (max-width:520px) {
      width: 200px;
    }
  }
  .\[\@media\(max-width\:520px\)\]\:w-\[680px\] {
    @media (max-width:520px) {
      width: 680px;
    }
  }
  .\[\@media\(max-width\:620px\)\]\:w-\[220px\] {
    @media (max-width:620px) {
      width: 220px;
    }
  }
  .\[\@media\(max-width\:620px\)\]\:w-\[740px\] {
    @media (max-width:620px) {
      width: 740px;
    }
  }
  .\[\@media\(max-width\:720px\)\]\:w-\[240px\] {
    @media (max-width:720px) {
      width: 240px;
    }
  }
  .\[\@media\(max-width\:720px\)\]\:w-\[800px\] {
    @media (max-width:720px) {
      width: 800px;
    }
  }
  .\[\@media\(max-width\:820px\)\]\:w-\[270px\] {
    @media (max-width:820px) {
      width: 270px;
    }
  }
  .\[\@media\(max-width\:820px\)\]\:w-\[860px\] {
    @media (max-width:820px) {
      width: 860px;
    }
  }
  .\[\@media\(max-width\:920px\)\]\:w-\[300px\] {
    @media (max-width:920px) {
      width: 300px;
    }
  }
  .\[\@media\(max-width\:920px\)\]\:w-\[920px\] {
    @media (max-width:920px) {
      width: 920px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[100px\] {
    @media (min-width:1580px) {
      width: 100px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[160px\] {
    @media (min-width:1580px) {
      width: 160px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[360px\] {
    @media (min-width:1580px) {
      width: 360px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[460px\] {
    @media (min-width:1580px) {
      width: 460px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[560px\] {
    @media (min-width:1580px) {
      width: 560px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[1400px\] {
    @media (min-width:1580px) {
      width: 1400px;
    }
  }
  .\[\@media\(min-width\:1580px\)\]\:w-\[1700px\] {
    @media (min-width:1580px) {
      width: 1700px;
    }
  }
}
@layer utilities {
  .font-monstro {
    font-family: "MonstroSolid", sans-serif;
  }
  .font-gotham {
    font-family: "Gotham-Book", sans-serif;
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: #DB1C15 #FBF8EF;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #FBF8EF;
}
::-webkit-scrollbar-thumb {
  background: #DB1C15;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c01711;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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;
      --tw-duration: initial;
    }
  }
}
