/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #0E1F2A;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1.1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-2xl: 40px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: #F8F9FC;
    --color-surface: #FFFFFF;
    --color-surface-2: #F2F5F9;
    --color-border: #E6EDF2;
    --color-border-button: #D6E0EA;
    --color-border-button-hover: #BFD0E0;
    --color-overlay: rgba(14,31,42,.55);
    --color-ring: rgba(74,143,231,.35);
    --color-muted: #5F6F7A;
    --color-inverse: #FFFFFF;
    --color-brand-1: #A9DB8F;
    --color-brand-2: #5FD1B6;
    --color-brand-2-hover: #4EC7AB;
    --color-brand-3: #6BCFC7;
    --color-brand-4: #4A8FE7;
    --color-brand-4-hover: #E6EDF2;
    --color-brand-4-hover-soft: #EEF4FD;
    --brand-gradient: linear-gradient(135deg, #A9DB8F 0%, #5FD1B6 18%, #6BCFC7 38%, #4A8FE7 78%);
    --color-primary: #5FD1B6;
    --color-primary-hover: #4EC7AB;
    --color-primary-foreground: #0E1F2A;
    --color-link: #4A8FE7;
    --color-link-hover: #2F74D1;
    --color-success: #5FD1B6;
    --color-warning: #F5C26B;
    --color-danger: #D66A6A;
    --color-ghost-bg-hover: rgba(74,143,231,.08);
    --color-ghost-bg-active: rgba(74,143,231,.12);
    --color-dark-backdrop: rgba(0, 0, 0, 0.5);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[5\.25rem\] {
    top: 5.25rem;
  }
  .top-full {
    top: 100%;
  }
  .-right-2\.5 {
    right: calc(var(--spacing) * -2.5);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-4 {
    margin-inline: calc(var(--spacing) * -4);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * 1.5);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-28 {
    max-height: calc(var(--spacing) * 28);
  }
  .max-h-56 {
    max-height: calc(var(--spacing) * 56);
  }
  .max-h-64 {
    max-height: calc(var(--spacing) * 64);
  }
  .min-h-\[1\.25rem\] {
    min-height: 1.25rem;
  }
  .min-h-\[3rem\] {
    min-height: 3rem;
  }
  .min-h-\[4\.75rem\] {
    min-height: 4.75rem;
  }
  .min-h-\[7\.5rem\] {
    min-height: 7.5rem;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-12\/12 {
    width: calc(12/12 * 100%);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[6\.5rem\] {
    width: 6.5rem;
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-6 {
    min-width: calc(var(--spacing) * 6);
  }
  .min-w-7 {
    min-width: calc(var(--spacing) * 7);
  }
  .min-w-16 {
    min-width: calc(var(--spacing) * 16);
  }
  .min-w-\[14rem\] {
    min-width: 14rem;
  }
  .min-w-\[16rem\] {
    min-width: 16rem;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-none {
    transform: none;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center-safe {
    justify-content: safe center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-0\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * 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)));
    }
  }
  .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-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-0\.5 {
    row-gap: calc(var(--spacing) * 0.5);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .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-border {
    :where(& > :not(:last-child)) {
      border-color: var(--color-border);
    }
  }
  .divide-border\/70 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #E6EDF2 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-border) 70%, transparent);
      }
    }
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .rounded-l-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-l-xl {
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .rounded-r-xl {
    border-top-right-radius: var(--radius-xl);
    border-bottom-right-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-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-border-button {
    border-color: var(--color-border-button);
  }
  .border-border\/60 {
    border-color: color-mix(in srgb, #E6EDF2 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-border) 60%, transparent);
    }
  }
  .border-border\/70 {
    border-color: color-mix(in srgb, #E6EDF2 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-border) 70%, transparent);
    }
  }
  .border-border\/80 {
    border-color: color-mix(in srgb, #E6EDF2 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-border) 80%, transparent);
    }
  }
  .border-brand-1 {
    border-color: var(--color-brand-1);
  }
  .border-brand-1\/20 {
    border-color: color-mix(in srgb, #A9DB8F 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-1) 20%, transparent);
    }
  }
  .border-brand-1\/40 {
    border-color: color-mix(in srgb, #A9DB8F 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-1) 40%, transparent);
    }
  }
  .border-brand-2 {
    border-color: var(--color-brand-2);
  }
  .border-brand-2\/20 {
    border-color: color-mix(in srgb, #5FD1B6 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-2) 20%, transparent);
    }
  }
  .border-brand-2\/40 {
    border-color: color-mix(in srgb, #5FD1B6 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-2) 40%, transparent);
    }
  }
  .border-brand-4\/25 {
    border-color: color-mix(in srgb, #4A8FE7 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-4) 25%, transparent);
    }
  }
  .border-brand-4\/40 {
    border-color: color-mix(in srgb, #4A8FE7 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-brand-4) 40%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-muted {
    border-color: var(--color-muted);
  }
  .border-muted\/50 {
    border-color: color-mix(in srgb, #5F6F7A 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-muted) 50%, transparent);
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#00A651\] {
    background-color: #00A651;
  }
  .bg-\[\#3d9a7a\] {
    background-color: #3d9a7a;
  }
  .bg-\[\#7eb6e8\] {
    background-color: #7eb6e8;
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-border-button {
    background-color: var(--color-border-button);
  }
  .bg-border\/80 {
    background-color: color-mix(in srgb, #E6EDF2 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-border) 80%, transparent);
    }
  }
  .bg-brand-1\/15 {
    background-color: color-mix(in srgb, #A9DB8F 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-1) 15%, transparent);
    }
  }
  .bg-brand-1\/20 {
    background-color: color-mix(in srgb, #A9DB8F 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-1) 20%, transparent);
    }
  }
  .bg-brand-1\/25 {
    background-color: color-mix(in srgb, #A9DB8F 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-1) 25%, transparent);
    }
  }
  .bg-brand-1\/35 {
    background-color: color-mix(in srgb, #A9DB8F 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-1) 35%, transparent);
    }
  }
  .bg-brand-2 {
    background-color: var(--color-brand-2);
  }
  .bg-brand-2\/15 {
    background-color: color-mix(in srgb, #5FD1B6 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-2) 15%, transparent);
    }
  }
  .bg-brand-2\/20 {
    background-color: color-mix(in srgb, #5FD1B6 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-2) 20%, transparent);
    }
  }
  .bg-brand-2\/25 {
    background-color: color-mix(in srgb, #5FD1B6 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-2) 25%, transparent);
    }
  }
  .bg-brand-4 {
    background-color: var(--color-brand-4);
  }
  .bg-brand-4\/10 {
    background-color: color-mix(in srgb, #4A8FE7 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-4) 10%, transparent);
    }
  }
  .bg-brand-4\/15 {
    background-color: color-mix(in srgb, #4A8FE7 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-4) 15%, transparent);
    }
  }
  .bg-dark-backdrop {
    background-color: var(--color-dark-backdrop);
  }
  .bg-dark-backdrop\/70 {
    background-color: color-mix(in srgb, rgba(0, 0, 0, 0.5) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark-backdrop) 70%, transparent);
    }
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-sky-50 {
    background-color: var(--color-sky-50);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface-2 {
    background-color: var(--color-surface-2);
  }
  .bg-surface\/90 {
    background-color: color-mix(in srgb, #FFFFFF 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface) 90%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-violet-100 {
    background-color: var(--color-violet-100);
  }
  .bg-violet-500 {
    background-color: var(--color-violet-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/50 {
    background-color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(160deg\,rgba\(95\,209\,182\,0\.12\)\,rgba\(74\,143\,231\,0\.14\)\)\] {
    background-image: linear-gradient(160deg,rgba(95,209,182,0.12),rgba(74,143,231,0.14));
  }
  .bg-\[radial-gradient\(ellipse_at_50\%_28\%\,rgba\(56\,189\,248\,0\.18\)\,transparent_55\%\)\] {
    background-image: radial-gradient(ellipse at 50% 28%,rgba(56,189,248,0.18),transparent 55%);
  }
  .from-background {
    --tw-gradient-from: var(--color-background);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-background\/55 {
    --tw-gradient-from: color-mix(in srgb, #F8F9FC 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-background) 55%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-brand-1\/50 {
    --tw-gradient-from: color-mix(in srgb, #A9DB8F 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-brand-1) 50%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-brand-2\/10 {
    --tw-gradient-from: color-mix(in srgb, #5FD1B6 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-brand-2) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-brand-3\/40 {
    --tw-gradient-from: color-mix(in srgb, #6BCFC7 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-brand-3) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-background {
    --tw-gradient-via: var(--color-background);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-background\/40 {
    --tw-gradient-via: color-mix(in srgb, #F8F9FC 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-background) 40%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-background {
    --tw-gradient-to: var(--color-background);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-background\/0 {
    --tw-gradient-to: color-mix(in srgb, #F8F9FC 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-background) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-brand-2\/40 {
    --tw-gradient-to: color-mix(in srgb, #5FD1B6 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-brand-2) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-brand-4\/30 {
    --tw-gradient-to: color-mix(in srgb, #4A8FE7 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-brand-4) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-2\.5 {
    padding-inline-start: calc(var(--spacing) * 2.5);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pe-2\.5 {
    padding-inline-end: calc(var(--spacing) * 2.5);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-12 {
    padding-inline-end: calc(var(--spacing) * 12);
  }
  .pe-14 {
    padding-inline-end: calc(var(--spacing) * 14);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[888\] {
    --tw-font-weight: 888;
    font-weight: 888;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#D94A4A\] {
    color: #D94A4A;
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/75 {
    color: color-mix(in srgb, #0E1F2A 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }
  .text-black\/80 {
    color: color-mix(in srgb, #0E1F2A 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .text-border {
    color: var(--color-border);
  }
  .text-brand-2 {
    color: var(--color-brand-2);
  }
  .text-brand-4 {
    color: var(--color-brand-4);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-inherit {
    color: inherit;
  }
  .text-link {
    color: var(--color-link);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-muted\/70 {
    color: color-mix(in srgb, #5F6F7A 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-muted) 70%, transparent);
    }
  }
  .text-sky-600 {
    color: var(--color-sky-600);
  }
  .text-sky-950 {
    color: var(--color-sky-950);
  }
  .text-violet-600 {
    color: var(--color-violet-600);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-brand-4 {
    accent-color: var(--color-brand-4);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-brand-1 {
    --tw-ring-color: var(--color-brand-1);
  }
  .ring-sky-100\/80 {
    --tw-ring-color: color-mix(in srgb, oklch(95.1% 0.026 236.824) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-sky-100) 80%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .text-shadow-xs {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.2));
  }
  .group-hover\:text-link {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-link);
      }
    }
  }
  .group-hover\:text-link-hover {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-link-hover);
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-aria-\[expanded\=true\]\:rotate-180 {
    &:is(:where(.group)[aria-expanded="true"] *) {
      rotate: 180deg;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:right-4 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 4);
    }
  }
  .after\:-bottom-px {
    &::after {
      content: var(--tw-content);
      bottom: -1px;
    }
  }
  .after\:left-4 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 4);
    }
  }
  .after\:mx-1 {
    &::after {
      content: var(--tw-content);
      margin-inline: calc(var(--spacing) * 1);
    }
  }
  .after\:mx-2 {
    &::after {
      content: var(--tw-content);
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .after\:me-1 {
    &::after {
      content: var(--tw-content);
      margin-inline-end: calc(var(--spacing) * 1);
    }
  }
  .after\:h-\[3px\] {
    &::after {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-brand-2 {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-brand-2);
    }
  }
  .after\:content-\[\'\,\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: ',';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\|\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '|';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'•\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '•';
      content: var(--tw-content);
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:after\:content-none {
    &:last-child {
      &::after {
        content: var(--tw-content);
        --tw-content: none;
        content: none;
      }
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .focus-within\:ring-0 {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
    }
  }
  .hover\:rounded-lg {
    &:hover {
      @media (hover: hover) {
        border-radius: var(--radius-lg);
      }
    }
  }
  .hover\:border-border-button-hover {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border-button-hover);
      }
    }
  }
  .hover\:border-brand-4\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #4A8FE7 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-brand-4) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-link {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-link);
      }
    }
  }
  .hover\:bg-brand-2-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-2-hover);
      }
    }
  }
  .hover\:bg-brand-2\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #5FD1B6 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-2) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-brand-4-hover-soft {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-4-hover-soft);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-link-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-link-hover);
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-link-hover {
    &:hover {
      @media (hover: hover) {
        color: var(--color-link-hover);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:translate-y-\[1px\] {
    &:active {
      --tw-translate-y: 1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .aria-expanded\:bg-transparent {
    &[aria-expanded="true"] {
      background-color: transparent;
    }
  }
  .aria-selected\:font-medium {
    &[aria-selected="true"] {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .aria-selected\:text-brand-4 {
    &[aria-selected="true"] {
      color: var(--color-brand-4);
    }
  }
  .motion-reduce\:transition-none {
    @media (prefers-reduced-motion: reduce) {
      transition-property: none;
    }
  }
  .sm\:w-32 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .sm\:w-fit {
    @media (width >= 40rem) {
      width: fit-content;
    }
  }
  .sm\:min-w-\[280px\] {
    @media (width >= 40rem) {
      min-width: 280px;
    }
  }
  .sm\:grid-cols-1 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:gap-16 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .sm\:gap-x-8 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:gap-y-3 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:inset-0 {
    @media (width >= 48rem) {
      inset: calc(var(--spacing) * 0);
    }
  }
  .md\:ms-1 {
    @media (width >= 48rem) {
      margin-inline-start: calc(var(--spacing) * 1);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:h-4 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .md\:h-5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-7 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .md\:h-8 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-40 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 40);
    }
  }
  .md\:h-96 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .md\:h-128 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 128);
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-4 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .md\:w-6 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .md\:w-7 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .md\:w-8 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-28 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 28);
    }
  }
  .md\:w-40 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-14 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-x-2 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:divide-x {
    @media (width >= 48rem) {
      :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)));
      }
    }
  }
  .md\:self-start {
    @media (width >= 48rem) {
      align-self: flex-start;
    }
  }
  .md\:rounded-2xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .md\:border-t-0 {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:ps-0 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-4 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .lg\:top-6 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .lg\:right-4 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .lg\:left-4 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 4);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-1\.5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 1.5);
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-3 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:mt-3\.5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:mt-4 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .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-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mb-2 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:mb-4 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:line-clamp-none {
    @media (width >= 64rem) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: unset;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:aspect-square {
    @media (width >= 64rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .lg\:h-5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-7 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .lg\:h-8 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-9 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 9);
    }
  }
  .lg\:h-11 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .lg\:h-156 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 156);
    }
  }
  .lg\:h-\[4\.5rem\] {
    @media (width >= 64rem) {
      height: 4.5rem;
    }
  }
  .lg\:max-h-64 {
    @media (width >= 64rem) {
      max-height: calc(var(--spacing) * 64);
    }
  }
  .lg\:max-h-full {
    @media (width >= 64rem) {
      max-height: 100%;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:min-h-\[22rem\] {
    @media (width >= 64rem) {
      min-height: 22rem;
    }
  }
  .lg\:w-2\/4 {
    @media (width >= 64rem) {
      width: calc(2/4 * 100%);
    }
  }
  .lg\:w-4\/12 {
    @media (width >= 64rem) {
      width: calc(4/12 * 100%);
    }
  }
  .lg\:w-5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .lg\:w-6 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 64rem) {
      width: calc(6/12 * 100%);
    }
  }
  .lg\:w-7 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .lg\:w-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-9 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .lg\:w-36 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 36);
    }
  }
  .lg\:w-136 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 136);
    }
  }
  .lg\:w-\[4\.5rem\] {
    @media (width >= 64rem) {
      width: 4.5rem;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[70\%\] {
    @media (width >= 64rem) {
      max-width: 70%;
    }
  }
  .lg\:max-w-xs {
    @media (width >= 64rem) {
      max-width: var(--container-xs);
    }
  }
  .lg\:min-w-8 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 8);
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[2\.1fr_1\.1fr_1\.4fr_1\.5fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 2.1fr 1.1fr 1.4fr 1.5fr;
    }
  }
  .lg\:grid-cols-\[9rem_1fr_14rem\] {
    @media (width >= 64rem) {
      grid-template-columns: 9rem 1fr 14rem;
    }
  }
  .lg\:grid-cols-\[auto_2fr_250px\] {
    @media (width >= 64rem) {
      grid-template-columns: auto 2fr 250px;
    }
  }
  .lg\:grid-cols-\[repeat\(auto-fit\,minmax\(11rem\,1fr\)\)\] {
    @media (width >= 64rem) {
      grid-template-columns: repeat(auto-fit,minmax(11rem,1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-1 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .lg\:gap-1\.5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:space-y-1\.5 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-6 {
    @media (width >= 64rem) {
      :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)));
      }
    }
  }
  .lg\:gap-x-0 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:self-auto {
    @media (width >= 64rem) {
      align-self: auto;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:border-r-0 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:border-l-4 {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 4px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:px-3\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .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-7 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-1 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 1);
    }
  }
  .lg\:py-2\.5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:py-3 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:py-6 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:ps-12 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 12);
    }
  }
  .lg\:pe-6 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 6);
    }
  }
  .lg\:pt-1 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 1);
    }
  }
  .lg\:pt-4 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-14 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-2 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[1\.65rem\] {
    @media (width >= 64rem) {
      font-size: 1.65rem;
    }
  }
  .lg\:text-\[11px\] {
    @media (width >= 64rem) {
      font-size: 11px;
    }
  }
  .lg\:text-\[12px\] {
    @media (width >= 64rem) {
      font-size: 12px;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .lg\:whitespace-normal {
    @media (width >= 64rem) {
      white-space: normal;
    }
  }
  .lg\:ring-\[10px\] {
    @media (width >= 64rem) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(10px + 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);
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 80rem) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:h-8 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1/2 * 100%);
    }
  }
  .xl\:w-6\/12 {
    @media (width >= 80rem) {
      width: calc(6/12 * 100%);
    }
  }
  .xl\:w-40 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1\.25fr\)_minmax\(18rem\,1fr\)\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1.25fr) minmax(18rem,1fr);
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-24 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 24);
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .rtl\:rotate-180 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 180deg;
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
  .rtl\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
  }
  .dark\:border-gray-600 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:bg-gray-600 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-600);
    }
  }
  .dark\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-800\/50 {
    @media (prefers-color-scheme: dark) {
      background-color: color-mix(in srgb, oklch(27.8% 0.033 256.848) 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
      }
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
  .dark\:hover\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-800);
        }
      }
    }
  }
  .\[\&_svg\]\:h-full {
    & svg {
      height: 100%;
    }
  }
  .\[\&_svg\]\:w-full {
    & svg {
      width: 100%;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: var(--color-background);
    color: var(--color-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer utilities {
  .text-brand-gradient {
    background-image: var(--brand-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .text-brand-gradient-below {
    background-image: linear-gradient(135deg, #A9DB8F 0%, #5FD1B6 88%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .text-brand-gradient-aligned {
    background-image: linear-gradient(135deg, #5FD1B6 0%, #6BCFC7 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .text-brand-gradient-above {
    background-image: linear-gradient(135deg, #6BCFC7 0%, #4A8FE7 88%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
  .bg-brand-gradient {
    background-image: var(--brand-gradient);
  }
  .bg-brand-gradient-soft {
    background-image: linear-gradient( 135deg, color-mix(in srgb, #A9DB8F 22%, white) 0%, color-mix(in srgb, #5FD1B6 16%, white) 45%, color-mix(in srgb, #4A8FE7 12%, white) 100% );
    @supports (color: color-mix(in lab, red, red)) {
      background-image: linear-gradient( 135deg, color-mix(in srgb, var(--color-brand-1) 22%, white) 0%, color-mix(in srgb, var(--color-brand-2) 16%, white) 45%, color-mix(in srgb, var(--color-brand-4) 12%, white) 100% );
    }
  }
  .cost-story-grid {
    display: grid;
    min-width: 42rem;
    grid-template-columns: minmax(11rem, 1.35fr) minmax(8rem, 1fr) minmax(8rem, 1fr) minmax(7rem, 0.9fr);
    gap: 0.5rem;
    align-items: stretch;
  }
  @media (min-width: 1024px) {
    .cost-story-grid {
      gap: 0.75rem;
    }
  }
  .cost-story-total-cell {
    background: color-mix(in srgb, #5FD1B6 12%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-2) 12%, white);
    }
  }
  .choose-body p + p {
    margin-top: 0.75rem;
  }
  .choose-body ul {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
    list-style: disc;
  }
  .choose-body li + li {
    margin-top: 0.25rem;
  }
  .choose-body strong {
    color: var(--color-black);
    font-weight: 600;
  }
  .choose-attr-card {
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-surface);
    padding: 1.25rem 1.25rem 1.35rem;
  }
  @media (min-width: 1024px) {
    .choose-attr-card {
      padding: 1.5rem 1.75rem 1.6rem;
    }
  }
  .choose-attr-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background-image: var(--brand-gradient);
    color: white;
    font-size: 0.8125rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .choose-attr-layout {
    display: grid;
    gap: 1rem;
  }
  .choose-attr-intro {
    order: 1;
  }
  .choose-attr-cards, .choose-attr-visual {
    order: 2;
  }
  .choose-attr-tip {
    order: 3;
  }
  .choose-attr-note {
    order: 4;
  }
  @media (min-width: 1024px) {
    .choose-attr-layout {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
      grid-template-areas: "intro cards" "tip cards" "note note";
      column-gap: 1.5rem;
      row-gap: 1rem;
      align-items: start;
    }
    .choose-attr-intro {
      grid-area: intro;
      order: unset;
    }
    .choose-attr-cards, .choose-attr-visual {
      grid-area: cards;
      order: unset;
    }
    .choose-attr-tip {
      grid-area: tip;
      order: unset;
    }
    .choose-attr-note {
      grid-area: note;
      order: unset;
    }
    .choose-attr-layout--cost-keys {
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
      grid-template-areas: "intro cards" "note note";
    }
    .choose-attr-layout--form-compare {
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas: "intro" "cards" "tip" "note";
    }
  }
  .text-choose-hublot {
    background-image: linear-gradient(135deg, #5fb56f 0%, #3d9a5a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .text-choose-top {
    background-image: linear-gradient(135deg, #6aa8f0 0%, #4a8fe7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .choose-form-compare {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
    min-width: 0;
  }
  @media (min-width: 900px) {
    .choose-form-compare {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
  }
  .choose-form-side {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-surface);
    padding: 1rem 1rem 1.1rem;
    min-width: 0;
  }
  .choose-form-side--green {
    border-color: color-mix(in srgb, #3d9a5a 28%, #E6EDF2);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, #3d9a5a 28%, var(--color-border));
    }
  }
  .choose-form-side--blue {
    border-color: color-mix(in srgb, #4A8FE7 35%, #E6EDF2);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 35%, var(--color-border));
    }
  }
  .choose-form-side-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .choose-form-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
  }
  .choose-form-side-icon svg {
    width: 1.35rem;
    height: 1.35rem;
  }
  .choose-form-side--green .choose-form-side-icon {
    background: color-mix(in srgb, #3d9a5a 16%, white);
    color: #2f7a48;
  }
  .choose-form-side--blue .choose-form-side-icon {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: var(--color-brand-4);
  }
  .choose-form-side-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
  .choose-form-side--green .choose-form-side-title {
    color: #2f7a48;
  }
  .choose-form-side--blue .choose-form-side-title {
    color: #2f6fc4;
  }
  .choose-form-side-sub {
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    color: rgba(14, 31, 42, 0.62);
    line-height: 1.35;
  }
  .choose-form-side-body {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
    gap: 0.75rem;
    align-items: center;
  }
  @media (max-width: 520px) {
    .choose-form-side-body {
      grid-template-columns: 1fr;
    }
  }
  .choose-form-side-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.5rem;
    padding: 0.35rem;
  }
  .choose-form-side-media img {
    width: 100%;
    max-width: 10.5rem;
    height: auto;
    object-fit: contain;
  }
  .choose-form-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }
  .choose-form-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.82);
  }
  .choose-form-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .choose-form-check svg {
    width: 0.7rem;
    height: 0.7rem;
  }
  .choose-form-side--green .choose-form-check {
    background: color-mix(in srgb, #3d9a5a 18%, white);
    color: #2f7a48;
  }
  .choose-form-side--blue .choose-form-check {
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    color: var(--color-brand-4);
  }
  .choose-form-ideal {
    border-radius: 0.75rem;
    padding: 0.75rem 0.8rem 0.85rem;
  }
  .choose-form-side--green .choose-form-ideal {
    background: color-mix(in srgb, #3d9a5a 10%, white);
  }
  .choose-form-side--blue .choose-form-ideal {
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
  }
  .choose-form-ideal-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(14, 31, 42, 0.72);
    margin-bottom: 0.55rem;
  }
  .choose-form-ideal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
  @media (max-width: 420px) {
    .choose-form-ideal-grid {
      grid-template-columns: 1fr;
    }
  }
  .choose-form-ideal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.3rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    color: rgba(14, 31, 42, 0.78);
  }
  .choose-form-ideal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
  }
  .choose-form-ideal-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .choose-form-side--green .choose-form-ideal-icon {
    color: #2f7a48;
  }
  .choose-form-side--blue .choose-form-ideal-icon {
    color: #2f6fc4;
  }
  .choose-attr-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
  }
  @media (min-width: 640px) {
    .choose-attr-cards {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.75rem;
    }
  }
  .choose-kg-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid var(--color-border);
    border-radius: 0.875rem;
    background: var(--color-surface);
    padding: 0.875rem 0.5rem 1rem;
    min-width: 0;
  }
  .choose-kg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    color: var(--color-muted);
  }
  .choose-kg-icon svg {
    width: 100%;
    height: 100%;
  }
  .choose-kg-label {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.2;
  }
  .choose-kg-line {
    margin-top: 0.2rem;
    font-size: 0.6875rem;
    line-height: 1.3;
    color: var(--color-muted);
  }
  .choose-attr-tip, .choose-attr-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 0.875rem;
    padding: 0.875rem 1rem;
    background: color-mix(in srgb, #4A8FE7 9%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 9%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
  }
  .choose-attr-tip--leaf {
    background: color-mix(in srgb, #A9DB8F 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 22%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 45%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 45%, white);
    }
  }
  .choose-attr-tip--leaf .choose-tip-icon {
    background: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 55%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 55%, white);
    }
    color: color-mix(in srgb, #A9DB8F 55%, #2f6b3a);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-brand-1) 55%, #2f6b3a);
    }
  }
  .choose-attr-tip--leaf .choose-body strong {
    color: #2f7a48;
  }
  .choose-energy-visual {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-width: 0;
  }
  .choose-energy-scale {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex-shrink: 0;
  }
  .choose-energy-grade {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 2.35rem;
    height: 1.05rem;
    padding: 0 0.55rem 0 0.4rem;
    color: white;
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    clip-path: polygon(0 0, calc(100% - 0.35rem) 0, 100% 50%, calc(100% - 0.35rem) 100%, 0 100%);
    opacity: 0.55;
  }
  .choose-energy-grade.is-active {
    opacity: 1;
    min-width: 2.75rem;
    box-shadow: 0 0 0 1px rgba(14, 31, 42, 0.08);
  }
  .choose-energy-grade-a {
    background: #00A651;
  }
  .choose-energy-grade-b {
    background: #50AF32;
  }
  .choose-energy-grade-c {
    background: #C0D52E;
    color: #0E1F2A;
  }
  .choose-energy-grade-d {
    background: #FFF200;
    color: #0E1F2A;
  }
  .choose-energy-grade-e {
    background: #F7A600;
  }
  .choose-energy-grade-f {
    background: #E05C00;
  }
  .choose-energy-grade-g {
    background: #D01C1F;
  }
  .choose-energy-compare {
    flex: 1 1 auto;
    min-width: 0;
  }
  .choose-energy-compare-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--color-border);
    border-radius: 0.875rem;
    background: var(--color-surface);
    overflow: hidden;
  }
  .choose-energy-model {
    padding: 0.875rem 0.75rem 1rem;
    text-align: center;
  }
  .choose-energy-model + .choose-energy-model {
    border-left: 1px solid var(--color-border);
  }
  .choose-energy-model-class {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-black);
  }
  .choose-energy-model-name {
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: var(--color-muted);
  }
  .choose-energy-model-value {
    margin-top: 0.55rem;
    font-size: 0.8rem;
    color: var(--color-black);
    line-height: 1.1;
  }
  .choose-energy-model-value span {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .choose-energy-model-unit {
    margin-top: 0.15rem;
    font-size: 0.6875rem;
    color: var(--color-muted);
  }
  .choose-energy-caption {
    margin-top: 0.55rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-muted);
  }
  .choose-water-visual {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-width: 0;
    flex-wrap: wrap;
  }
  @media (min-width: 640px) {
    .choose-water-visual {
      flex-wrap: nowrap;
    }
  }
  .choose-water-side {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid var(--color-border);
    border-radius: 0.875rem;
    background: var(--color-surface);
    padding: 0.8rem 0.9rem;
    min-width: 0;
  }
  .choose-water-side--plain {
    border: 0;
    border-radius: 0;
    padding: 0.8rem 0.9rem;
    flex: 1 1 auto;
  }
  .choose-water-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: var(--color-brand-4);
    flex-shrink: 0;
  }
  .choose-water-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .choose-water-value {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.15;
  }
  .choose-water-sub {
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: var(--color-muted);
  }
  .choose-water-vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #A9DB8F 35%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 35%, white);
    }
    color: var(--color-black);
    font-size: 0.6875rem;
    font-weight: 600;
    flex-shrink: 0;
  }
  .choose-water-pair {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex: 1 1 auto;
    border: 1px solid var(--color-border);
    border-radius: 0.875rem;
    background: var(--color-surface);
    overflow: hidden;
  }
  .choose-water-delta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 5.5rem;
    padding: 0.75rem 0.85rem;
    border-left: 1px solid var(--color-border);
    background: color-mix(in srgb, #A9DB8F 12%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 12%, white);
    }
  }
  .choose-water-delta-label {
    font-size: 0.6875rem;
    color: var(--color-muted);
  }
  .choose-water-delta-value {
    margin-top: 0.15rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-brand-2);
    line-height: 1.15;
  }
  .choose-cycles-visual {
    min-width: 0;
  }
  .choose-cycles-example {
    margin-bottom: 0.55rem;
    font-size: 0.75rem;
    color: var(--color-muted);
    line-height: 1.4;
  }
  .choose-cycles-example strong {
    color: var(--color-black);
    font-weight: 600;
  }
  .choose-cycles-table {
    border: 1px solid var(--color-border);
    border-radius: 0.875rem;
    background: var(--color-surface);
    overflow: hidden;
  }
  .choose-cycles-head, .choose-cycles-row {
    display: grid;
    grid-template-columns: minmax(6.5rem, 1.1fr) repeat(var(--choose-cycles-cols, 3), minmax(0, 1fr));
    align-items: center;
  }
  .choose-cycles-head {
    border-bottom: 1px solid var(--color-border);
    background: color-mix(in srgb, #F2F5F9 80%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-surface-2) 80%, white);
    }
  }
  .choose-cycles-col-head {
    padding: 0.65rem 0.4rem;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.25;
  }
  .choose-cycles-row + .choose-cycles-row {
    border-top: 1px solid var(--color-border);
  }
  .choose-cycles-row-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-black);
  }
  .choose-cycles-row-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .choose-cycles-row-icon svg {
    width: 0.85rem;
    height: 0.85rem;
  }
  .choose-cycles-row-icon--electricity {
    background: color-mix(in srgb, #A9DB8F 35%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 35%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 55%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 55%, white);
    }
    color: color-mix(in srgb, #A9DB8F 40%, #2f6b3a);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-brand-1) 40%, #2f6b3a);
    }
  }
  .choose-cycles-row-icon--water {
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 28%, white);
    }
    color: var(--color-brand-4);
  }
  .choose-cycles-cell {
    padding: 0.7rem 0.35rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-black);
  }
  @media (max-width: 639px) {
    .choose-cycles-col-head, .choose-cycles-cell {
      font-size: 0.6875rem;
    }
    .choose-cycles-row-label {
      font-size: 0.6875rem;
      padding-right: 0.35rem;
    }
  }
  .choose-tip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #5FD1B6 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-2) 22%, white);
    }
    color: var(--color-brand-2);
    flex-shrink: 0;
  }
  .choose-tip-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .choose-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    color: var(--color-brand-4);
    font-size: 0.75rem;
    font-weight: 700;
    font-style: italic;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .choose-attr-note--gradient {
    background: linear-gradient( 105deg, color-mix(in srgb, #A9DB8F 22%, white) 0%, color-mix(in srgb, #5FD1B6 14%, white) 45%, color-mix(in srgb, #4A8FE7 12%, white) 100% );
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient( 105deg, color-mix(in srgb, var(--color-brand-1) 22%, white) 0%, color-mix(in srgb, var(--color-brand-2) 14%, white) 45%, color-mix(in srgb, var(--color-brand-4) 12%, white) 100% );
    }
    border-color: color-mix(in srgb, #5FD1B6 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-2) 22%, white);
    }
  }
  .choose-note-icon--money {
    width: 1.75rem;
    height: 1.75rem;
    background: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 55%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 55%, white);
    }
    color: color-mix(in srgb, #A9DB8F 40%, #2f6b3a);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-brand-1) 40%, #2f6b3a);
    }
    font-style: normal;
  }
  .choose-note-icon--money svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .choose-cost-keys {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    min-width: 0;
  }
  @media (min-width: 640px) {
    .choose-cost-keys {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.75rem;
    }
  }
  @media (min-width: 1024px) {
    .choose-attr-layout--cost-keys .choose-cost-keys {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .choose-cost-key {
    border-radius: 0.875rem;
    border: 1px solid var(--color-border);
    padding: 0.9rem 0.85rem;
    min-width: 0;
  }
  .choose-cost-key--purchase {
    background: color-mix(in srgb, #d94a4a 7%, white);
    border-color: color-mix(in srgb, #d94a4a 20%, white);
  }
  .choose-cost-key--usage {
    background: color-mix(in srgb, #A9DB8F 20%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 20%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
  }
  .choose-cost-key--total {
    background: color-mix(in srgb, #4A8FE7 9%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 9%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 22%, white);
    }
  }
  .choose-cost-key-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    margin-bottom: 0.55rem;
  }
  .choose-cost-key-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .choose-cost-key--purchase .choose-cost-key-icon {
    background: color-mix(in srgb, #d94a4a 16%, white);
    color: #d94a4a;
  }
  .choose-cost-key--usage .choose-cost-key-icon {
    background: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
    color: color-mix(in srgb, #A9DB8F 35%, #2f6b3a);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-brand-1) 35%, #2f6b3a);
    }
  }
  .choose-cost-key--total .choose-cost-key-icon {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: var(--color-brand-4);
  }
  .choose-cost-key-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.25;
  }
  .choose-cost-key-text {
    margin-top: 0.3rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--color-muted);
  }
  .choose-other-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  @media (min-width: 640px) {
    .choose-other-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .choose-other-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
  }
  .choose-other-card {
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-surface);
    padding: 1.1rem 1.1rem 1.2rem;
    min-width: 0;
  }
  .choose-other-card-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .choose-other-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background-image: var(--brand-gradient);
    color: white;
    flex-shrink: 0;
  }
  .choose-other-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .choose-other-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.3;
    min-width: 0;
  }
  .choose-other-text {
    margin-top: 0.7rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--color-muted);
  }
  .choose-other-text p + p {
    margin-top: 0.45rem;
  }
  .choose-cost-block {
    width: 100%;
  }
  .choose-cost-block-head {
    width: 100%;
    max-width: 52rem;
  }
  .choose-cost-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--color-black);
  }
  @media (min-width: 1024px) {
    .choose-cost-block-title {
      font-size: 1.5rem;
    }
  }
  .choose-cost-block-intro {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.68);
  }
  .choose-cost-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 1.15rem;
  }
  @media (min-width: 768px) {
    .choose-cost-columns {
      gap: 1rem;
    }
  }
  .choose-cost-col {
    border-radius: 0.875rem;
    padding: 1rem 1rem 1.1rem;
    border: 1px solid transparent;
    min-width: 0;
  }
  .choose-cost-col--included {
    background: color-mix(in srgb, #3d9a5a 7%, white);
    border-color: color-mix(in srgb, #3d9a5a 22%, white);
  }
  .choose-cost-col--excluded {
    background: color-mix(in srgb, #4A8FE7 7%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 7%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 22%, white);
    }
  }
  .choose-cost-col-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
  }
  .choose-cost-col-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .choose-cost-col-badge svg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .choose-cost-col--included .choose-cost-col-badge {
    background: #3d9a5a;
  }
  .choose-cost-col--excluded .choose-cost-col-badge {
    background: var(--color-brand-4);
  }
  .choose-cost-col-head h4 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .choose-cost-col--included .choose-cost-col-head h4 {
    color: #2f7a48;
  }
  .choose-cost-col--excluded .choose-cost-col-head h4 {
    color: #2f6fc4;
  }
  .choose-cost-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem 0.875rem;
  }
  @media (min-width: 520px) {
    .choose-cost-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .choose-cost-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
  }
  .choose-cost-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .choose-cost-item-icon svg {
    width: 1.05rem;
    height: 1.05rem;
  }
  .choose-cost-col--included .choose-cost-item-icon {
    background: color-mix(in srgb, #3d9a5a 14%, white);
    color: #2f7a48;
  }
  .choose-cost-col--excluded .choose-cost-item-icon {
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: #2f6fc4;
  }
  .choose-cost-item-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-black);
  }
  .choose-cost-item-text {
    margin-top: 0.15rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.65);
  }
  .choose-cost-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1rem;
    border-radius: 0.875rem;
    padding: 0.875rem 1rem;
    background: color-mix(in srgb, #A9DB8F 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 22%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 45%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 45%, white);
    }
  }
  .choose-cost-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 55%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 55%, white);
    }
    color: color-mix(in srgb, #A9DB8F 55%, #2f6b3a);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--color-brand-1) 55%, #2f6b3a);
    }
    flex-shrink: 0;
  }
  .choose-cost-note-icon svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .choose-cost-note p {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.8);
    margin: 0;
  }
  .consumption-stats {
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: var(--color-surface);
    padding: 1rem 1rem 0.85rem;
  }
  @media (min-width: 1024px) {
    .consumption-stats {
      padding: 1.25rem 1.35rem 1rem;
    }
  }
  .consumption-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  @media (min-width: 640px) {
    .consumption-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .consumption-stats-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.875rem;
    }
  }
  .consumption-stat {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.35rem 0.15rem;
  }
  .consumption-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .consumption-stat-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .consumption-stat-letter {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
  }
  .consumption-stat--green .consumption-stat-icon {
    background: color-mix(in srgb, #3d9a5a 16%, white);
    color: #2f7a48;
  }
  .consumption-stat--blue .consumption-stat-icon {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .consumption-stat--purple .consumption-stat-icon {
    background: color-mix(in srgb, #7c5cbf 16%, white);
    color: #5b3f9a;
  }
  .consumption-stat-value {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--color-black);
  }
  .consumption-stat-unit {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(14, 31, 42, 0.62);
  }
  .consumption-stat-label {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.62);
  }
  .consumption-stats-note {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.58);
  }
  .consumption-stats-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    color: var(--color-brand-4);
    font-size: 0.625rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .consumption-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
  @media (min-width: 900px) {
    .consumption-columns {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      align-items: stretch;
    }
  }
  .consumption-col {
    border-radius: 1rem;
    padding: 1.1rem 1.1rem 1.2rem;
    border: 1px solid transparent;
    min-width: 0;
    background: var(--color-surface);
  }
  .consumption-col--label {
    display: flex;
    flex-direction: column;
    background: color-mix(in srgb, #3d9a5a 6%, white);
    border-color: color-mix(in srgb, #3d9a5a 20%, white);
  }
  .consumption-col--eprel {
    background: color-mix(in srgb, #4A8FE7 6%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 6%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 20%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 20%, white);
    }
  }
  .consumption-col-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: var(--color-black);
  }
  .consumption-col-intro {
    margin-top: 0.45rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.68);
  }
  .consumption-col-intro p + p {
    margin-top: 0.55rem;
  }
  .consumption-label-note {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1.1rem;
    border-top: 1px solid color-mix(in srgb, #3d9a5a 18%, white);
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.68);
  }
  .consumption-label-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    color: var(--color-brand-4);
    font-size: 0.625rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .consumption-label-body {
    margin-top: 1.1rem;
    margin-bottom: 1.15rem;
    flex: 1 1 auto;
  }
  .consumption-label-body--with-image {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    align-items: center;
  }
  @media (min-width: 560px) {
    .consumption-label-body--with-image {
      grid-template-columns: minmax(6.5rem, 0.85fr) minmax(0, 1.35fr);
      gap: 1.25rem;
      align-items: stretch;
    }
  }
  .consumption-label-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.85rem 0;
  }
  .consumption-label-media img {
    width: 100%;
    max-width: 9.5rem;
    height: auto;
    object-fit: contain;
    border-radius: 0.35rem;
    box-shadow: 0 1px 4px rgba(14, 31, 42, 0.08);
  }
  .consumption-label-list {
    list-style: none;
    margin: 0;
    padding: 0.35rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.15rem;
    min-width: 0;
    height: 100%;
  }
  .consumption-label-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
  }
  .consumption-label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .consumption-label-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .consumption-label-item--green .consumption-label-icon {
    background: color-mix(in srgb, #3d9a5a 16%, white);
    color: #2f7a48;
  }
  .consumption-label-item--blue .consumption-label-icon {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .consumption-label-item--purple .consumption-label-icon {
    background: color-mix(in srgb, #7c5cbf 16%, white);
    color: #5b3f9a;
  }
  .consumption-label-item-title {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-black);
  }
  .consumption-label-item-text {
    margin-top: 0.15rem;
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.62);
  }
  .consumption-label-badge {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.2rem 0.45rem;
    border-radius: 0.4rem;
    background: white;
    border: 1px solid var(--color-border);
    color: rgba(14, 31, 42, 0.72);
  }
  .consumption-eprel-blocks {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.95rem;
  }
  .consumption-eprel-block {
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    background: color-mix(in srgb, #4A8FE7 5%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 5%, white);
    }
    border-radius: 0.75rem;
    padding: 0.75rem 0.85rem;
  }
  .consumption-eprel-block-title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #2f6fc4;
    margin: 0 0 0.35rem;
  }
  .consumption-eprel-block-text {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.72);
  }
  .consumption-eprel-block-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .consumption-eprel-block-list li {
    position: relative;
    padding-left: 0.85rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.72);
  }
  .consumption-eprel-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: var(--color-brand-4);
  }
  .consumption-eprel-proof {
    margin-top: 0.85rem;
    border-radius: 0.75rem;
    padding: 0.75rem 0.85rem;
    background: color-mix(in srgb, #A9DB8F 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 18%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
  }
  .consumption-eprel-proof-title {
    margin: 0 0 0.3rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2f7a48;
  }
  .consumption-eprel-proof-text {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.72);
  }
  .consumption-eprel-footer {
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-top: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
  }
  .consumption-flow-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.35rem;
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.68);
  }
  .consumption-flow-line-sep {
    color: rgba(14, 31, 42, 0.35);
    font-weight: 500;
  }
  .consumption-method-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-brand-4);
    text-decoration: none;
  }
  .consumption-method-link:hover {
    text-decoration: underline;
  }
  .consumption-note {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: stretch;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem 1.25rem 1.35rem;
  }
  @media (min-width: 900px) {
    .consumption-note {
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
      gap: 0;
      padding: 0;
    }
    .consumption-note-copy {
      padding: 1.5rem 1.6rem 1.6rem;
      border-right: 1px solid var(--color-border);
    }
    .consumption-note-cta {
      padding: 1.5rem 1.4rem 1.5rem;
    }
  }
  .consumption-note-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
  }
  .consumption-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    background-image: var(--brand-gradient);
    color: white;
    flex-shrink: 0;
  }
  .consumption-note-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .consumption-note-title {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-black);
    margin: 0;
  }
  .consumption-note-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.78);
  }
  .consumption-note-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
  }
  .consumption-note-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #3d9a5a 16%, white);
    color: #2f7a48;
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
  .consumption-note-check svg {
    width: 0.7rem;
    height: 0.7rem;
  }
  .consumption-note-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.75rem;
    min-width: 0;
  }
  .consumption-note-cta-text {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
    color: var(--color-black);
    max-width: 18rem;
    margin: 0;
  }
  .consumption-note-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.65rem;
    padding: 0.65rem 1.15rem;
    border-radius: 0.75rem;
    background-image: var(--brand-gradient);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(14, 31, 42, 0.12);
    transition: filter 0.15s ease;
  }
  .consumption-note-cta-btn:hover {
    filter: brightness(1.03);
  }
  .consumption-note-cta-trust {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.6875rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.55);
    max-width: 16rem;
    margin: 0;
  }
  .consumption-note-cta-trust svg {
    width: 0.9rem;
    height: 0.9rem;
    color: #2f7a48;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .cost-story-insight {
    background: linear-gradient( 105deg, color-mix(in srgb, #5FD1B6 10%, white) 0%, color-mix(in srgb, #4A8FE7 8%, white) 100% );
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient( 105deg, color-mix(in srgb, var(--color-brand-2) 10%, white) 0%, color-mix(in srgb, var(--color-brand-4) 8%, white) 100% );
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 22%, white);
    }
    border-radius: 1rem;
  }
  .cost-story-formula {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.5rem;
  }
  @media (min-width: 640px) {
    .cost-story-formula {
      gap: 0.75rem;
    }
  }
  .cost-story-formula-card {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 0.75rem;
    padding: 0.875rem 0.75rem;
    text-align: center;
    border: 1px solid transparent;
  }
  .cost-story-formula-card--purchase {
    border-color: color-mix(in srgb, #d94a4a 28%, white);
    background: color-mix(in srgb, #d94a4a 8%, white);
    color: #d94a4a;
  }
  .cost-story-formula-card--usage {
    border-color: color-mix(in srgb, #5FD1B6 35%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-2) 35%, white);
    }
    background: color-mix(in srgb, #5FD1B6 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-2) 10%, white);
    }
    color: var(--color-brand-2);
  }
  .cost-story-formula-card--total {
    border-color: color-mix(in srgb, #5FD1B6 45%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-2) 45%, white);
    }
    background: color-mix(in srgb, #5FD1B6 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-2) 16%, white);
    }
    color: var(--color-brand-2);
  }
  .cost-story-formula-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-inline: auto;
    border-radius: 9999px;
    background: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, currentColor 15%, white);
    }
  }
  .cost-story-insight-note {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid color-mix(in srgb, #4A8FE7 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 22%, white);
    }
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
    padding: 0.875rem 1rem;
  }
  @media (min-width: 1024px) {
    .cost-story-insight-note {
      margin-top: 1.5rem;
      padding: 0.875rem 1.25rem;
    }
  }
  .border-brand-1 {
    border-color: var(--color-brand-1);
  }
  .ring-brand-1 {
    box-shadow: 0 0 0 2px var(--color-brand-1);
  }
  .halo-success {
    background: radial-gradient( circle at center, color-mix(in srgb, #5FD1B6 30%, transparent) 0%, transparent 80% );
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient( circle at center, color-mix(in srgb, var(--color-success) 30%, transparent) 0%, transparent 80% );
    }
  }
  .hiw-page {
    color: var(--color-black);
  }
  .hiw-hero--with-media {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: center;
    width: 100%;
  }
  @media (min-width: 900px) {
    .hiw-hero--with-media {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 2.5rem;
    }
  }
  .hiw-hero--with-media .hiw-hero-copy {
    min-width: 0;
    max-width: 40rem;
  }
  .hiw-hero-media {
    min-width: 0;
    width: 100%;
    justify-self: stretch;
  }
  .hiw-hero-media-img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 1.25rem;
  }
  .hiw-hero-intro {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.75);
  }
  @media (min-width: 1024px) {
    .hiw-hero-intro {
      font-size: 1.0625rem;
    }
  }
  .hiw-pillars {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: grid;
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .hiw-pillars {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.25rem;
    }
  }
  .hiw-pillars li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .hiw-pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .hiw-pillar-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .hiw-pillar-icon--green {
    background: color-mix(in srgb, #A9DB8F 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 28%, white);
    }
    color: #2f7a48;
  }
  .hiw-pillar-icon--blue {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .hiw-pillar-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-pillar-text {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-formula-intro {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.7);
  }
  @media (min-width: 1024px) {
    .hiw-formula-intro {
      font-size: 1rem;
    }
  }
  .hiw-formula {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: stretch;
  }
  @media (min-width: 1100px) {
    .hiw-formula {
      grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
      gap: 0.55rem;
      align-items: stretch;
    }
  }
  .hiw-formula-card {
    border-radius: 1.1rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.15rem 1rem 1.25rem;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  .hiw-formula-card--result {
    border: none;
    background-image: var(--brand-gradient);
    color: white;
    box-shadow: 0 8px 22px rgba(74, 143, 231, 0.22);
  }
  .hiw-formula-card h3 {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-formula-card p {
    margin-top: 0.4rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-formula-card--result h3, .hiw-formula-card--result p {
    color: white;
  }
  .hiw-formula-card--result p {
    opacity: 0.94;
  }
  .hiw-formula-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 9999px;
    background: var(--color-surface-2);
    color: var(--color-black);
    flex-shrink: 0;
  }
  .hiw-formula-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hiw-formula-icon--violet {
    background: #efe8ff;
    color: #7c5cbf;
  }
  .hiw-formula-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-formula-icon--blue {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .hiw-formula-icon--on-gradient {
    background: rgba(255, 255, 255, 0.22);
    color: white;
  }
  .hiw-formula-op {
    display: none;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(14, 31, 42, 0.32);
    align-self: center;
  }
  @media (min-width: 1100px) {
    .hiw-formula-op {
      display: block;
    }
  }
  .hiw-formula-note {
    margin-top: 1.5rem;
    border-radius: 1.15rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 1.75rem;
  }
  .hiw-formula-note-copy {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: 0;
    flex: 1 1 18rem;
  }
  .hiw-formula-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: var(--color-brand-4);
    flex-shrink: 0;
  }
  .hiw-formula-note-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hiw-formula-note-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-formula-note-text {
    margin-top: 0.25rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.65);
    max-width: 40rem;
  }
  .hiw-formula-bars {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    flex-shrink: 0;
    margin-left: auto;
  }
  .hiw-formula-bar {
    width: 1.65rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.35rem;
  }
  .hiw-formula-bar svg {
    width: 0.85rem;
    height: 0.85rem;
  }
  .hiw-formula-bar--violet {
    height: 2.6rem;
    background: #efe8ff;
    color: #7c5cbf;
  }
  .hiw-formula-bar--green {
    height: 3.1rem;
    background: color-mix(in srgb, #A9DB8F 38%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 38%, white);
    }
    color: #2f7a48;
  }
  .hiw-formula-bar--blue {
    height: 2.35rem;
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    color: #2f6fc4;
  }
  .hiw-formula-bar--total {
    width: 2.15rem;
    height: 4rem;
    background-image: var(--brand-gradient);
    color: white;
    padding-top: 0.45rem;
  }
  .hiw-formula-bars-arrow {
    align-self: center;
    margin: 0 0.15rem;
    color: rgba(14, 31, 42, 0.35);
    font-weight: 700;
  }
  .hiw-usage-intro {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.7);
  }
  @media (min-width: 1024px) {
    .hiw-usage-intro {
      font-size: 1rem;
    }
  }
  .hiw-usage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }
  @media (min-width: 900px) {
    .hiw-usage {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: 2.5rem;
      align-items: stretch;
    }
  }
  .hiw-profile-card {
    border-radius: 1.25rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.25rem 1.25rem 1.1rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  .hiw-profile-head {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.35rem;
  }
  .hiw-profile-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: var(--color-brand-4);
    flex-shrink: 0;
  }
  .hiw-profile-head-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hiw-profile-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-profile-sub {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.62);
  }
  .hiw-profile-list {
    list-style: none;
    margin: 0.85rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .hiw-profile-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.875rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--color-border);
  }
  .hiw-profile-list li:last-child {
    border-bottom: 0;
  }
  .hiw-profile-row-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .hiw-profile-row-icon svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .hiw-profile-row-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-profile-row-icon--blue {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .hiw-profile-row-icon--violet {
    background: #efe8ff;
    color: #7c5cbf;
  }
  .hiw-profile-label {
    color: rgba(14, 31, 42, 0.72);
    font-weight: 500;
  }
  .hiw-profile-value {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: var(--color-black);
    white-space: nowrap;
  }
  .hiw-profile-value svg {
    width: 0.85rem;
    height: 0.85rem;
    color: rgba(14, 31, 42, 0.4);
  }
  .hiw-profile-note {
    margin-top: 0.35rem;
    border-radius: 0.85rem;
    padding: 0.75rem 0.9rem;
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.72);
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
  }
  .hiw-profile-note svg {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--color-brand-4);
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .hiw-diff-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    height: 100%;
    min-height: 100%;
    align-self: stretch;
  }
  .hiw-diff-list li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
  }
  .hiw-diff-list li:first-child {
    padding-top: 0.35rem;
  }
  .hiw-diff-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0.35rem;
  }
  .hiw-diff-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .hiw-diff-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .hiw-diff-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-diff-icon--blue {
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: #2f6fc4;
  }
  .hiw-diff-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-diff-text {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-scenarios {
    margin-top: 2rem;
    border-radius: 1.35rem;
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, #E6EDF2);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, var(--color-border));
    }
    background: white;
    padding: 1.35rem 1.25rem 1.15rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  @media (min-width: 900px) {
    .hiw-scenarios {
      margin-top: 2.5rem;
      padding: 1.5rem 1.5rem 1.25rem;
    }
  }
  .hiw-scenarios-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
  }
  .hiw-scenarios-head-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.8rem;
    background: color-mix(in srgb, #4A8FE7 12%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 12%, white);
    }
    color: var(--color-brand-4);
    flex-shrink: 0;
  }
  .hiw-scenarios-head-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hiw-scenarios-title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-black);
  }
  @media (min-width: 900px) {
    .hiw-scenarios-title {
      font-size: 1.2rem;
    }
  }
  .hiw-scenarios-sub {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: rgba(14, 31, 42, 0.6);
  }
  .hiw-scenarios-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
  }
  @media (min-width: 900px) {
    .hiw-scenarios-body {
      grid-template-columns: 8.5rem minmax(0, 1fr);
      gap: 1.15rem;
    }
  }
  .hiw-scenarios-media {
    display: flex;
    justify-content: center;
  }
  .hiw-scenarios-media img {
    width: 7.5rem;
    height: auto;
    object-fit: contain;
  }
  .hiw-scenario-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  @media (min-width: 700px) {
    .hiw-scenario-cards {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .hiw-scenario-card {
    border-radius: 1rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 0.85rem 0.9rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    min-height: 100%;
  }
  .hiw-scenario-card--green {
    background: color-mix(in srgb, #A9DB8F 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 14%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 28%, white);
    }
  }
  .hiw-scenario-card--blue {
    background: color-mix(in srgb, #4A8FE7 9%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 9%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 20%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 20%, white);
    }
  }
  .hiw-scenario-card--violet {
    background: #f5f0ff;
    border-color: #e6dbff;
  }
  .hiw-scenario-badge {
    display: inline-flex;
    align-self: flex-start;
    border-radius: 9999px;
    padding: 0.28rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    background: white;
  }
  .hiw-scenario-card--green .hiw-scenario-badge {
    color: #2f7a48;
  }
  .hiw-scenario-card--blue .hiw-scenario-badge {
    color: #2f6fc4;
  }
  .hiw-scenario-card--violet .hiw-scenario-badge {
    color: #7c5cbf;
  }
  .hiw-scenario-row {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.55rem;
    row-gap: 0.15rem;
    align-items: start;
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.68);
  }
  .hiw-scenario-row strong {
    grid-column: 2;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-black);
  }
  .hiw-scenario-row-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 9999px;
    background: white;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .hiw-scenario-row-icon svg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .hiw-scenario-card--green .hiw-scenario-row-icon {
    color: #2f7a48;
  }
  .hiw-scenario-card--blue .hiw-scenario-row-icon {
    color: #2f6fc4;
  }
  .hiw-scenario-card--violet .hiw-scenario-row-icon {
    color: #7c5cbf;
  }
  .hiw-scenario-cost {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
  }
  .hiw-scenario-card--green .hiw-scenario-cost {
    color: #2f7a48 !important;
  }
  .hiw-scenario-card--blue .hiw-scenario-cost {
    color: #2f6fc4 !important;
  }
  .hiw-scenario-card--violet .hiw-scenario-cost {
    color: #7c5cbf !important;
  }
  .hiw-scenarios-banner {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    border-radius: 0.9rem;
    padding: 0.85rem 1rem;
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    font-size: 0.875rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.78);
  }
  .hiw-scenarios-banner svg {
    width: 1.15rem;
    height: 1.15rem;
    color: var(--color-brand-4);
    flex-shrink: 0;
    margin-top: 0.1rem;
  }
  .hiw-sources-intro {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.7);
  }
  @media (min-width: 1024px) {
    .hiw-sources-intro {
      font-size: 1rem;
    }
  }
  .hiw-sources {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    align-items: stretch;
  }
  @media (min-width: 960px) {
    .hiw-sources {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .hiw-source-card {
    border-radius: 1.2rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.2rem 1.15rem 1.1rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  .hiw-source-card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
  }
  .hiw-source-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .hiw-source-card-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hiw-source-card-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-source-card-icon--eprel {
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .hiw-source-card-icon--violet {
    background: #efe8ff;
    color: #7c5cbf;
  }
  .hiw-source-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-source-kicker {
    margin-top: 0.2rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
  }
  .hiw-source-kicker--green {
    color: #2f7a48;
  }
  .hiw-source-kicker--violet {
    color: #7c5cbf;
  }
  .hiw-source-text-stack {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
    flex: 1;
  }
  .hiw-source-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.68);
  }
  .hiw-source-label-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    margin-bottom: 0.9rem;
    flex: 1;
  }
  .hiw-source-label-body--with-image {
    align-items: center;
  }
  .hiw-energy-label-media {
    flex-shrink: 0;
    width: 5.75rem;
  }
  .hiw-energy-label-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.35rem;
    box-shadow: 0 2px 8px rgba(14, 31, 42, 0.12);
    background: white;
  }
  .hiw-energy-label {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    width: 3.6rem;
    flex-shrink: 0;
  }
  .hiw-energy-pointer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.7rem;
    height: 1.15rem;
    padding: 0 0.35rem;
    border-radius: 0.2rem;
    background: #111;
    color: white;
    font-size: 0.6875rem;
    font-weight: 800;
    position: relative;
  }
  .hiw-energy-pointer::after {
    content: "";
    position: absolute;
    left: -0.35rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0.3rem solid transparent;
    border-right-color: #111;
  }
  .hiw-energy-scale {
    display: flex;
    flex-direction: column;
    gap: 0.14rem;
    width: 100%;
  }
  .hiw-energy-scale-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 0.78rem;
    padding-right: 0.3rem;
    border-radius: 0 0.15rem 0.15rem 0;
    color: white;
    font-size: 0.5625rem;
    font-weight: 800;
    clip-path: polygon(0 0, calc(100% - 0.28rem) 0, 100% 50%, calc(100% - 0.28rem) 100%, 0 100%);
  }
  .hiw-energy-scale-row--a {
    width: 100%;
    background: #00a651;
  }
  .hiw-energy-scale-row--b {
    width: 90%;
    background: #4caf50;
  }
  .hiw-energy-scale-row--c {
    width: 80%;
    background: #8bc34a;
  }
  .hiw-energy-scale-row--d {
    width: 70%;
    background: #ffeb3b;
    color: #333;
  }
  .hiw-energy-scale-row--e {
    width: 60%;
    background: #ffc107;
    color: #333;
  }
  .hiw-energy-scale-row--f {
    width: 50%;
    background: #ff9800;
  }
  .hiw-energy-scale-row--g {
    width: 40%;
    background: #f44336;
  }
  .hiw-source-footnote {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    border-radius: 0.9rem;
    padding: 0.8rem 0.85rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.7);
    margin-top: auto;
  }
  .hiw-source-footnote--green {
    background: color-mix(in srgb, #A9DB8F 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 18%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
  }
  .hiw-source-footnote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #A9DB8F 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 28%, white);
    }
    color: #2f7a48;
    flex-shrink: 0;
  }
  .hiw-source-footnote-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .hiw-source-footnote-title {
    font-weight: 700;
    color: #2f7a48;
    margin-bottom: 0.15rem;
  }
  .hiw-eprel-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
  }
  .hiw-eprel-origin {
    border-radius: 0.7rem;
    background: color-mix(in srgb, #A9DB8F 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 16%, white);
    }
    border: 1px solid color-mix(in srgb, #A9DB8F 30%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-1) 30%, white);
    }
    padding: 0.55rem 0.65rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 6.5rem;
  }
  .hiw-eprel-origin strong {
    font-size: 0.8125rem;
    color: #2f7a48;
  }
  .hiw-eprel-origin span {
    font-size: 0.625rem;
    line-height: 1.3;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-eprel-arrow {
    color: rgba(14, 31, 42, 0.4);
    font-weight: 700;
  }
  .hiw-eprel-panel {
    flex: 1 1 11rem;
    border-radius: 0.85rem;
    background: white;
    border: 1px solid var(--color-border);
    padding: 0.55rem 0.55rem 0.65rem;
    min-width: 0;
  }
  .hiw-eprel-panel-title {
    font-size: 0.625rem;
    font-weight: 600;
    margin-bottom: 0.45rem;
    text-align: center;
    color: rgba(14, 31, 42, 0.55);
  }
  .hiw-eprel-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem;
  }
  .hiw-eprel-stats > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    padding: 0 0.15rem;
    border-left: 1px solid var(--color-border);
    font-size: 0.5625rem;
    line-height: 1.25;
    font-weight: 600;
    color: rgba(14, 31, 42, 0.72);
  }
  .hiw-eprel-stats > div:first-child {
    border-left: 0;
  }
  .hiw-eprel-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 12%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 12%, white);
    }
    color: var(--color-brand-4);
    font-size: 0.6875rem;
    font-weight: 800;
  }
  .hiw-eprel-stat-icon--green {
    background: color-mix(in srgb, #A9DB8F 30%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 30%, white);
    }
    color: #2f7a48;
  }
  .hiw-eprel-stat-icon svg {
    width: 0.8rem;
    height: 0.8rem;
  }
  .hiw-source-badge {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .hiw-source-badge svg {
    width: 0.95rem;
    height: 0.95rem;
  }
  .hiw-source-badge--green {
    color: #2f7a48;
  }
  .hiw-merchant-list {
    list-style: none;
    margin: 0.85rem 0 0;
    padding: 0.15rem 0.75rem;
    border-radius: 0.9rem;
    background: #faf8ff;
    border: 1px solid #ebe2ff;
    display: flex;
    flex-direction: column;
  }
  .hiw-merchant-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #ebe2ff;
    font-size: 0.8125rem;
    color: var(--color-black);
  }
  .hiw-merchant-list li:last-child {
    border-bottom: 0;
  }
  .hiw-merchant-icon {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    color: #7c5cbf;
  }
  .hiw-merchant-icon svg {
    width: 100%;
    height: 100%;
  }
  .hiw-merchant-list strong {
    font-weight: 800;
    color: #5b3f9a;
  }
  .hiw-merchant-cta {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 0.75rem;
  }
  .hiw-merchant-cta-arrow {
    color: rgba(14, 31, 42, 0.45);
    font-weight: 700;
    line-height: 1;
  }
  .hiw-merchant-cta-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 0.9rem;
    background: #f3ecff;
    border: 1px solid #ddd0ff;
    padding: 0.7rem 0.85rem;
  }
  .hiw-merchant-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 9999px;
    background: white;
    color: #7c5cbf;
    flex-shrink: 0;
  }
  .hiw-merchant-cta-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .hiw-merchant-cta-title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #5b3f9a;
  }
  .hiw-merchant-cta-sub {
    margin-top: 0.1rem;
    font-size: 0.6875rem;
    color: rgba(91, 63, 154, 0.75);
  }
  .hiw-source-matrix {
    margin-top: 1.25rem;
    border-radius: 1.15rem;
    border: 1px solid var(--color-border);
    background: white;
    overflow: hidden;
  }
  .hiw-source-matrix-head, .hiw-source-matrix-row {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
  }
  @media (min-width: 960px) {
    .hiw-source-matrix-head, .hiw-source-matrix-row {
      grid-template-columns: 1.15fr 1fr 1.15fr 1fr;
    }
  }
  .hiw-source-matrix-head {
    background: var(--color-surface-2);
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-source-matrix-head > span, .hiw-source-matrix-row > span {
    padding: 0.8rem 0.95rem;
    border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    font-size: 0.8125rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .hiw-source-matrix-head > span:nth-child(2n), .hiw-source-matrix-row > span:nth-child(2n) {
    border-right: 0;
  }
  @media (min-width: 960px) {
    .hiw-source-matrix-head > span:nth-child(2n), .hiw-source-matrix-row > span:nth-child(2n) {
      border-right: 1px solid var(--color-border);
    }
    .hiw-source-matrix-head > span:nth-child(4n), .hiw-source-matrix-row > span:nth-child(4n) {
      border-right: 0;
    }
    .hiw-source-matrix-head > span:nth-child(2), .hiw-source-matrix-row > span:nth-child(2) {
      border-right-width: 2px;
      border-right-color: color-mix(in srgb, #E6EDF2 85%, #94a3b8);
      @supports (color: color-mix(in lab, red, red)) {
        border-right-color: color-mix(in srgb, var(--color-border) 85%, #94a3b8);
      }
    }
  }
  .hiw-source-matrix-row:last-child > span {
    border-bottom: 0;
  }
  .hiw-source-matrix-row > span:nth-child(odd) {
    font-weight: 600;
    color: var(--color-black);
  }
  @media (max-width: 959px) {
    .hiw-source-matrix-head > span:nth-child(n + 3) {
      display: none;
    }
    .hiw-source-matrix-row > span:nth-child(2) {
      border-right: 0;
    }
    .hiw-source-matrix-row > span:nth-child(3) {
      border-top: 1px solid var(--color-border);
    }
  }
  .hiw-source-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1.3;
  }
  .hiw-source-tag svg {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
  }
  .hiw-source-tag--green {
    color: #2f7a48;
  }
  .hiw-source-tag--violet {
    color: #7c5cbf;
  }
  .hiw-source-tag--blue {
    color: var(--color-brand-4);
  }
  .hiw-source-tag--calc {
    color: #2f7a48;
  }
  .hiw-source-banner {
    margin-top: 1rem;
    border-radius: 1.15rem;
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, #E6EDF2);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, var(--color-border));
    }
    background: color-mix(in srgb, #4A8FE7 8%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 8%, white);
    }
    padding: 1.1rem 1.15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.15rem 1.5rem;
  }
  .hiw-source-banner-copy {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 18rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-source-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 9999px;
    background: var(--color-brand-4);
    color: white;
    font-size: 0.95rem;
    font-weight: 700;
    font-style: italic;
    flex-shrink: 0;
  }
  .hiw-source-banner-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 0.25rem;
  }
  .hiw-source-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
  }
  .hiw-source-flow-step {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 0.75rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.6875rem;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid transparent;
    background: white;
  }
  .hiw-source-flow-step svg {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
  }
  .hiw-source-flow-step--green {
    background: color-mix(in srgb, #A9DB8F 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 22%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 40%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 40%, white);
    }
    color: #2f7a48;
  }
  .hiw-source-flow-step--blue {
    background: white;
    border-color: color-mix(in srgb, #4A8FE7 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 28%, white);
    }
    color: var(--color-brand-4);
  }
  .hiw-source-flow-step--violet {
    background: #efe8ff;
    border-color: #ddd0ff;
    color: #7c5cbf;
  }
  .hiw-source-flow-euro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 9999px;
    background: white;
    font-size: 0.6875rem;
    font-weight: 800;
  }
  .hiw-source-flow-arrow {
    color: rgba(14, 31, 42, 0.35);
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .hiw-calc-header {
    max-width: 48rem;
    margin-inline: auto;
    text-align: center;
  }
  .hiw-calc-intro {
    margin-top: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-calc-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-bottom: 0.9rem;
    border-radius: 1.25rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.15rem 1.2rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
    align-items: center;
  }
  @media (min-width: 960px) {
    .hiw-calc-inputs {
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
      gap: 1.5rem;
      padding: 1.25rem 1.35rem;
    }
  }
  .hiw-calc-product {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    min-width: 0;
  }
  .hiw-calc-params {
    border-radius: 1rem;
    background: var(--color-surface-2);
    border: 1px solid var(--color-border);
    padding: 1rem 0.85rem 1.05rem;
    min-width: 0;
  }
  .hiw-calc-block-title {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    line-height: 1.3;
  }
  .hiw-calc-block-title span {
    font-weight: 500;
    color: rgba(14, 31, 42, 0.55);
  }
  .hiw-calc-block-title--center {
    text-align: center;
    margin-bottom: 0.95rem;
  }
  .hiw-calc-product-copy {
    min-width: 0;
  }
  .hiw-calc-product-media {
    width: 5.75rem;
    flex-shrink: 0;
  }
  @media (min-width: 960px) {
    .hiw-calc-product-media {
      width: 6.5rem;
    }
  }
  .hiw-calc-product-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .hiw-calc-product-stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  @media (min-width: 700px) {
    .hiw-calc-product-stats {
      grid-template-columns: 1fr 1fr;
      gap: 0.85rem 1rem;
    }
  }
  .hiw-calc-params ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  @media (min-width: 700px) {
    .hiw-calc-params ul {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
    }
  }
  .hiw-calc-product-stats li, .hiw-calc-params li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    min-width: 0;
  }
  .hiw-calc-params li {
    padding: 0 0.65rem;
  }
  @media (min-width: 700px) {
    .hiw-calc-params li + li {
      border-left: 1px solid var(--color-border);
    }
    .hiw-calc-params li {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.45rem;
    }
  }
  .hiw-calc-product-stats strong, .hiw-calc-params strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-calc-product-stats li > div > span, .hiw-calc-params li > div > span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.6875rem;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.62);
  }
  .hiw-calc-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    flex-shrink: 0;
  }
  .hiw-calc-stat-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .hiw-calc-stat-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-calc-stat-icon--blue {
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: var(--color-brand-4);
  }
  .hiw-calc-stat-icon--violet {
    background: #efe8ff;
    color: #7c5cbf;
  }
  .hiw-calc-formulas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
  }
  @media (min-width: 900px) {
    .hiw-calc-formulas {
      grid-template-columns: 1fr 1fr;
    }
  }
  .hiw-calc-formula-card {
    border-radius: 1.15rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.1rem 1.05rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
    min-width: 0;
  }
  .hiw-calc-formula-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9375rem;
    font-weight: 700;
  }
  .hiw-calc-chain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.35rem;
  }
  .hiw-calc-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 0.7rem;
    border: 1px solid transparent;
    padding: 0.45rem 0.55rem;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-black);
  }
  .hiw-calc-chain--green .hiw-calc-chip {
    background: color-mix(in srgb, #A9DB8F 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 16%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 30%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 30%, white);
    }
  }
  .hiw-calc-chain--blue .hiw-calc-chip {
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 22%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 22%, white);
    }
  }
  .hiw-calc-chain--green .hiw-calc-chip--result {
    background: color-mix(in srgb, #A9DB8F 34%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 34%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 50%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 50%, white);
    }
    color: #2f7a48;
  }
  .hiw-calc-chain--blue .hiw-calc-chip--result {
    background: color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    border-color: color-mix(in srgb, #4A8FE7 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-4) 32%, white);
    }
    color: var(--color-brand-4);
  }
  .hiw-calc-op {
    color: rgba(14, 31, 42, 0.4);
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
  }
  .hiw-calc-formula-summary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: auto;
  }
  .hiw-calc-formula-summary svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }
  .hiw-calc-formula-summary--green {
    background: color-mix(in srgb, #A9DB8F 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 18%, white);
    }
    color: #2f7a48;
  }
  .hiw-calc-formula-summary--blue {
    background: color-mix(in srgb, #4A8FE7 10%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 10%, white);
    }
    color: var(--color-brand-4);
  }
  .hiw-calc-results {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 0.85rem;
    margin-bottom: 0.9rem;
  }
  .hiw-calc-total-card {
    flex: 1 1 18rem;
    border-radius: 1.1rem;
    background-image: var(--brand-gradient);
    color: white;
    padding: 1rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.75rem 0.9rem;
    box-shadow: 0 8px 22px rgba(74, 143, 231, 0.2);
    min-height: 4.75rem;
  }
  .hiw-calc-total-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
  }
  .hiw-calc-total-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hiw-calc-total-copy {
    flex: 1 1 auto;
    min-width: 0;
  }
  .hiw-calc-total-copy p {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-calc-total-copy span {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    opacity: 0.9;
  }
  .hiw-calc-total-divider {
    width: 1px;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
    margin: 0.2rem 0;
  }
  .hiw-calc-total-card strong {
    font-size: 1.25rem;
    font-weight: 800;
    white-space: nowrap;
    margin-left: auto;
  }
  .hiw-calc-results-arrow {
    display: none;
    color: rgba(14, 31, 42, 0.35);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
  }
  @media (min-width: 900px) {
    .hiw-calc-results-arrow {
      display: inline-flex;
    }
  }
  .hiw-calc-projection {
    flex: 0 1 13rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 1rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 0.85rem 0.95rem;
    min-height: 4.75rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  .hiw-calc-projection p {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(14, 31, 42, 0.7);
    line-height: 1.3;
  }
  .hiw-calc-projection strong {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #5b3f9a;
    line-height: 1.2;
  }
  .hiw-calc-projection-pill {
    display: inline-flex;
    margin-top: 0.3rem;
    border-radius: 9999px;
    background: #efe8ff;
    padding: 0.15rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 600;
    color: #7c5cbf;
  }
  .hiw-calc-note {
    flex: 1 1 12rem;
    border-radius: 1rem;
    border: 1px solid #ebe2ff;
    background: #f7f2ff;
    padding: 0.85rem 0.95rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(91, 63, 154, 0.9);
    display: flex;
    align-items: center;
    min-height: 4.75rem;
    text-align: left;
  }
  @media (min-width: 1100px) {
    .hiw-calc-note {
      max-width: 16rem;
    }
  }
  .hiw-calc-verify {
    border-radius: 1.15rem;
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, #E6EDF2);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, var(--color-border));
    }
    background: color-mix(in srgb, #4A8FE7 8%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 8%, white);
    }
    padding: 1.1rem 1.15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
  }
  .hiw-calc-verify-copy {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 18rem;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-calc-verify-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    background: color-mix(in srgb, #4A8FE7 16%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 16%, white);
    }
    color: var(--color-brand-4);
    flex-shrink: 0;
  }
  .hiw-calc-verify-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }
  .hiw-calc-verify-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 0.2rem;
  }
  .hiw-calc-verify-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
  }
  .hiw-est-header {
    max-width: 48rem;
    margin-inline: auto;
    text-align: center;
  }
  .hiw-est-intro {
    margin-top: 0.9rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-est-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
  }
  @media (min-width: 960px) {
    .hiw-est-top {
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
  }
  .hiw-est-card {
    border-radius: 1.2rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.2rem 1.15rem 1.05rem;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  .hiw-est-card-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .hiw-est-card-head h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .hiw-est-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    flex-shrink: 0;
    font-weight: 800;
  }
  .hiw-est-card-icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }
  .hiw-est-card-icon--green {
    background: color-mix(in srgb, #A9DB8F 32%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 32%, white);
    }
    color: #2f7a48;
  }
  .hiw-est-card-icon--blue {
    background: color-mix(in srgb, #4A8FE7 14%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 14%, white);
    }
    color: var(--color-brand-4);
  }
  .hiw-est-card-icon--10 {
    font-size: 0.8125rem;
  }
  .hiw-est-card-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(14, 31, 42, 0.68);
    margin-bottom: 1rem;
  }
  .hiw-est-timeline {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    align-items: center;
    margin-bottom: 0.9rem;
    min-width: 0;
  }
  .hiw-est-timeline-start, .hiw-est-timeline-end {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
  }
  .hiw-est-timeline-label {
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(14, 31, 42, 0.6);
  }
  .hiw-est-timeline-start img {
    width: 3.5rem;
    height: auto;
    object-fit: contain;
  }
  .hiw-est-timeline-price {
    font-size: 0.6875rem;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-est-timeline-price strong {
    display: block;
    color: #2f7a48;
    font-size: 0.875rem;
  }
  .hiw-est-timeline-track {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 0;
    padding-top: 0.35rem;
  }
  .hiw-est-timeline-track::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    top: 1.35rem;
    border-top: 2px dashed color-mix(in srgb, #A9DB8F 55%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-top: 2px dashed color-mix(in srgb, var(--color-brand-1) 55%, white);
    }
  }
  .hiw-est-timeline-point {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
  }
  .hiw-est-timeline-icons {
    display: inline-flex;
    gap: 0.2rem;
    color: #2f7a48;
    background: white;
    padding: 0.15rem;
  }
  .hiw-est-timeline-icons svg {
    width: 0.85rem;
    height: 0.85rem;
  }
  .hiw-est-timeline-point small {
    font-size: 0.5625rem;
    font-weight: 500;
    color: rgba(14, 31, 42, 0.55);
    max-width: 4.5rem;
    line-height: 1.25;
  }
  .hiw-est-timeline-total {
    border-radius: 0.85rem;
    border: 1px solid color-mix(in srgb, #4A8FE7 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 28%, white);
    }
    background: color-mix(in srgb, #4A8FE7 8%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 8%, white);
    }
    padding: 0.65rem 0.7rem;
    text-align: left;
    font-size: 0.6875rem;
    line-height: 1.4;
    color: rgba(14, 31, 42, 0.7);
    min-width: 7.5rem;
  }
  .hiw-est-timeline-total strong {
    color: var(--color-black);
  }
  .hiw-est-timeline-sum {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid color-mix(in srgb, #4A8FE7 25%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-top: 1px solid color-mix(in srgb, var(--color-brand-4) 25%, white);
    }
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-brand-4);
  }
  .hiw-est-note {
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    border-radius: 0.8rem;
    background: color-mix(in srgb, #4A8FE7 9%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 9%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    padding: 0.7rem 0.8rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.7);
  }
  .hiw-est-note > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    background: var(--color-brand-4);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: italic;
    flex-shrink: 0;
  }
  .hiw-est-scope {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    flex: 1;
  }
  @media (min-width: 700px) {
    .hiw-est-scope {
      grid-template-columns: 1fr 1fr;
    }
  }
  .hiw-est-scope-col {
    border-radius: 0.9rem;
    padding: 0.8rem 0.85rem;
    border: 1px solid var(--color-border);
  }
  .hiw-est-scope-col--in {
    background: color-mix(in srgb, #A9DB8F 12%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-1) 12%, white);
    }
    border-color: color-mix(in srgb, #A9DB8F 28%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--color-brand-1) 28%, white);
    }
  }
  .hiw-est-scope-col--out {
    background: #f7f2ff;
    border-color: #ebe2ff;
  }
  .hiw-est-scope-title {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    line-height: 1.35;
  }
  .hiw-est-scope-col--in .hiw-est-scope-title {
    color: #2f7a48;
  }
  .hiw-est-scope-col--out .hiw-est-scope-title {
    color: #7c5cbf;
  }
  .hiw-est-scope-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.75rem;
    line-height: 1.35;
    color: rgba(14, 31, 42, 0.75);
  }
  .hiw-est-scope-col li {
    position: relative;
    padding-left: 0.9rem;
  }
  .hiw-est-scope-col li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: currentColor;
    opacity: 0.45;
  }
  .hiw-est-diff {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
    border-radius: 1.2rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.2rem 1.15rem;
    box-shadow: 0 1px 2px rgba(14, 31, 42, 0.04);
  }
  @media (min-width: 960px) {
    .hiw-est-diff {
      grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
      gap: 1.25rem;
      align-items: stretch;
    }
  }
  .hiw-est-diff-list {
    list-style: none;
    margin: 0.85rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  @media (min-width: 700px) {
    .hiw-est-diff-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
  }
  .hiw-est-diff-list li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
  }
  .hiw-est-diff-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }
  .hiw-est-diff-list p:last-child, .hiw-est-diff-aside p:last-child {
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-est-diff-aside {
    border-radius: 1rem;
    background: color-mix(in srgb, #4A8FE7 9%, white);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--color-brand-4) 9%, white);
    }
    border: 1px solid color-mix(in srgb, #4A8FE7 18%, white);
    @supports (color: color-mix(in lab, red, red)) {
      border: 1px solid color-mix(in srgb, var(--color-brand-4) 18%, white);
    }
    padding: 1rem 1.05rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    justify-content: center;
  }
  .hiw-est-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-bottom: 0.9rem;
    border-radius: 1.2rem;
    border: 1px solid var(--color-border);
    background: white;
    padding: 1.2rem 1.15rem;
    align-items: center;
  }
  @media (min-width: 960px) {
    .hiw-est-trust {
      grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
      gap: 1.5rem;
    }
  }
  .hiw-est-trust-intro h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .hiw-est-trust-intro p {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(14, 31, 42, 0.65);
  }
  .hiw-est-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 0.75rem;
  }
  @media (min-width: 700px) {
    .hiw-est-trust-list {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .hiw-est-trust-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.35;
  }
  .hiw-est-trust-link {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--color-brand-4);
  }
  .hiw-est-trust-link:hover {
    color: var(--color-link-hover);
  }
  .hiw-est-cta {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    border-radius: 1.25rem;
    padding: 1.2rem 1.3rem;
    background-image: var(--brand-gradient);
    color: white;
    box-shadow: 0 8px 22px rgba(74, 143, 231, 0.2);
  }
  @media (min-width: 768px) {
    .hiw-est-cta {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      padding: 1.25rem 1.45rem;
    }
  }
  .hiw-est-cta-copy {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-width: 0;
  }
  .hiw-est-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.22);
    color: white;
    flex-shrink: 0;
  }
  .hiw-est-cta-icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }
  .hiw-est-cta-title {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0.2rem;
  }
  .hiw-est-cta-copy p:last-child {
    font-size: 0.8125rem;
    line-height: 1.45;
    opacity: 0.95;
  }
  .hiw-est-cta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 9999px;
    background: white;
    color: var(--color-brand-4);
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .hiw-est-cta-btn:hover {
    background: #f4f8ff;
    color: #2f6fc4;
  }
}
@layer components {
  .rich-text {
    :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)));
    }
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-black);
  }
  .rich-text ul {
    margin-left: calc(var(--spacing) * 5);
    list-style-type: disc;
    :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)));
    }
  }
  .rich-text h2 {
    margin-top: calc(var(--spacing) * 8);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .rich-text h3 {
    margin-top: calc(var(--spacing) * 8);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .rich-text a {
    color: var(--color-link);
    text-decoration-line: underline;
  }
  .rich-text blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-border);
    padding-block: calc(var(--spacing) * 4);
    padding-inline-start: calc(var(--spacing) * 4);
    font-style: italic;
  }
}
.hv-ribbon .hv-container {
  height: 60px;
  overflow: hidden;
}
.hv-ribbon .hv-colors {
  position: relative;
  width: 100%;
  height: 100%;
}
.hv-ribbon .hv-color {
  position: absolute;
  border-radius: 9999px;
  filter: blur(20px);
  opacity: 0.9;
  pointer-events: none;
}
.hv-ribbon .hv-gradient {
  width: 100%;
  height: 150px;
  top: -140px;
  background: linear-gradient( 90deg, var(--color-brand-1), var(--color-brand-2), var(--color-brand-3), var(--color-brand-4) );
  opacity: 0.85;
}
.bg-dark-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.compare-facet-scroll {
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #BFD0E0 #F5F8FA;
}
.compare-facet-scroll::-webkit-scrollbar {
  width: 8px;
}
.compare-facet-scroll::-webkit-scrollbar-track {
  background: #F5F8FA;
  border-radius: 999px;
}
.compare-facet-scroll::-webkit-scrollbar-thumb {
  background: #BFD0E0;
  border-radius: 999px;
  border: 2px solid #F5F8FA;
}
.compare-facet-scroll::-webkit-scrollbar-thumb:hover {
  background: #9BB4C9;
}
.compare-facet-check {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin: 0;
  flex-shrink: 0;
  border: 1.5px solid #D6E0EA;
  border-radius: 0.35rem;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.compare-facet-check:checked {
  border-color: #4A8FE7;
  background-color: #4A8FE7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.compare-facet-check:focus-visible {
  outline: 2px solid #4A8FE7;
  outline-offset: 2px;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  cursor: pointer;
  pointer-events: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
.hv-pricebar {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  max-width: 520px;
}
.hv-pricebar__row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}
.hv-pricebar__label {
  font-size: 12px;
  color: #64748b;
  white-space: nowrap;
}
.hv-pricebar__label[data-hv-left-label] {
  text-align: right;
  margin-right: -6px;
}
.hv-pricebar__label[data-hv-right-label] {
  text-align: left;
  margin-left: -6px;
}
.hv-pricebar__track {
  position: relative;
  flex: 1;
  height: 12px;
  border-radius: 999px;
  overflow: visible;
}
.hv-pricebar__track-bg {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #e5e7eb;
}
.hv-pricebar__median {
  position: absolute;
  top: -4px;
  height: 20px;
  width: 1.5px;
  background: #94a3b8;
  opacity: 0.85;
  transform: translateX(-50%);
  border-radius: 2px;
}
.hv-pricebar__dot {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-brand-2, #5FD1B6);
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0 4px rgba(95,209,182,.25);
}
.hv-pricebar__tooltip {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-brand-2, #5FD1B6);
  color: #0e1f2a;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 12px;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(2,6,23,.12);
}
.hv-pricebar__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--color-brand-2, #5FD1B6);
}
.hv-pricebar__meta {
  margin-top: 10px;
  font-size: 13px;
  color: #334155;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hv-pricebar__meta strong {
  color: #0f172a;
}
.hv-pricebar__meta-sep {
  color: #94a3b8;
}
.hv-supinfo {
  margin-left: 2px;
  text-decoration: none;
  vertical-align: baseline;
}
.hv-supinfo sup {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}
.hv-supinfo:hover sup {
  color: #0f172a;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
      --tw-divide-x-reverse: 0;
    }
  }
}
