/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@font-face {
  font-family: 'Rhymes UltraLight Text';
  src: url('../../fonts/Rhymes-UltraLightText.eot');
  src: url('../../fonts/Rhymes-UltraLightText.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/Rhymes-UltraLightText.woff2') format('woff2'),
       url('../../fonts/Rhymes-UltraLightText.woff') format('woff'),
       url('../../fonts/Rhymes-UltraLightText.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url('../../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@layer theme {
  :root, :host {
    --font-sans: 'Helvetica Neue LT Pro', sans-serif;
    --font-serif: 'Rhymes UltraLight Text', serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-pink-900: oklch(40.8% 0.153 2.432);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-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-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-black: #000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --text-xs: 0.514rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.628rem;
    --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.34rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.429rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 2rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.1rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 2.6rem;
    --text-5xl--line-height: 1;
    --text-6xl: 4.375rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-normal: 400;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.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);
    --text-xs-plus: 0.54rem;
    --text-xs-plus-scaleUp: clamp( 0.54rem, 2.47vw, 1rem);
    --text-sm-scaleUp: clamp( 0.628rem, 1.53vw, 0.875rem);
    --text-smallBase: 0.8rem;
    --text-base-scaleUp: clamp( 1rem, 2.43vw, 1.6rem);
    --text-2xl-scaleUp: clamp( 1.429rem, 3.47vw, 1.89rem);
    --header-height: 47px;
    --color-off-black: #1C1C1C;
    --color-ui-gray: #E8E8E8;
    --color-background: rgba(0, 0, 0, 0.07);
    --color-pastel-pink: #F4D4DF;
    --color-sky-blue: #A5BBFF;
    --color-neon-yellow: #FAFF5D;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[calc\(100dvh-0\.27rem\)\] {
    top: calc(100dvh - 0.27rem);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-\[5px\] {
    bottom: 5px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-51 {
    z-index: 51;
  }
  .z-60 {
    z-index: 60;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 90rem) {
      max-width: 90rem;
    }
    @media (width >= 119.9375rem) {
      max-width: 119.9375rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[0\.1rem\] {
    margin-inline: 0.1rem;
  }
  .mx-\[0\.08rem\] {
    margin-inline: 0.08rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-\[0\.2rem\] {
    margin-top: 0.2rem;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mb-\[0\.42rem\] {
    margin-bottom: 0.42rem;
  }
  .ml-\[9\.72\%\] {
    margin-left: 9.72%;
  }
  .ml-\[19\.44\%\] {
    margin-left: 19.44%;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\(--header-height\) {
    height: var(--header-height);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[0\.8rem\] {
    height: 0.8rem;
  }
  .h-\[0\.57rem\] {
    height: 0.57rem;
  }
  .h-\[1\.14rem\] {
    height: 1.14rem;
  }
  .h-\[1\.26rem\] {
    height: 1.26rem;
  }
  .h-\[1\.66rem\] {
    height: 1.66rem;
  }
  .h-\[1\.71rem\] {
    height: 1.71rem;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[53px\] {
    height: 53px;
  }
  .h-\[86\.2\%\] {
    height: 86.2%;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-\[calc\(100dvh-var\(--header-height\)\)\] {
    height: calc(100dvh - var(--header-height));
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-min {
    height: -moz-min-content;
    height: min-content;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[0\.8rem\] {
    width: 0.8rem;
  }
  .w-\[0\.57rem\] {
    width: 0.57rem;
  }
  .w-\[2\.11rem\] {
    width: 2.11rem;
  }
  .w-\[2\.34rem\] {
    width: 2.34rem;
  }
  .w-\[3\.26rem\] {
    width: 3.26rem;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[45\.6\%\] {
    width: 45.6%;
  }
  .w-\[46\.6\%\] {
    width: 46.6%;
  }
  .w-\[53\.65\%\] {
    width: 53.65%;
  }
  .w-\[53px\] {
    width: 53px;
  }
  .w-\[80\.56\%\] {
    width: 80.56%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[335px\] {
    width: 335px;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[26\.4375rem\] {
    max-width: 26.4375rem;
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[1004px\] {
    max-width: 1004px;
  }
  .max-w-\[1040px\] {
    max-width: 1040px;
  }
  .max-w-\[1045px\] {
    max-width: 1045px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-\[1715px\] {
    max-width: 1715px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-\[calc\(100\%-2\.62rem\)\] {
    max-width: calc(100% - 2.62rem);
  }
  .min-w-\[6em\] {
    min-width: 6em;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-bottom {
    transform-origin: bottom;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[100\%\] {
    --tw-translate-y: calc(100% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0\.01rem\] {
    --tw-translate-y: 0.01rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0\.1rem\] {
    --tw-translate-y: 0.1rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-66 {
    --tw-scale-x: 66%;
    --tw-scale-y: 66%;
    --tw-scale-z: 66%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[111\%\] {
    scale: 111%;
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-center {
    scroll-snap-align: center;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .scroll-mt-\[calc\(var\(--header-height\)\+3\.57rem\)\] {
    scroll-margin-top: calc(var(--header-height) + 3.57rem);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center-safe {
    justify-content: safe center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[0\.45rem\] {
    gap: 0.45rem;
  }
  .gap-\[3\.19\%\] {
    gap: 3.19%;
  }
  .gap-\[7\.83vh\] {
    gap: 7.83vh;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-\[0\.714rem\] {
    -moz-column-gap: 0.714rem;
         column-gap: 0.714rem;
  }
  .gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-\[2rem\] {
    row-gap: 2rem;
  }
  .gap-y-\[13px\] {
    row-gap: 13px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[3\.14rem\] {
    border-radius: 3.14rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-t-\[55px\] {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-off-black {
    border-color: var(--color-off-black);
  }
  .bg-\[\#52cad5\] {
    background-color: #52cad5;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-neon-yellow {
    background-color: var(--color-neon-yellow);
  }
  .bg-off-black {
    background-color: var(--color-off-black);
  }
  .bg-pastel-pink {
    background-color: var(--color-pastel-pink);
  }
  .bg-sky-blue {
    background-color: var(--color-sky-blue);
  }
  .bg-ui-gray {
    background-color: var(--color-ui-gray);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #FFFFFF 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #FFFFFF 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-zinc-900 {
    background-color: var(--color-zinc-900);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[0\.66rem\] {
    padding-inline: 0.66rem;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[41px\] {
    padding-block: 41px;
  }
  .pt-\(--header-height\) {
    padding-top: var(--header-height);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[0\.51rem\] {
    padding-top: 0.51rem;
  }
  .pt-\[1em\] {
    padding-top: 1em;
  }
  .pt-\[1lh\] {
    padding-top: 1lh;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pt-\[2\.8125rem\] {
    padding-top: 2.8125rem;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[87px\] {
    padding-top: 87px;
  }
  .pr-\[13\%\] {
    padding-right: 13%;
  }
  .pb-\[0\.54125rem\] {
    padding-bottom: 0.54125rem;
  }
  .pb-\[1\.22em\] {
    padding-bottom: 1.22em;
  }
  .pb-\[1\.75rem\] {
    padding-bottom: 1.75rem;
  }
  .pb-\[1em\] {
    padding-bottom: 1em;
  }
  .pb-\[1lh\] {
    padding-bottom: 1lh;
  }
  .pb-\[2lh\] {
    padding-bottom: 2lh;
  }
  .pb-\[3\.43rem\] {
    padding-bottom: 3.43rem;
  }
  .pb-\[4\.57rem\] {
    padding-bottom: 4.57rem;
  }
  .pb-\[50vw\] {
    padding-bottom: 50vw;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[100dvh\] {
    padding-bottom: 100dvh;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[calc\(100px-1\.5rem\)\] {
    padding-bottom: calc(100px - 1.5rem);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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));
  }
  .\[font-size\:clamp\(theme\(fontSize\.3xl\)\,4vw\,var\(--text-5xl\)\)\] {
    font-size: clamp(2rem, 4vw, var(--text-5xl));
  }
  .text-\[0\.66em\] {
    font-size: 0.66em;
  }
  .text-\[0\.69em\] {
    font-size: 0.69em;
  }
  .text-\[0\.514em\] {
    font-size: 0.514em;
  }
  .text-xs-plus {
    font-size: var(--text-xs-plus);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1em\] {
    --tw-leading: 1em;
    line-height: 1em;
  }
  .leading-\[105\%\] {
    --tw-leading: 105%;
    line-height: 105%;
  }
  .leading-\[111\%\] {
    --tw-leading: 111%;
    line-height: 111%;
  }
  .leading-\[114\%\] {
    --tw-leading: 114%;
    line-height: 114%;
  }
  .leading-\[114\.3\%\] {
    --tw-leading: 114.3%;
    line-height: 114.3%;
  }
  .leading-\[114\.28571429\%\] {
    --tw-leading: 114.28571429%;
    line-height: 114.28571429%;
  }
  .leading-\[115\%\] {
    --tw-leading: 115%;
    line-height: 115%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[127\%\] {
    --tw-leading: 127%;
    line-height: 127%;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[-2\%\] {
    --tw-tracking: -2%;
    letter-spacing: -2%;
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-off-black {
    color: var(--color-off-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .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-\[0px_0px_8px_0px_rgba\(0\,0\,0\,0\.02\)\] {
    --tw-shadow: 0px 0px 8px 0px var(--tw-shadow-color, rgba(0,0,0,0.02));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_8px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 0px 8px 0px var(--tw-shadow-color, rgba(0,0,0,0.05));
    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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    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-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    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, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-333 {
    --tw-duration: 333ms;
    transition-duration: 333ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .last-of-type\:border-b-1 {
    &:last-of-type {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .last-of-type\:pb-\[1lh\] {
    &:last-of-type {
      padding-bottom: 1lh;
    }
  }
  .hover\:bg-off-black\/33 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #1C1C1C 33%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-off-black) 33%, transparent);
        }
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-65 {
    &:hover {
      @media (hover: hover) {
        opacity: 65%;
      }
    }
  }
  .focus\:outline-blue-500 {
    &:focus {
      outline-color: var(--color-blue-500);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-full {
    @media (width >= 40rem) {
      height: 100%;
    }
  }
  .sm\:max-h-none {
    @media (width >= 40rem) {
      max-height: none;
    }
  }
  .sm\:w-40 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .sm\:w-60 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 60);
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[72\%\] {
    @media (width >= 40rem) {
      width: 72%;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-4 {
    @media (width >= 40rem) {
      flex: 4;
    }
  }
  .sm\:flex-6 {
    @media (width >= 40rem) {
      flex: 6;
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-y-\[2rem\] {
    @media (width >= 40rem) {
      row-gap: 2rem;
    }
  }
  .sm\:pb-\[200px\] {
    @media (width >= 40rem) {
      padding-bottom: 200px;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-7xl {
    @media (width >= 40rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[0\.8em\] {
    @media (width >= 40rem) {
      font-size: 0.8em;
    }
  }
  .sm\:text-smallBase {
    @media (width >= 40rem) {
      font-size: var(--text-smallBase);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-\[32px\] {
    @media (width >= 48rem) {
      top: 32px;
    }
  }
  .md\:top-\[50\%\] {
    @media (width >= 48rem) {
      top: 50%;
    }
  }
  .md\:right-4 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .md\:right-\[28px\] {
    @media (width >= 48rem) {
      right: 28px;
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-4 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:mb-\[0\.57rem\] {
    @media (width >= 48rem) {
      margin-bottom: 0.57rem;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:contents {
    @media (width >= 48rem) {
      display: contents;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-8 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-\[1\.66rem\] {
    @media (width >= 48rem) {
      height: 1.66rem;
    }
  }
  .md\:h-\[1\.71rem\] {
    @media (width >= 48rem) {
      height: 1.71rem;
    }
  }
  .md\:h-\[62\%\] {
    @media (width >= 48rem) {
      height: 62%;
    }
  }
  .md\:h-\[calc\(100dvh-var\(--header-height\)\)\] {
    @media (width >= 48rem) {
      height: calc(100dvh - var(--header-height));
    }
  }
  .md\:h-dvh {
    @media (width >= 48rem) {
      height: 100dvh;
    }
  }
  .md\:h-fit {
    @media (width >= 48rem) {
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:max-h-\[1\.31rem\] {
    @media (width >= 48rem) {
      max-height: 1.31rem;
    }
  }
  .md\:w-6 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .md\:w-8 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-\[52\.3vw\] {
    @media (width >= 48rem) {
      width: 52.3vw;
    }
  }
  .md\:w-\[413px\] {
    @media (width >= 48rem) {
      width: 413px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[1\.31rem\] {
    @media (width >= 48rem) {
      max-width: 1.31rem;
    }
  }
  .md\:max-w-\[1440px\] {
    @media (width >= 48rem) {
      max-width: 1440px;
    }
  }
  .md\:min-w-\[342px\] {
    @media (width >= 48rem) {
      min-width: 342px;
    }
  }
  .md\:flex-4 {
    @media (width >= 48rem) {
      flex: 4;
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:translate-x-0 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-\[50\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: calc(50% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-0 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:translate-y-\[0\.04rem\] {
    @media (width >= 48rem) {
      --tw-translate-y: 0.04rem;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:scale-100 {
    @media (width >= 48rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:columns-2 {
    @media (width >= 48rem) {
      -moz-columns: 2;
           columns: 2;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[2\.86vw\] {
    @media (width >= 48rem) {
      gap: 2.86vw;
    }
  }
  .md\:gap-\[3\%\] {
    @media (width >= 48rem) {
      gap: 3%;
    }
  }
  .md\:gap-x-\[0\.8em\] {
    @media (width >= 48rem) {
      -moz-column-gap: 0.8em;
           column-gap: 0.8em;
    }
  }
  .md\:gap-x-\[0\.8rem\] {
    @media (width >= 48rem) {
      -moz-column-gap: 0.8rem;
           column-gap: 0.8rem;
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:rounded-\[1rem\] {
    @media (width >= 48rem) {
      border-radius: 1rem;
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[1\.142rem\] {
    @media (width >= 48rem) {
      padding-inline: 1.142rem;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[1\.43em\] {
    @media (width >= 48rem) {
      padding-top: 1.43em;
    }
  }
  .md\:pt-\[50px\] {
    @media (width >= 48rem) {
      padding-top: 50px;
    }
  }
  .md\:pt-\[178px\] {
    @media (width >= 48rem) {
      padding-top: 178px;
    }
  }
  .md\:pr-0 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[30\.4px\] {
    @media (width >= 48rem) {
      padding-bottom: 30.4px;
    }
  }
  .md\:pb-\[clamp\(200px\,27\.78vw\,560px\)\] {
    @media (width >= 48rem) {
      padding-bottom: clamp(200px, 27.78vw, 560px);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[1em\] {
    @media (width >= 48rem) {
      font-size: 1em;
    }
  }
  .md\:text-\[clamp\(0\.8em\,3\.65vw\,1em\)\] {
    @media (width >= 48rem) {
      font-size: clamp(0.8em, 3.65vw, 1em);
    }
  }
  .md\:text-xs-plus-scaleUp {
    @media (width >= 48rem) {
      font-size: var(--text-xs-plus-scaleUp);
    }
  }
  .md\:shadow-none {
    @media (width >= 48rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:backdrop-blur-none {
    @media (width >= 48rem) {
      --tw-backdrop-blur:  ;
      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,);
    }
  }
  .md\:transition-none {
    @media (width >= 48rem) {
      transition-property: none;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 64rem) {
      left: calc(1/2 * 100%);
    }
  }
  .lg\:left-\[116px\] {
    @media (width >= 64rem) {
      left: 116px;
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:mx-\[2\.1875rem\] {
    @media (width >= 64rem) {
      margin-inline: 2.1875rem;
    }
  }
  .lg\:my-\[4\.5625rem\] {
    @media (width >= 64rem) {
      margin-block: 4.5625rem;
    }
  }
  .lg\:box-content {
    @media (width >= 64rem) {
      box-sizing: content-box;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:contents {
    @media (width >= 64rem) {
      display: contents;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:h-\[1\.71rem\] {
    @media (width >= 64rem) {
      height: 1.71rem;
    }
  }
  .lg\:h-dvh {
    @media (width >= 64rem) {
      height: 100dvh;
    }
  }
  .lg\:h-fit {
    @media (width >= 64rem) {
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:max-h-\[1\.31rem\] {
    @media (width >= 64rem) {
      max-height: 1.31rem;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[28vw\] {
    @media (width >= 64rem) {
      width: 28vw;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[1\.31rem\] {
    @media (width >= 64rem) {
      max-width: 1.31rem;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:min-w-\[413px\] {
    @media (width >= 64rem) {
      min-width: 413px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-x-\[1\.14em\] {
    @media (width >= 64rem) {
      -moz-column-gap: 1.14em;
           column-gap: 1.14em;
    }
  }
  .lg\:gap-x-\[1\.14rem\] {
    @media (width >= 64rem) {
      -moz-column-gap: 1.14rem;
           column-gap: 1.14rem;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[35px\] {
    @media (width >= 64rem) {
      padding: 35px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[1em\] {
    @media (width >= 64rem) {
      padding-top: 1em;
    }
  }
  .lg\:pt-\[2\.8125rem\] {
    @media (width >= 64rem) {
      padding-top: 2.8125rem;
    }
  }
  .lg\:pr-\[23px\] {
    @media (width >= 64rem) {
      padding-right: 23px;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 64rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:backdrop-blur-none {
    @media (width >= 64rem) {
      --tw-backdrop-blur:  ;
      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,);
    }
  }
  .xl\:min-w-\[930px\] {
    @media (width >= 80rem) {
      min-width: 930px;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:inline-block {
    @media (width >= 90rem) {
      display: inline-block;
    }
  }
  .\32 xl\:h-full {
    @media (width >= 90rem) {
      height: 100%;
    }
  }
  .\32 xl\:min-h-dvh {
    @media (width >= 90rem) {
      min-height: 100dvh;
    }
  }
  .\32 xl\:max-w-\[1800px\] {
    @media (width >= 90rem) {
      max-width: 1800px;
    }
  }
  .\32 xl\:columns-3 {
    @media (width >= 90rem) {
      -moz-columns: 3;
           columns: 3;
    }
  }
  .\32 xl\:pt-\[105px\] {
    @media (width >= 90rem) {
      padding-top: 105px;
    }
  }
  .\32 xl\:pt-\[234px\] {
    @media (width >= 90rem) {
      padding-top: 234px;
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 90rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 90rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-2xl-scaleUp {
    @media (width >= 90rem) {
      font-size: var(--text-2xl-scaleUp);
    }
  }
  .\32 xl\:text-\[1\.43em\] {
    @media (width >= 90rem) {
      font-size: 1.43em;
    }
  }
  .\32 xl\:text-\[clamp\(var\(--text-8xl\)\,14\.58vw\,var\(--text-9xl\)\)\] {
    @media (width >= 90rem) {
      font-size: clamp(var(--text-8xl), 14.58vw, var(--text-9xl));
    }
  }
  .\32 xl\:text-base-scaleUp {
    @media (width >= 90rem) {
      font-size: var(--text-base-scaleUp);
    }
  }
  .\32 xl\:text-sm-scaleUp {
    @media (width >= 90rem) {
      font-size: var(--text-sm-scaleUp);
    }
  }
  .\33 xl\:top-\[53\.3px\] {
    @media (width >= 119.9375rem) {
      top: 53.3px;
    }
  }
  .\33 xl\:mt-\[53\.3px\] {
    @media (width >= 119.9375rem) {
      margin-top: 53.3px;
    }
  }
  .\33 xl\:h-\[61px\] {
    @media (width >= 119.9375rem) {
      height: 61px;
    }
  }
  .\33 xl\:w-\[551px\] {
    @media (width >= 119.9375rem) {
      width: 551px;
    }
  }
  .\33 xl\:gap-x-\[1\.33rem\] {
    @media (width >= 119.9375rem) {
      -moz-column-gap: 1.33rem;
           column-gap: 1.33rem;
    }
  }
  .\33 xl\:pr-\[26px\] {
    @media (width >= 119.9375rem) {
      padding-right: 26px;
    }
  }
  .\33 xl\:text-8xl {
    @media (width >= 119.9375rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .\33 xl\:text-9xl {
    @media (width >= 119.9375rem) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
  .\33 xl\:text-\[1\.2em\] {
    @media (width >= 119.9375rem) {
      font-size: 1.2em;
    }
  }
  .dark\:block {
    @media (prefers-color-scheme: dark) {
      display: block;
    }
  }
  .dark\:hidden {
    @media (prefers-color-scheme: dark) {
      display: none;
    }
  }
}
@media (width >= 119.9375rem) {
  :root {
    --header-height: 62px;
  }
}
@layer components {
  html {
    font-size: 35px;
  }
  #__bs_notify__ {
    display: none !important;
  }
  .paddingSide {
    padding-inline: 20px;
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
    @media (width >= 64rem) {
      padding-inline: 40px;
    }
  }
  .marginSide {
    margin-inline: 20px;
    @media (width >= 48rem) {
      margin-inline: 30px;
    }
    @media (width >= 64rem) {
      margin-inline: 40px;
    }
  }
  @media (width >= 40rem) {
    .paddingSide {
      padding-right: 40px;
      padding-left: 30px;
      @media (width >= 64rem) {
        padding-right: 80px;
      }
      @media (width >= 64rem) {
        padding-left: 40px;
      }
    }
    .marginSide {
      margin-right: 40px;
      margin-left: 30px;
      @media (width >= 64rem) {
        margin-right: 80px;
      }
      @media (width >= 64rem) {
        margin-left: 40px;
      }
    }
  }
  .paddingLeft {
    padding-left: 20px;
    @media (width >= 48rem) {
      padding-left: 30px;
    }
    @media (width >= 64rem) {
      padding-left: 40px;
    }
  }
  .marginLeft {
    margin-left: 20px;
    @media (width >= 48rem) {
      margin-left: 30px;
    }
    @media (width >= 64rem) {
      margin-left: 40px;
    }
  }
  .paddingRight {
    padding-right: 20px;
    @media (width >= 48rem) {
      padding-left: 30px;
    }
    @media (width >= 64rem) {
      padding-right: 40px;
    }
  }
  .marginRight {
    margin-right: 20px;
    @media (width >= 48rem) {
      margin-right: 30px;
    }
    @media (width >= 64rem) {
      margin-right: 40px;
    }
  }
  .basicUnderline {
    text-decoration-line: underline;
    text-decoration-color: var(--color-off-black);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .three-columns-block :is(h1, h2, h3, h4, h5, h6, p, ul, ) {
    width: 100%;
    padding-bottom: 1lh;
    @media (width >= 48rem) {
      min-width: 342px;
    }
    @media (width >= 64rem) {
      min-width: 413px;
    }
  }
  .ngList li {
    margin-left: -0.05em;
    list-style-type: "–";
    padding-left: 0.05em;
    @media (width >= 64rem) {
      margin-left: -0.2em;
    }
    @media (width >= 64rem) {
      padding-left: 0.2em;
    }
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: hidden;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .custom-defaultcontentblock figcaption span {
    display: inline-block;
    width: 100%;
  }
  @media (max-width: 768px) {
    .custom-defaultcontentblock figcaption br {
      display: none;
    }
  }
  ::-moz-selection {
    background-color: var(--color-mintgreen);
    color: black;
  }
  ::selection {
    background-color: var(--color-mintgreen);
    color: black;
  }
  .dynamicBottom {
    top: calc(100dvh - 100px);
  }
  .dynamicBottomSubNav {
    top: calc(100dvh - 200px);
  }
  button {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  @media (max-height: 720px) and (max-width: 1368px) and (min-width: 768px) {
    .scaleMeDown {
      --tw-scale-x: 80%;
      --tw-scale-y: 80%;
      --tw-scale-z: 80%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .footertext a {
    &:hover {
      @media (hover: hover) {
        color: var(--color-off-black);
      }
    }
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-off-black);
        }
      }
    }
  }
}
@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-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-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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --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;
    }
  }
}

