/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Thin.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Semibold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Extrabold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima-Nova-Black.otf") format("opentype");
  font-weight: 900;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Proxima Nova";
    --default-mono-font-family: var(--font-mono);
    --color-primary: oklch(59.22% 0.098 41.01);
    --color-brand-red: oklch(52.38% 0.1944 25.83);
    --color-brand-red-2: oklch(0.55 0.2168 28.24);
    --color-brand-red-3: oklch(0.96 0.0174 17.46);
    --color-brand-red-4: oklch(0.27 0.0964 26.84);
    --color-brand-blue: oklch(0.57 0.2013 257.43);
    --color-dark-1: oklch(23.08% 0 0);
    --color-dark-2: oklch(27.67% 0.0149 244.2);
    --color-mid-1: oklch(45.91% 0.0323 245.22);
    --color-mid-2: oklch(78.43% 0.0152 244.77);
    --color-light-1: oklch(84.13% 0.0227 243.85);
    --color-light-3: oklch(92.38% 0.0093 232.37);
    --color-light-4: oklch(98.51% 0 0);
    --color-brand-green-1: oklch(0.98 0.023 153.47);
    --color-brand-green-2: oklch(0.35 0.0984 146.47);
    --color-brand-yellow-1: oklch(0.84 0.172159 84.9338);
    --drop-shadow-checkout: 0 0 24px rgba(175, 105, 79, 0.24);
    --drop-shadow-header: 0 0 8px rgba(0, 0, 0, 0.16);
  }
}
@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;
  }
  :-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 {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .\!static {
    position: static !important;
  }
  .\!sticky {
    position: sticky !important;
  }
  .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 {
    top: calc(var(--spacing) * 1);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-25 {
    top: calc(var(--spacing) * 25);
  }
  .top-28 {
    top: calc(var(--spacing) * 28);
  }
  .top-32 {
    top: calc(var(--spacing) * 32);
  }
  .top-auto {
    top: auto;
  }
  .top-full {
    top: 100%;
  }
  .\!right-0 {
    right: calc(var(--spacing) * 0) !important;
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-11 {
    right: calc(var(--spacing) * 11);
  }
  .\!bottom-\[unset\] {
    bottom: unset !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .\!left-0 {
    left: calc(var(--spacing) * 0) !important;
  }
  .\!left-\[unset\] {
    left: unset !important;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-auto {
    left: auto;
  }
  .isolate {
    isolation: isolate;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-4 {
    z-index: 4;
  }
  .z-10 {
    z-index: 10;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: NaN NaN NaN;
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-1 {
    margin-top: calc(var(--spacing) * -1);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[calc\(-100\%_-_6px\)\] {
    margin-top: calc(-100% - 6px);
  }
  .mr-auto {
    margin-right: auto;
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-content {
    box-sizing: content-box;
  }
  .form-input {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
    &::placeholder {
      color: oklch(55.1% 0.027 264.364);
      opacity: 1;
    }
    &::-webkit-datetime-edit-fields-wrapper {
      padding: 0;
    }
    &::-webkit-date-and-time-value {
      min-height: 1.5em;
    }
    &::-webkit-date-and-time-value {
      text-align: inherit;
    }
    &::-webkit-datetime-edit {
      display: inline-flex;
    }
    &::-webkit-datetime-edit {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-year-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-month-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-day-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-hour-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-minute-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-second-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-millisecond-field {
      padding-top: 0;
      padding-bottom: 0;
    }
    &::-webkit-datetime-edit-meridiem-field {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  .expandable {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows;
    &>* {
      overflow-y: hidden;
    }
  }
  .\!flex {
    display: flex !important;
  }
  .\!grid {
    display: grid !important;
  }
  .\!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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .max-h-\[900px\] {
    max-height: 900px;
  }
  .max-h-\[calc\(100\%_-_96px\)\] {
    max-height: calc(100% - 96px);
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-4 {
    min-height: calc(var(--spacing) * 4);
  }
  .min-h-\[170px\] {
    min-height: 170px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[900px\] {
    min-height: 900px;
  }
  .min-h-full {
    min-height: 100%;
  }
  .\!w-\[3ch\] {
    width: 3ch !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[3ch\] {
    max-width: 3ch !important;
  }
  .\!max-w-\[4ch\] {
    max-width: 4ch !important;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[145px\] {
    max-width: 145px;
  }
  .max-w-\[310px\] {
    max-width: 310px;
  }
  .max-w-\[343px\] {
    max-width: 343px;
  }
  .max-w-\[390px\] {
    max-width: 390px;
  }
  .max-w-\[437px\] {
    max-width: 437px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[630px\] {
    max-width: 630px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[810px\] {
    max-width: 810px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1360px\] {
    max-width: 1360px;
  }
  .max-w-\[unset\] {
    max-width: unset;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-\[143px\] {
    min-width: 143px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow-1 {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-80 {
    --tw-scale-x: 80%;
    --tw-scale-y: 80%;
    --tw-scale-z: 80%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .auto-rows-\[235px_auto_auto_auto\] {
    grid-auto-rows: 235px auto auto auto;
  }
  .auto-rows-\[235px_auto_auto_auto_auto\] {
    grid-auto-rows: 235px auto auto auto auto;
  }
  .auto-rows-\[250px\] {
    grid-auto-rows: 250px;
  }
  .auto-rows-\[388px\] {
    grid-auto-rows: 388px;
  }
  .auto-rows-\[minmax\(163px\,auto\)\] {
    grid-auto-rows: minmax(163px,auto);
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
 .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }
  .grid-cols-\[80px_auto\] {
    grid-template-columns: 80px auto;
  }
  .grid-cols-\[100px_1fr\] {
    grid-template-columns: 100px 1fr;
  }
  .grid-cols-\[110px_1fr\] {
    grid-template-columns: 110px 1fr;
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-cols-\[minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0,1fr);
  }
  .grid-cols-\[minmax\(0\,580px\)\] {
    grid-template-columns: minmax(0,580px);
  }
  .grid-cols-\[minmax\(auto\,505px\)_auto\] {
    grid-template-columns: minmax(auto,505px) auto;
  }
  .grid-cols-\[repeat\(2\,minmax\(0\,145px\)\)\] {
    grid-template-columns: repeat(2,minmax(0,145px));
  }
  .grid-cols-\[repeat\(2\,minmax\(0\,175px\)\)\] {
    grid-template-columns: repeat(2,minmax(0,175px));
  }
  .grid-cols-\[repeat\(2\,minmax\(0\,200px\)\)\] {
    grid-template-columns: repeat(2,minmax(0,200px));
  }
  .grid-cols-\[repeat\(auto-fill\,36px\)\] {
    grid-template-columns: repeat(auto-fill,36px);
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(0\,56px\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(0,56px));
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(236px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(236px,1fr));
  }
  .grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  .expanded {
    grid-template-rows: 1fr;
  }
  .grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }
  .grid-rows-\[388px_244px\] {
    grid-template-rows: 388px 244px;
  }
  .grid-rows-\[auto_0px_1fr_auto\] {
    grid-template-rows: auto 0px 1fr auto;
  }
  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  .grid-rows-\[auto_1fr_auto\] {
    grid-template-rows: auto 1fr auto;
  }
  .grid-rows-\[auto_auto_1fr_auto\] {
    grid-template-rows: auto auto 1fr auto;
  }
  .grid-rows-\[minmax\(0\,1fr\)_auto_auto\] {
    grid-template-rows: minmax(0,1fr) auto auto;
  }
  .grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .content-center {
    align-content: center;
  }
  .content-end {
    align-content: flex-end;
  }
  .content-start {
    align-content: flex-start;
  }
  .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;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-start {
    justify-items: start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .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-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * 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-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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)));
    }
  }
  .space-y-\[15px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(15px * var(--tw-space-y-reverse));
      margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-1\.5 {
    column-gap: calc(var(--spacing) * 1.5);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-2\.5 {
    column-gap: calc(var(--spacing) * 2.5);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-3\.5 {
    column-gap: calc(var(--spacing) * 3.5);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-9 {
    column-gap: calc(var(--spacing) * 9);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#BFCDD9\] {
    :where(& > :not(:last-child)) {
      border-color: #BFCDD9;
    }
  }
  .divide-black\/60 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #000 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 60%, transparent);
      }
    }
  }
  .divide-light-3 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-light-3);
    }
  }
  .self-stretch {
    align-self: stretch;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-dark-1 {
    border-color: var(--color-dark-1);
  }
  .border-light-1 {
    border-color: var(--color-light-1);
  }
  .border-light-3 {
    border-color: var(--color-light-3);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#0986FF14\] {
    background-color: #0986FF14;
  }
  .bg-\[\#EDFDF1\] {
    background-color: #EDFDF1;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[black\] {
    background-color: black;
  }
  .bg-\[blue\] {
    background-color: blue;
  }
  .bg-\[green\] {
    background-color: green;
  }
  .bg-\[pink\] {
    background-color: pink;
  }
  .bg-\[plum\] {
    background-color: plum;
  }
  .bg-\[purple\] {
    background-color: purple;
  }
  .bg-\[red\] {
    background-color: red;
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-brand-green-1 {
    background-color: var(--color-brand-green-1);
  }
  .bg-brand-red-3 {
    background-color: var(--color-brand-red-3);
  }
  .bg-dark-1 {
    background-color: var(--color-dark-1);
  }
  .bg-dark-1\/50 {
    background-color: color-mix(in srgb, oklch(23.08% 0 0) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark-1) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-primary\/10 {
    background-color: color-mix(in srgb, oklch(59.22% 0.098 41.01) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!bg-none {
    background-image: none !important;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .\!py-4 {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-\[74px\] {
    padding-top: 74px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .\!text-center {
    text-align: center !important;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
  .h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
  .h6 {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .p1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .p2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .p3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .p4 {
    font-size: 1rem;
    line-height: 1.2;
  }
  .p5 {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .p6 {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .\!text-primary {
    color: var(--color-primary) !important;
  }
  .text-\[\#0A4818\] {
    color: #0A4818;
  }
  .text-\[\#0B72EB\] {
    color: #0B72EB;
  }
  .text-\[\#555555\] {
    color: #555555;
  }
  .text-\[\#B1BAC2\] {
    color: #B1BAC2;
  }
  .text-\[\#D41717\] {
    color: #D41717;
  }
  .text-brand-blue {
    color: var(--color-brand-blue);
  }
  .text-brand-green-2 {
    color: var(--color-brand-green-2);
  }
  .text-brand-red {
    color: var(--color-brand-red);
  }
  .text-brand-red-2 {
    color: var(--color-brand-red-2);
  }
  .text-brand-red-4 {
    color: var(--color-brand-red-4);
  }
  .text-dark-1 {
    color: var(--color-dark-1);
  }
  .text-dark-2 {
    color: var(--color-dark-2);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-light-4 {
    color: var(--color-light-4);
  }
  .text-mid-1 {
    color: var(--color-mid-1);
  }
  .text-mid-2 {
    color: var(--color-mid-2);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .outline-offset-2 {
    outline-offset: 2px;
  }
  .outline-primary {
    outline-color: var(--color-primary);
  }
  .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,);
  }
  .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-filter {
    -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-transform {
    transition-property: transform, translate, scale, rotate !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  }
  .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, visibility, 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-\[background-color\,backdrop-filter\,filter\] {
    transition-property: background-color,backdrop-filter,filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[margin\] {
    transition-property: margin;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[min-height\,margin-top\] {
    transition-property: min-height,margin-top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,translate\] {
    transition-property: opacity,translate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[translate\,border-color\] {
    transition-property: translate,border-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-200 {
    transition-delay: 200ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-5000 {
    --tw-duration: 5000ms;
    transition-duration: 5000ms;
  }
  .\!ease-linear {
    --tw-ease: linear !important;
    transition-timing-function: linear !important;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[--swiper-navigation-sides-offset\:0\] {
    --swiper-navigation-sides-offset: 0;
  }
  .\[--swiper-pagination-bullet-inactive-color\:white\] {
    --swiper-pagination-bullet-inactive-color: white;
  }
  .\[--swiper-pagination-bullet-inactive-opacity\:1\] {
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
  .\[--swiper-pagination-color\:var\(--color-primary\)\] {
    --swiper-pagination-color: var(--color-primary);
  }
  .\[all\:unset\] {
    all: unset;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .not-last\:grid-cols-2 {
    &:not(*:last-child) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .group-open\:block {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: block;
    }
  }
  .group-open\:hidden {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      display: none;
    }
  }
  .group-open\/accordion\:block {
    &:is(:where(.group\/accordion):is([open], :popover-open, :open) *) {
      display: block;
    }
  }
  .group-open\/accordion\:hidden {
    &:is(:where(.group\/accordion):is([open], :popover-open, :open) *) {
      display: none;
    }
  }
  .group-open\/accordion\:expanded {
    &:is(:where(.group\/accordion):is([open], :popover-open, :open) *) {
      grid-template-rows: 1fr;
    }
  }
  .group-open\/details\:opacity-100 {
    &:is(:where(.group\/details):is([open], :popover-open, :open) *) {
      opacity: 100%;
    }
  }
  .group-hover\:-mt-\[180px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-top: calc(180px * -1);
      }
    }
  }
  .group-hover\:mt-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-top: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:grid {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: grid;
      }
    }
  }
  .group-hover\:min-h-\[480px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        min-height: 480px;
      }
    }
  }
  .group-hover\:translate-x-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/swiper-button\:text-primary {
    &:is(:where(.group\/swiper-button):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-\[\:has\(\.form-field\:is\(\:focus\,\:not\(\:placeholder-shown\)\)\)\]\:block {
    &:is(:where(.group):is(:has(.form-field:is(:focus,:not(:placeholder-shown)))) *) {
      display: block;
    }
  }
  .group-\[\:has\(\.form-field\:is\(\:focus\,\:not\(\:placeholder-shown\)\)\)\]\:hidden {
    &:is(:where(.group):is(:has(.form-field:is(:focus,:not(:placeholder-shown)))) *) {
      display: none;
    }
  }
  .group-\[\:has\(\:checked\)\]\:opacity-100 {
    &:is(:where(.group):is(:has(:checked)) *) {
      opacity: 100%;
    }
  }
  .before\:pointer-events-none {
    &::before {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-3 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 3);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[var\(--before-percentage\)\] {
    &::before {
      content: var(--tw-content);
      left: var(--before-percentage);
    }
  }
  .before\:z-2 {
    &::before {
      content: var(--tw-content);
      z-index: 2;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[520px\] {
    &::before {
      content: var(--tw-content);
      width: 520px;
    }
  }
  .before\:-translate-x-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:border-b {
    &::before {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .before\:border-light-3 {
    &::before {
      content: var(--tw-content);
      border-color: var(--color-light-3);
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:blur-\[200px\] {
    &::before {
      content: var(--tw-content);
      --tw-blur: blur(200px);
      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,);
    }
  }
  .before\:content-\[var\(--min\)\] {
    &::before {
      content: var(--tw-content);
      --tw-content: var(--min);
      content: var(--tw-content);
    }
  }
  .not-first\:before\:absolute {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .not-first\:before\:top-2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 2);
      }
    }
  }
  .not-first\:before\:right-1\/2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        right: calc(1/2 * 100%);
      }
    }
  }
  .not-first\:before\:bottom-full {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        bottom: 100%;
      }
    }
  }
  .not-first\:before\:left-2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        left: calc(var(--spacing) * 2);
      }
    }
  }
  .not-first\:before\:h-0\.5 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        height: calc(var(--spacing) * 0.5);
      }
    }
  }
  .not-first\:before\:h-\[calc\(100\%-8px\)\] {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        height: calc(100% - 8px);
      }
    }
  }
  .not-first\:before\:w-0\.5 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 0.5);
      }
    }
  }
  .not-first\:before\:w-8 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 8);
      }
    }
  }
  .not-first\:before\:-translate-x-1 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .not-first\:before\:-translate-x-1\/2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        --tw-translate-x: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .not-first\:before\:-translate-y-1\/2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(calc(1/2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .not-first\:before\:-translate-y-2 {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .not-first\:before\:bg-primary {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-primary);
      }
    }
  }
  .not-first\:before\:content-\[\'\/\'\] {
    &:not(*:first-child) {
      &::before {
        content: var(--tw-content);
        --tw-content: '/';
        content: var(--tw-content);
      }
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:top-3 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 3);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:-bottom-1 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * -1);
    }
  }
  .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\:left-\[var\(--after-percentage\)\] {
    &::after {
      content: var(--tw-content);
      left: var(--after-percentage);
    }
  }
  .after\:z-2 {
    &::after {
      content: var(--tw-content);
      z-index: 2;
    }
  }
  .after\:col-start-2 {
    &::after {
      content: var(--tw-content);
      grid-column-start: 2;
    }
  }
  .after\:row-span-2 {
    &::after {
      content: var(--tw-content);
      grid-row: span 2 / span 2;
    }
  }
  .after\:row-start-1 {
    &::after {
      content: var(--tw-content);
      grid-row-start: 1;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-\[520px\] {
    &::after {
      content: var(--tw-content);
      width: 520px;
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:border-b {
    &::after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .after\:border-b-2 {
    &::after {
      content: var(--tw-content);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .after\:border-light-3 {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-light-3);
    }
  }
  .after\:border-primary {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-primary);
    }
  }
  .after\:border-b-primary {
    &::after {
      content: var(--tw-content);
      border-bottom-color: var(--color-primary);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:blur-\[200px\] {
    &::after {
      content: var(--tw-content);
      --tw-blur: blur(200px);
      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,);
    }
  }
  .after\:transition-\[width\] {
    &::after {
      content: var(--tw-content);
      transition-property: width;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-200 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .after\:\!content-none {
    &::after {
      content: var(--tw-content);
      --tw-content: none !important;
      content: none !important;
    }
  }
  .after\:content-\[var\(--max\)\] {
    &::after {
      content: var(--tw-content);
      --tw-content: var(--max);
      content: var(--tw-content);
    }
  }
  .not-last\:after\:content-\[\'\:\'\] {
    &:not(*:last-child) {
      &::after {
        content: var(--tw-content);
        --tw-content: ':';
        content: var(--tw-content);
      }
    }
  }
  .group-hover\:after\:w-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .group-hover\/details\:after\:w-full {
    &:is(:where(.group\/details):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .first\:border-t-\[\#BFCDD9\] {
    &:first-child {
      border-top-color: #BFCDD9;
    }
  }
  .first\:pl-0 {
    &:first-child {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .last\:border-b-\[\#BFCDD9\] {
    &:last-child {
      border-bottom-color: #BFCDD9;
    }
  }
  .last\:pr-0 {
    &:last-child {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .last\:text-mid-1 {
    &:last-child {
      color: var(--color-mid-1);
    }
  }
  .open\:pb-4 {
    &:is([open], :popover-open, :open) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .checked\:outline-2 {
    &:checked {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .checked\:outline-offset-2 {
    &:checked {
      outline-offset: 2px;
    }
  }
  .checked\:outline-\[black\] {
    &:checked {
      outline-color: black;
    }
  }
  .checked\:outline-\[blue\] {
    &:checked {
      outline-color: blue;
    }
  }
  .checked\:outline-\[green\] {
    &:checked {
      outline-color: green;
    }
  }
  .checked\:outline-\[pink\] {
    &:checked {
      outline-color: pink;
    }
  }
  .checked\:outline-\[plum\] {
    &:checked {
      outline-color: plum;
    }
  }
  .checked\:outline-\[purple\] {
    &:checked {
      outline-color: purple;
    }
  }
  .checked\:outline-\[red\] {
    &:checked {
      outline-color: red;
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:text-brand-yellow-1 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-yellow-1);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:text-brand-yellow-1 {
    &:focus {
      color: var(--color-brand-yellow-1);
    }
  }
  .focus\:\[box-shadow\:none\] {
    &:focus {
      box-shadow: none;
    }
  }
  .focus\:\[--tw-ring-color\:var\(--color-dark-1\)\] {
    &:focus {
      --tw-ring-color: var(--color-dark-1);
    }
  }
  .has-open\:pb-6 {
    &:has(*:is([open], :popover-open, :open)) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .has-checked\:border-primary {
    &:has(*:checked) {
      border-color: var(--color-primary);
    }
  }
  .has-checked\:outline-2 {
    &:has(*:checked) {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .has-\[\#newsletter-response_span\]\:flex {
    &:has(*:is(#newsletter-response span)) {
      display: flex;
    }
  }
  .has-\[\.offCanvas\:not\(\.body-scroll\)\[open\]\]\:overflow-y-hidden {
    &:has(*:is(.offCanvas:not(.body-scroll)[open])) {
      overflow-y: hidden;
    }
  }
  .has-\[\~_button\:is\(\:hover\,\:focus\)\]\:text-brand-yellow-1 {
    &:has(~ button:is(:hover,:focus)) {
      color: var(--color-brand-yellow-1);
    }
  }
  .max-xl\:gap-y-10 {
    @media (width < 80rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mt-10 {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:mb-10 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:max-w-\[450px\] {
    @media (width < 64rem) {
      max-width: 450px;
    }
  }
  .max-lg\:font-medium {
    @media (width < 64rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .max-lg\:group-even\:ml-auto {
    @media (width < 64rem) {
      &:is(:where(.group):nth-child(even) *) {
        margin-left: auto;
      }
    }
  }
  .max-md\:fixed {
    @media (width < 48rem) {
      position: fixed;
    }
  }
  .max-md\:static {
    @media (width < 48rem) {
      position: static;
    }
  }
  .max-md\:top-auto {
    @media (width < 48rem) {
      top: auto;
    }
  }
  .max-md\:right-0 {
    @media (width < 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .max-md\:bottom-0 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:left-0 {
    @media (width < 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:mt-6 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:grid {
    @media (width < 48rem) {
      display: grid;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:h-auto {
    @media (width < 48rem) {
      height: auto;
    }
  }
  .max-md\:max-h-\[min\(655px\,calc\(100vh-100px\)\)\] {
    @media (width < 48rem) {
      max-height: min(655px, calc(100vh - 100px));
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[unset\] {
    @media (width < 48rem) {
      max-width: unset;
    }
  }
  .max-md\:translate-0 {
    @media (width < 48rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:grid-rows-\[576px_auto\] {
    @media (width < 48rem) {
      grid-template-rows: 576px auto;
    }
  }
  .max-md\:grid-rows-\[auto_auto\] {
    @media (width < 48rem) {
      grid-template-rows: auto auto;
    }
  }
  .max-md\:grid-rows-\[auto_minmax\(0\,1fr\)\] {
    @media (width < 48rem) {
      grid-template-rows: auto minmax(0,1fr);
    }
  }
  .max-md\:rounded-t-2xl {
    @media (width < 48rem) {
      border-top-left-radius: var(--radius-2xl);
      border-top-right-radius: var(--radius-2xl);
    }
  }
  .max-md\:px-4 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:py-2 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .max-md\:pt-6 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:pb-12 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .max-md\:drop-shadow-checkout {
    @media (width < 48rem) {
      --tw-drop-shadow-size: drop-shadow(0 0 24px var(--tw-drop-shadow-color, rgba(175, 105, 79, 0.24)));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-checkout));
      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,);
    }
  }
  .max-md\:not-\[\.expanded\]\:\!border-0 {
    @media (width < 48rem) {
      &:not(*:is(.expanded)) {
        border-style: var(--tw-border-style) !important;
        border-width: 0px !important;
      }
    }
  }
  .max-md\:not-\[\.expanded\]\:\!pb-0 {
    @media (width < 48rem) {
      &:not(*:is(.expanded)) {
        padding-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .max-sm\:order-0 {
    @media (width < 40rem) {
      order: 0;
    }
  }
  .max-sm\:order-1 {
    @media (width < 40rem) {
      order: 1;
    }
  }
  .max-sm\:max-w-\[300px\] {
    @media (width < 40rem) {
      max-width: 300px;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 40rem) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:pb-6 {
    @media (width < 40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:before\:hidden {
    @media (width < 40rem) {
      &::before {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-sm\:after\:hidden {
    @media (width < 40rem) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .min-\[1440px\]\:gap-x-\[120px\] {
    @media (width >= 1440px) {
      column-gap: 120px;
    }
  }
  .sm\:h-fit {
    @media (width >= 40rem) {
      height: fit-content;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:pointer-events-none {
    @media (width >= 48rem) {
      pointer-events: none;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-28 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:row-start-1 {
    @media (width >= 48rem) {
      grid-row-start: 1;
    }
  }
  .md\:my-8 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[450px\] {
    @media (width >= 48rem) {
      height: 450px;
    }
  }
  .md\:h-fit {
    @media (width >= 48rem) {
      height: fit-content;
    }
  }
  .md\:min-h-\[unset\] {
    @media (width >= 48rem) {
      min-height: unset;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 48rem) {
      max-width: 470px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[560px\] {
    @media (width >= 48rem) {
      max-width: 560px;
    }
  }
  .md\:-translate-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1fr_320px\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr 320px;
    }
  }
  .md\:grid-cols-\[1fr_auto_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr auto auto;
    }
  }
  .md\:grid-cols-\[80px_repeat\(2\,auto\)\] {
    @media (width >= 48rem) {
      grid-template-columns: 80px repeat(2,auto);
    }
  }
  .md\:grid-cols-\[225px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 225px 1fr;
    }
  }
  .md\:grid-cols-\[240px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 240px 1fr;
    }
  }
  .md\:grid-cols-\[minmax\(0\,1fr\)_250px\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(0,1fr) 250px;
    }
  }
  .md\:grid-cols-\[minmax\(0\,176px\)_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(0,176px) 1fr;
    }
  }
  .md\:grid-cols-\[minmax\(0\,570px\)_minmax\(0\,550px\)\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(0,570px) minmax(0,550px);
    }
  }
  .md\:grid-cols-\[minmax\(0\,690px\)_minmax\(0\,550px\)\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(0,690px) minmax(0,550px);
    }
  }
  .md\:expanded {
    @media (width >= 48rem) {
      grid-template-rows: 1fr;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:border-t {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-light-3 {
    @media (width >= 48rem) {
      border-color: var(--color-light-3);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:h2 {
    @media (width >= 48rem) {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  }
  .md\:h3 {
    @media (width >= 48rem) {
      font-size: 1.5rem;
      line-height: 1.2;
    }
  }
  .md\:h5 {
    @media (width >= 48rem) {
      font-size: 1rem;
      line-height: 1.2;
    }
  }
  .md\:p3 {
    @media (width >= 48rem) {
      font-size: 1.25rem;
      line-height: 1.2;
    }
  }
  .md\:p4 {
    @media (width >= 48rem) {
      font-size: 1rem;
      line-height: 1.2;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:font-medium {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .md\:even\:pt-\[50px\] {
    @media (width >= 48rem) {
      &:nth-child(even) {
        padding-top: 50px;
      }
    }
  }
  .lg\:top-32 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 32);
    }
  }
  .lg\:top-36 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 36);
    }
  }
  .lg\:top-\[120px\] {
    @media (width >= 64rem) {
      top: 120px;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:my-6 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-8 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-32 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:mt-\[120px\] {
    @media (width >= 64rem) {
      margin-top: 120px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:h-\[980px\] {
    @media (width >= 64rem) {
      height: 980px;
    }
  }
  .lg\:auto-rows-\[288px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 288px;
    }
  }
  .lg\:auto-rows-\[450px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 450px;
    }
  }
  .lg\:auto-rows-\[800px\] {
    @media (width >= 64rem) {
      grid-auto-rows: 800px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1fr_450px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 450px;
    }
  }
  .lg\:grid-cols-\[1fr_repeat\(3\,minmax\(0\,155px\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr repeat(3,minmax(0,155px));
    }
  }
  .lg\:grid-cols-\[255px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 255px 1fr;
    }
  }
  .lg\:grid-cols-\[270px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 270px 1fr;
    }
  }
  .lg\:grid-cols-\[450px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 450px 1fr;
    }
  }
  .lg\:grid-cols-\[500px_minmax\(0\,580px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 500px minmax(0,580px);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_360px\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 360px;
    }
  }
  .lg\:grid-cols-\[repeat\(2\,minmax\(0\,200px\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2,minmax(0,200px));
    }
  }
  .lg\:grid-cols-\[repeat\(3\,minmax\(0\,145px\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3,minmax(0,145px));
    }
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,280px\)\] {
    @media (width >= 64rem) {
      grid-template-columns: repeat(auto-fit,280px);
    }
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,minmax\(0px\,510px\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: repeat(auto-fit,minmax(0px,510px));
    }
  }
  .lg\:grid-rows-\[auto_1fr\] {
    @media (width >= 64rem) {
      grid-template-rows: auto 1fr;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-evenly {
    @media (width >= 64rem) {
      justify-content: space-evenly;
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:border-b {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:pt-4 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-36 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:pb-\[120px\] {
    @media (width >= 64rem) {
      padding-bottom: 120px;
    }
  }
  .lg\:h1 {
    @media (width >= 64rem) {
      font-size: 5rem;
      line-height: 1.2;
    }
  }
  .lg\:h2 {
    @media (width >= 64rem) {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  }
  .lg\:h3 {
    @media (width >= 64rem) {
      font-size: 1.5rem;
      line-height: 1.2;
    }
  }
  .lg\:h5 {
    @media (width >= 64rem) {
      font-size: 1rem;
      line-height: 1.2;
    }
  }
  .lg\:p1 {
    @media (width >= 64rem) {
      font-size: 2rem;
      line-height: 1.2;
    }
  }
  .lg\:p3 {
    @media (width >= 64rem) {
      font-size: 1.25rem;
      line-height: 1.2;
    }
  }
  .lg\:p4 {
    @media (width >= 64rem) {
      font-size: 1rem;
      line-height: 1.2;
    }
  }
  .lg\:p5 {
    @media (width >= 64rem) {
      font-size: 0.875rem;
      line-height: 1.2;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-\[1\.75rem\] {
    @media (width >= 64rem) {
      font-size: 1.75rem;
    }
  }
  .lg\:even\:mt-14 {
    @media (width >= 64rem) {
      &:nth-child(even) {
        margin-top: calc(var(--spacing) * 14);
      }
    }
  }
  .lg\:even\:pt-\[87px\] {
    @media (width >= 64rem) {
      &:nth-child(even) {
        padding-top: 87px;
      }
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:mt-20 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[900px\] {
    @media (width >= 80rem) {
      height: 900px;
    }
  }
  .xl\:min-h-\[1100px\] {
    @media (width >= 80rem) {
      min-height: 1100px;
    }
  }
  .xl\:auto-rows-\[660px\] {
    @media (width >= 80rem) {
      grid-auto-rows: 660px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_413px\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr 413px;
    }
  }
  .xl\:grid-cols-\[1fr_repeat\(3\,minmax\(0\,206px\)\)\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr repeat(3,minmax(0,206px));
    }
  }
  .xl\:grid-cols-\[2fr_1fr_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 2fr 1fr 1fr;
    }
  }
  .xl\:grid-cols-\[306px_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 306px 1fr;
    }
  }
  .xl\:grid-cols-\[660px_minmax\(0\,620px\)\] {
    @media (width >= 80rem) {
      grid-template-columns: 660px minmax(0,620px);
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_322px\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1fr) 322px;
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1fr\)_448px\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1fr) 448px;
    }
  }
  .xl\:grid-cols-\[minmax\(0\,620px\)_660px\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,620px) 660px;
    }
  }
  .xl\:grid-cols-\[repeat\(auto-fit\,370px\)\] {
    @media (width >= 80rem) {
      grid-template-columns: repeat(auto-fit,370px);
    }
  }
  .xl\:grid-rows-\[480px\] {
    @media (width >= 80rem) {
      grid-template-rows: 480px;
    }
  }
  .xl\:justify-evenly {
    @media (width >= 80rem) {
      justify-content: space-evenly;
    }
  }
  .xl\:gap-x-6 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-x-16 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:gap-x-20 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-\[120px\] {
    @media (width >= 80rem) {
      padding-inline: 120px;
    }
  }
  .xl\:py-\[120px\] {
    @media (width >= 80rem) {
      padding-block: 120px;
    }
  }
  .xl\:pb-\[120px\] {
    @media (width >= 80rem) {
      padding-bottom: 120px;
    }
  }
  .xl\:h2 {
    @media (width >= 80rem) {
      font-size: 2.5rem;
      line-height: 1.2;
    }
  }
  .xl\:even\:mt-28 {
    @media (width >= 80rem) {
      &:nth-child(even) {
        margin-top: calc(var(--spacing) * 28);
      }
    }
  }
  .\32 xl\:justify-evenly {
    @media (width >= 96rem) {
      justify-content: space-evenly;
    }
  }
  .\@max-2xl\:flex {
    @container (width < 42rem) {
      display: flex;
    }
  }
  .\@xl\:mt-6 {
    @container (width >= 36rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .\@xl\:grid-cols-2 {
    @container (width >= 36rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\@xl\:grid-cols-3 {
    @container (width >= 36rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\@xl\:grid-cols-\[160px_1fr\] {
    @container (width >= 36rem) {
      grid-template-columns: 160px 1fr;
    }
  }
  .\@xl\:grid-cols-\[auto_1fr_auto\] {
    @container (width >= 36rem) {
      grid-template-columns: auto 1fr auto;
    }
  }
  .\@xl\:gap-6 {
    @container (width >= 36rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\@xl\:space-y-6 {
    @container (width >= 36rem) {
      :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)));
      }
    }
  }
  .\@xl\:h3 {
    @container (width >= 36rem) {
      font-size: 1.5rem;
      line-height: 1.2;
    }
  }
  .\@xl\:text-\[1\.75rem\] {
    @container (width >= 36rem) {
      font-size: 1.75rem;
    }
  }
  .\@2xl\:mx-auto {
    @container (width >= 42rem) {
      margin-inline: auto;
    }
  }
  .\@2xl\:mt-3 {
    @container (width >= 42rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .\@2xl\:mt-12 {
    @container (width >= 42rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .\@2xl\:grid-cols-4 {
    @container (width >= 42rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\@2xl\:text-center {
    @container (width >= 42rem) {
      text-align: center;
    }
  }
  .\@2xl\:not-first\:before\:top-2 {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          top: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\@2xl\:not-first\:before\:right-1\/2 {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          right: calc(1/2 * 100%);
        }
      }
    }
  }
  .\@2xl\:not-first\:before\:h-0\.5 {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          height: calc(var(--spacing) * 0.5);
        }
      }
    }
  }
  .\@2xl\:not-first\:before\:w-\[calc\(100\%-32px\)\] {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          width: calc(100% - 32px);
        }
      }
    }
  }
  .\@2xl\:not-first\:before\:-translate-x-4 {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          --tw-translate-x: calc(var(--spacing) * -4);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .\@2xl\:not-first\:before\:-translate-y-1\/2 {
    @container (width >= 42rem) {
      &:not(*:first-child) {
        &::before {
          content: var(--tw-content);
          --tw-translate-y: calc(calc(1/2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .\@3xl\:top-2 {
    @container (width >= 48rem) {
      top: calc(var(--spacing) * 2);
    }
  }
  .\@3xl\:right-2 {
    @container (width >= 48rem) {
      right: calc(var(--spacing) * 2);
    }
  }
  .\@3xl\:left-2 {
    @container (width >= 48rem) {
      left: calc(var(--spacing) * 2);
    }
  }
  .\@3xl\:mt-\[calc\(-100\%_-_10px\)\] {
    @container (width >= 48rem) {
      margin-top: calc(-100% - 10px);
    }
  }
  .\@3xl\:h-7 {
    @container (width >= 48rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .\@3xl\:w-7 {
    @container (width >= 48rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .\@3xl\:grid-cols-3 {
    @container (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\@3xl\:gap-5 {
    @container (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .\@3xl\:gap-y-2\.5 {
    @container (width >= 48rem) {
      row-gap: calc(var(--spacing) * 2.5);
    }
  }
  .\@3xl\:p-2\.5 {
    @container (width >= 48rem) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .\@3xl\:px-2\.5 {
    @container (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .\@3xl\:py-3 {
    @container (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .\@3xl\:p5 {
    @container (width >= 48rem) {
      font-size: 0.875rem;
      line-height: 1.2;
    }
  }
  .\@3xl\:text-xl {
    @container (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\@3xl\:opacity-0 {
    @container (width >= 48rem) {
      opacity: 0%;
    }
  }
  .\@4xl\:auto-rows-\[480px_auto_auto_auto\] {
    @container (width >= 56rem) {
      grid-auto-rows: 480px auto auto auto;
    }
  }
  .\@4xl\:auto-rows-\[480px_auto_auto_auto_auto\] {
    @container (width >= 56rem) {
      grid-auto-rows: 480px auto auto auto auto;
    }
  }
  .\@4xl\:gap-x-6 {
    @container (width >= 56rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .\@6xl\:grid-cols-4 {
    @container (width >= 72rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .starting\:translate-x-0 {
    @starting-style {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .starting\:opacity-0 {
    @starting-style {
      opacity: 0%;
    }
  }
  .starting\:opacity-100 {
    @starting-style {
      opacity: 100%;
    }
  }
  .max-md\:starting\:-translate-x-full {
    @media (width < 48rem) {
      @starting-style {
        --tw-translate-x: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .md\:starting\:opacity-0 {
    @media (width >= 48rem) {
      @starting-style {
        opacity: 0%;
      }
    }
  }
  .pointer-coarse\:mt-0 {
    @media (pointer: coarse) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .pointer-coarse\:translate-x-0 {
    @media (pointer: coarse) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .pointer-coarse\:opacity-100 {
    @media (pointer: coarse) {
      opacity: 100%;
    }
  }
  .\[\&_\#filters\]\:block {
    & #filters {
      display: block;
    }
  }
  .\[\&_\.swiper-pagination-bullet\]\:\!rounded-full {
    & .swiper-pagination-bullet {
      border-radius: calc(infinity * 1px) !important;
    }
  }
  .\[\&_\.swiper-pagination-bullet\]\:border-light-1 {
    & .swiper-pagination-bullet {
      border-color: var(--color-light-1);
    }
  }
  .\[\&_\.swiper-pagination-bullet\]\:\!bg-white {
    & .swiper-pagination-bullet {
      background-color: var(--color-white) !important;
    }
  }
  .\[\&_\.swiper-pagination-bullet\]\:not-\[\.swiper-pagination-bullet-active\]\:border {
    & .swiper-pagination-bullet {
      &:not(*:is(.swiper-pagination-bullet-active)) {
        border-style: var(--tw-border-style);
        border-width: 1px;
      }
    }
  }
  .\[\&_\.swiper-pagination-bullet-active\]\:\!bg-primary {
    & .swiper-pagination-bullet-active {
      background-color: var(--color-primary) !important;
    }
  }
  .\[\&_\.swiper-pagination-bullet-active\]\:outline-2 {
    & .swiper-pagination-bullet-active {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .\[\&_\.swiper-pagination-bullet-active\]\:outline-white {
    & .swiper-pagination-bullet-active {
      outline-color: var(--color-white);
    }
  }
  .\[\&_\>_\*\]\:not-last\:pb-4 {
    & > * {
      &:not(*:last-child) {
        padding-bottom: calc(var(--spacing) * 4);
      }
    }
  }
  .\[\&_\>_\*\]\:first\:\!w-full {
    & > * {
      &:first-child {
        width: 100% !important;
      }
    }
  }
  .lg\:\[\&_\>_\:last-child\]\:border-b {
    @media (width >= 64rem) {
      & > :last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .lg\:\[\&_\>_\:last-child\]\:border-light-3 {
    @media (width >= 64rem) {
      & > :last-child {
        border-color: var(--color-light-3);
      }
    }
  }
  .\[\&_\>_\*\]\:first\:\[\&_iframe\]\:w-full {
    & > * {
      &:first-child {
        & iframe {
          width: 100%;
        }
      }
    }
  }
  .\[\&\:\:-webkit-progress-bar\]\:bg-light-3 {
    &::-webkit-progress-bar {
      background-color: var(--color-light-3);
    }
  }
  .\[\&\:\:-webkit-progress-value\]\:bg-\[\#FFC107\] {
    &::-webkit-progress-value {
      background-color: #FFC107;
    }
  }
  .\[\.active\]\:text-brand-yellow-1 {
    &:is(.active) {
      color: var(--color-brand-yellow-1);
    }
  }
  .max-md\:\[\.expanded\]\:pt-4 {
    @media (width < 48rem) {
      &:is(.expanded) {
        padding-top: calc(var(--spacing) * 4);
      }
    }
  }
  .\[\.scrolled\]\:bg-white\/4 {
    &:is(.scrolled) {
      background-color: color-mix(in srgb, #fff 4%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 4%, transparent);
      }
    }
  }
  .\[\.scrolled\]\:drop-shadow-header {
    &:is(.scrolled) {
      --tw-drop-shadow-size: drop-shadow(0 0 8px var(--tw-drop-shadow-color, rgba(0, 0, 0, 0.16)));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-header));
      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,);
    }
  }
  .\[\.scrolled\]\:backdrop-blur-\[80px\] {
    &:is(.scrolled) {
      --tw-backdrop-blur: blur(80px);
      -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,);
    }
  }
  .\[\.swiper-slide-active\]\:scale-120 {
    &:is(.swiper-slide-active) {
      --tw-scale-x: 120%;
      --tw-scale-y: 120%;
      --tw-scale-z: 120%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\[\:not\(\.\!flex\)\]\:justify-between {
    &:is(:not(.!flex)) {
      justify-content: space-between;
    }
  }
}
@layer base {
  button, label:is([for], :has(input)), [type="checkbox"], [type="radio"], summary {
    cursor: pointer;
  }
  :is([type="radio"], [type="checkbox"]):checked {
    color: var(--color-primary);
  }
  :is([type="radio"], [type="checkbox"]):focus {
    --tw-ring-color: var(--color-primary) !important;
  }
  dialog {
    max-height: unset;
    max-width: unset;
  }
  [type="number"] {
    -moz-appearance: textfield;
    &::-webkit-outer-spin-button, &::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
  }
  [type="search"]::-webkit-search-decoration, [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-results-button, [type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
  address {
    font-style: normal;
  }
}
@layer components {
  .form-field-wrapper {
    position: relative;
    display: grid;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-light-3);
    background-color: var(--color-white);
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:has(.form-field + .form-field-text) {
      grid-template-columns: 1fr auto;
    }
    &:has(.form-field-text + label) {
      grid-template-columns: auto 1fr;
      label {
        left: calc(var(--spacing) * 10);
      }
    }
    &:has(.form-field:is(:focus)) {
      border-color: var(--color-primary);
    }
    label {
      position: absolute;
      top: 1.875rem;
      left: calc(var(--spacing) * 4);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      font-size: 0.875rem;
      line-height: 1.2;
      color: var(--color-mid-1);
      transition-property: top,translate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      @media (width >= 64rem) {
        font-size: 1rem;
        line-height: 1.2;
      }
      &:has(+ .form-field:is(.focused)) {
        top: calc(var(--spacing) * 2);
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &:has(+ .form-field:required) {
        &::after {
          content: var(--tw-content);
          color: var(--color-brand-red);
        }
        &::after {
          content: var(--tw-content);
          --tw-content: '*';
          content: var(--tw-content);
        }
      }
    }
    .form-field {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .form-field {
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-light-3);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 4);
    padding-top: calc(var(--spacing) * 8);
    padding-bottom: 9px;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--color-dark-2);
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:is(:focus, :focus-visible) {
      box-shadow: none !important;
      border-color: var(--color-primary);
      --tw-outline-style: none;
      outline-style: none;
    }
    &:is(textarea) {
      resize: none;
      min-height: 150px;
    }
    &:is(select) {
      padding-block: calc(var(--spacing) * 5);
    }
    &:has(+ .form-field-text) {
      padding-right: calc(var(--spacing) * 0);
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .form-field-text {
    padding-right: calc(var(--spacing) * 4);
    padding-left: calc(var(--spacing) * 2);
    &:has(+ label) {
      padding-right: calc(var(--spacing) * 2);
      padding-left: calc(var(--spacing) * 4);
      & + label + .form-field {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .offCanvas {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 343px;
    transition-property: translate,opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 500ms;
    transition-duration: 500ms;
    @media (width >= 64rem) {
      max-width: 500px;
    }
    &.left {
      right: auto;
      left: calc(var(--spacing) * 0);
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      @starting-style {
        --tw-translate-x: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &.right {
      right: calc(var(--spacing) * 0);
      left: auto;
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      @starting-style {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &.bottom {
      top: auto;
      bottom: calc(var(--spacing) * 0);
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      @starting-style {
        --tw-translate-y: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &.top {
      top: calc(var(--spacing) * 0);
      bottom: auto;
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      @starting-style {
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
    &.center {
      top: calc(1/2 * 100%);
      left: calc(1/2 * 100%);
      height: fit-content;
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
      opacity: 100%;
      @starting-style {
        opacity: 0%;
      }
    }
    &::backdrop {
      background-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
      opacity: 100%;
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 500ms;
      transition-duration: 500ms;
      @starting-style {
        opacity: 0%;
      }
    }
  }
  .btn {
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: 18px;
    font-size: 1rem;
    line-height: 1.2;
    color: var(--color-dark-1);
    transition-property: box-shadow, color, background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      outline-style: var(--tw-outline-style);
      outline-width: 2.5px;
    }
    &:active {
      background-color: #F0F0F0;
    }
    &:disabled {
      opacity: 50%;
    }
    &.btn-primary {
      border-color: var(--color-primary);
      outline-color: var(--color-primary);
      &:hover {
        color: var(--color-primary);
        box-shadow: 2px 2px 16px 0px #af694f52;
      }
    }
    &.btn-dark {
      border-color: var(--color-black);
      outline-color: var(--color-black);
      &:hover {
        color: var(--color-black);
        box-shadow: 2px 2px 16px 0px #00000052;
      }
    }
    &.btn-grey {
      border-color: #ACB8C3;
      color: var(--color-dark-2);
      outline-color: #ACB8C3;
      &:hover {
        color: var(--color-dark-1);
        box-shadow: 2px 2px 16px 0px #acb8c352;
      }
    }
  }
  .slider-wrapper {
    position: relative;
    background-color: #ffffff;
    .values {
      position: relative;
      margin: auto;
      text-align: center;
    }
  }
  .slider-container {
    position: relative;
    width: 100%;
    height: 64px;
    input[type="range"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      outline: none;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      background-color: transparent;
      pointer-events: none;
    }
    .slider-track {
      width: 100%;
      height: 1px;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
    }
    input[type="range"]::-webkit-slider-runnable-track {
      -webkit-appearance: none;
      height: 1;
    }
    input[type="range"]::-moz-range-track {
      -moz-appearance: none;
      height: 1;
    }
    input[type="range"]::-ms-track {
      appearance: none;
      height: 1;
    }
    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 1rem;
      width: 1rem;
      background-color: black;
      cursor: pointer;
      pointer-events: auto;
      border-radius: 50%;
    }
    input[type="range"]::-moz-range-thumb {
      -webkit-appearance: none;
      height: 1rem;
      width: 1rem;
      cursor: pointer;
      border-radius: 50%;
      background-color: black;
      pointer-events: auto;
      border: none;
    }
    input[type="range"]::-ms-thumb {
      appearance: none;
      height: 1.7em;
      width: 1.7em;
      cursor: pointer;
      border-radius: 50%;
      background-color: black;
      pointer-events: auto;
    }
    input[type="range"]:active::-webkit-slider-thumb {
      background-color: #ffffff;
      border: 1px solid black;
    }
  }
  .error-message, .text-danger {
    color: var(--color-brand-red-2);
  }
}
@layer utilities {
  .prose {
    --tw-prose-body: var(--color-mid-1);
    font-size: 0.875rem;
    line-height: 1.2;
    :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-block: 0.6em;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.7em;
      padding-inline-start: 1em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      &::marker {
        font-size: 0.875rem;
        line-height: 1.2;
      }
      &:has(> strong) {
        &::marker {
          font-size: 0.875rem;
          line-height: 1.2;
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          color: var(--color-dark-2);
        }
      }
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      &::marker {
        color: var(--color-mid-1);
      }
    }
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875rem;
      line-height: 1.2;
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      color: var(--color-dark-2);
    }
  }
}
.small-check {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid !important;
  border-style: solid !important;
  background-color: var(--color-white);
  &:checked {
    background-image: url("../image/check.svg");
  }
}
.home-newsletter-image {
  &:nth-of-type(1) {
    top: 10.7%;
    left: 6.4%;
    height: 20.85%;
    width: 16%;
    @media (width >= 80rem) {
      top: 16.54%;
    }
    @media (width >= 80rem) {
      left: 6.64%;
    }
    @media (width >= 80rem) {
      height: 32%;
    }
    @media (width >= 80rem) {
      width: 16%;
    }
  }
  &:nth-of-type(2) {
    top: 2.857%;
    left: 41.6%;
    height: 16.3%;
    width: 12.3%;
    @media (width >= 80rem) {
      top: 4%;
    }
    @media (width >= 80rem) {
      left: 42.7%;
    }
    @media (width >= 80rem) {
      height: 25%;
    }
    @media (width >= 80rem) {
      width: 12.5%;
    }
  }
  &:nth-of-type(3) {
    top: 6.57%;
    left: 84.26%;
    height: 16%;
    width: 11.73%;
    @media (width >= 80rem) {
      top: 10.27%;
    }
    @media (width >= 80rem) {
      left: 84.305%;
    }
    @media (width >= 80rem) {
      height: 24.636%;
    }
    @media (width >= 80rem) {
      width: 12.214%;
    }
  }
  &:nth-of-type(4) {
    top: 80%;
    left: 2.93%;
    height: 17.714%;
    width: 13.33%;
    @media (width >= 80rem) {
      top: 69.18%;
    }
    @media (width >= 80rem) {
      left: 2.916%;
    }
    @media (width >= 80rem) {
      height: 27.18%;
    }
    @media (width >= 80rem) {
      width: 13.194%;
    }
  }
  &:nth-of-type(5) {
    top: 75.714%;
    left: 28.8%;
    height: 11.857%;
    width: 8.8%;
    @media (width >= 80rem) {
      top: 62.54%;
    }
    @media (width >= 80rem) {
      left: 28.68%;
    }
    @media (width >= 80rem) {
      height: 18.27%;
    }
    @media (width >= 80rem) {
      width: 8.88%;
    }
  }
  &:nth-of-type(6) {
    top: 63.714%;
    left: 76%;
    z-index: 1;
    height: 12.857%;
    width: 9.6%;
    @media (width >= 80rem) {
      top: 44.27%;
    }
    @media (width >= 80rem) {
      left: 75.97%;
    }
    @media (width >= 80rem) {
      height: 19.727%;
    }
    @media (width >= 80rem) {
      width: 9.58%;
    }
  }
  &:nth-of-type(7) {
    top: 74.857%;
    left: 82.4%;
    height: 20.857%;
    width: 15.73%;
    @media (width >= 80rem) {
      top: 61.36%;
    }
    @media (width >= 80rem) {
      left: 82.43%;
    }
    @media (width >= 80rem) {
      height: 32.18%;
    }
    @media (width >= 80rem) {
      width: 15.625%;
    }
  }
  &:nth-of-type(n+8) {
    display: none;
  }
}
body.offcanvas-static {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto !important;
  touch-action: none;
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-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: "";
    }
  }
}
