/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Inter', sans-serif;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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);
    --font-heading: 'Fraunces', Georgia, 'Times New Roman', serif;
  }
}
@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;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[5px\] {
    right: 5px;
  }
  .right-\[18px\] {
    right: 18px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[12px\] {
    left: 12px;
  }
  .left-\[14px\] {
    left: 14px;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .order-first {
    order: -9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[12px\] {
    margin-top: calc(12px * -1);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\[12px\] {
    margin-right: calc(12px * -1);
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[28px\] {
    margin-bottom: 28px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[190px\] {
    height: 190px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[42vh\] {
    max-height: 42vh;
  }
  .max-h-\[220px\] {
    max-height: 220px;
  }
  .max-h-\[380px\] {
    max-height: 380px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .min-h-\[36px\] {
    min-height: 36px;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[21px\] {
    width: 21px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -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,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .resize-y {
    resize: vertical;
  }
  .list-none {
    list-style-type: none;
  }
  .\[appearance\:textfield\] {
    appearance: textfield;
  }
  .columns-2 {
    columns: 2;
  }
  .break-inside-avoid {
    break-inside: avoid;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_64px_96px\] {
    grid-template-columns: 1fr 64px 96px;
  }
  .grid-cols-\[86px_1fr\] {
    grid-template-columns: 86px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .space-y-\[6px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(6px * var(--tw-space-y-reverse));
      margin-block-end: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[7px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(7px * var(--tw-space-y-reverse));
      margin-block-end: calc(7px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(8px * var(--tw-space-y-reverse));
      margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[12px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[14px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(14px * var(--tw-space-y-reverse));
      margin-block-end: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[10px\] {
    column-gap: 10px;
  }
  .gap-x-\[14px\] {
    column-gap: 14px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-y-\[6px\] {
    row-gap: 6px;
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-\[9999px\] {
    border-radius: 9999px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1A2B4C\] {
    border-color: #1A2B4C;
  }
  .border-\[\#1A2B4C\]\/10 {
    border-color: color-mix(in oklab, #1A2B4C 10%, transparent);
  }
  .border-\[\#1A2B4C\]\/12 {
    border-color: color-mix(in oklab, #1A2B4C 12%, transparent);
  }
  .border-\[\#1A2B4C\]\/15 {
    border-color: color-mix(in oklab, #1A2B4C 15%, transparent);
  }
  .border-\[\#1A2B4C\]\/20 {
    border-color: color-mix(in oklab, #1A2B4C 20%, transparent);
  }
  .border-\[\#373636\] {
    border-color: #373636;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#0A66C2\] {
    background-color: #0A66C2;
  }
  .bg-\[\#0f1419\] {
    background-color: #0f1419;
  }
  .bg-\[\#1A2B4C\] {
    background-color: #1A2B4C;
  }
  .bg-\[\#1A2B4C\]\/5 {
    background-color: color-mix(in oklab, #1A2B4C 5%, transparent);
  }
  .bg-\[\#1A2B4C\]\/10 {
    background-color: color-mix(in oklab, #1A2B4C 10%, transparent);
  }
  .bg-\[\#1A2B4C\]\/\[0\.03\] {
    background-color: color-mix(in oklab, #1A2B4C 3%, transparent);
  }
  .bg-\[\#1A2B4C\]\/\[0\.04\] {
    background-color: color-mix(in oklab, #1A2B4C 4%, transparent);
  }
  .bg-\[\#3B5998\] {
    background-color: #3B5998;
  }
  .bg-\[\#9ca3af\] {
    background-color: #9ca3af;
  }
  .bg-\[\#16a34a\] {
    background-color: #16a34a;
  }
  .bg-\[\#16a34a\]\/10 {
    background-color: color-mix(in oklab, #16a34a 10%, transparent);
  }
  .bg-\[\#151414\] {
    background-color: #151414;
  }
  .bg-\[\#202020\] {
    background-color: #202020;
  }
  .bg-\[\#FF9F1C\] {
    background-color: #FF9F1C;
  }
  .bg-\[\#FF9F1C\]\/10 {
    background-color: color-mix(in oklab, #FF9F1C 10%, transparent);
  }
  .bg-\[\#FF9F1C\]\/12 {
    background-color: color-mix(in oklab, #FF9F1C 12%, transparent);
  }
  .bg-\[\#FF9F1C\]\/15 {
    background-color: color-mix(in oklab, #FF9F1C 15%, transparent);
  }
  .bg-\[\#FF9F1C\]\/20 {
    background-color: color-mix(in oklab, #FF9F1C 20%, transparent);
  }
  .bg-\[\#FF9F1C\]\/90 {
    background-color: color-mix(in oklab, #FF9F1C 90%, transparent);
  }
  .bg-\[\#FFF4E0\] {
    background-color: #FFF4E0;
  }
  .bg-\[\#dc2626\] {
    background-color: #dc2626;
  }
  .bg-\[\#dc2626\]\/10 {
    background-color: color-mix(in oklab, #dc2626 10%, transparent);
  }
  .bg-\[\#e5e7eb\] {
    background-color: #e5e7eb;
  }
  .bg-\[\#e6a318\] {
    background-color: #e6a318;
  }
  .bg-\[\#f2f2f0\] {
    background-color: #f2f2f0;
  }
  .bg-\[\#f3f4f6\] {
    background-color: #f3f4f6;
  }
  .bg-\[\#f8fafc\] {
    background-color: #f8fafc;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#f58529\] {
    --tw-gradient-from: #f58529;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#dd2a7b\] {
    --tw-gradient-via: #dd2a7b;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#8134af\] {
    --tw-gradient-to: #8134af;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[26px\] {
    padding-block: 26px;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[34px\] {
    padding-block: 34px;
  }
  .py-\[36px\] {
    padding-block: 36px;
  }
  .py-\[38px\] {
    padding-block: 38px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[42px\] {
    padding-block: 42px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[52px\] {
    padding-block: 52px;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[14px\] {
    padding-top: 14px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[34px\] {
    padding-right: 34px;
  }
  .pr-\[110px\] {
    padding-right: 110px;
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pl-\[2px\] {
    padding-left: 2px;
  }
  .pl-\[8px\] {
    padding-left: 8px;
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[34px\] {
    padding-left: 34px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[46px\] {
    padding-left: 46px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[58px\] {
    font-size: 58px;
  }
  .text-\[72px\] {
    font-size: 72px;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.18\] {
    --tw-leading: 1.18;
    line-height: 1.18;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.3px\] {
    --tw-tracking: -0.3px;
    letter-spacing: -0.3px;
  }
  .tracking-\[-0\.4px\] {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1A2B4C\] {
    color: #1A2B4C;
  }
  .text-\[\#1A2B4C\]\/12 {
    color: color-mix(in oklab, #1A2B4C 12%, transparent);
  }
  .text-\[\#1A2B4C\]\/50 {
    color: color-mix(in oklab, #1A2B4C 50%, transparent);
  }
  .text-\[\#1A2B4C\]\/70 {
    color: color-mix(in oklab, #1A2B4C 70%, transparent);
  }
  .text-\[\#1A2B4C\]\/75 {
    color: color-mix(in oklab, #1A2B4C 75%, transparent);
  }
  .text-\[\#1A2B4C\]\/80 {
    color: color-mix(in oklab, #1A2B4C 80%, transparent);
  }
  .text-\[\#1f1f1f\] {
    color: #1f1f1f;
  }
  .text-\[\#2d2d2d\] {
    color: #2d2d2d;
  }
  .text-\[\#4b5563\] {
    color: #4b5563;
  }
  .text-\[\#6b7280\] {
    color: #6b7280;
  }
  .text-\[\#7b7b7b\] {
    color: #7b7b7b;
  }
  .text-\[\#7e7e7e\] {
    color: #7e7e7e;
  }
  .text-\[\#9ca3af\] {
    color: #9ca3af;
  }
  .text-\[\#16a34a\] {
    color: #16a34a;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#333333\]\/40 {
    color: color-mix(in oklab, #333333 40%, transparent);
  }
  .text-\[\#333333\]\/50 {
    color: color-mix(in oklab, #333333 50%, transparent);
  }
  .text-\[\#333333\]\/60 {
    color: color-mix(in oklab, #333333 60%, transparent);
  }
  .text-\[\#333333\]\/70 {
    color: color-mix(in oklab, #333333 70%, transparent);
  }
  .text-\[\#333333\]\/80 {
    color: color-mix(in oklab, #333333 80%, transparent);
  }
  .text-\[\#333333\]\/90 {
    color: color-mix(in oklab, #333333 90%, transparent);
  }
  .text-\[\#757575\] {
    color: #757575;
  }
  .text-\[\#878787\] {
    color: #878787;
  }
  .text-\[\#FF9F1C\] {
    color: #FF9F1C;
  }
  .text-\[\#FF9F1C\]\/20 {
    color: color-mix(in oklab, #FF9F1C 20%, transparent);
  }
  .text-\[\#a3a3a3\] {
    color: #a3a3a3;
  }
  .text-\[\#dc2626\] {
    color: #dc2626;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-green-900 {
    color: var(--color-green-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#dc2626\] {
    text-decoration-color: #dc2626;
  }
  .decoration-\[2px\] {
    text-decoration-thickness: 2px;
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .accent-\[\#FF9F1C\] {
    accent-color: #FF9F1C;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_28px_rgba\(26\,43\,76\,0\.07\)\] {
    --tw-shadow: 0 4px 28px var(--tw-shadow-color, rgba(26,43,76,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_30px_rgba\(26\,43\,76\,0\.06\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(26,43,76,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_30px_rgba\(26\,43\,76\,0\.10\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(26,43,76,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_0_0_2px_rgba\(26\,43\,76\,0\.16\)\] {
    --tw-shadow: inset 0 0 0 2px var(--tw-shadow-color, rgba(26,43,76,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:translate-x-\[2px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:\[transform\:rotateY\(360deg\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transform: rotateY(360deg);
      }
    }
  }
  .group-hover\:bg-\[\#FF9F1C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #FF9F1C;
      }
    }
  }
  .group-hover\:text-\[\#FF9F1C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #FF9F1C;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .file\:mr-\[10px\] {
    &::file-selector-button {
      margin-right: 10px;
    }
  }
  .file\:rounded-\[8px\] {
    &::file-selector-button {
      border-radius: 8px;
    }
  }
  .file\:border-0 {
    &::file-selector-button {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .file\:bg-\[\#FF9F1C\] {
    &::file-selector-button {
      background-color: #FF9F1C;
    }
  }
  .file\:px-\[12px\] {
    &::file-selector-button {
      padding-inline: 12px;
    }
  }
  .file\:py-\[8px\] {
    &::file-selector-button {
      padding-block: 8px;
    }
  }
  .file\:font-semibold {
    &::file-selector-button {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .file\:text-\[\#1A2B4C\] {
    &::file-selector-button {
      color: #1A2B4C;
    }
  }
  .placeholder\:text-\[\#9a9a98\] {
    &::placeholder {
      color: #9a9a98;
    }
  }
  .placeholder\:text-\[\#9ca3af\] {
    &::placeholder {
      color: #9ca3af;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:bottom-\[-10px\] {
    &::after {
      content: var(--tw-content);
      bottom: -10px;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-\[2px\] {
    &::after {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .after\:w-\[44px\] {
    &::after {
      content: var(--tw-content);
      width: 44px;
    }
  }
  .after\:bg-\[\#FF9F1C\] {
    &::after {
      content: var(--tw-content);
      background-color: #FF9F1C;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:-translate-y-\[4px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(4px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-\[\#1A2B4C\] {
    &:hover {
      @media (hover: hover) {
        border-color: #1A2B4C;
      }
    }
  }
  .hover\:border-\[\#1A2B4C\]\/25 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #1A2B4C 25%, transparent);
      }
    }
  }
  .hover\:border-\[\#1A2B4C\]\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #1A2B4C 30%, transparent);
      }
    }
  }
  .hover\:border-\[\#FF9F1C\] {
    &:hover {
      @media (hover: hover) {
        border-color: #FF9F1C;
      }
    }
  }
  .hover\:border-\[\#FF9F1C\]\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #FF9F1C 40%, transparent);
      }
    }
  }
  .hover\:bg-\[\#1A2B4C\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1A2B4C;
      }
    }
  }
  .hover\:bg-\[\#1A2B4C\]\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #1A2B4C 5%, transparent);
      }
    }
  }
  .hover\:bg-\[\#243a63\] {
    &:hover {
      @media (hover: hover) {
        background-color: #243a63;
      }
    }
  }
  .hover\:bg-\[\#15223d\] {
    &:hover {
      @media (hover: hover) {
        background-color: #15223d;
      }
    }
  }
  .hover\:bg-\[\#e8900f\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e8900f;
      }
    }
  }
  .hover\:bg-\[\#f2f2f2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f2f2f2;
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-white\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#1A2B4C\] {
    &:hover {
      @media (hover: hover) {
        color: #1A2B4C;
      }
    }
  }
  .hover\:text-\[\#FF9F1C\] {
    &:hover {
      @media (hover: hover) {
        color: #FF9F1C;
      }
    }
  }
  .hover\:text-\[\#e8900f\] {
    &:hover {
      @media (hover: hover) {
        color: #e8900f;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:shadow-\[0_6px_24px_rgba\(26\,43\,76\,0\.06\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 6px 24px var(--tw-shadow-color, rgba(26,43,76,0.06));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_14px_34px_rgba\(26\,43\,76\,0\.12\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 14px 34px var(--tw-shadow-color, rgba(26,43,76,0.12));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:file\:bg-\[\#e8900f\] {
    &:hover {
      @media (hover: hover) {
        &::file-selector-button {
          background-color: #e8900f;
        }
      }
    }
  }
  .focus\:border-\[\#1A2B4C\] {
    &:focus {
      border-color: #1A2B4C;
    }
  }
  .focus\:border-\[\#1A2B4C\]\/20 {
    &:focus {
      border-color: color-mix(in oklab, #1A2B4C 20%, transparent);
    }
  }
  .focus\:border-\[\#1A2B4C\]\/40 {
    &:focus {
      border-color: color-mix(in oklab, #1A2B4C 40%, transparent);
    }
  }
  .focus\:border-\[\#1A2B4C\]\/50 {
    &:focus {
      border-color: color-mix(in oklab, #1A2B4C 50%, transparent);
    }
  }
  .focus\:bg-white {
    &:focus {
      background-color: var(--color-white);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-\[\#1A2B4C\]\/10 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #1A2B4C 10%, transparent);
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:flex-1 {
    @media (width >= 40rem) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-\[12px\] {
    @media (width >= 40rem) {
      gap: 12px;
    }
  }
  .sm\:px-\[16px\] {
    @media (width >= 40rem) {
      padding-inline: 16px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .md\:-mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: calc(16px * -1);
    }
  }
  .md\:mb-\[22px\] {
    @media (width >= 48rem) {
      margin-bottom: 22px;
    }
  }
  .md\:mb-\[24px\] {
    @media (width >= 48rem) {
      margin-bottom: 24px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[34px\] {
    @media (width >= 48rem) {
      height: 34px;
    }
  }
  .md\:h-\[48px\] {
    @media (width >= 48rem) {
      height: 48px;
    }
  }
  .md\:h-\[58px\] {
    @media (width >= 48rem) {
      height: 58px;
    }
  }
  .md\:h-\[68px\] {
    @media (width >= 48rem) {
      height: 68px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[320px\] {
    @media (width >= 48rem) {
      height: 320px;
    }
  }
  .md\:h-\[360px\] {
    @media (width >= 48rem) {
      height: 360px;
    }
  }
  .md\:max-h-\[440px\] {
    @media (width >= 48rem) {
      max-height: 440px;
    }
  }
  .md\:w-\[68px\] {
    @media (width >= 48rem) {
      width: 68px;
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:max-w-\[320px\] {
    @media (width >= 48rem) {
      max-width: 320px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-\[14px\] {
    @media (width >= 48rem) {
      gap: 14px;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:gap-\[18px\] {
    @media (width >= 48rem) {
      gap: 18px;
    }
  }
  .md\:gap-\[22px\] {
    @media (width >= 48rem) {
      gap: 22px;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 48rem) {
      gap: 40px;
    }
  }
  .md\:space-y-\[14px\] {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(14px * var(--tw-space-y-reverse));
        margin-block-end: calc(14px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-\[56px\] {
    @media (width >= 48rem) {
      column-gap: 56px;
    }
  }
  .md\:gap-y-\[10px\] {
    @media (width >= 48rem) {
      row-gap: 10px;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[24px\] {
    @media (width >= 48rem) {
      border-radius: 24px;
    }
  }
  .md\:p-\[14px\] {
    @media (width >= 48rem) {
      padding: 14px;
    }
  }
  .md\:p-\[18px\] {
    @media (width >= 48rem) {
      padding: 18px;
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:p-\[22px\] {
    @media (width >= 48rem) {
      padding: 22px;
    }
  }
  .md\:p-\[24px\] {
    @media (width >= 48rem) {
      padding: 24px;
    }
  }
  .md\:p-\[26px\] {
    @media (width >= 48rem) {
      padding: 26px;
    }
  }
  .md\:px-\[8px\] {
    @media (width >= 48rem) {
      padding-inline: 8px;
    }
  }
  .md\:px-\[18px\] {
    @media (width >= 48rem) {
      padding-inline: 18px;
    }
  }
  .md\:px-\[24px\] {
    @media (width >= 48rem) {
      padding-inline: 24px;
    }
  }
  .md\:px-\[28px\] {
    @media (width >= 48rem) {
      padding-inline: 28px;
    }
  }
  .md\:py-\[12px\] {
    @media (width >= 48rem) {
      padding-block: 12px;
    }
  }
  .md\:py-\[16px\] {
    @media (width >= 48rem) {
      padding-block: 16px;
    }
  }
  .md\:py-\[18px\] {
    @media (width >= 48rem) {
      padding-block: 18px;
    }
  }
  .md\:py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px;
    }
  }
  .md\:py-\[26px\] {
    @media (width >= 48rem) {
      padding-block: 26px;
    }
  }
  .md\:py-\[28px\] {
    @media (width >= 48rem) {
      padding-block: 28px;
    }
  }
  .md\:py-\[34px\] {
    @media (width >= 48rem) {
      padding-block: 34px;
    }
  }
  .md\:py-\[36px\] {
    @media (width >= 48rem) {
      padding-block: 36px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:py-\[42px\] {
    @media (width >= 48rem) {
      padding-block: 42px;
    }
  }
  .md\:py-\[44px\] {
    @media (width >= 48rem) {
      padding-block: 44px;
    }
  }
  .md\:py-\[46px\] {
    @media (width >= 48rem) {
      padding-block: 46px;
    }
  }
  .md\:py-\[48px\] {
    @media (width >= 48rem) {
      padding-block: 48px;
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 48rem) {
      padding-block: 50px;
    }
  }
  .md\:py-\[52px\] {
    @media (width >= 48rem) {
      padding-block: 52px;
    }
  }
  .md\:py-\[54px\] {
    @media (width >= 48rem) {
      padding-block: 54px;
    }
  }
  .md\:py-\[56px\] {
    @media (width >= 48rem) {
      padding-block: 56px;
    }
  }
  .md\:py-\[58px\] {
    @media (width >= 48rem) {
      padding-block: 58px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[64px\] {
    @media (width >= 48rem) {
      padding-block: 64px;
    }
  }
  .md\:py-\[68px\] {
    @media (width >= 48rem) {
      padding-block: 68px;
    }
  }
  .md\:py-\[72px\] {
    @media (width >= 48rem) {
      padding-block: 72px;
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 48rem) {
      font-size: 34px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 48rem) {
      font-size: 38px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[48px\] {
    @media (width >= 48rem) {
      font-size: 48px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:text-\[52px\] {
    @media (width >= 48rem) {
      font-size: 52px;
    }
  }
  .md\:text-\[96px\] {
    @media (width >= 48rem) {
      font-size: 96px;
    }
  }
  .md\:tracking-\[0\.08em\] {
    @media (width >= 48rem) {
      --tw-tracking: 0.08em;
      letter-spacing: 0.08em;
    }
  }
  .md\:after\:w-\[50px\] {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 50px;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:inset-0 {
    @media (width >= 64rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[92px\] {
    @media (width >= 64rem) {
      top: 92px;
    }
  }
  .lg\:top-\[96px\] {
    @media (width >= 64rem) {
      top: 96px;
    }
  }
  .lg\:top-\[100px\] {
    @media (width >= 64rem) {
      top: 100px;
    }
  }
  .lg\:top-\[var\(--pgaints-header-offset\,0px\)\] {
    @media (width >= 64rem) {
      top: var(--pgaints-header-offset,0px);
    }
  }
  .lg\:col-start-1 {
    @media (width >= 64rem) {
      grid-column-start: 1;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 64rem) {
      grid-row-start: 2;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1\.1fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.1fr 1fr;
    }
  }
  .lg\:grid-cols-\[1\.2fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.2fr 1fr;
    }
  }
  .lg\:grid-cols-\[1\.7fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.7fr 1fr;
    }
  }
  .lg\:grid-cols-\[1\.15fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.15fr 1fr;
    }
  }
  .lg\:grid-cols-\[7fr_3fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 7fr 3fr;
    }
  }
  .lg\:grid-cols-\[280px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 280px 1fr;
    }
  }
  .lg\:grid-rows-\[auto_1fr\] {
    @media (width >= 64rem) {
      grid-template-rows: auto 1fr;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-x-\[40px\] {
    @media (width >= 64rem) {
      column-gap: 40px;
    }
  }
  .lg\:gap-x-\[64px\] {
    @media (width >= 64rem) {
      column-gap: 64px;
    }
  }
  .lg\:gap-y-\[20px\] {
    @media (width >= 64rem) {
      row-gap: 20px;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:pr-\[28px\] {
    @media (width >= 64rem) {
      padding-right: 28px;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[2fr_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 2fr 1fr;
    }
  }
  .\[\&_a\]\:text-\[\#1A2B4C\] {
    & a {
      color: #1A2B4C;
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\:hover\]\:text-\[\#FF9F1C\] {
    & a:hover {
      color: #FF9F1C;
    }
  }
  .\[\&_blockquote\]\:border-l-4 {
    & blockquote {
      border-left-style: var(--tw-border-style);
      border-left-width: 4px;
    }
  }
  .\[\&_blockquote\]\:border-\[\#FF9F1C\] {
    & blockquote {
      border-color: #FF9F1C;
    }
  }
  .\[\&_blockquote\]\:pl-\[16px\] {
    & blockquote {
      padding-left: 16px;
    }
  }
  .\[\&_blockquote\]\:text-\[\#4b5563\] {
    & blockquote {
      color: #4b5563;
    }
  }
  .\[\&_blockquote\]\:italic {
    & blockquote {
      font-style: italic;
    }
  }
  .\[\&_h2\]\:mt-\[1\.25em\] {
    & h2 {
      margin-top: 1.25em;
    }
  }
  .\[\&_h2\]\:mb-\[0\.5em\] {
    & h2 {
      margin-bottom: 0.5em;
    }
  }
  .\[\&_h2\]\:scroll-mt-\[100px\] {
    & h2 {
      scroll-margin-top: 100px;
    }
  }
  .\[\&_h2\]\:text-\[22px\] {
    & h2 {
      font-size: 22px;
    }
  }
  .\[\&_h2\]\:font-bold {
    & h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h2\]\:text-\[\#1A2B4C\] {
    & h2 {
      color: #1A2B4C;
    }
  }
  .md\:\[\&_h2\]\:text-\[26px\] {
    @media (width >= 48rem) {
      & h2 {
        font-size: 26px;
      }
    }
  }
  .\[\&_h3\]\:mt-\[1em\] {
    & h3 {
      margin-top: 1em;
    }
  }
  .\[\&_h3\]\:mb-\[0\.4em\] {
    & h3 {
      margin-bottom: 0.4em;
    }
  }
  .\[\&_h3\]\:scroll-mt-\[100px\] {
    & h3 {
      scroll-margin-top: 100px;
    }
  }
  .\[\&_h3\]\:text-\[18px\] {
    & h3 {
      font-size: 18px;
    }
  }
  .\[\&_h3\]\:font-semibold {
    & h3 {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&_h3\]\:text-\[\#1A2B4C\] {
    & h3 {
      color: #1A2B4C;
    }
  }
  .md\:\[\&_h3\]\:text-\[20px\] {
    @media (width >= 48rem) {
      & h3 {
        font-size: 20px;
      }
    }
  }
  .\[\&_h4\]\:mt-\[0\.9em\] {
    & h4 {
      margin-top: 0.9em;
    }
  }
  .\[\&_h4\]\:mb-\[0\.35em\] {
    & h4 {
      margin-bottom: 0.35em;
    }
  }
  .\[\&_h4\]\:text-\[17px\] {
    & h4 {
      font-size: 17px;
    }
  }
  .\[\&_h4\]\:font-semibold {
    & h4 {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&_h4\]\:text-\[\#1A2B4C\] {
    & h4 {
      color: #1A2B4C;
    }
  }
  .\[\&_img\]\:h-auto {
    & img {
      height: auto;
    }
  }
  .\[\&_img\]\:max-w-full {
    & img {
      max-width: 100%;
    }
  }
  .\[\&_img\]\:rounded-\[10px\] {
    & img {
      border-radius: 10px;
    }
  }
  .\[\&_li\]\:my-\[0\.25em\] {
    & li {
      margin-block: 0.25em;
    }
  }
  .\[\&_ol\]\:my-\[0\.75em\] {
    & ol {
      margin-block: 0.75em;
    }
  }
  .\[\&_ol\]\:list-decimal {
    & ol {
      list-style-type: decimal;
    }
  }
  .\[\&_ol\]\:pl-\[1\.25em\] {
    & ol {
      padding-left: 1.25em;
    }
  }
  .\[\&_p\]\:mb-\[0\.65em\] {
    & p {
      margin-bottom: 0.65em;
    }
  }
  .\[\&_p\]\:mb-\[0\.75em\] {
    & p {
      margin-bottom: 0.75em;
    }
  }
  .\[\&_p\:last-child\]\:mb-0 {
    & p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_ul\]\:my-\[0\.75em\] {
    & ul {
      margin-block: 0.75em;
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:pl-\[1\.25em\] {
    & ul {
      padding-left: 1.25em;
    }
  }
  .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
    &::-webkit-inner-spin-button {
      appearance: none;
    }
  }
  .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none {
    &::-webkit-outer-spin-button {
      appearance: none;
    }
  }
}
h1, h2, h3, h4, h5, h6, a {
  font-family: var(--font-heading);
}
@keyframes wavy-draw-lr {
  from {
    background-size: 0 0.45em;
  }
  to {
    background-size: 100% 0.45em;
  }
}
.wavy, em.wavy-em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'><path d='M0,7 Q15,1 30,7 T60,7 T90,7 T120,7' stroke='%23FF9F1C' stroke-width='2.4' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.45em;
  padding-bottom: 0.18em;
  font-style: normal;
  animation: wavy-draw-lr 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.3s forwards;
}
@media (prefers-reduced-motion: reduce) {
  .wavy, em.wavy-em, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    animation: none;
    background-size: 100% 0.45em;
  }
}
.spec-tab {
  background-color: #fff;
  color: #1A2B4C;
  border: 1px solid rgba(26, 43, 76, 0.15);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.spec-tab:hover {
  border-color: rgba(26, 43, 76, 0.45);
  box-shadow: 0 2px 8px rgba(26, 43, 76, 0.08);
}
.spec-tab.active {
  background-color: #1A2B4C;
  color: #fff;
  border-color: #1A2B4C;
  box-shadow: 0 4px 14px rgba(26, 43, 76, 0.22);
}
.spec-tab.active:hover {
  transform: none;
}
@media (max-width: 767px) {
  .spec-tabs-scroll {
    -webkit-mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
    mask-image: linear-gradient(to right, transparent, #000 18px, #000 calc(100% - 18px), transparent);
    scroll-snap-type: x proximity;
  }
  .spec-tab {
    scroll-snap-align: start;
  }
}
@keyframes spec-panel-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spec-panel:not(.hidden) {
  animation: spec-panel-fade 0.35s ease both;
}
@media (prefers-reduced-motion: reduce) {
  .spec-panel:not(.hidden) {
    animation: none;
  }
}
#offcanvas {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-100%);
}
#offcanvas.open {
  transform: translateX(0);
}
#offcanvas-overlay {
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#offcanvas-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-sub.open {
  max-height: 500px;
}
.mobile-chevron {
  transition: transform 0.25s ease;
}
.mobile-chevron.open {
  transform: rotate(180deg);
}
#search-modal {
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}
#search-modal.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#header-right .header-right-search {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
#header-right[data-search-state="open"] .header-right-search {
  opacity: 1;
  pointer-events: all;
}
#header-right[data-search-state="open"] .header-right-default {
  opacity: 0;
  pointer-events: none;
}
.header-right-default {
  transition: opacity 0.18s ease;
}
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.mega-trigger:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.single-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.dropdown-trigger:hover .single-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 43, 76, 0.12);
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
.fade-in.from-left:not(.visible) {
  transform: translateX(-32px);
}
.fade-in.from-right:not(.visible) {
  transform: translateX(32px);
}
.fade-in.zoom-in:not(.visible) {
  transform: scale(0.94);
}
.fade-in.delay-1 {
  transition-delay: 0.1s;
}
.fade-in.delay-2 {
  transition-delay: 0.2s;
}
.fade-in.delay-3 {
  transition-delay: 0.3s;
}
.fade-in.delay-4 {
  transition-delay: 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .fade-in, .fade-in.from-left, .fade-in.from-right, .fade-in.zoom-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-track {
  animation: marquee 25s linear infinite;
  display: flex;
  width: max-content;
  gap: 32px;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.footer-logo {
  filter: brightness(0) invert(1);
}
.cat-card {
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.cat-card:hover {
  background-color: #1A2B4C;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(26, 43, 76, 0.18);
}
.cat-card:hover .cat-icon {
  color: #FF9F1C;
}
.step-connector {
  display: none;
}
@media (min-width: 768px) {
  .step-connector {
    display: block;
  }
}
.filter-tab.active {
  background-color: #1A2B4C;
  color: #ffffff;
}
.hero-img-ring {
  box-shadow: 0 0 0 6px rgba(255, 159, 28, 0.25), 0 24px 64px rgba(26, 43, 76, 0.35);
}
.newsletter-success {
  background-color: #16a34a !important;
  color: #ffffff !important;
}
.product-gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.product-gallery-stage {
  position: relative;
  background-color: #ffffff;
  border-radius: 18px;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.product-gallery-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 16px;
  border-radius: 9999px;
  background-color: #ff9f1c;
  color: #ffffff;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.12);
  pointer-events: none;
}
.product-gallery-stage img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background-color: #ffffff;
}
.product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 10px;
}
.product-gallery-thumb {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  padding: 2px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.18s ease;
}
@media (min-width: 640px) {
  .product-gallery-thumb {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .product-gallery-thumb {
    width: 68px;
    height: 68px;
  }
}
.product-gallery-thumb:hover {
  border-color: rgb(209 213 219);
}
.product-gallery-thumb:focus-visible {
  outline: 2px solid #1a2b4c;
  outline-offset: 2px;
}
.product-gallery-thumb.is-active {
  border-color: #22c55e;
  box-shadow: none;
}
.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
  background-color: #ffffff;
}
.pq-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pq-field > label {
  font-size: 13px;
  font-weight: 600;
  color: #1A2B4C;
  letter-spacing: 0.01em;
}
.product-quote-form input[type='text'], .product-quote-form input[type='email'], .product-quote-form input[type='tel'], .product-quote-form textarea, .product-quote-form select {
  width: 100%;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #1A2B4C;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.product-quote-form input::placeholder, .product-quote-form textarea::placeholder {
  color: #9ca3af;
}
.product-quote-form input:focus, .product-quote-form textarea:focus, .product-quote-form select:focus {
  outline: none;
  border-color: #1A2B4C;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(26, 43, 76, 0.08);
}
.product-quote-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231A2B4C'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 38px;
}
.product-quote-form textarea {
  resize: vertical;
  min-height: 100px;
}
.product-quote-form .quote-submit {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  background-color: #ff9f1c;
  color: #1a2b4c;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.1s ease;
}
.product-quote-form .quote-submit:hover {
  background-color: #e8900f;
}
.product-quote-form .quote-submit:active {
  transform: scale(0.99);
}
.related-products-swiper .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100%;
  margin-top: 18px;
  padding-top: 6px;
  text-align: center;
  line-height: 1;
}
.related-products-swiper .swiper-pagination-bullet {
  vertical-align: middle;
}
.reviews-swiper .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100%;
  margin-top: 18px;
  padding-top: 6px;
  text-align: center;
  line-height: 1;
}
.reviews-swiper .swiper-pagination-bullet {
  vertical-align: middle;
}
.reviews-swiper .swiper-pagination-bullet-active {
  background-color: #ff9f1c;
}
.reviews-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .reviews-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .reviews-swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.reviews-swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}
.product-info-tabs-wrap .product-info-content-shell {
  border-color: rgb(229 231 235);
}
.product-info-tabs-wrap .description-sec ul li::marker {
  color: #ff9f1c;
}
.product-info-tabs-wrap .description-sec ul {
  list-style-type: disc;
  padding-left: 1.15rem;
}
.pg-spec-table, .product-info-tabs-wrap .description-sec table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0;
}
.pg-spec-table th, .pg-spec-table td, .product-info-tabs-wrap .description-sec th, .product-info-tabs-wrap .description-sec td {
  text-align: left;
  vertical-align: top;
  padding: 11px 16px;
  border: 1px solid rgba(26, 43, 76, 0.12);
  line-height: 1.5;
}
.pg-spec-table th, .product-info-tabs-wrap .description-sec th {
  width: 34%;
  background: #1a2b4c;
  color: #fff;
  font-weight: 600;
}
.pg-spec-table tr:nth-child(even) td, .product-info-tabs-wrap .description-sec tr:nth-child(even) td {
  background: #f8fafc;
}
@media (max-width: 640px) {
  .pg-spec-table th, .product-info-tabs-wrap .description-sec th {
    width: 42%;
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-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-content: "";
    }
  }
}
