/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --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-800: oklch(44.4% 0.177 26.899);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --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-slate-100: oklch(96.8% 0.007 247.896);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .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-1\/2 {
    top: calc(1/2 * 100%);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-\[-1px\] {
    bottom: -1px;
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .bottom-\[-25px\] {
    bottom: -25px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .order-2 {
    order: 2;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-13 {
    margin-top: calc(var(--spacing) * 13);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .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-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[490px\] {
    width: 490px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-6 {
    max-width: calc(var(--spacing) * 6);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[20px\] {
    max-width: 20px;
  }
  .max-w-\[24\] {
    max-width: 24;
  }
  .max-w-\[24px\] {
    max-width: 24px;
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[768px\] {
    max-width: 768px;
  }
  .max-w-\[770px\] {
    max-width: 770px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-6 {
    min-width: calc(var(--spacing) * 6);
  }
  .min-w-\[20px\] {
    min-width: 20px;
  }
  .min-w-\[24\] {
    min-width: 24;
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-3 {
    rotate: 3deg;
  }
  .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;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .scroll-mt-6 {
    scroll-margin-top: calc(var(--spacing) * 6);
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: 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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#00A0DD\] {
    border-color: #00A0DD;
  }
  .border-\[\#00A0DD\]\/20 {
    border-color: color-mix(in oklab, #00A0DD 20%, transparent);
  }
  .border-\[\#00A0DD\]\/30 {
    border-color: color-mix(in oklab, #00A0DD 30%, transparent);
  }
  .border-\[\#08A802\] {
    border-color: #08A802;
  }
  .border-\[\#08A802\]\/30 {
    border-color: color-mix(in oklab, #08A802 30%, transparent);
  }
  .border-\[\#910F01\] {
    border-color: #910F01;
  }
  .border-\[\#004876\]\/15 {
    border-color: color-mix(in oklab, #004876 15%, transparent);
  }
  .border-\[\#004876\]\/20 {
    border-color: color-mix(in oklab, #004876 20%, transparent);
  }
  .border-\[\#45403C\] {
    border-color: #45403C;
  }
  .border-\[\#B36B00\] {
    border-color: #B36B00;
  }
  .border-\[\#CCECF8\] {
    border-color: #CCECF8;
  }
  .border-\[\#D7E0E5\] {
    border-color: #D7E0E5;
  }
  .border-\[\#D8EAF3\] {
    border-color: #D8EAF3;
  }
  .border-\[\#E2F1FD\] {
    border-color: #E2F1FD;
  }
  .border-\[\#E5F5FB\] {
    border-color: #E5F5FB;
  }
  .border-\[\#F69A61\] {
    border-color: #F69A61;
  }
  .border-\[\#F69A61\]\/30 {
    border-color: color-mix(in oklab, #F69A61 30%, transparent);
  }
  .border-\[\#FAF7F4\] {
    border-color: #FAF7F4;
  }
  .border-\[\#FDEADF\] {
    border-color: #FDEADF;
  }
  .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\/14 {
    border-color: color-mix(in srgb, #000 14%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 14%, transparent);
    }
  }
  .border-black\/15 {
    border-color: color-mix(in srgb, #000 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 15%, transparent);
    }
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#00A0DD\] {
    background-color: #00A0DD;
  }
  .bg-\[\#08A802\] {
    background-color: #08A802;
  }
  .bg-\[\#0080B0\] {
    background-color: #0080B0;
  }
  .bg-\[\#00395E\] {
    background-color: #00395E;
  }
  .bg-\[\#004058\] {
    background-color: #004058;
  }
  .bg-\[\#004876\] {
    background-color: #004876;
  }
  .bg-\[\#40464B\] {
    background-color: #40464B;
  }
  .bg-\[\#BDFFBB\] {
    background-color: #BDFFBB;
  }
  .bg-\[\#CCECF8\] {
    background-color: #CCECF8;
  }
  .bg-\[\#D7E0E5\] {
    background-color: #D7E0E5;
  }
  .bg-\[\#E2F1FD\] {
    background-color: #E2F1FD;
  }
  .bg-\[\#E5F5FB\] {
    background-color: #E5F5FB;
  }
  .bg-\[\#E8D8C9\] {
    background-color: #E8D8C9;
  }
  .bg-\[\#F0FFF0\] {
    background-color: #F0FFF0;
  }
  .bg-\[\#F6FBFE\] {
    background-color: #F6FBFE;
  }
  .bg-\[\#F69A61\] {
    background-color: #F69A61;
  }
  .bg-\[\#FAF7F4\] {
    background-color: #FAF7F4;
  }
  .bg-\[\#FD877A\] {
    background-color: #FD877A;
  }
  .bg-\[\#FFCC00\] {
    background-color: #FFCC00;
  }
  .bg-\[\#FFE6C7\] {
    background-color: #FFE6C7;
  }
  .bg-\[\#FFF8F2\] {
    background-color: #FFF8F2;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/92 {
    background-color: color-mix(in srgb, #fff 92%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 92%, transparent);
    }
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .bg-\[linear-gradient\(180deg\,_\#E2F1FD_50\%\,_\#00A0DD_100\%\)\] {
    background-image: linear-gradient(180deg, #E2F1FD 50%, #00A0DD 100%);
  }
  .bg-\[url\(\'\.\.\/images\/supplier-back\.png\'\)\] {
    background-image: url("../images/supplier-back.b043ac9f70ca.png");
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-center {
    background-position: center;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[11px\] {
    padding-top: 11px;
  }
  .pt-\[13px\] {
    padding-top: 13px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[4px\] {
    padding-bottom: 4px;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[7px\] {
    padding-bottom: 7px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .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));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .text-\[\#00A0DD\] {
    color: #00A0DD;
  }
  .text-\[\#4C6C80\] {
    color: #4C6C80;
  }
  .text-\[\#4C7E9F\] {
    color: #4C7E9F;
  }
  .text-\[\#08A802\] {
    color: #08A802;
  }
  .text-\[\#9A4A1A\] {
    color: #9A4A1A;
  }
  .text-\[\#0080B0\] {
    color: #0080B0;
  }
  .text-\[\#087A03\] {
    color: #087A03;
  }
  .text-\[\#315B2F\] {
    color: #315B2F;
  }
  .text-\[\#492E1D\] {
    color: #492E1D;
  }
  .text-\[\#910F01\] {
    color: #910F01;
  }
  .text-\[\#004876\] {
    color: #004876;
  }
  .text-\[\#004876\]\/90 {
    color: color-mix(in oklab, #004876 90%, transparent);
  }
  .text-\[\#45403C\] {
    color: #45403C;
  }
  .text-\[\#70818C\] {
    color: #70818C;
  }
  .text-\[\#ABBCCA\] {
    color: #ABBCCA;
  }
  .text-\[\#B36B00\] {
    color: #B36B00;
  }
  .text-\[\#CCECF8\] {
    color: #CCECF8;
  }
  .text-\[\#D85F20\] {
    color: #D85F20;
  }
  .text-\[\#E2F1FD\] {
    color: #E2F1FD;
  }
  .text-\[\#E5F5FB\] {
    color: #E5F5FB;
  }
  .text-\[\#FDEADF\] {
    color: #FDEADF;
  }
  .text-\[12\] {
    color: 12;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/40 {
    color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .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-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .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-\[0_4px_20px_rgba\(0\,160\,221\,0\.08\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(0,160,221,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_\#5C5650\] {
    --tw-shadow: 6px 6px 0px var(--tw-shadow-color, #5C5650);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_\#0080B0\] {
    --tw-shadow: 6px 6px 0px var(--tw-shadow-color, #0080B0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_\#623D26\] {
    --tw-shadow: 6px 6px 0px var(--tw-shadow-color, #623D26);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_\#004876\] {
    --tw-shadow: 6px 6px 0px var(--tw-shadow-color, #004876);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[6px_6px_0px_\#CCECF8\] {
    --tw-shadow: 6px 6px 0px var(--tw-shadow-color, #CCECF8);
    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);
  }
  .ring-1 {
    --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);
  }
  .ring-\[\#F69A61\]\/30 {
    --tw-ring-color: color-mix(in oklab, #F69A61 30%, transparent);
  }
  .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,);
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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,);
  }
  .\!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,) !important;
  }
  .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);
    -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-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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-800 {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:bg-\[\#00A0DD\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #00A0DD;
      }
    }
  }
  .group-hover\:bg-\[\#F6FBFE\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #F6FBFE;
      }
    }
  }
  .group-hover\:stroke-\[\#00A0DD\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: #00A0DD;
      }
    }
  }
  .group-hover\:text-\[\#00A0DD\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #00A0DD;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:brightness-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(0%);
        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,);
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --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,);
      }
    }
  }
  .placeholder\:text-\[\#004876\]\/60 {
    &::placeholder {
      color: color-mix(in oklab, #004876 60%, transparent);
    }
  }
  .placeholder\:text-black\/50 {
    &::placeholder {
      color: color-mix(in srgb, #000 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 50%, transparent);
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[-30px\] {
    &::after {
      content: var(--tw-content);
      top: -30px;
    }
  }
  .after\:top-\[2px\] {
    &::after {
      content: var(--tw-content);
      top: 2px;
    }
  }
  .after\:right-\[-0px\] {
    &::after {
      content: var(--tw-content);
      right: -0px;
    }
  }
  .after\:right-\[-23px\] {
    &::after {
      content: var(--tw-content);
      right: -23px;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-\[1px\] {
    &::after {
      content: var(--tw-content);
      height: 1px;
    }
  }
  .after\:h-\[16px\] {
    &::after {
      content: var(--tw-content);
      height: 16px;
    }
  }
  .after\:h-\[56px\] {
    &::after {
      content: var(--tw-content);
      height: 56px;
    }
  }
  .after\:w-\[16px\] {
    &::after {
      content: var(--tw-content);
      width: 16px;
    }
  }
  .after\:w-\[45px\] {
    &::after {
      content: var(--tw-content);
      width: 45px;
    }
  }
  .after\:w-\[120px\] {
    &::after {
      content: var(--tw-content);
      width: 120px;
    }
  }
  .after\:bg-\[\#00A0DD\] {
    &::after {
      content: var(--tw-content);
      background-color: #00A0DD;
    }
  }
  .after\:bg-\[url\(\'\.\.\/images\/pin-ic\.png\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url("../images/pin-ic.e775cbb5e1f8.png");
    }
  }
  .after\:bg-\[url\(\'\.\.\/images\/right-ar\.svg\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url("../images/right-ar.0072305a183b.svg");
    }
  }
  .after\:bg-\[length\:5px_7px\] {
    &::after {
      content: var(--tw-content);
      background-size: 5px 7px;
    }
  }
  .after\:bg-contain {
    &::after {
      content: var(--tw-content);
      background-size: contain;
    }
  }
  .after\:bg-center {
    &::after {
      content: var(--tw-content);
      background-position: center;
    }
  }
  .after\:bg-no-repeat {
    &::after {
      content: var(--tw-content);
      background-repeat: no-repeat;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:border-\[\#004876\] {
    &:hover {
      @media (hover: hover) {
        border-color: #004876;
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-\[\#00A0DD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #00A0DD;
      }
    }
  }
  .hover\:bg-\[\#00395E\] {
    &:hover {
      @media (hover: hover) {
        background-color: #00395E;
      }
    }
  }
  .hover\:bg-\[\#004876\] {
    &:hover {
      @media (hover: hover) {
        background-color: #004876;
      }
    }
  }
  .hover\:bg-\[\#CCECF8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #CCECF8;
      }
    }
  }
  .hover\:bg-\[\#E2F1FD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E2F1FD;
      }
    }
  }
  .hover\:bg-\[\#F6FBFE\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F6FBFE;
      }
    }
  }
  .hover\:text-\[\#00A0DD\] {
    &:hover {
      @media (hover: hover) {
        color: #00A0DD;
      }
    }
  }
  .hover\:text-\[\#00395E\] {
    &:hover {
      @media (hover: hover) {
        color: #00395E;
      }
    }
  }
  .hover\:text-\[\#004876\] {
    &:hover {
      @media (hover: hover) {
        color: #004876;
      }
    }
  }
  .hover\:text-red-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-65 {
    &:hover {
      @media (hover: hover) {
        opacity: 65%;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .focus\:border-\[\#00A0DD\] {
    &:focus {
      border-color: #00A0DD;
    }
  }
  .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-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#00A0DD\] {
    &:focus {
      --tw-ring-color: #00A0DD;
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:mt-2 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .max-lg\:mt-12 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:size-4 {
    @media (width < 64rem) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:gap-4 {
    @media (width < 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mx-auto {
    @media (width < 48rem) {
      margin-inline: auto;
    }
  }
  .max-md\:mt-2 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .max-md\:mt-9 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .max-md\:mt-15 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:gap-6 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-\[14px\] {
    @media (width >= 40rem) {
      height: 14px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:text-\[12px\] {
    @media (width >= 40rem) {
      font-size: 12px;
    }
  }
  .md\:bottom-\[-50px\] {
    @media (width >= 48rem) {
      bottom: -50px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-6 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:mb-20 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:h-\[16px\] {
    @media (width >= 48rem) {
      height: 16px;
    }
  }
  .md\:h-\[20px\] {
    @media (width >= 48rem) {
      height: 20px;
    }
  }
  .md\:h-\[72px\] {
    @media (width >= 48rem) {
      height: 72px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:rotate-\[-5deg\] {
    @media (width >= 48rem) {
      rotate: -5deg;
    }
  }
  .md\:rotate-\[2deg\] {
    @media (width >= 48rem) {
      rotate: 2deg;
    }
  }
  .md\:rotate-\[6deg\] {
    @media (width >= 48rem) {
      rotate: 6deg;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:rounded-3xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-28 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-30 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .md\:pt-32 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .md\:pt-\[140px\] {
    @media (width >= 48rem) {
      padding-top: 140px;
    }
  }
  .md\:pb-6 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-32 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--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-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:leading-6 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .md\:leading-7 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .md\:shadow-\[20px_20px_0px_\#004876\] {
    @media (width >= 48rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #004876);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:mb-3 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-9 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-20 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:ml-12 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 12);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[24px\] {
    @media (width >= 64rem) {
      height: 24px;
    }
  }
  .lg\:h-\[37px\] {
    @media (width >= 64rem) {
      height: 37px;
    }
  }
  .lg\:h-\[780px\] {
    @media (width >= 64rem) {
      height: 780px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:max-w-\[180px\] {
    @media (width >= 64rem) {
      max-width: 180px;
    }
  }
  .lg\:max-w-\[191px\] {
    @media (width >= 64rem) {
      max-width: 191px;
    }
  }
  .lg\:rotate-\[-1deg\] {
    @media (width >= 64rem) {
      rotate: -1deg;
    }
  }
  .lg\:rotate-\[-2deg\] {
    @media (width >= 64rem) {
      rotate: -2deg;
    }
  }
  .lg\:rotate-\[-3deg\] {
    @media (width >= 64rem) {
      rotate: -3deg;
    }
  }
  .lg\:rotate-\[-5deg\] {
    @media (width >= 64rem) {
      rotate: -5deg;
    }
  }
  .lg\:rotate-\[2deg\] {
    @media (width >= 64rem) {
      rotate: 2deg;
    }
  }
  .lg\:rotate-\[3deg\] {
    @media (width >= 64rem) {
      rotate: 3deg;
    }
  }
  .lg\:rotate-\[5deg\] {
    @media (width >= 64rem) {
      rotate: 5deg;
    }
  }
  .lg\:rotate-\[6deg\] {
    @media (width >= 64rem) {
      rotate: 6deg;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:rounded-3xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .lg\:rounded-\[40px\] {
    @media (width >= 64rem) {
      border-radius: 40px;
    }
  }
  .lg\:rounded-\[50px\] {
    @media (width >= 64rem) {
      border-radius: 50px;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-14 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .lg\:p-16 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-2 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 64rem) {
      padding-top: 160px;
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-40 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:leading-6 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .lg\:leading-7 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .lg\:leading-10 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-12 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .lg\:shadow-\[20px_20px_0px_\#5C5650\] {
    @media (width >= 64rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #5C5650);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:shadow-\[20px_20px_0px_\#0080B0\] {
    @media (width >= 64rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #0080B0);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:shadow-\[20px_20px_0px_\#623D26\] {
    @media (width >= 64rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #623D26);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:shadow-\[20px_20px_0px_\#004876\] {
    @media (width >= 64rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #004876);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .xl\:mb-5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:mb-6 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:mb-8 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:h-\[30px\] {
    @media (width >= 80rem) {
      height: 30px;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:max-w-\[250px\] {
    @media (width >= 80rem) {
      max-width: 250px;
    }
  }
  .xl\:gap-6 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:rounded-3xl {
    @media (width >= 80rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .xl\:rounded-4xl {
    @media (width >= 80rem) {
      border-radius: var(--radius-4xl);
    }
  }
  .xl\:p-6 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xl\:p-7 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:py-16 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .xl\:pt-32 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .xl\:pb-5 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:pb-28 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .xl\:pb-40 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  .xl\:text-\[14px\] {
    @media (width >= 80rem) {
      font-size: 14px;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 80rem) {
      font-size: 16px;
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 80rem) {
      font-size: 18px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[32px\] {
    @media (width >= 80rem) {
      font-size: 32px;
    }
  }
  .xl\:text-\[40px\] {
    @media (width >= 80rem) {
      font-size: 40px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 80rem) {
      font-size: 48px;
    }
  }
  .xl\:text-\[56px\] {
    @media (width >= 80rem) {
      font-size: 56px;
    }
  }
  .xl\:text-\[80px\] {
    @media (width >= 80rem) {
      font-size: 80px;
    }
  }
  .xl\:leading-5 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .xl\:leading-6 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .xl\:leading-7 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .xl\:leading-8 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .xl\:leading-9 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .xl\:leading-10 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .xl\:leading-12 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .xl\:leading-28 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 28);
      line-height: calc(var(--spacing) * 28);
    }
  }
  .xl\:shadow-\[20px_20px_0px_\#004876\] {
    @media (width >= 80rem) {
      --tw-shadow: 20px 20px 0px var(--tw-shadow-color, #004876);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .\32 xl\:h-\[37px\] {
    @media (width >= 96rem) {
      height: 37px;
    }
  }
  .\32 xl\:gap-x-16 {
    @media (width >= 96rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:gap-y-4 {
    @media (width >= 96rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-Medium.5fbeb5324c14.woff2") format('woff2'), url("../fonts/Parkinsans-Medium.52aeadaadd16.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-Regular.491d156e0dc2.woff2") format('woff2'), url("../fonts/Parkinsans-Regular.4cad48a37c58.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-SemiBold.d6a087c3af98.woff2") format('woff2'), url("../fonts/Parkinsans-SemiBold.3b5fea8bfee6.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-Bold.bf288f4f2191.woff2") format('woff2'), url("../fonts/Parkinsans-Bold.1cdf0912db34.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-ExtraBold.cff5f598efaf.woff2") format('woff2'), url("../fonts/Parkinsans-ExtraBold.71eada859099.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parkinsans';
  src: url("../fonts/Parkinsans-Light.15d5cd1589fc.woff2") format('woff2'), url("../fonts/Parkinsans-Light.6064b1ca1145.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Super Chiby';
  src: url("../fonts/SuperChiby-BL62V.a471ef053156.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-super {
  font-family: 'Super Chiby';
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, html {
  height: 100%;
  width: 100%;
  overflow-x: clip;
}
body {
  font-family: 'Parkinsans';
  font-size: 14px;
  background: #E2F1FD;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1439px) {
  .container {
    max-width: 1310px;
  }
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.navbar-nav {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  padding: 140px 20px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: transform 0.3s linear, visibility 0.3s linear;
  transition: transform 0.3s linear, visibility 0.3s linear;
}
@media (min-width: 768px) {
  .navbar-nav {
    padding: 125px 20px 40px;
  }
}
.navbar-nav.show {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  body > header.absolute {
    z-index: 110 !important;
  }
  #menu-btn.btn-menu {
    position: relative;
    z-index: 111;
  }
}
.add-fix {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.footer-kit-banner {
  background: transparent;
}
.footer-kit-banner__mobile {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.footer-kit-banner__mobile img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 3.25rem;
  margin: 0 auto;
  object-fit: contain;
}
.footer-kit-banner__mobile img:last-child {
  width: min(78%, 17rem);
}
.footer-kit-banner__figure {
  display: none;
  overflow: hidden;
  text-align: center;
}
.footer-kit-banner__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer-kit-banner__mobile {
    display: none;
  }
  .footer-kit-banner__figure {
    display: block;
  }
  .footer-kit-banner__img {
    width: 100%;
    max-width: 100%;
    max-height: 4.25rem;
  }
}
@media (min-width: 1280px) {
  .footer-kit-banner__img {
    max-height: 4.75rem;
  }
}
.footer-ocelot-credit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 0;
  border-top: 1px solid rgb(204 236 248 / 14%);
  color: rgb(204 236 248 / 72%);
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
.footer-ocelot-credit a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(0 160 221 / 55%);
  text-underline-offset: 0.2rem;
  transition: color 200ms ease, text-decoration-color 200ms ease;
}
.footer-ocelot-credit a:hover, .footer-ocelot-credit a:focus-visible {
  color: #6ed9ff;
  text-decoration-color: currentColor;
}
.product-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  padding: 0.45rem;
  border-color: rgb(0 72 118 / 10%);
  background: linear-gradient(145deg, rgb(255 255 255 / 98%), rgb(246 251 254 / 96%));
  box-shadow: 0 1px 0 rgb(255 255 255 / 90%) inset, 0 0.8rem 2.2rem rgb(0 72 118 / 10%);
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}
.product-card::before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 0.18rem;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #00a0dd, #8be5ff);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out);
}
.product-card:focus-within {
  border-color: rgb(0 160 221 / 55%);
  box-shadow: 0 0 0 3px rgb(0 160 221 / 16%), 0 1.2rem 2.6rem rgb(0 72 118 / 14%);
}
.product-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgb(0 160 221 / 10%);
  border-radius: 1.25rem;
  background: radial-gradient(circle at 82% 16%, rgb(110 217 255 / 28%) 0 0.28rem, transparent 0.35rem), radial-gradient(circle at 16% 82%, rgb(0 160 221 / 13%) 0 0.2rem, transparent 0.27rem), linear-gradient(145deg, #fff 0%, #f3fbff 58%, #e3f5fc 100%);
}
.product-card__figure {
  width: 100%;
  height: 100%;
  padding: 0.45rem;
}
.product-card__image {
  width: 100%;
  height: 100%;
  border-radius: 0.95rem;
  object-fit: contain;
  transform: scale(1.001);
  transition: transform 240ms var(--motion-ease-out);
}
.product-card__category, .product-card__availability {
  position: absolute;
  z-index: 2;
  top: 0.65rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 999px;
  box-shadow: 0 0.35rem 1rem rgb(0 72 118 / 12%);
  backdrop-filter: blur(10px);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-card__category {
  left: 0.65rem;
  max-width: 58%;
  overflow: hidden;
  padding: 0.45rem 0.65rem;
  background: rgb(255 255 255 / 90%);
  color: #004876;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__availability {
  right: 0.65rem;
  gap: 0.35rem;
  padding: 0.45rem 0.55rem;
}
.product-card__availability--available {
  background: rgb(236 255 235 / 92%);
  color: #087f04;
}
.product-card__availability--available > span {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #11a90b;
  box-shadow: 0 0 0 0.18rem rgb(17 169 11 / 13%);
}
.product-card__availability--unavailable {
  background: rgb(255 244 230 / 94%);
  color: #9a5800;
}
.product-card__body {
  min-width: 0;
  padding: 1rem 0.75rem 0.75rem;
}
.product-card__eyebrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
  color: #4c7e9f;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.product-card__eyebrow--split {
  justify-content: space-between;
}
.product-card__eyebrow span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__brand {
  color: #00a0dd;
}
.product-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #071d2c;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__title a {
  transition: color 220ms ease;
}
.product-card__title a:hover, .product-card__title a:focus-visible {
  color: #007fb2;
}
.product-card__description {
  display: -webkit-box;
  min-height: 2.6em;
  margin-top: 0.55rem;
  overflow: hidden;
  color: #4c6575;
  font-size: 0.76rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card__price {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  margin-top: 0.9rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgb(0 160 221 / 13%);
  border-radius: 0.85rem;
  background: rgb(226 241 253 / 52%);
  color: #004876;
}
.product-card__price-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.18rem;
}
.product-card__price-copy small {
  color: #4c7e9f;
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.product-card__price-copy strong {
  overflow: hidden;
  color: #004876;
  font-size: 1.1rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-card__price-copy em {
  margin-left: 0.18rem;
  color: #6b7280;
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 500;
}
.product-card__price--unavailable {
  background: rgb(246 251 254 / 80%);
}
.product-card__price-gate {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  margin-top: 0.9rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgb(0 160 221 / 18%);
  border-radius: 0.85rem;
  background: rgb(226 241 253 / 55%);
  transition: border-color 220ms ease, background 220ms ease;
}
.product-card__price-gate:hover, .product-card__price-gate:focus-visible {
  border-color: rgb(0 160 221 / 45%);
  background: rgb(204 236 248 / 72%);
}
.product-card__price-gate .product-card__price-copy strong {
  font-size: 0.76rem;
}
.product-card__lock {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.65rem;
  background: #fff;
  color: #00a0dd;
  box-shadow: 0 0.25rem 0.7rem rgb(0 72 118 / 9%);
}
.product-card__lock svg {
  width: 1.1rem;
  height: 1.1rem;
}
.product-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.9rem;
  margin-top: 1rem;
  padding: 0.45rem 0.5rem 0.45rem 1rem;
  border: 1px solid #00a0dd;
  border-radius: 0.9rem;
  background: #00a0dd;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: background var(--motion-fast) ease, border-color var(--motion-fast) ease, transform 140ms var(--motion-ease-out);
}
.product-card__cta-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 0.65rem;
  background: rgb(255 255 255 / 17%);
  transition: background var(--motion-fast) ease;
}
.product-card__cta-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  transition: transform var(--motion-fast) var(--motion-ease-out);
}
.product-card__cta:hover, .product-card__cta:focus-visible {
  border-color: #004876;
  background: #004876;
}
.product-card__cta:hover .product-card__cta-icon, .product-card__cta:focus-visible .product-card__cta-icon {
  background: rgb(255 255 255 / 24%);
}
.product-card__cta:hover .product-card__cta-icon svg, .product-card__cta:focus-visible .product-card__cta-icon svg {
  transform: translate3d(0.1875rem, 0, 0);
}
.product-card__cta:active {
  transform: scale(0.97);
}
@media (min-width: 640px) {
  .product-card__media {
    aspect-ratio: 4 / 3;
  }
  .product-card__title {
    font-size: 1.08rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    border-color: rgb(0 160 221 / 28%);
    box-shadow: 0 1px 0 rgb(255 255 255 / 90%) inset, 0 1.25rem 3rem rgb(0 72 118 / 16%);
  }
  .product-card:hover::before {
    opacity: 1;
    transform: scaleX(1);
  }
  .product-card:hover .product-card__image {
    transform: scale(1.018);
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-card__image, .product-card__cta-icon svg, .product-card__cta:active {
    transform: none !important;
    scale: none !important;
  }
}
.product-detail-media {
  overflow: hidden;
  border-radius: 1.25rem;
}
.product-detail-media img {
  transform: scale(1.001);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-brand {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  padding: 0.3rem 0.8rem 0.3rem 0.35rem;
  border: 1px solid rgb(0 160 221 / 20%);
  border-radius: 999px;
  background: #f4fbfe;
  color: #004876;
}
.product-brand__label {
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: #dff4fc;
  color: #4c7e9f;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}
.product-brand__value {
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1;
}
.product-tabs__list {
  position: relative;
  border-bottom: 1px solid rgb(0 72 118 / 14%);
}
.product-tabs__indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #00a0dd;
  transform: translateX(0);
  transition: width 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}
.tab-btn {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  transition: color 180ms ease, opacity 180ms ease;
}
.tab-btn:not(.is-active):hover, .tab-btn:not(.is-active):focus-visible {
  color: #004876;
}
.tab-btn:focus-visible {
  border-radius: 0.35rem;
  outline: 3px solid rgb(0 160 221 / 24%);
  outline-offset: 3px;
}
.product-purchase-panel, .locked-price-card {
  border: 1px solid rgb(0 160 221 / 24%);
  border-radius: 1.5rem;
  background: #f4fbfe;
  box-shadow: 0 1rem 2.5rem rgb(0 72 118 / 8%);
}
.product-purchase-panel {
  padding: 1.25rem;
}
.product-price-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.product-price-summary__item {
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: #fff;
}
.product-price-summary__item--total {
  background: #dff4fc;
}
.product-price-summary__label {
  display: block;
  margin-bottom: 0.25rem;
  color: #4c7e9f;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-price-summary__value {
  color: #004876;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 800;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.product-price-summary__tax {
  color: #004876;
  font-size: 1.05rem;
  font-weight: 750;
}
.product-purchase-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.product-quantity__control {
  display: grid;
  grid-template-columns: 2.5rem minmax(3.5rem, 4.5rem) 2.5rem;
  overflow: hidden;
  border: 1px solid rgb(0 72 118 / 18%);
  border-radius: 0.9rem;
  background: #fff;
}
.quantity-stepper__button {
  display: grid;
  min-height: 2.65rem;
  place-items: center;
  border: 0;
  background: transparent;
  color: #004876;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
  transition: transform 140ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 180ms ease, color 180ms ease;
}
.quantity-stepper__button:hover, .quantity-stepper__button:focus-visible {
  background: #e2f5fc;
  color: #00a0dd;
}
.quantity-stepper__button:active {
  transform: scale(0.97);
}
.quantity-stepper__button:disabled {
  color: #abbcca;
  cursor: not-allowed;
}
.quantity-stepper__button:focus-visible {
  outline: 3px solid rgb(0 160 221 / 25%);
  outline-offset: -3px;
}
.product-quantity__input {
  width: 100%;
  min-width: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: rgb(0 72 118 / 14%);
  border-radius: 0;
  background: #fff;
  color: #004876;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}
.product-quantity__input::-webkit-outer-spin-button, .product-quantity__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.product-primary-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid #00a0dd;
  background: #00a0dd;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.product-primary-cta:hover, .product-primary-cta:focus-visible {
  border-color: #004876;
  background: #004876;
}
.product-primary-cta:active {
  transform: scale(0.97);
  transition-duration: 140ms !important;
}
.product-cta__arrow {
  display: inline-block;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product-primary-cta:hover .product-cta__arrow, .product-primary-cta:focus-visible .product-cta__arrow {
  transform: translateX(3px);
}
.product-purchase-panel__notice {
  margin-top: 1rem;
  color: #4c7e9f;
  font-size: 0.85rem;
  font-weight: 650;
}
.locked-price-card {
  padding: 1.4rem;
}
.locked-price-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.locked-price-card__eyebrow {
  margin-bottom: 0.2rem;
  color: #00a0dd;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.locked-price-card__title {
  color: #004876;
  font-family: "Super Chiby", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}
.locked-price-card__lock {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #dff4fc;
  color: #004876;
}
.locked-price-card__lock svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.locked-price-card__copy {
  max-width: 29rem;
  margin-top: 0.9rem;
  color: #213b4d;
  font-size: 0.95rem;
  line-height: 1.45;
}
.locked-price-card__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.locked-price-card__secondary {
  color: #004876;
  font-size: 0.85rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgb(0 160 221 / 48%);
  text-underline-offset: 0.22rem;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}
.locked-price-card__secondary:hover, .locked-price-card__secondary:focus-visible {
  color: #00a0dd;
  text-decoration-color: currentColor;
}
.motion-ready .product-detail-layout > [data-motion-reveal] {
  --motion-enter-transform: translate3d(0, 8px, 0);
  transition: opacity 240ms cubic-bezier(0.16, 1, 0.3, 1), transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.motion-ready .product-detail-layout > [data-motion-reveal]:nth-child(2) {
  transition-delay: 60ms;
}
@media (hover: hover) and (pointer: fine) {
  .product-detail-media:hover img {
    transform: scale(1.015);
  }
}
@media (max-width: 639px) {
  .product-purchase-panel, .locked-price-card {
    border-radius: 1.15rem;
    box-shadow: 0 0.75rem 2rem rgb(0 72 118 / 7%);
  }
  .product-purchase-panel, .locked-price-card {
    padding: 1rem;
  }
  .product-price-summary {
    grid-template-columns: 1fr 1fr;
  }
  .product-price-summary__item--total {
    grid-column: 1 / -1;
  }
  .product-purchase-form, .locked-price-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .product-primary-cta {
    width: 100%;
  }
  .locked-price-card__secondary {
    align-self: center;
    padding: 0.35rem;
  }
}
:root {
  --motion-fast: 180ms;
  --motion-base: 360ms;
  --motion-slow: 620ms;
  --motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --motion-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-distance: 22px;
}
html {
  scroll-behavior: smooth;
}
.motion-ready [data-motion-reveal] {
  opacity: 0;
  transform: var(--motion-enter-transform, translate3d(0, var(--motion-distance), 0));
  transition: opacity var(--motion-slow) var(--motion-ease-out), transform var(--motion-slow) var(--motion-ease-out), clip-path 760ms var(--motion-ease-out);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready [data-motion-reveal="down"] {
  --motion-enter-transform: translate3d(0, -14px, 0);
}
.motion-ready [data-motion-reveal="left"] {
  --motion-enter-transform: translate3d(-28px, 0, 0);
}
.motion-ready [data-motion-reveal="right"] {
  --motion-enter-transform: translate3d(28px, 0, 0);
}
.motion-ready [data-motion-reveal="scale"] {
  --motion-enter-transform: translate3d(0, 12px, 0) scale(0.975);
}
.motion-ready [data-motion-reveal="fade"] {
  --motion-enter-transform: translate3d(0, 0, 0);
}
.motion-ready [data-motion-reveal="hero"] {
  --motion-enter-transform: translate3d(0, 18px, 0) scale(0.99);
}
.motion-ready [data-motion-reveal="image"] {
  --motion-enter-transform: translate3d(0, 14px, 0) scale(1.025);
  clip-path: inset(4% 4% 4% 4% round 24px);
}
.motion-ready [data-motion-reveal].is-revealed {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0 0 round 0);
}
.motion-ready [data-motion-reveal].motion-complete {
  transition-delay: 0ms;
  will-change: auto;
}
.motion-ready .product-card[data-motion-reveal] {
  --motion-enter-transform: translate3d(0, 8px, 0);
  transition: opacity 240ms var(--motion-ease-out), transform 240ms var(--motion-ease-out), border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}
.navbar-nav {
  opacity: 0;
  transition: transform 480ms var(--motion-ease-out), opacity 280ms var(--motion-ease), visibility 0s linear 480ms;
}
.navbar-nav.show {
  opacity: 1;
  transition-delay: 0s;
}
.navbar-nav [data-motion-menu-item] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition: opacity 360ms var(--motion-ease-out), transform 360ms var(--motion-ease-out);
  transition-delay: 0ms;
}
.navbar-nav.show [data-motion-menu-item] {
  opacity: 1;
  transform: none;
  transition-delay: var(--motion-menu-delay, 80ms);
}
#menu-btn {
  transition: transform var(--motion-base) var(--motion-ease-out);
}
#menu-btn.is-open {
  transform: rotate(90deg);
}
[data-motion-nav-link] {
  position: relative;
  transition-duration: var(--motion-fast) !important;
  transition-timing-function: var(--motion-ease) !important;
}
[data-motion-nav-link]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--motion-fast) var(--motion-ease-out);
}
[data-motion-nav-link]:hover::after, [data-motion-nav-link]:focus-visible::after {
  transform: scaleX(1);
}
[data-motion-logo] img {
  transition: transform 420ms var(--motion-ease-out), opacity var(--motion-fast) ease;
}
[data-motion-logo]:hover img, [data-motion-logo]:focus-visible img {
  transform: scale(1.025);
}
[data-motion-button] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 220ms var(--motion-ease-out), background-color 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease !important;
}
[data-motion-button]::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -50% auto -50% -45%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-18deg) translateX(-220%);
  transition: transform 560ms var(--motion-ease-out);
  pointer-events: none;
}
[data-motion-button]:hover, [data-motion-button]:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(0, 72, 118, 0.16);
}
[data-motion-button]:hover::after, [data-motion-button]:focus-visible::after {
  transform: skewX(-18deg) translateX(620%);
}
[data-motion-button]:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 90ms !important;
}
[data-motion-button]:focus-visible, [data-motion-nav-link]:focus-visible, [data-motion-logo]:focus-visible {
  outline: 3px solid rgba(0, 160, 221, 0.38);
  outline-offset: 4px;
}
.motion-ready [data-motion-button][data-motion-reveal].is-revealed.motion-complete:hover, .motion-ready [data-motion-button][data-motion-reveal].is-revealed.motion-complete:focus-visible {
  transform: translateY(-2px);
}
[data-motion-card] {
  transition: translate 260ms var(--motion-ease-out), scale 260ms var(--motion-ease-out), border-color 260ms ease;
}
[data-motion-card="product"] figure {
  overflow: hidden;
  border-radius: 1.5rem;
}
[data-motion-card="product"]:not(.product-card) figure img, [data-motion-media] img {
  scale: 1.001;
  transition: scale 620ms var(--motion-ease-out);
}
[data-motion-hero-media] {
  overflow: hidden;
}
.hero-video {
  opacity: 0;
  transition: opacity 420ms var(--motion-ease-out);
}
.hero-video.is-loaded {
  opacity: 1;
}
.motion-ready [data-motion-hero-media] img {
  animation: motionHeroImageIn 1200ms var(--motion-ease-out) both;
  transform-origin: center;
}
@keyframes motionHeroImageIn {
  from {
    transform: scale(1.055);
  }
  to {
    transform: scale(1.01);
  }
}
@media (hover: hover) and (pointer: fine) {
  [data-motion-card].motion-complete:not(.product-card):hover, [data-motion-card].motion-complete:not(.product-card):focus-within {
    translate: 0 -5px;
    scale: 1.006;
  }
  [data-motion-card="product"]:not(.product-card):hover figure img, [data-motion-card="product"]:not(.product-card):focus-within figure img, [data-motion-media]:hover img, [data-motion-media]:focus-within img {
    scale: 1.035;
  }
}
[data-motion-control] {
  transition: border-color var(--motion-fast) ease, background-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out) !important;
}
[data-motion-control]:focus {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(0, 160, 221, 0.12);
}
[data-motion-field] label {
  transition: color var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out);
}
[data-motion-field]:focus-within label {
  color: #00A0DD;
}
.faq-item {
  transition: translate 260ms var(--motion-ease-out), border-color 260ms ease, box-shadow 260ms ease;
}
.faq-item.active {
  translate: 0 -2px;
  border-color: rgba(0, 160, 221, 0.42);
  box-shadow: 0 14px 32px rgba(0, 72, 118, 0.09);
}
.faq-item.active .faq-answer > div {
  animation: motionAnswerIn 360ms var(--motion-ease-out) both;
}
@keyframes motionAnswerIn {
  from {
    opacity: 0;
    transform: translate3d(0, -7px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
[data-motion-progress] {
  width: 0 !important;
  transition: width 1100ms var(--motion-ease-out) !important;
}
[data-motion-progress].is-filled {
  width: var(--motion-progress, 0%) !important;
}
[data-motion-counter] {
  display: inline-block;
  min-width: var(--motion-counter-width, auto);
  font-variant-numeric: tabular-nums;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .motion-ready [data-motion-reveal], .about-animate, .home-tagline-banner__line {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
    animation: none !important;
  }
  .navbar-nav, .navbar-nav [data-motion-menu-item], [data-motion-button], [data-motion-card], [data-motion-control], [data-motion-card] img, [data-motion-media] img, [data-motion-hero-media] img, .faq-item, .faq-answer, .faq-icon, [data-motion-progress] {
    transition: none !important;
    animation: none !important;
  }
  [data-motion-button] {
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease !important;
  }
  .tab-btn, .locked-price-card__secondary, .quantity-stepper__button {
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease !important;
  }
  .product-tabs__indicator, .product-detail-media img, .product-cta__arrow {
    transform: none !important;
    transition: none !important;
  }
  [data-motion-button]::after {
    display: none;
  }
  [data-motion-progress] {
    width: var(--motion-progress, 0%) !important;
  }
  .hero-lottie {
    display: none;
  }
  [data-motion-button]:hover, [data-motion-button]:active, [data-motion-card]:hover, [data-motion-control]:focus, .quantity-stepper__button:active, .product-primary-cta:active, .faq-item.active {
    transform: none !important;
    translate: none !important;
    scale: none !important;
  }
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-content: "";
    }
  }
}
