/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0px) 8px calc(8px - 2px - 3px - 0px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
  overflow: auto;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: hsl(0, 0%, 124.9019607843%);
  border: 0px solid hsl(0, 0%, 111.568627451%);
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0px 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option, .ts-dropdown .optgroup-header, .ts-dropdown .no-results, .ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: hsl(0, 0%, -6.1764705882%);
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: hsl(0, 0%, 111.568627451%);
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: hsl(0, 0%, 111.568627451%);
}
:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown, .ts-control, .ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/onest-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/onest-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/onest-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/onest-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}
.toastify-right {
  right: 15px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}
.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-400: oklch(67.3% 0.182 276.935);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --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-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 688px;
    --container-xl: 1228px;
    --container-2xl: 96rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #00003d;
    --color-light: #f5f5f7;
    --color-gray: #888888;
    --font-onest: 'Onest', system-ui, sans-serif;
    --animate-marquee: marquee 30s linear infinite;
    --animate-hero-zoom: hero-zoom 1.5s ease-out 0.01s;
  }
}
@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-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[-40px\] {
    top: -40px;
  }
  .top-\[-47px\] {
    top: -47px;
  }
  .top-\[-72px\] {
    top: -72px;
  }
  .top-\[-181px\] {
    top: -181px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[78px\] {
    top: 78px;
  }
  .top-\[249px\] {
    top: 249px;
  }
  .top-\[271px\] {
    top: 271px;
  }
  .top-\[300px\] {
    top: 300px;
  }
  .top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: 0px;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[8px\] {
    right: 8px;
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[47px\] {
    right: 47px;
  }
  .right-\[84px\] {
    right: 84px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\.5 {
    left: calc(var(--spacing) * 2.5);
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-\[264px\] {
    left: 264px;
  }
  .left-\[339px\] {
    left: 339px;
  }
  .left-\[536px\] {
    left: 536px;
  }
  .left-\[701px\] {
    left: 701px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[110\] {
    z-index: 110;
  }
  .order-2 {
    order: 2;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @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-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[1px\] {
    margin-top: calc(1px * -1);
  }
  .-mt-\[16px\] {
    margin-top: calc(16px * -1);
  }
  .-mt-\[84px\] {
    margin-top: calc(84px * -1);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[48px\] {
    margin-bottom: 48px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .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 {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .\!h-\[1107px\] {
    height: 1107px !important;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[146px\] {
    height: 146px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[194px\] {
    height: 194px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[236px\] {
    height: 236px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[246px\] {
    height: 246px;
  }
  .h-\[248px\] {
    height: 248px;
  }
  .h-\[252px\] {
    height: 252px;
  }
  .h-\[273px\] {
    height: 273px;
  }
  .h-\[278px\] {
    height: 278px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[286px\] {
    height: 286px;
  }
  .h-\[308px\] {
    height: 308px;
  }
  .h-\[312px\] {
    height: 312px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[387px\] {
    height: 387px;
  }
  .h-\[416px\] {
    height: 416px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[426px\] {
    height: 426px;
  }
  .h-\[468px\] {
    height: 468px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[520px\] {
    height: 520px;
  }
  .h-\[524px\] {
    height: 524px;
  }
  .h-\[526px\] {
    height: 526px;
  }
  .h-\[644px\] {
    height: 644px;
  }
  .h-\[680px\] {
    height: 680px;
  }
  .h-\[calc\(100\%_\+_47px\)\] {
    height: calc(100% + 47px);
  }
  .h-\[calc\(100\%_\+_72px\)\] {
    height: calc(100% + 72px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-16 {
    max-height: calc(var(--spacing) * 16);
  }
  .max-h-24 {
    max-height: calc(var(--spacing) * 24);
  }
  .max-h-28 {
    max-height: calc(var(--spacing) * 28);
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[294px\] {
    max-height: 294px;
  }
  .max-h-none {
    max-height: none;
  }
  .min-h-\[54px\] {
    min-height: 54px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[60vh\] {
    min-height: 60vh;
  }
  .min-h-\[96px\] {
    min-height: 96px;
  }
  .min-h-\[125px\] {
    min-height: 125px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[355px\] {
    min-height: 355px;
  }
  .min-h-\[624px\] {
    min-height: 624px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[88px\] {
    width: 88px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[167px\] {
    width: 167px;
  }
  .w-\[168px\] {
    width: 168px;
  }
  .w-\[176px\] {
    width: 176px;
  }
  .w-\[184px\] {
    width: 184px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[205px\] {
    width: 205px;
  }
  .w-\[228px\] {
    width: 228px;
  }
  .w-\[274px\] {
    width: 274px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[313px\] {
    width: 313px;
  }
  .w-\[315px\] {
    width: 315px;
  }
  .w-\[316px\] {
    width: 316px;
  }
  .w-\[426px\] {
    width: 426px;
  }
  .w-\[467px\] {
    width: 467px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[644px\] {
    width: 644px;
  }
  .w-\[calc\(50\%-14px\)\] {
    width: calc(50% - 14px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .\!max-w-\[880px\] {
    max-width: 880px !important;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[178px\] {
    max-width: 178px;
  }
  .max-w-\[262px\] {
    max-width: 262px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[1228px\] {
    max-width: 1228px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[168px\] {
    min-width: 168px;
  }
  .min-w-\[183px\] {
    min-width: 183px;
  }
  .min-w-\[216px\] {
    min-width: 216px;
  }
  .min-w-\[340px\] {
    min-width: 340px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[16px\] {
    --tw-translate-x: 16px;
    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-hero-zoom {
    animation: var(--animate-hero-zoom);
  }
  .animate-marquee {
    animation: var(--animate-marquee);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .scroll-mt-\[96px\] {
    scroll-margin-top: 96px;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :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)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-x-\[28px\] {
    column-gap: 28px;
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[48px\] {
    row-gap: 48px;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[48px\] {
    border-radius: 48px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[16px\] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-tr-\[36px\] {
    border-top-right-radius: 36px;
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .rounded-br-\[36px\] {
    border-bottom-right-radius: 36px;
  }
  .rounded-bl-\[36px\] {
    border-bottom-left-radius: 36px;
  }
  .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-\[48px\] {
    border-style: var(--tw-border-style);
    border-width: 48px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[4px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#00003d\] {
    border-color: #00003d;
  }
  .border-\[\#242424\] {
    border-color: #242424;
  }
  .border-\[\#eeeeee\] {
    border-color: #eeeeee;
  }
  .border-\[\#f5f5f7\] {
    border-color: #f5f5f7;
  }
  .border-\[\#ff0016\] {
    border-color: #ff0016;
  }
  .border-\[\#ff0016\]\/30 {
    border-color: color-mix(in oklab, #ff0016 30%, transparent);
  }
  .border-\[\#ffca00\] {
    border-color: #ffca00;
  }
  .border-\[\#ffffff\] {
    border-color: #ffffff;
  }
  .border-\[rgba\(255\,0\,22\,0\.6\)\] {
    border-color: rgba(255,0,22,0.6);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-\[\#00003d\] {
    background-color: #00003d;
  }
  .bg-\[\#00005f\] {
    background-color: #00005f;
  }
  .bg-\[\#d2d2d2\] {
    background-color: #d2d2d2;
  }
  .bg-\[\#d3d3d3\] {
    background-color: #d3d3d3;
  }
  .bg-\[\#e6d5a5\] {
    background-color: #e6d5a5;
  }
  .bg-\[\#e7e7f7\] {
    background-color: #e7e7f7;
  }
  .bg-\[\#eeeeee\] {
    background-color: #eeeeee;
  }
  .bg-\[\#f5f5f7\] {
    background-color: #f5f5f7;
  }
  .bg-\[\#f6e8e8\] {
    background-color: #f6e8e8;
  }
  .bg-\[\#fafafa\]\/60 {
    background-color: color-mix(in oklab, #fafafa 60%, transparent);
  }
  .bg-\[\#ff0016\] {
    background-color: #ff0016;
  }
  .bg-\[\#ffca00\] {
    background-color: #ffca00;
  }
  .bg-\[\#ffca00\]\/30 {
    background-color: color-mix(in oklab, #ffca00 30%, transparent);
  }
  .bg-\[rgba\(0\,0\,61\,0\.8\)\] {
    background-color: rgba(0,0,61,0.8);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .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-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-\[linear-gradient\(180deg\,\#8fb2ff_0\%\,\#ffffff_100\%\)\] {
    background-image: linear-gradient(180deg,#8fb2ff 0%,#ffffff 100%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(255\,255\,255\,0\)_0\%\,\#fff_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);
  }
  .bg-\[linear-gradient\(282\.3deg\,\#5b00c4_0\%\,\#5b00c4_48\.2\%\,\#d00049_100\%\)\] {
    background-image: linear-gradient(282.3deg,#5b00c4 0%,#5b00c4 48.2%,#d00049 100%);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-top {
    object-position: top;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[12px_16px\] {
    padding: 12px 16px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[36px\] {
    padding-top: 36px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[108px\] {
    padding-top: 108px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-9 {
    padding-right: calc(var(--spacing) * 9);
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pr-\[36px\] {
    padding-right: 36px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[16px\] {
    padding-bottom: 16px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pb-\[96px\] {
    padding-bottom: 96px;
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-\[146px\] {
    padding-left: 146px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\[font-family\:inherit\] {
    font-family: inherit;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-onest {
    font-family: var(--font-onest);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[clamp\(19px\,calc\(7\.15vw-4px\)\,28px\)\] {
    font-size: clamp(19px, calc(7.15vw - 4px), 28px);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[31px\] {
    --tw-leading: 31px;
    line-height: 31px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[33\.6px\] {
    --tw-leading: 33.6px;
    line-height: 33.6px;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[135\%\] {
    --tw-leading: 135%;
    line-height: 135%;
  }
  .leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
  .leading-\[143\%\] {
    --tw-leading: 143%;
    line-height: 143%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!tracking-\[0\] {
    --tw-tracking: 0 !important;
    letter-spacing: 0 !important;
  }
  .tracking-\[0\.01em\] {
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-balance {
    text-wrap: balance;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#1e1e1e\] {
    color: #1e1e1e;
  }
  .text-\[\#00003d\] {
    color: #00003d;
  }
  .text-\[\#00003d\]\/30 {
    color: color-mix(in oklab, #00003d 30%, transparent);
  }
  .text-\[\#99aaba\] {
    color: #99aaba;
  }
  .text-\[\#242424\] {
    color: #242424;
  }
  .text-\[\#242424\]\! {
    color: #242424 !important;
  }
  .text-\[\#888888\] {
    color: #888888;
  }
  .text-\[\#c9c9cf\] {
    color: #c9c9cf;
  }
  .text-\[\#e37f22\] {
    color: #e37f22;
  }
  .text-\[\#f9b906\] {
    color: #f9b906;
  }
  .text-\[\#fafafa\] {
    color: #fafafa;
  }
  .text-\[\#ff0016\] {
    color: #ff0016;
  }
  .text-\[\#ffca00\] {
    color: #ffca00;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray {
    color: var(--color-gray);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-indigo-400 {
    color: var(--color-indigo-400);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .accent-\[\#ffca00\] {
    accent-color: #ffca00;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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_0_0_1px_\#f5f5f7\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, #f5f5f7);
    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_16px_8px_rgba\(0\,0\,0\,\.12\)\] {
    --tw-shadow: 0 8px 16px 8px var(--tw-shadow-color, rgba(0,0,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);
  }
  .shadow-\[0_8px_16px_8px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 8px 16px 8px var(--tw-shadow-color, rgba(0,0,0,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);
  }
  .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-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);
  }
  .outline-offset-\[-2px\] {
    outline-offset: -2px;
  }
  .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,);
  }
  .backdrop-blur-\[30px\] {
    --tw-backdrop-blur: blur(30px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-\[color\,border-color\] {
    transition-property: color,border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\] {
    transition-property: opacity,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[top\,height\] {
    transition-property: top,height;
    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-opacity {
    transition-property: opacity;
    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-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .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-\[50ms\] {
    --tw-duration: 50ms;
    transition-duration: 50ms;
  }
  .duration-\[150ms\] {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rotate-180:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 180deg;
  }
  @media (hover: hover) {
    .group-hover\:top-\[-70px\]:is(:where(.group):hover *) {
      top: -70px;
    }
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
    .group-hover\:hidden:is(:where(.group):hover *) {
      display: none;
    }
    .group-hover\:h-\[266px\]:is(:where(.group):hover *) {
      height: 266px;
    }
    .group-hover\:h-\[calc\(100\%_\+_82px\)\]:is(:where(.group):hover *) {
      height: calc(100% + 82px);
    }
    .group-hover\:h-full:is(:where(.group):hover *) {
      height: 100%;
    }
    .group-hover\:translate-x-0:is(:where(.group):hover *) {
      --tw-translate-x: 0px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:translate-x-\[-130px\]:is(:where(.group):hover *) {
      --tw-translate-x: -130px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:scale-\[1\.024\]:is(:where(.group):hover *) {
      scale: 1.024;
    }
    .group-hover\:rounded-\[24px\]:is(:where(.group):hover *) {
      border-radius: 24px;
    }
    .group-hover\:text-\[\#ffca00\]:is(:where(.group):hover *) {
      color: #ffca00;
    }
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0%;
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .peer-checked\:block:is(:where(.peer):checked ~ *) {
    display: block;
  }
  .peer-\[\&\:not\(\:placeholder-shown\)\]\:pointer-events-auto:is(:where(.peer):not(:placeholder-shown) ~ *) {
    pointer-events: auto;
  }
  .peer-\[\&\:not\(\:placeholder-shown\)\]\:opacity-100:is(:where(.peer):not(:placeholder-shown) ~ *) {
    opacity: 100%;
  }
  .placeholder\:text-\[\#888888\]::placeholder {
    color: #888888;
  }
  .first\:mt-0:first-child {
    margin-top: 0px;
  }
  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .focus-within\:border-\[\#ffca00\]:focus-within {
    border-color: #ffca00;
  }
  @media (hover: hover) {
    .hover\:scale-125:hover {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .hover\:border-\[\#ff0016\]:hover {
      border-color: #ff0016;
    }
    .hover\:border-\[\#ffca00\]:hover {
      border-color: #ffca00;
    }
    .hover\:bg-\[\#00005f\]:hover {
      background-color: #00005f;
    }
    .hover\:bg-\[\#d90013\]:hover {
      background-color: #d90013;
    }
    .hover\:bg-\[\#e20000\]:hover {
      background-color: #e20000;
    }
    .hover\:bg-\[\#f0f0f2\]\/70:hover {
      background-color: color-mix(in oklab, #f0f0f2 70%, transparent);
    }
    .hover\:bg-\[\#fafafa\]:hover {
      background-color: #fafafa;
    }
    .hover\:bg-\[\#ffca00\]:hover {
      background-color: #ffca00;
    }
    .hover\:bg-\[\#fff9ee\]:hover {
      background-color: #fff9ee;
    }
    .hover\:bg-black\/5:hover {
      background-color: color-mix(in srgb, #000 5%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/5:hover {
        background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
      }
    }
    .hover\:bg-black\/\[\.02\]:hover {
      background-color: color-mix(in srgb, #000 2%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[\.02\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 2%, transparent);
      }
    }
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
    .hover\:bg-gray-200:hover {
      background-color: var(--color-gray-200);
    }
    .hover\:bg-indigo-500:hover {
      background-color: var(--color-indigo-500);
    }
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
    .hover\:bg-white\/10:hover {
      background-color: color-mix(in srgb, #fff 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
    .hover\:text-\[\#00003d\]:hover {
      color: #00003d;
    }
    .hover\:text-\[\#242424\]:hover {
      color: #242424;
    }
    .hover\:text-\[\#d7a448\]:hover {
      color: #d7a448;
    }
    .hover\:text-\[\#ff0016\]:hover {
      color: #ff0016;
    }
    .hover\:text-\[\#ffca00\]:hover {
      color: #ffca00;
    }
    .hover\:text-gray-700:hover {
      color: var(--color-gray-700);
    }
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
    .hover\:text-indigo-300:hover {
      color: var(--color-indigo-300);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
    .hover\:shadow-\[0_8px_16px_8px_rgba\(0\,0\,0\,0\.12\)\]:hover {
      --tw-shadow: 0 8px 16px 8px var(--tw-shadow-color, rgba(0,0,0,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 {
      --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\:outline:hover {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
    .hover\:outline-2:hover {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
    .hover\:outline-\[\#ffca00\]:hover {
      outline-color: #ffca00;
    }
    .hover\:\[animation-play-state\:paused\]:hover {
      animation-play-state: paused;
    }
    .not-aria-selected\:hover\:text-\[\#ff0016\]:not([aria-selected="true"]):hover {
      color: #ff0016;
    }
    .peer-\[\&\:not\(\:placeholder-shown\)\]\:hover\:opacity-\[0\.65\]:is(:where(.peer):not(:placeholder-shown) ~ *):hover {
      opacity: 0.65;
    }
  }
  .focus\:border-\[\#ffca00\]:focus {
    border-color: #ffca00;
  }
  .focus\:border-indigo-500:focus {
    border-color: var(--color-indigo-500);
  }
  .focus\:ring-1:focus {
    --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);
  }
  .focus\:ring-indigo-500:focus {
    --tw-ring-color: var(--color-indigo-500);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:border-\[\#ffca00\]:focus-visible {
    border-color: #ffca00;
  }
  .focus-visible\:text-\[\#ffca00\]:focus-visible {
    color: #ffca00;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-30:disabled {
    opacity: 30%;
  }
  .aria-pressed\:border-\[\#ffca00\][aria-pressed="true"] {
    border-color: #ffca00;
  }
  .aria-pressed\:bg-\[\#ffca00\][aria-pressed="true"] {
    background-color: #ffca00;
  }
  .aria-pressed\:text-white[aria-pressed="true"] {
    color: var(--color-white);
  }
  @media (hover: hover) {
    .aria-pressed\:hover\:border-\[\#ffca00\][aria-pressed="true"]:hover {
      border-color: #ffca00;
    }
    .aria-pressed\:hover\:bg-\[\#ffca00\][aria-pressed="true"]:hover {
      background-color: #ffca00;
    }
    .aria-pressed\:hover\:text-white[aria-pressed="true"]:hover {
      color: var(--color-white);
    }
  }
  .aria-selected\:border-0[aria-selected="true"] {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .aria-selected\:bg-\[\#ff0016\][aria-selected="true"] {
    background-color: #ff0016;
  }
  .aria-selected\:text-white[aria-selected="true"] {
    color: var(--color-white);
  }
  .aria-\[current\=true\]\:text-\[\#ffca00\][aria-current="true"] {
    color: #ffca00;
  }
  .data-\[active\=true\]\:bg-white[data-active="true"] {
    background-color: var(--color-white);
  }
  .data-\[active\=true\]\:text-\[\#242424\][data-active="true"] {
    color: #242424;
  }
  @media (hover: hover) {
    .data-\[active\=true\]\:hover\:text-\[\#242424\][data-active="true"]:hover {
      color: #242424;
    }
  }
  @media (width < 48rem) {
    .max-md\:\!m-0 {
      margin: 0px !important;
    }
    .max-md\:hidden {
      display: none;
    }
    .max-md\:\!w-\[82px\] {
      width: 82px !important;
    }
    .max-md\:\!w-\[91px\] {
      width: 91px !important;
    }
    .max-md\:\!w-\[94px\] {
      width: 94px !important;
    }
    .max-md\:\!w-\[99px\] {
      width: 99px !important;
    }
    .max-md\:\!w-\[136px\] {
      width: 136px !important;
    }
    .max-md\:rounded-none {
      border-radius: 0;
    }
    .max-md\:text-\[14px\] {
      font-size: 14px;
    }
    .max-md\:text-\[16px\] {
      font-size: 16px;
    }
    .max-md\:tracking-normal {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
    .max-md\:last\:hidden:last-child {
      display: none;
    }
  }
  @media (width >= 30rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:mx-auto {
      margin-inline: auto;
    }
    .md\:mt-\[24px\] {
      margin-top: 24px;
    }
    .md\:mt-\[42px\] {
      margin-top: 42px;
    }
    .md\:mt-\[48px\] {
      margin-top: 48px;
    }
    .md\:block {
      display: block;
    }
    .md\:contents {
      display: contents;
    }
    .md\:flex {
      display: flex;
    }
    .md\:grid {
      display: grid;
    }
    .md\:hidden {
      display: none;
    }
    .md\:inline-flex {
      display: inline-flex;
    }
    .md\:table-cell {
      display: table-cell;
    }
    .md\:\!h-\[680px\] {
      height: 680px !important;
    }
    .md\:h-\[34px\] {
      height: 34px;
    }
    .md\:h-\[50px\] {
      height: 50px;
    }
    .md\:h-\[66px\] {
      height: 66px;
    }
    .md\:h-\[92px\] {
      height: 92px;
    }
    .md\:h-\[127px\] {
      height: 127px;
    }
    .md\:h-\[155\.56px\] {
      height: 155.56px;
    }
    .md\:h-\[168px\] {
      height: 168px;
    }
    .md\:h-\[274px\] {
      height: 274px;
    }
    .md\:h-\[276px\] {
      height: 276px;
    }
    .md\:h-\[278px\] {
      height: 278px;
    }
    .md\:h-\[574px\] {
      height: 574px;
    }
    .md\:h-\[760px\] {
      height: 760px;
    }
    .md\:h-auto {
      height: auto;
    }
    .md\:min-h-\[50px\] {
      min-height: 50px;
    }
    .md\:min-h-\[92px\] {
      min-height: 92px;
    }
    .md\:min-h-\[168px\] {
      min-height: 168px;
    }
    .md\:min-h-\[186px\] {
      min-height: 186px;
    }
    .md\:min-h-\[308px\] {
      min-height: 308px;
    }
    .md\:min-h-\[312px\] {
      min-height: 312px;
    }
    .md\:min-h-\[588px\] {
      min-height: 588px;
    }
    .md\:\!w-\[880px\] {
      width: 880px !important;
    }
    .md\:w-\[168px\] {
      width: 168px;
    }
    .md\:w-\[200px\] {
      width: 200px;
    }
    .md\:w-\[280px\] {
      width: 280px;
    }
    .md\:w-\[327px\] {
      width: 327px;
    }
    .md\:w-\[342px\] {
      width: 342px;
    }
    .md\:w-\[378px\] {
      width: 378px;
    }
    .md\:w-\[400px\] {
      width: 400px;
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:w-full {
      width: 100%;
    }
    .md\:max-w-\[257px\] {
      max-width: 257px;
    }
    .md\:max-w-\[720px\] {
      max-width: 720px;
    }
    .md\:max-w-\[1228px\] {
      max-width: 1228px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-\[92px_180px_106px_106px_118px_118px\] {
      grid-template-columns: 92px 180px 106px 106px 118px 118px;
    }
    .md\:grid-cols-\[100px_minmax\(0\,1fr\)_120px_120px_120px_120px\] {
      grid-template-columns: 100px minmax(0,1fr) 120px 120px 120px 120px;
    }
    .md\:grid-cols-\[264px_184px_192px\] {
      grid-template-columns: 264px 184px 192px;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:flex-wrap {
      flex-wrap: wrap;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:items-end {
      align-items: flex-end;
    }
    .md\:items-start {
      align-items: flex-start;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:gap-\[4px\] {
      gap: 4px;
    }
    .md\:gap-\[8px\] {
      gap: 8px;
    }
    .md\:gap-\[16px\] {
      gap: 16px;
    }
    .md\:gap-\[24px\] {
      gap: 24px;
    }
    .md\:gap-\[48px\] {
      gap: 48px;
    }
    .md\:gap-x-\[40px\] {
      column-gap: 40px;
    }
    .md\:gap-y-\[48px\] {
      row-gap: 48px;
    }
    .md\:overflow-visible {
      overflow: visible;
    }
    .md\:rounded-\[12px\] {
      border-radius: 12px;
    }
    .md\:border-0 {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    .md\:p-\[48px\] {
      padding: 48px;
    }
    .md\:px-\[48px\] {
      padding-inline: 48px;
    }
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .md\:pt-\[47px\] {
      padding-top: 47px;
    }
    .md\:pt-\[100px\] {
      padding-top: 100px;
    }
    .md\:pt-\[138px\] {
      padding-top: 138px;
    }
    .md\:pb-\[36px\] {
      padding-bottom: 36px;
    }
    .md\:pb-\[40px\] {
      padding-bottom: 40px;
    }
    .md\:pb-\[100px\] {
      padding-bottom: 100px;
    }
    .md\:pb-\[120px\] {
      padding-bottom: 120px;
    }
    .md\:pb-\[140px\] {
      padding-bottom: 140px;
    }
    .md\:pl-\[16px\] {
      padding-left: 16px;
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-\[18px\] {
      font-size: 18px;
    }
    .md\:text-\[44px\] {
      font-size: 44px;
    }
    .md\:leading-\[140\%\] {
      --tw-leading: 140%;
      line-height: 140%;
    }
    .md\:leading-\[150\%\] {
      --tw-leading: 150%;
      line-height: 150%;
    }
    .md\:tracking-\[0\.02em\] {
      --tw-tracking: 0.02em;
      letter-spacing: 0.02em;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[322px\] {
      height: 322px;
    }
    .lg\:w-\[45\%\] {
      width: 45%;
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:max-w-none {
      max-width: none;
    }
    .lg\:flex-1 {
      flex: 1;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:gap-\[48px\] {
      gap: 48px;
    }
    .lg\:pt-\[250px\] {
      padding-top: 250px;
    }
  }
  @media (width >= 80rem) {
    .xl\:inset-auto {
      inset: auto;
    }
    .xl\:top-\[-100px\] {
      top: -100px;
    }
    .xl\:top-\[-182px\] {
      top: -182px;
    }
    .xl\:top-\[-224px\] {
      top: -224px;
    }
    .xl\:top-\[-314px\] {
      top: -314px;
    }
    .xl\:-right-\[60px\] {
      right: calc(60px * -1);
    }
    .xl\:-left-\[60px\] {
      left: calc(60px * -1);
    }
    .xl\:left-\[-124px\] {
      left: -124px;
    }
    .xl\:left-\[833px\] {
      left: 833px;
    }
    .xl\:order-first {
      order: -9999;
    }
    .xl\:order-none {
      order: 0;
    }
    .xl\:col-start-2 {
      grid-column-start: 2;
    }
    .xl\:-mt-\[116px\] {
      margin-top: calc(116px * -1);
    }
    .xl\:mt-\[24px\] {
      margin-top: 24px;
    }
    .xl\:mb-\[100px\] {
      margin-bottom: 100px;
    }
    .xl\:block {
      display: block;
    }
    .xl\:flex {
      display: flex;
    }
    .xl\:grid {
      display: grid;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:aspect-\[2166\/1388\] {
      aspect-ratio: 2166/1388;
    }
    .xl\:aspect-\[2166\/1444\] {
      aspect-ratio: 2166/1444;
    }
    .xl\:h-\[34px\] {
      height: 34px;
    }
    .xl\:h-\[66px\] {
      height: 66px;
    }
    .xl\:h-\[92px\] {
      height: 92px;
    }
    .xl\:h-\[130px\] {
      height: 130px;
    }
    .xl\:h-\[176px\] {
      height: 176px;
    }
    .xl\:h-\[200px\] {
      height: 200px;
    }
    .xl\:h-\[240px\] {
      height: 240px;
    }
    .xl\:h-\[368px\] {
      height: 368px;
    }
    .xl\:h-\[380px\] {
      height: 380px;
    }
    .xl\:h-\[388px\] {
      height: 388px;
    }
    .xl\:h-\[430px\] {
      height: 430px;
    }
    .xl\:h-\[512px\] {
      height: 512px;
    }
    .xl\:h-\[1388px\] {
      height: 1388px;
    }
    .xl\:h-full {
      height: 100%;
    }
    .xl\:min-h-0 {
      min-height: 0px;
    }
    .xl\:min-h-\[92px\] {
      min-height: 92px;
    }
    .xl\:min-h-\[124px\] {
      min-height: 124px;
    }
    .xl\:min-h-\[340px\] {
      min-height: 340px;
    }
    .xl\:w-\[292px\] {
      width: 292px;
    }
    .xl\:w-\[315px\] {
      width: 315px;
    }
    .xl\:w-\[369px\] {
      width: 369px;
    }
    .xl\:w-\[456px\] {
      width: 456px;
    }
    .xl\:w-\[519px\] {
      width: 519px;
    }
    .xl\:w-\[540px\] {
      width: 540px;
    }
    .xl\:w-\[560px\] {
      width: 560px;
    }
    .xl\:w-\[620px\] {
      width: 620px;
    }
    .xl\:w-\[688px\] {
      width: 688px;
    }
    .xl\:w-\[2166px\] {
      width: 2166px;
    }
    .xl\:max-w-\[452px\] {
      max-width: 452px;
    }
    .xl\:max-w-\[1000px\] {
      max-width: 1000px;
    }
    .xl\:max-w-\[1228px\] {
      max-width: 1228px;
    }
    .xl\:max-w-full {
      max-width: 100%;
    }
    .xl\:max-w-none {
      max-width: none;
    }
    .xl\:max-w-xl {
      max-width: var(--container-xl);
    }
    .xl\:flex-none {
      flex: none;
    }
    .xl\:shrink-0 {
      flex-shrink: 0;
    }
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-\[92px_260px_160px_200px_180px_336px\] {
      grid-template-columns: 92px 260px 160px 200px 180px 336px;
    }
    .xl\:grid-cols-\[140px_minmax\(0\,1fr\)_160px_160px_240px_240px\] {
      grid-template-columns: 140px minmax(0,1fr) 160px 160px 240px 240px;
    }
    .xl\:grid-cols-\[304px_1fr\] {
      grid-template-columns: 304px 1fr;
    }
    .xl\:grid-cols-\[400px_804px\] {
      grid-template-columns: 400px 804px;
    }
    .xl\:grid-cols-\[minmax\(0\,1fr\)_217px_226px\] {
      grid-template-columns: minmax(0,1fr) 217px 226px;
    }
    .xl\:grid-cols-\[repeat\(3\,392px\)\] {
      grid-template-columns: repeat(3,392px);
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .xl\:items-center {
      align-items: center;
    }
    .xl\:justify-between {
      justify-content: space-between;
    }
    .xl\:gap-0 {
      gap: 0px;
    }
    .xl\:gap-\[0\] {
      gap: 0;
    }
    .xl\:gap-\[4px\] {
      gap: 4px;
    }
    .xl\:gap-\[24px\] {
      gap: 24px;
    }
    .xl\:gap-\[48px\] {
      gap: 48px;
    }
    .xl\:object-cover {
      object-fit: cover;
    }
    .xl\:\[object-position\:50\%_50\%\]\! {
      object-position: 50% 50% !important;
    }
    .xl\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .xl\:p-\[12px_24px\] {
      padding: 12px 24px;
    }
    .xl\:p-\[48px\] {
      padding: 48px;
    }
    .xl\:px-0 {
      padding-inline: 0px;
    }
    .xl\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .xl\:px-\[24px\] {
      padding-inline: 24px;
    }
    .xl\:px-\[48px\] {
      padding-inline: 48px;
    }
    .xl\:py-\[100px\] {
      padding-block: 100px;
    }
    .xl\:pt-\[40px\] {
      padding-top: 40px;
    }
    .xl\:pt-\[48px\] {
      padding-top: 48px;
    }
    .xl\:pt-\[60px\] {
      padding-top: 60px;
    }
    .xl\:pt-\[72px\] {
      padding-top: 72px;
    }
    .xl\:pt-\[100px\] {
      padding-top: 100px;
    }
    .xl\:pr-\[48px\] {
      padding-right: 48px;
    }
    .xl\:pr-\[64px\] {
      padding-right: 64px;
    }
    .xl\:pb-0 {
      padding-bottom: 0px;
    }
    .xl\:pb-\[48px\] {
      padding-bottom: 48px;
    }
    .xl\:pb-\[100px\] {
      padding-bottom: 100px;
    }
    .xl\:pl-\[24px\] {
      padding-left: 24px;
    }
    .xl\:text-\[16px\] {
      font-size: 16px;
    }
    .xl\:text-\[20px\] {
      font-size: 20px;
    }
    .xl\:text-\[36px\] {
      font-size: 36px;
    }
  }
  .\[\&_h2\]\:\!leading-\[32px\] h2 {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }
  .\[\&_h2\]\:\!tracking-\[0\] h2 {
    --tw-tracking: 0 !important;
    letter-spacing: 0 !important;
  }
  .\[\&_h3\]\:\!mt-\[48px\] h3 {
    margin-top: 48px !important;
  }
  .\[\&_h3\]\:\!leading-\[32px\] h3 {
    --tw-leading: 32px !important;
    line-height: 32px !important;
  }
  .\[\&_h3\]\:\!font-black h3 {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  @media (width >= 80rem) {
    .xl\:\[\&_p\]\:\!tracking-\[0\] p {
      --tw-tracking: 0 !important;
      letter-spacing: 0 !important;
    }
  }
  .\[\&_p\+p\]\:\!mt-0 p + p {
    margin-top: 0px !important;
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
    display: none;
  }
  .\[\&\>p\:last-child\]\:\!tracking-\[0\] > p:last-child {
    --tw-tracking: 0 !important;
    letter-spacing: 0 !important;
  }
}
body {
  font-family: var(--font-onest);
}
dialog * {
  outline: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.tom-select-input {
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 0.75rem;
  background-color: #fff;
  padding: 0;
}
.ts-wrapper.tom-select-input .ts-control {
  min-height: 42px;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  box-shadow: none;
}
.tom-select-input:focus-within {
  border-color: #ffca00;
  outline: none;
}
.ts-wrapper.tom-select-input:focus-within .ts-control {
  border: 0;
  box-shadow: none;
}
.mobile-drawer {
  display: block;
}
@media (min-width: 80rem) {
  .mobile-drawer {
    display: none;
  }
}
.mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  background: var(--color-navy);
  height: 100vh;
  height: 100dvh;
  padding: 24px;
  width: 340px;
  max-width: calc(100vw - 40px);
  transition: transform 300ms ease-in-out;
  transform: translateX(-110%);
  overflow-y: auto;
  z-index: 100;
}
.mobile-drawer.open .mobile-nav {
  transform: translateX(0);
}
.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  display: none;
}
.mobile-drawer.open .mobile-backdrop {
  display: block;
}
header.menu-open .menu-toggler {
  position: relative;
  z-index: 110;
}
html.menu-locked {
  overflow: hidden;
}
.menu-toggler .icon-close {
  display: none;
}
header.menu-open .menu-toggler .icon-menu {
  display: none;
}
header.menu-open .menu-toggler .icon-close {
  display: block;
}
.athlete-modal {
  border: none;
  width: calc(100% - 40px);
  margin: auto;
}
.athlete-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
dialog.athlete-modal[open] {
  animation: athlete-modal-in 0.2s ease-out;
}
@keyframes athlete-modal-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.consent-box:has(input:checked) {
  background: #fff;
  border-color: #f5f5f7;
}
.hall-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  border: 0;
  transition: background-color .15s ease-out;
}
.hall-dot-active, .hall-dot:hover {
  background: #fff;
}
.athlete-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  line-height: 0;
  transition: border-color .15s ease-out;
}
.athlete-thumb-active {
  border-color: #ff0016;
}
.ach-scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d9d9de transparent;
}
.ach-scroll::-webkit-scrollbar {
  width: 4px;
}
.ach-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.ach-scroll::-webkit-scrollbar-thumb {
  background: #d9d9de;
  border-radius: 999px;
}
.ach-scroll:hover {
  scrollbar-color: #b9b9c0 transparent;
}
.ach-scroll:hover::-webkit-scrollbar-thumb {
  background: #b9b9c0;
}
.admin-canvas header.sticky {
  position: static;
}
.admin-canvas .site-hero-overlap {
  margin-top: 0;
}
.tiptap-editor {
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
  overflow: hidden;
}
.tiptap-editor:focus-within {
  border-color: #ffca00;
}
.tiptap-editor .ProseMirror {
  outline: none;
  min-height: 200px;
  padding: 1rem;
}
.tiptap-editor .ProseMirror p.is-editor-empty:first-child::before {
  color: #9ca3af;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap-editor .selectedCell::after {
  background: rgba(99, 102, 241, 0.15);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.tiptap-editor .column-resize-handle {
  background-color: #00003d;
  bottom: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
}
.tiptap-editor .resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
.tiptap-editor img {
  cursor: pointer;
  transition: outline 0.15s;
}
.tiptap-editor img:hover {
  outline: 2px solid #00003d;
  outline-offset: 2px;
}
.tiptap-editor .ProseMirror, .prose {
  font-size: 16px;
  line-height: 1.5;
  color: #242424;
  letter-spacing: 0.02em;
}
.prose p {
  margin: 12px 0 0;
}
.prose h2 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 900;
  color: #242424;
  margin: 36px 0 0;
}
.prose h3 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  color: #242424;
  margin: 24px 0 0;
}
.prose a {
  color: #ff0016;
}
.tiptap-editor .ProseMirror > :first-child, .prose > :first-child {
  margin-top: 0;
}
.tiptap-editor .ProseMirror > :last-child, .prose > :last-child {
  margin-bottom: 0;
}
#news-list {
  scroll-margin-top: 16px;
}
.repeater-card .repeater-card-body {
  display: grid;
}
.repeater-card.repeater-collapsed .repeater-card-body {
  display: none;
}
.repeater-card.repeater-collapsed .repeater-chevron {
  transform: rotate(-90deg);
}
.tiptap-editor .ProseMirror {
  font-family: 'Onest', system-ui, sans-serif;
  font-size: 16px;
}
.tiptap-editor .ProseMirror blockquote {
  background: #ffedaa;
  border-radius: 24px;
  padding: 16px 24px;
  margin: 12px 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .02em;
  color: #242424;
}
.tiptap-editor .ProseMirror blockquote p {
  margin: 0;
}
.tiptap-editor .ProseMirror h1 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 900;
  color: #242424;
  margin: 24px 0 0;
}
.tiptap-editor .ProseMirror h2 {
  font-size: 22px;
  font-weight: 900;
  color: #242424;
  margin: 24px 0 0;
}
.tiptap-editor .ProseMirror h3 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  margin-top: 24px;
}
.tiptap-editor .ProseMirror h4 {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  margin-top: 16px;
}
.tiptap-editor .ProseMirror h5 {
  font-size: 16px;
  font-weight: 600;
  color: #242424;
  margin-top: 12px;
}
.tiptap-editor .ProseMirror h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #242424;
  margin-top: 12px;
}
.tiptap-editor .ProseMirror ul, .tiptap-editor .ProseMirror ol {
  padding-left: 24px;
  color: #242424;
}
.tiptap-editor .ProseMirror p {
  font-size: 16px;
  line-height: 150%;
  color: #242424;
}
.about-prose h2 {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: .02em;
  font-weight: 900;
  color: #242424;
  margin: 0;
}
.about-prose h1 {
  font-size: 26px;
  line-height: 140%;
  letter-spacing: .02em;
  font-weight: 900;
  color: #242424;
  margin: 36px 0 0;
}
.about-prose h3 {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: .02em;
  font-weight: 700;
  color: #242424;
  margin: 36px 0 0;
}
.about-prose h4 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: .02em;
  font-weight: 700;
  color: #242424;
  margin: 24px 0 0;
}
.about-prose h5 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #242424;
  margin: 16px 0 0;
}
.about-prose h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #242424;
  margin: 16px 0 0;
}
.about-prose ul, .about-prose ol {
  padding-left: 24px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .02em;
  color: #242424;
  margin-top: 12px;
}
.about-prose p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .02em;
  color: #242424;
  margin: 12px 0 0;
  white-space: pre-line;
}
.about-prose blockquote {
  background: #ffedaa;
  border-radius: 24px;
  padding: 16px 24px;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .02em;
  color: #242424;
}
.about-prose blockquote p {
  margin: 0;
  white-space: normal;
}
.tiptap-editor [data-editor-target="toolbar"] button.tiptap-btn-active {
  background: #fff9ee;
  color: #00003d;
  box-shadow: inset 0 0 0 1px #d7a448;
}
.about-timeline-scroll::-webkit-scrollbar {
  height: 7px;
}
.about-timeline-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.about-timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.about-timeline-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
}
.drag-scroll {
  cursor: grab;
  touch-action: pan-y;
}
.drag-scroll-active {
  cursor: grabbing;
  user-select: none;
}
@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-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes hero-zoom {
  from {
    transform: scale(1.13);
  }
  to {
    transform: scale(1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
    }
  }
}
