/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .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: 0;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * 1.5);
  }
  .me-1\.5 {
    margin-inline-end: calc(var(--spacing) * 1.5);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.2222222em;
      line-height: 1.4545455;
      margin-top: 1.0909091em;
      margin-bottom: 1.0909091em;
    }
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 2.6666667em;
      margin-top: 0;
      margin-bottom: 0.8333333em;
      line-height: 1;
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.6666667em;
      margin-top: 1.8666667em;
      margin-bottom: 1.0666667em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 1.3333333em;
      margin-top: 1.6666667em;
      margin-bottom: 0.6666667em;
      line-height: 1.5;
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      border-radius: 0.3125rem;
      padding-top: 0.2222222em;
      padding-inline-end: 0.4444444em;
      padding-bottom: 0.2222222em;
      padding-inline-start: 0.4444444em;
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
    }
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8666667em;
    }
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.75;
      margin-top: 2em;
      margin-bottom: 2em;
      border-radius: 0.375rem;
      padding-top: 1em;
      padding-inline-end: 1.5em;
      padding-bottom: 1em;
      padding-inline-start: 1.5em;
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
      padding-inline-start: 1.5555556em;
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      margin-bottom: 0.6666667em;
    }
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0.4444444em;
    }
    :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
      margin-bottom: 1.3333333em;
    }
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.3333333em;
    }
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0.6666667em;
      padding-inline-start: 1.5555556em;
    }
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 3.1111111em;
      margin-bottom: 3.1111111em;
    }
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-top: 0.75em;
      padding-inline-end: 0.75em;
      padding-bottom: 0.75em;
      padding-inline-start: 0.75em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 1.7777778em;
      margin-bottom: 1.7777778em;
    }
    :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: 0.8888889em;
      line-height: 1.5;
      margin-top: 1em;
    }
    :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-16\/10 {
    aspect-ratio: 16/10;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-11\/12 {
    max-height: calc(11 / 12 * 100%);
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-11\.5 {
    min-height: calc(var(--spacing) * 11.5);
  }
  .min-h-12\.5 {
    min-height: calc(var(--spacing) * 12.5);
  }
  .min-h-60 {
    min-height: calc(var(--spacing) * 60);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize-y {
    resize: vertical;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .-space-x-px {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
      margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\(--blue\) {
    border-color: var(--blue);
  }
  .border-\(--line\) {
    border-color: var(--line);
  }
  .border-\(--navy\) {
    border-color: var(--navy);
  }
  .border-\[\#5c6e38\] {
    border-color: #5c6e38;
  }
  .border-\[\#8e2c2c\] {
    border-color: #8e2c2c;
  }
  .border-\[\#b8c3ba\] {
    border-color: #b8c3ba;
  }
  .border-\[\#f0b8b8\] {
    border-color: #f0b8b8;
  }
  .border-\[rgba\(43\,113\,140\,0\.12\)\] {
    border-color: rgba(43,113,140,0.12);
  }
  .border-\[rgba\(43\,113\,140\,0\.15\)\] {
    border-color: rgba(43,113,140,0.15);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\(--blue\) {
    background-color: var(--blue);
  }
  .bg-\(--navy\) {
    background-color: var(--navy);
  }
  .bg-\[\#8e2c2c\] {
    background-color: #8e2c2c;
  }
  .bg-\[\#053f25\] {
    background-color: #053f25;
  }
  .bg-\[\#b8c3ba\] {
    background-color: #b8c3ba;
  }
  .bg-\[\#c5a865\] {
    background-color: #c5a865;
  }
  .bg-\[\#e8f4f7\] {
    background-color: #e8f4f7;
  }
  .bg-\[\#edeee9\] {
    background-color: #edeee9;
  }
  .bg-\[\#edf5f7\] {
    background-color: #edf5f7;
  }
  .bg-\[\#f8fbfc\] {
    background-color: #f8fbfc;
  }
  .bg-\[\#fbfdfd\] {
    background-color: #fbfdfd;
  }
  .bg-\[\#fdecec\] {
    background-color: #fdecec;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[radial-gradient\(circle_at_20\%_20\%\,\#e8f4f7\,\#d5e9ee\)\] {
    background-image: radial-gradient(circle at 20% 20%,#e8f4f7,#d5e9ee);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.25 {
    padding: calc(var(--spacing) * 3.25);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-\[Georgia\,\'Times_New_Roman\'\,serif\] {
    font-family: Georgia,'Times New Roman',serif;
  }
  .font-\[Georgia\,serif\] {
    font-family: Georgia,serif;
  }
  .font-\[Georgia\] {
    font-family: Georgia;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.68rem\] {
    font-size: 0.68rem;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[0\.74rem\] {
    font-size: 0.74rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.78rem\] {
    font-size: 0.78rem;
  }
  .text-\[0\.82rem\] {
    font-size: 0.82rem;
  }
  .text-\[0\.94rem\] {
    font-size: 0.94rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.65rem\] {
    font-size: 1.65rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.6rem\] {
    font-size: 2.6rem;
  }
  .text-\[clamp\(2\.5rem\,7vw\,5rem\)\] {
    font-size: clamp(2.5rem, 7vw, 5rem);
  }
  .text-\[clamp\(2\.5rem\,10vw\,5rem\)\] {
    font-size: clamp(2.5rem, 10vw, 5rem);
  }
  .text-\[clamp\(2rem\,7vw\,3\.25rem\)\] {
    font-size: clamp(2rem, 7vw, 3.25rem);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.02\] {
    --tw-leading: 1.02;
    line-height: 1.02;
  }
  .leading-\[1\.06\] {
    --tw-leading: 1.06;
    line-height: 1.06;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extrabold\! {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[0\.09em\] {
    --tw-tracking: 0.09em;
    letter-spacing: 0.09em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .wrap-break-word {
    overflow-wrap: break-word;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\(--blue\) {
    color: var(--blue);
  }
  .text-\(--muted\) {
    color: var(--muted);
  }
  .text-\(--navy\) {
    color: var(--navy);
  }
  .text-\(--navy\)\! {
    color: var(--navy) !important;
  }
  .text-\[\#5c6e38\] {
    color: #5c6e38;
  }
  .text-\[\#8e2c2c\] {
    color: #8e2c2c;
  }
  .text-\[\#053f25\] {
    color: #053f25;
  }
  .text-\[\#365c49\] {
    color: #365c49;
  }
  .text-\[\#557364\] {
    color: #557364;
  }
  .text-\[\#c5a865\] {
    color: #c5a865;
  }
  .text-inherit {
    color: inherit;
  }
  .text-red-600\! {
    color: var(--color-red-600) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-\[0_10px_35px_rgba\(18\,59\,82\,0\.07\)\] {
    --tw-shadow: 0 10px 35px var(--tw-shadow-color, rgba(18,59,82,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_25px_80px_rgba\(18\,59\,82\,0\.15\)\] {
    --tw-shadow: 0 25px 80px var(--tw-shadow-color, rgba(18,59,82,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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, 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-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:text-\[\#5c6e38\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #5c6e38;
      }
    }
  }
  .group-hover\/button\:translate-x-1 {
    &:is(:where(.group\/button):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .placeholder\:text-\(--muted\) {
    &::placeholder {
      color: var(--muted);
    }
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: 0;
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:scale-\[1\.03\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .hover\:border-\(--blue\) {
    &:hover {
      @media (hover: hover) {
        border-color: var(--blue);
      }
    }
  }
  .hover\:border-\(--navy\) {
    &:hover {
      @media (hover: hover) {
        border-color: var(--navy);
      }
    }
  }
  .hover\:border-\[\#6f2020\] {
    &:hover {
      @media (hover: hover) {
        border-color: #6f2020;
      }
    }
  }
  .hover\:border-red-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-red-600);
      }
    }
  }
  .hover\:bg-\(--blue\) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--blue);
      }
    }
  }
  .hover\:bg-\(--navy\) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--navy);
      }
    }
  }
  .hover\:bg-\[\#5c6e38\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5c6e38;
      }
    }
  }
  .hover\:bg-\[\#6f2020\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6f2020;
      }
    }
  }
  .hover\:bg-red-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-red-600);
      }
    }
  }
  .hover\:text-\(--blue\) {
    &:hover {
      @media (hover: hover) {
        color: var(--blue);
      }
    }
  }
  .hover\:text-\(--blue\)\! {
    &:hover {
      @media (hover: hover) {
        color: var(--blue) !important;
      }
    }
  }
  .hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-\[0_10px_30px_rgba\(18\,59\,82\,0\.18\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(18,59,82,0.18));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_10px_30px_rgba\(142\,44\,44\,0\.18\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(142,44,44,0.18));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_14px_35px_rgba\(5\,63\,37\,0\.07\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 14px 35px var(--tw-shadow-color, rgba(5,63,37,0.07));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_18px_45px_rgba\(18\,59\,82\,0\.12\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 18px 45px var(--tw-shadow-color, rgba(18,59,82,0.12));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:border-\(--blue\) {
    &:focus {
      border-color: var(--blue);
    }
  }
  .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-\(--blue\)\/20 {
    &:focus {
      --tw-ring-color: var(--blue);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--blue) 20%, transparent);
      }
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-9 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:min-h-12 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 12);
    }
  }
  .sm\:min-h-75 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 75);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:p-7 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:pt-16 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .sm\:pb-20 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:pb-24 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .sm\:pb-28 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .sm\:pb-32 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .sm\:pl-6 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-\[0\.72rem\] {
    @media (width >= 40rem) {
      font-size: 0.72rem;
    }
  }
  .sm\:text-\[0\.74rem\] {
    @media (width >= 40rem) {
      font-size: 0.74rem;
    }
  }
  .sm\:text-\[0\.84rem\] {
    @media (width >= 40rem) {
      font-size: 0.84rem;
    }
  }
  .sm\:text-\[0\.95rem\] {
    @media (width >= 40rem) {
      font-size: 0.95rem;
    }
  }
  .sm\:text-\[1\.08rem\] {
    @media (width >= 40rem) {
      font-size: 1.08rem;
    }
  }
  .sm\:text-\[1\.9rem\] {
    @media (width >= 40rem) {
      font-size: 1.9rem;
    }
  }
  .sm\:text-\[1\.12rem\] {
    @media (width >= 40rem) {
      font-size: 1.12rem;
    }
  }
  .sm\:text-\[1rem\] {
    @media (width >= 40rem) {
      font-size: 1rem;
    }
  }
  .sm\:text-\[2\.05rem\] {
    @media (width >= 40rem) {
      font-size: 2.05rem;
    }
  }
  .sm\:leading-8 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .sm\:leading-none {
    @media (width >= 40rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .sm\:tracking-\[-0\.035em\] {
    @media (width >= 40rem) {
      --tw-tracking: -0.035em;
      letter-spacing: -0.035em;
    }
  }
  .sm\:tracking-\[0\.17em\] {
    @media (width >= 40rem) {
      --tw-tracking: 0.17em;
      letter-spacing: 0.17em;
    }
  }
  .sm\:tracking-tight {
    @media (width >= 40rem) {
      --tw-tracking: var(--tracking-tight);
      letter-spacing: var(--tracking-tight);
    }
  }
  .sm\:tracking-widest {
    @media (width >= 40rem) {
      --tw-tracking: var(--tracking-widest);
      letter-spacing: var(--tracking-widest);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mb-2 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .lg\:aspect-4\/3 {
    @media (width >= 64rem) {
      aspect-ratio: 4/3;
    }
  }
  .lg\:min-h-107\.5 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 107.5);
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.05fr 0.95fr;
    }
  }
  .lg\:grid-cols-\[1\.15fr_0\.85fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.15fr 0.85fr;
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-14 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-28 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-28 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-32 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-36 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:text-\[1\.12rem\] {
    @media (width >= 64rem) {
      font-size: 1.12rem;
    }
  }
  .lg\:text-\[1\.15rem\] {
    @media (width >= 64rem) {
      font-size: 1.15rem;
    }
  }
  .lg\:tracking-\[-0\.045em\] {
    @media (width >= 64rem) {
      --tw-tracking: -0.045em;
      letter-spacing: -0.045em;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .prose-headings\:font-\[Georgia\] {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-family: Georgia;
    }
  }
  .prose-headings\:font-bold {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-headings\:tracking-\[-0\.02em\] {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-tracking: -0.02em;
      letter-spacing: -0.02em;
    }
  }
  .prose-headings\:text-\[\#053f25\] {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #053f25;
    }
  }
  .prose-h2\:text-2xl {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .prose-h2\:text-xl {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .prose-h2\:font-bold {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-h2\:font-medium {
    & :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .prose-h3\:text-base {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .prose-h3\:text-lg {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .prose-h3\:font-bold {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-h3\:font-medium {
    & :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .prose-p\:text-sm {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-p\:text-xs {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-p\:text-\[\#365c49\] {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #365c49;
    }
  }
  .prose-a\:text-sm {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-a\:text-xs {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-a\:text-\[\#5c6e38\] {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #5c6e38;
    }
  }
  .prose-a\:underline-offset-2 {
    & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      text-underline-offset: 2px;
    }
  }
  .prose-strong\:text-sm {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-strong\:text-xs {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-strong\:text-\[\#053f25\] {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #053f25;
    }
  }
  .prose-li\:text-sm {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .prose-li\:text-xs {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .prose-li\:text-\[\#365c49\] {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: #365c49;
    }
  }
}
:root {
  --navy: #053f25;
  --navy-deep: #3c6551;
  --blue: #5c6e38;
  --sky: #edeee9;
  --sky-2: #d6c59b;
  --gold: #c5a865;
  --ink: #053f25;
  --muted: #3e6752;
  --line: #b8c3ba;
  --white: #ffffff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  background: #fbfdfd;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
button, input, textarea {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.welcome-screen {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #071f2e;
  transition: visibility 0.2s linear 1.15s;
}
.welcome-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(	circle at 50% 42%,	rgba(61, 118, 143, 0.2),	transparent 34%	),	linear-gradient(	90deg,	transparent calc(50% - 1px),	rgba(213, 180, 111, 0.62) 50%,	transparent calc(50% + 1px)	);
}
.door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.2%;
  background-color: #0a2d40;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),	radial-gradient(	circle at 50% 45%,	#17465c 0%,	#0b3044 52%,	#071f2e 100%	);
  background-size: 72px 72px,	72px 72px,	auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 1.15s cubic-bezier(0.75, 0, 0.2, 1);
}
.door::before {
  content: "";
  position: absolute;
  inset: 4.5%;
  border: 1px solid rgba(213, 180, 111, 0.2);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.16),	0 0 0 1px rgba(255, 255, 255, 0.025);
}
.door::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(	transparent,	rgba(213, 180, 111, 0.52),	transparent	);
}
.door--left {
  left: 0;
  transform-origin: left;
}
.door--right {
  right: 0;
  transform-origin: right;
}
.door--left::after {
  right: 5%;
}
.door--right::after {
  left: 5%;
}
.welcome-screen--open {
  visibility: hidden;
}
.welcome-screen--open .door--left {
  transform: perspective(900px) rotateY(92deg);
}
.welcome-screen--open .door--right {
  transform: perspective(900px) rotateY(-92deg);
}
.welcome-screen--open .welcome-content {
  opacity: 0;
  transform: scale(0.93);
}
.welcome-content {
  position: relative;
  z-index: 2;
  width: min(760px, 90vw);
  padding: 44px 50px 48px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  color: white;
  background: rgba(5, 27, 40, 0.56);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  text-align: center;
  transition: 0.5s ease 0.25s;
}
.welcome-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.welcome-monogram {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid #d5b46f;
  border-radius: 16px;
  color: #f4dfaf;
  background: linear-gradient(	145deg,	rgba(213, 180, 111, 0.18),	rgba(255, 255, 255, 0.025)	);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.025);
}
.welcome-brand-copy {
  display: grid;
  gap: 5px;
  color: #f8fbfc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.welcome-brand-copy small {
  color: #91afbd;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}
.welcome-rule {
  width: 56px;
  height: 1px;
  margin: 28px auto;
  background: #d5b46f;
  box-shadow: 0 0 18px rgba(213, 180, 111, 0.42);
}
.welcome-kicker {
  margin: 0;
  color: #9eb9c5;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.welcome-content h1 {
  margin: 12px 0 15px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.welcome-content h1 span {
  color: #d5b46f;
  font-style: italic;
}
.welcome-lead {
  margin: 0;
  color: #cfdee4;
  font-size: clamp(0.86rem, 1.8vw, 1rem);
  letter-spacing: 0.08em;
}
.welcome-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 2px;
}
.welcome-trust span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #bcd0d8;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.welcome-enter {
  min-width: 250px;
  margin-top: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 78px;
  padding: 10px max(4vw, 24px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(18, 59, 82, 0.1);
  box-shadow: 0 8px 28px rgba(8, 45, 65, 0.045);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  height: 100%;
}
.brand img {
  height: clamp(48px, 5vw, 96px);
  width: auto;
}
.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}
.nav a {
  position: relative;
  padding: 10px 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 2px;
  background: var(--gold);
  transition: right 0.22s ease;
}
.nav a:hover {
  color: var(--navy);
}
.nav a:hover::after {
  right: 0;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  color: var(--navy);
  font-size: 1.4rem;
}
.header-inquiry {
  min-width: 138px;
  border-radius: 9px;
  box-shadow: 0 7px 20px rgba(18, 59, 82, 0.1);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 800;
  transition: 0.25s ease;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 10px 30px rgba(18, 59, 82, 0.18);
}
.button--gold {
  margin-top: 24px;
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
}
.button--gold:hover {
  background: #d4b674;
  border-color: #d4b674;
}
.button--small {
  min-height: 42px;
  padding: 0 19px;
  font-size: 0.84rem;
}
.button--full {
  width: 100%;
  margin-top: 4px;
  border-radius: 10px;
}
.hero {
  display: block;
  min-height: calc(100vh - 82px);
  padding: 8vw max(6vw, 32px);
}
.hero-content {
  max-width: none;
  width: 100%;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: linear-gradient(rgba(43, 113, 140, 0.08) 1px, transparent 1px),	linear-gradient(90deg, rgba(43, 113, 140, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow--light {
  color: #d8be88;
}
.hero h2, .section-title, .trade-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.6vw, 6.3rem);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.045em;
}
.hero h2 span, .section-title span, .trade-copy h2 span {
  color: var(--blue);
  font-style: italic;
}
.hero-copy {
  margin: 30px 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.text-link {
  color: var(--navy);
  font-weight: 800;
}
.text-link span {
  margin-left: 8px;
  color: var(--gold);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 35px;
  margin-top: 48px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}
.trust-row b {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}
.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 560px;
}
.globe {
  position: relative;
  display: grid;
  place-items: center;
  width: min(36vw, 490px);
  aspect-ratio: 1;
  border: 1px solid rgba(43, 113, 140, 0.28);
  border-radius: 50%;
  background: radial-gradient(	circle at 35% 30%,	rgba(255, 255, 255, 0.95),	rgba(184, 220, 230, 0.65) 38%,	rgba(43, 113, 140, 0.18) 68%,	rgba(18, 59, 82, 0.1)	);
  box-shadow: 0 50px 80px rgba(18, 59, 82, 0.15),	inset -35px -20px 70px rgba(18, 59, 82, 0.12);
}
.globe::before, .globe::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(43, 113, 140, 0.26);
  border-radius: 50%;
}
.globe::before {
  inset: 8% 28%;
}
.globe::after {
  inset: 28% 8%;
}
.globe-line {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 49%;
  height: 1px;
  background: rgba(43, 113, 140, 0.27);
  transform: rotate(30deg);
}
.globe-line--b {
  transform: rotate(-30deg);
}
.globe-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: white;
  background: var(--navy);
  border: 3px solid var(--gold);
  box-shadow: 0 16px 40px rgba(18, 59, 82, 0.25);
  font-family: Georgia, serif;
  font-size: 2.3rem;
  font-weight: 700;
}
.globe-core span {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
}
.node {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(200, 163, 92, 0.18);
}
.node--1 {
  left: 14%;
  top: 34%;
}
.node--2 {
  right: 17%;
  top: 24%;
}
.node--3 {
  right: 10%;
  bottom: 29%;
}
.node--4 {
  left: 25%;
  bottom: 12%;
}
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--navy);
  box-shadow: 0 16px 45px rgba(18, 59, 82, 0.13);
  backdrop-filter: blur(10px);
  font-size: 0.83rem;
  font-weight: 800;
}
.floating-card span {
  color: var(--gold);
  font-size: 1.2rem;
}
.floating-card--top {
  top: 12%;
  left: 2%;
}
.floating-card--bottom {
  right: 0;
  bottom: 13%;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(43, 113, 140, 0.1);
  border-radius: 50%;
}
.hero-orbit--one {
  width: 540px;
  height: 540px;
  right: -180px;
  top: -220px;
}
.hero-orbit--two {
  width: 320px;
  height: 320px;
  left: -120px;
  bottom: -210px;
}
.section {
  padding: 110px max(7vw, 28px);
}
.section-title {
  font-size: clamp(2.6rem, 4.8vw, 5rem);
}
.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
  background: white;
}
.about-copy {
  padding-top: 16px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.9;
}
.about-copy > p:first-child {
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 700;
}
.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}
.about-points span::first-letter {
  color: var(--gold);
}
.products {
  background: #eff7f9;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 32px;
  border: 1px solid rgba(43, 113, 140, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(18, 59, 82, 0.04);
  transition: 0.25s ease;
}
.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(43, 113, 140, 0.3);
  box-shadow: 0 20px 45px rgba(18, 59, 82, 0.1);
}
.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: var(--sky);
  color: var(--blue);
  font-size: 1.7rem;
}
.product-top small {
  color: var(--blue);
  font-weight: 800;
}
.product-card h3 {
  margin: 25px 0 12px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.55rem;
}
.product-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.7;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chips span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #f0f5f6;
  color: #49636f;
  font-size: 0.72rem;
  font-weight: 700;
}
.product-actions {
  display: grid;
  gap: 0;
  margin-top: auto;
}
.product-actions a, .product-actions button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0 0;
  border: 0;
  background: none;
  color: var(--navy);
  font-weight: 800;
  text-align: left;
  border-radius: 0;
}
.product-actions a {
  margin-top: 8px;
  color: var(--blue);
}
.product-actions button:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--gold);
  border: none;
  border: 0;
  border-bottom: 1px solid var(--gold);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.product-actions a span, .product-actions button span {
  color: var(--gold);
}
.product-actions button:hover span {
  color: var(--gold);
}
.process {
  background: white;
}
.section-heading--center {
  display: grid;
  justify-items: center;
  text-align: center;
}
.section-heading--center > p {
  max-width: 640px;
}
.process-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.process-row::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 32px;
  height: 1px;
  background: var(--line);
}
.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 15px;
  text-align: center;
}
.process-step b {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  border: 6px solid white;
  box-shadow: 0 0 0 1px var(--line);
}
.process-step span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
}
.trade-connect {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 8vw;
  color: white;
  background: radial-gradient(	circle at 20% 20%,	#1c5a73,	var(--navy-deep) 58%	);
}
.trade-copy h2 {
  color: white;
  font-size: clamp(2.8rem, 4.5vw, 5rem);
}
.trade-copy h2 span {
  color: #d8be88;
}
.trade-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: #bed3dc;
  line-height: 1.8;
}
.trade-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
  color: #dce9ee;
}
.trade-copy li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--gold);
}
.connect-options {
  display: grid;
  gap: 16px;
}
.connect-options button {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 4px 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: white;
  text-align: left;
  transition: 0.25s ease;
}
.connect-options button:hover {
  transform: translateX(7px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(200, 163, 92, 0.45);
}
.connect-icon {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold);
  font-size: 1.7rem;
}
.connect-options small {
  color: #b9d0d9;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.connect-options b {
  font-family: Georgia, serif;
  font-size: 1.3rem;
}
.connect-options em {
  color: #d8be88;
  font-size: 0.76rem;
  font-style: normal;
}
.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
  background: #f5fafb;
}
.contact > div > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}
.contact-actions {
  display: grid;
  gap: 14px;
}
.contact-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}
.contact-card > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
}
.contact-card small {
  color: var(--muted);
}
.contact-card b {
  color: var(--navy);
  overflow-wrap: anywhere;
}
footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 34px max(5vw, 25px);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  margin-top: auto;
}
.brand--footer {
  margin-right: 0;
}
.brand--footer .brand-mark {
  height: 3.5rem;
}
.brand--footer + p {
  margin-right: auto;
}
.email-float {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 17px;
  border-radius: 999px;
  background: #20a55a;
  color: white;
  box-shadow: 0 12px 35px rgba(20, 100, 55, 0.25);
  font-weight: 800;
  font-size: 0.82rem;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(4, 28, 41, 0.75);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease,	visibility 0.25s ease;
}
.modal-backdrop.modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 44px);
  padding: 38px;
  border-radius: 22px;
  background: white;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.modal h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
}
.modal > p:not(.eyebrow) {
  color: var(--muted);
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #eff5f6;
  color: var(--navy);
  font-size: 1.5rem;
}
.modal form {
  display: grid;
  gap: 15px;
  margin-top: 28px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.modal label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}
.modal input, .modal textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #ccdcdf;
  border-radius: 9px;
  outline: none;
  color: var(--ink);
  background: #fbfdfd;
}
.modal input:focus, .modal textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(43, 113, 140, 0.1);
}
.consent {
  display: flex !important;
  grid-template-columns: 18px 1fr;
  align-items: center;
  font-weight: 500 !important;
  color: var(--muted) !important;
}
.consent input {
  width: 16px;
}
.form-message {
  padding: 12px;
  border-radius: 8px;
  font-size: 0.82rem;
}
.form-message--success {
  color: #145b36;
  background: #e7f6ed;
}
.form-message--error {
  color: #8e2c2c;
  background: #fdecec;
}
.modal-contact {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 800;
}
.modal-contact a {
  color: var(--blue);
}
@media (max-width: 1050px) {
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    display: none;
    padding: 20px 30px;
    background: white;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(18, 59, 82, 0.08);
  }
  .nav--open {
    display: grid;
  }
  .menu-button {
    display: block;
  }
  .site-header > .button {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }
  .hero-content {
    max-width: 850px;
  }
  .hero-visual {
    min-height: 490px;
  }
  .globe {
    width: min(68vw, 470px);
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trade-connect,	.about,	.contact {
    grid-template-columns: 1fr;
  }
  .trade-connect {
    gap: 55px;
  }
}
@media (max-width: 680px) {
  .welcome-content {
    width: min(92vw, 520px);
    padding: 32px 20px 36px;
    border-radius: 18px;
  }
  .welcome-monogram {
    width: 54px;
    height: 54px;
    border-radius: 13px;
    font-size: 1.3rem;
  }
  .welcome-brand-copy {
    font-size: 0.66rem;
  }
  .welcome-rule {
    margin: 22px auto;
  }
  .welcome-content h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .welcome-lead {
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .welcome-trust {
    gap: 6px;
    margin-top: 22px;
  }
  .welcome-trust span {
    padding: 7px 9px;
    font-size: 0.58rem;
  }
  .welcome-enter {
    width: 100%;
    min-width: 0;
  }
  .site-header {
    min-height: 70px;
    padding: 9px 18px;
  }
  .brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }
  .brand-name {
    font-size: 0.58rem;
  }
  .nav {
    top: 70px;
  }
  .hero {
    min-height: auto;
    padding: 74px 22px 60px;
  }
  .hero h2 {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }
  .hero-copy {
    font-size: 0.95rem;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .text-link {
    padding: 8px 10px;
  }
  .trust-row {
    gap: 18px;
  }
  .trust-row span {
    width: calc(50% - 12px);
  }
  .hero-visual {
    min-height: 390px;
  }
  .globe {
    width: 82vw;
    max-width: 360px;
  }
  .globe-core {
    width: 100px;
    height: 100px;
    font-size: 1.8rem;
  }
  .floating-card {
    padding: 10px 12px;
    font-size: 0.7rem;
  }
  .floating-card--top {
    top: 7%;
  }
  .floating-card--bottom {
    bottom: 8%;
  }
  .section {
    padding: 78px 22px;
  }
  .section-heading {
    display: grid;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 390px;
  }
  .about-points {
    grid-template-columns: 1fr;
  }
  .process-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .process-row::before {
    left: 31px;
    right: auto;
    top: 25px;
    bottom: 25px;
    width: 1px;
    height: auto;
  }
  .process-step {
    grid-template-columns: 64px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }
  .process-step b {
    grid-column: 1;
  }
  .process-step span {
    grid-column: 2;
  }
  .connect-options button {
    grid-template-columns: 50px 1fr;
    padding: 19px;
  }
  .connect-icon {
    width: 48px;
    height: 48px;
  }
  .contact-card {
    padding: 17px;
  }
  footer {
    display: grid;
    text-align: center;
    justify-items: center;
  }
  .brand--footer + p {
    margin-right: 0;
  }
  .email-float span {
    display: none;
  }
  .email-float {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    font-size: 1.2rem;
  }
  .modal {
    padding: 32px 20px 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.jute-page .sisal-hero {
  background: linear-gradient(135deg, #fffaf0 0%, #f4ead3 56%, #e8dcc3 100%);
}
.jute-page .sisal-hero h1 span {
  color: #9a682b;
}
.jute-page .sisal-figure img {
  background: #e8dcc5;
}
.jute-page .supply-badge {
  color: #765421;
  background: #f6ead0;
}
.jute-page .supply-badge i {
  background: #b27a30;
  box-shadow: 0 0 0 4px rgba(178, 122, 48, 0.14);
}
.jute-page .grade-card {
  background: linear-gradient(160deg, #fff, #fdf8ec);
}
.jute-page .sisal-specs {
  background: #f7f1e5;
}
.jute-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #7b5a2d, #0b3443 68%);
}
.coir-page .sisal-hero {
  background: linear-gradient(135deg, #fffaf2 0%, #efe2cb 56%, #d8c09c 100%);
}
.coir-page .sisal-hero h1 span {
  color: #865b2d;
}
.coir-page .sisal-figure img {
  background: #d6bd98;
}
.coir-page .sisal-specs {
  background: #f5eee2;
}
.coir-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #74532f, #123846 68%);
}
.banana-page .sisal-hero {
  background: linear-gradient(135deg, #fbfff5 0%, #ecf2cf 56%, #d7dfaa 100%);
}
.banana-page .sisal-hero h1 span {
  color: #66812f;
}
.banana-page .sisal-figure img {
  background: #dfe5b8;
}
.banana-page .sisal-specs {
  background: #f0f5df;
}
.banana-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #667d31, #123846 68%);
}
.abaca-page .sisal-hero {
  background: linear-gradient(135deg, #fffaf3 0%, #f2e4ca 56%, #dfc49c 100%);
}
.abaca-page .sisal-hero h1 span {
  color: #a85e1c;
}
.abaca-page .sisal-figure img {
  background: #e5cda8;
}
.abaca-page .sisal-specs {
  background: #f7efe3;
}
.abaca-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #98591f, #123846 68%);
}
.pp-page .sisal-hero {
  background: linear-gradient(135deg, #f7fbff 0%, #e4eef8 56%, #cbdced 100%);
}
.pp-page .sisal-hero h1 span {
  color: #24679a;
}
.pp-page .sisal-figure img {
  background: #d7e4ef;
}
.pp-page .sisal-specs {
  background: #eaf2f8;
}
.pp-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #2f74a4, #0b3443 68%);
}
.pp-grade-grid {
  grid-template-columns: repeat(2, 1fr);
}
.pp-comparison {
  min-width: 690px;
}
.pp-comparison thead th {
  color: #d7eaf7;
  background: rgba(0, 0, 0, 0.22);
}
.pp-comparison td:first-child {
  color: white;
  font-weight: 800;
}
.hdpe-page .sisal-hero {
  background: linear-gradient(135deg, #f5fbfc 0%, #dcecef 56%, #bed7dc 100%);
}
.hdpe-page .sisal-hero h1 span {
  color: #177487;
}
.hdpe-page .sisal-figure img {
  background: #d2e5e8;
}
.hdpe-page .supply-badge {
  color: #176778;
  background: #dff1f3;
}
.hdpe-page .supply-badge i {
  background: #238ca0;
  box-shadow: 0 0 0 4px rgba(35, 140, 160, 0.14);
}
.hdpe-page .grade-card {
  background: linear-gradient(160deg, #fff, #f1f8f9);
}
.hdpe-page .sisal-specs {
  background: #e6f1f3;
}
.hdpe-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #207f91, #0a3441 68%);
}
.lldpe-page .sisal-hero {
  background: linear-gradient(135deg, #f8fcff 0%, #e1eef4 54%, #c8dce7 100%);
}
.lldpe-page .sisal-hero h1 span {
  color: #387da1;
}
.lldpe-page .sisal-figure img {
  background: #d7e6ed;
}
.lldpe-page .supply-badge {
  color: #2d718f;
  background: #e3f1f6;
}
.lldpe-page .supply-badge i {
  background: #4799b8;
  box-shadow: 0 0 0 4px rgba(71, 153, 184, 0.14);
}
.lldpe-page .grade-card {
  background: linear-gradient(160deg, #fff, #f3f8fb);
}
.lldpe-page .sisal-specs {
  background: #eaf2f6;
}
.lldpe-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #3b86a4, #0b3443 68%);
}
.ldpe-page .sisal-hero {
  background: linear-gradient(135deg, #fffdf9 0%, #f0ece2 54%, #ddd7ca 100%);
}
.ldpe-page .sisal-hero h1 span {
  color: #8a7047;
}
.ldpe-page .sisal-figure img {
  background: #e6e0d5;
}
.ldpe-page .supply-badge {
  color: #775f39;
  background: #f3ead9;
}
.ldpe-page .supply-badge i {
  background: #a78a59;
  box-shadow: 0 0 0 4px rgba(167, 138, 89, 0.14);
}
.ldpe-page .grade-card {
  background: linear-gradient(160deg, #fff, #fbf8f1);
}
.ldpe-page .sisal-specs {
  background: #f2eee6;
}
.ldpe-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #88724e, #0b3443 68%);
}
.abs-page .sisal-hero {
  background: linear-gradient(135deg, #faf9ff 0%, #ebe8f5 54%, #d5d0e5 100%);
}
.abs-page .sisal-hero h1 span {
  color: #6455a3;
}
.abs-page .sisal-figure img {
  background: #ddd9e9;
}
.abs-page .supply-badge {
  color: #5c4c91;
  background: #ece8f8;
}
.abs-page .supply-badge i {
  background: #7868b7;
  box-shadow: 0 0 0 4px rgba(120, 104, 183, 0.14);
}
.abs-page .grade-card {
  background: linear-gradient(160deg, #fff, #f7f5fc);
}
.abs-page .sisal-specs {
  background: #eeebf5;
}
.abs-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #67579d, #0a303f 68%);
}
.rice-page .sisal-hero {
  background: linear-gradient(135deg, #fbfff7 0%, #eef1d8 54%, #d8dfad 100%);
}
.rice-page .sisal-hero h1 span {
  color: #6f832d;
}
.rice-page .sisal-figure img {
  background: #e0e6bd;
}
.rice-page .supply-badge {
  color: #5d7427;
  background: #edf4d9;
}
.rice-page .supply-badge i {
  background: #829a3d;
  box-shadow: 0 0 0 4px rgba(130, 154, 61, 0.14);
}
.rice-page .grade-card {
  background: linear-gradient(160deg, #fff, #fafbf1);
}
.rice-page .sisal-specs {
  background: #eff3df;
}
.rice-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #71852f, #123846 68%);
}
.spices-page .sisal-hero {
  background: linear-gradient(135deg, #fffaf5 0%, #f8e7d4 54%, #e8c7a3 100%);
}
.spices-page .sisal-hero h1 span {
  color: #b24b21;
}
.spices-page .sisal-figure img {
  background: #ead0b4;
}
.spices-page .supply-badge {
  color: #8d3c1c;
  background: #fff0e4;
}
.spices-page .supply-badge i {
  background: #d45d29;
  box-shadow: 0 0 0 4px rgba(212, 93, 41, 0.14);
}
.spices-page .grade-card {
  background: linear-gradient(160deg, #fff, #fff8f2);
}
.spices-page .sisal-specs {
  background: #f7e9dc;
}
.spices-page .sisal-cta {
  background: radial-gradient(circle at 15% 20%, #9d3f20, #123846 68%);
}
.spices-models {
  background: #fff8f2;
}
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.model-grid article {
  padding: 34px;
  border: 1px solid #eed8c6;
  border-radius: 18px;
  background: white;
  box-shadow: 0 14px 40px rgba(112, 55, 29, 0.06);
}
.model-grid article > span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #8d3c1c;
  background: #fff0e4;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.model-grid h3 {
  margin: 20px 0 12px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.8rem;
}
.model-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.75;
}
.table-footnote {
  margin: 16px 0 0;
  color: #acc4cd;
  font-size: 0.68rem;
  line-height: 1.6;
}
@media (prefers-reduced-motion: reduce) {
  *,	*::before,	*::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 20% 20%, #e8f4f7, #d5e9ee);
}
.admin-login form {
  display: grid;
  gap: 17px;
  width: min(480px, 100%);
  padding: 38px;
  border: 1px solid rgba(43, 113, 140, 0.15);
  border-radius: 22px;
  background: white;
  box-shadow: 0 25px 80px rgba(18, 59, 82, 0.15);
}
.admin-login .brand {
  margin-bottom: 20px;
}
.admin-login h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 2.6rem;
}
.admin-login p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}
.admin-login label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
}
.admin-login input {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.admin-back {
  justify-self: center;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 700;
}
.admin-page {
  min-height: 100vh;
  padding: 32px max(4vw, 24px) 70px;
  background: #eff6f8;
}
.admin-header {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1380px;
  margin: auto;
  padding: 12px 0 30px;
}
.admin-header .brand {
  margin-right: 0;
}
.admin-header > div {
  margin-right: auto;
}
.admin-header small {
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.admin-header h1 {
  margin: 4px 0 0;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 2.1rem;
}
.admin-summary, .admin-tools, .inquiry-list {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.admin-summary div {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
}
.admin-summary small {
  color: var(--muted);
}
.admin-summary b {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 2.2rem;
}
.admin-tools {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 12px;
  padding: 28px 0 18px;
}
.admin-tools input, .admin-tools select {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  color: var(--ink);
}
.inquiry-list {
  display: grid;
  gap: 14px;
}
.inquiry-card {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 25px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: white;
}
.inquiry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.72rem;
}
.kind {
  padding: 5px 8px;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}
.kind--buyer {
  color: #155d77;
  background: #e1f2f6;
}
.kind--seller {
  color: #765918;
  background: #f8efd9;
}
.inquiry-main h2 {
  margin: 15px 0 7px;
  color: var(--navy);
  font-family: Georgia, serif;
}
.inquiry-main p {
  color: var(--muted);
  line-height: 1.6;
}
.inquiry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inquiry-tags span {
  padding: 7px 10px;
  border-radius: 8px;
  background: #f0f5f6;
  color: var(--muted);
  font-size: 0.74rem;
}
.inquiry-contact {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  font-size: 0.82rem;
}
.inquiry-contact > b {
  color: var(--navy);
  font-size: 1rem;
}
.inquiry-contact > span {
  color: var(--muted);
}
.inquiry-contact > a {
  color: var(--blue);
  overflow-wrap: anywhere;
}
.inquiry-contact label {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}
.inquiry-contact select {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
@media (max-width: 760px) {
  .admin-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .admin-header > div {
    order: 3;
    width: 100%;
  }
  .admin-summary {
    grid-template-columns: 1fr 1fr;
  }
  .admin-tools {
    grid-template-columns: 1fr;
  }
  .inquiry-card {
    grid-template-columns: 1fr;
  }
  .inquiry-contact {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}
.product-page {
  background: #fbfdfd;
}
.product-header {
  position: relative;
}
.product-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.product-nav a {
  color: #365565;
  font-size: 0.86rem;
  font-weight: 800;
}
.product-nav a:hover {
  color: var(--blue);
}
.sisal-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 6vw;
  min-height: 690px;
  padding: 76px max(7vw, 28px) 88px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8fbf7 0%, #e9f3ed 56%, #dcebed 100%);
}
.sisal-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -250px;
  border: 1px solid rgba(43, 113, 140, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(43, 113, 140, 0.035),	0 0 0 180px rgba(43, 113, 140, 0.025);
}
.sisal-hero-copy, .sisal-figure {
  position: relative;
  z-index: 1;
}
.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 45px;
  color: #68808a;
  font-size: 0.74rem;
  font-weight: 800;
}
.breadcrumb span {
  color: var(--gold);
}
.sisal-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6vw, 7rem);
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: -0.05em;
}
.sisal-hero h1 span {
  display: block;
  color: #487b62;
  font-style: italic;
}
.sisal-intro {
  max-width: 690px;
  margin: 28px 0;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.8;
}
.sisal-keyfacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 32px 0;
  overflow: hidden;
  border: 1px solid rgba(18, 59, 82, 0.12);
  border-radius: 14px;
  background: rgba(18, 59, 82, 0.12);
}
.sisal-keyfacts div {
  display: grid;
  gap: 6px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.78);
}
.sisal-keyfacts small {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sisal-keyfacts b {
  color: var(--navy);
  font-size: 0.84rem;
}
.sisal-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.sisal-figure {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 35px 80px rgba(18, 59, 82, 0.18);
  transform: rotate(1.2deg);
}
.sisal-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  background: #dfe8df;
}
.sisal-figure figcaption {
  padding: 12px 4px 1px;
  color: #5f7277;
  font-size: 0.7rem;
  text-align: center;
}
.sisal-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 32px;
  padding: 22px max(5vw, 24px);
  color: #d7e5e9;
  background: var(--navy-deep);
  font-size: 0.78rem;
}
.sisal-strip > span {
  color: #d8be88;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sisal-strip b {
  color: white;
}
.sisal-strip small {
  color: #a9c0c9;
}
.sisal-section {
  background: white;
}
.grade-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grade-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(160deg, #fff, #f6faf8);
  box-shadow: 0 12px 35px rgba(18, 59, 82, 0.05);
}
.supply-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #2f6b4b;
  background: #e6f3e9;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.supply-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d9b62;
  box-shadow: 0 0 0 4px rgba(61, 155, 98, 0.12);
}
.grade-card h3 {
  margin: 24px 0 18px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 2rem;
}
.grade-card dl {
  display: grid;
  gap: 11px;
  margin: 0 0 20px;
}
.grade-card dl div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1eae6;
}
.grade-card dt {
  color: var(--muted);
  font-size: 0.72rem;
}
.grade-card dd {
  margin: 0;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
}
.grade-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}
.definition-note {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  background: #f7faf9;
  font-size: 0.8rem;
  line-height: 1.65;
}
.definition-note b {
  color: var(--navy);
}
.sisal-specs {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  color: white;
  background: #eff6f3;
}
.spec-panel {
  padding: 42px;
  border-radius: 22px;
  background: linear-gradient(145deg, #18445a, var(--navy-deep));
  box-shadow: 0 25px 60px rgba(18, 59, 82, 0.15);
}
.spec-panel h2, .applications-panel h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  font-weight: 500;
}
.spec-panel > p:not(.eyebrow) {
  max-width: 690px;
  color: #bdd1d9;
  line-height: 1.75;
}
.spec-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}
.spec-table th, .spec-table td {
  padding: 15px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  text-align: left;
  font-size: 0.82rem;
}
.spec-table th {
  width: 34%;
  color: #d8be88;
}
.spec-table td {
  color: #e5eef1;
}
.applications-panel {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink);
  background: white;
}
.applications-panel h2 {
  color: var(--navy);
  font-size: 2.6rem;
}
.application-list {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}
.application-list span {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  color: #45606c;
  font-size: 0.82rem;
}
.marine-note {
  margin: 22px 0 0;
  padding: 14px;
  border-radius: 10px;
  color: var(--muted);
  background: #f2f6f4;
  font-size: 0.72rem;
  line-height: 1.6;
}
.logistics-section {
  background: white;
}
.logistics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.logistics-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbfdfd;
}
.logistics-grid h3 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.5rem;
}
.logistics-grid p, .logistics-grid li {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}
.logistics-grid ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}
.logistics-grid li b {
  color: var(--navy);
}
.logistics-grid a, .logistics-grid button {
  display: inline-flex;
  gap: 12px;
  margin-top: 10px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}
.logistics-grid button {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}
.logistics-grid button:hover, .logistics-grid button:focus, .logistics-grid button:active {
  background: none;
  border: none;
  outline: none;
}
.logistics-grid button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.logistics-grid a span, .logistics-grid button span {
  color: var(--gold);
}
.load-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}
.load-row b {
  color: var(--navy);
}
.sisal-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 50px;
  padding: 80px max(7vw, 28px);
  color: white;
  background: radial-gradient(circle at 15% 20%, #315f4b, #0b3443 65%);
}
.sisal-cta h2 {
  max-width: 830px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
}
.sisal-cta p:not(.eyebrow) {
  max-width: 760px;
  color: #bfd2d3;
  line-height: 1.75;
}
.sisal-cta-actions {
  display: grid;
  justify-items: start;
  gap: 18px;
}
.sisal-cta-actions .button--gold {
  margin: 0;
}
.sisal-cta-actions > a:not(.button) {
  color: #d8be88;
  font-size: 0.84rem;
  font-weight: 900;
}
.product-disclaimer {
  padding: 28px max(7vw, 28px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #f5f8f7;
  font-size: 0.7rem;
  line-height: 1.6;
}
.product-disclaimer p {
  margin: 5px 0;
}
.product-disclaimer a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .product-nav {
    display: none;
  }
  .sisal-hero {
    grid-template-columns: 1fr;
  }
  .sisal-figure {
    width: min(720px, 100%);
  }
  .grade-grid,	.pp-grade-grid,	.logistics-grid,	.model-grid {
    grid-template-columns: 1fr;
  }
  .sisal-specs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .product-header-cta {
    display: none;
  }
  .sisal-hero {
    min-height: 0;
    padding: 52px 22px 60px;
  }
  .breadcrumb {
    margin-bottom: 32px;
  }
  .sisal-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }
  .sisal-keyfacts {
    grid-template-columns: 1fr;
  }
  .sisal-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .sisal-strip {
    justify-content: flex-start;
    gap: 14px 22px;
  }
  .grade-card,	.spec-panel,	.applications-panel {
    padding: 25px;
  }
  .spec-table th,	.spec-table td {
    padding: 13px 10px;
  }
  .sisal-cta {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 62px 22px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
