/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0b4f73;
  }
}
@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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fff;
    color: #12324a;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.5;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .hrd-wrap {
    width: min(1280px,calc(100% - 48px));
    margin: auto;
  }
  .hrd-site {
    min-height: 100vh;
  }
  .eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #42a84f;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  h1,h2,h3,p {
    margin-top: 0;
  }
}
@layer components {
  .hrd-top {
    background: #f7fafb;
    border-bottom: 1px solid #edf1f4;
    font-size: 12px;
  }
  .hrd-top .hrd-wrap {
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .hrd-top nav {
    display: flex;
    gap: 22px;
  }
  .hrd-main {
    background: #fff;
  }
  .hrd-main-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .hrd-logo {
    width: 240px;
    display: block;
    flex: 0 1 240px;
    min-width: 190px;
    overflow: visible;
  }
  .hrd-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .hrd-search {
    flex: 1;
    min-width: 250px;
  }
  .hrd-search form,.hrd-search .dgwt-wcas-search-wrapp {
    width: 100% !important;
  }
  .hrd-search input {
    min-height: 46px !important;
    border: 1px solid #ccd8e1 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
  }
  .hrd-actions {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .hrd-actions a {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    position: relative;
  }
  .hrd-icon {
    font-size: 25px;
    font-weight: 400;
  }
  .hrd-count {
    background: #42a84f;
    color: #fff;
    border-radius: 50%;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-left: -10px;
    margin-top: -18px;
  }
  .hrd-nav {
    border-top: 1px solid #edf1f4;
    border-bottom: 1px solid #dfe7ec;
    background: #fff;
  }
  .hrd-nav nav {
    display: flex;
    align-items: center;
    min-height: 48px;
    gap: 0;
    overflow: auto;
  }
  .hrd-nav nav a {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 19px;
    white-space: nowrap;
  }
  .hrd-nav nav a:hover {
    background: #f4f8fa;
    color: #0b4f73;
  }
  .hrd-nav .hrd-cat {
    padding-left: 0;
  }
  .hrd-nav .hrd-sale {
    margin-left: auto;
    color: #42a84f;
  }
  .hrd-usp {
    background: #fff;
    border-bottom: 1px solid #edf1f4;
  }
  .hrd-usp-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 17px 0;
    gap: 18px;
  }
  .hrd-usp-grid>div {
    padding-left: 35px;
    position: relative;
  }
  .hrd-usp-grid>div:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #42a84f;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 22px;
  }
  .hrd-usp-grid strong,.hrd-usp-grid small {
    display: block;
  }
  .hrd-usp-grid strong {
    font-size: 13px;
  }
  .hrd-usp-grid small {
    font-size: 11px;
    color: #718394;
  }
  .hrd-hero {
    background: #edf6fb;
    overflow: hidden;
  }
  .hrd-hero-inner {
    display: grid;
    grid-template-columns: 47% 53%;
    height: 390px;
    min-height: 390px;
    position: relative;
  }
  .hrd-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 35px 48px 0;
    position: relative;
    z-index: 2;
  }
  .hrd-hero h1 {
    font-size: clamp(36px,4vw,58px);
    line-height: 1.03;
    letter-spacing: -.04em;
    margin-bottom: 18px;
    color: #103b5b;
  }
  .hrd-hero-copy>p:not(.eyebrow) {
    font-size: 18px;
    max-width: 570px;
    color: #34566c;
    margin-bottom: 25px;
  }
  .hrd-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .hrd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 4px;
    padding: 13px 20px;
    font-weight: 800;
    font-size: 14px;
  }
  .hrd-btn-green {
    background: #42a84f;
    color: #fff;
  }
  .hrd-btn-green:hover {
    background: #338d40;
  }
  .hrd-btn-light {
    background: #fff;
    border: 1px solid #9db9ca;
    color: #0b4f73;
  }
  .hrd-hero-photo {
    position: relative;
    min-height: 390px;
    height: 390px;
    background: #fff;
    overflow: hidden;
  }
  .hrd-hero-photo:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#edf6fb 0%,rgba(237,246,251,.35) 18%,rgba(237,246,251,0) 55%);
    pointer-events: none;
  }
  .hrd-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    opacity: 0;
    background: #fff;
    transition: opacity .8s ease;
  }
  .hrd-hero-slide.is-active {
    opacity: 1;
  }
  .hrd-hero-slide:first-child {
    position: relative;
    inset: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: contain;
    object-position: center;
  }
  .hrd-hero-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    color: #12324a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(15,50,75,.12);
  }
  .hrd-hero-prev {
    left: 14px;
  }
  .hrd-hero-next {
    right: 14px;
  }
  .hrd-hero-arrow:hover {
    background: #fff;
  }
  .hrd-hero-dots {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
  }
  .hrd-hero-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255,255,255,.72);
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,.15);
  }
  .hrd-hero-dots button.is-active {
    width: 24px;
    border-radius: 5px;
    background: #42a84f;
  }
  .hrd-hero-dots button:focus-visible,.hrd-hero-arrow:focus-visible {
    outline: 2px solid #42a84f;
    outline-offset: 2px;
  }
  .hrd-section {
    padding: 42px 0;
  }
  .hrd-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .hrd-heading h2 {
    font-size: 28px;
    letter-spacing: -.025em;
    margin: 0;
  }
  .hrd-heading a {
    font-size: 13px;
    font-weight: 800;
    color: #0864a0;
  }
  .hrd-cats {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
  }
  .hrd-cat-card {
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    background: #fff;
    padding: 0 0 14px;
    overflow: hidden;
    transition: transform .15s,box-shadow .15s;
  }
  .hrd-cat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 22px rgba(15,50,75,.08);
  }
  .hrd-cat-img {
    height: 165px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
  }
  .hrd-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .96;
    filter: brightness(1.04) saturate(.92);
  }
  .hrd-cat-card strong,.hrd-cat-card span {
    display: block;
    padding: 0 13px;
  }
  .hrd-cat-card strong {
    font-size: 14px;
    margin-top: 12px;
  }
  .hrd-cat-card span {
    font-size: 12px;
    color: #637789;
    margin-top: 3px;
  }
  .hrd-cat-card span b {
    float: right;
    color: #0864a0;
    font-size: 15px;
  }
  .hrd-products {
    background: #f7f9fa;
  }
  .hrd-product-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
  }
  .hrd-product {
    background: #fff;
    border: 1px solid #e0e7ec;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .hrd-product:hover {
    box-shadow: 0 8px 24px rgba(15,50,75,.09);
  }
  .hrd-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #42a84f;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    z-index: 2;
  }
  .hrd-product-img {
    height: 205px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
  }
  .hrd-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .93;
    filter: brightness(1.06) saturate(.9);
  }
  .hrd-product-body {
    padding: 12px 13px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .hrd-product-body small {
    font-size: 10px;
    color: #6b7f90;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .hrd-product h3 {
    font-size: 13px;
    line-height: 1.35;
    margin: 5px 0 12px;
    color: #173d59;
  }
  .hrd-stock {
    font-size: 11px;
    color: #4d7d58;
    margin-top: auto;
  }
  .hrd-stock:first-letter {
    color: #42a84f;
  }
  .hrd-price {
    font-size: 18px;
    font-weight: 900;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #12324a;
  }
  .hrd-price del {
    font-size: 11px;
    color: #8a98a3;
    margin-right: 5px;
  }
  .hrd-price ins {
    text-decoration: none;
  }
  .hrd-cart {
    background: #42a84f;
    color: #fff;
    border-radius: 3px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .hrd-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hrd-feature {
    min-height: 260px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #eaf3f7;
  }
  .hrd-feature img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .68;
    filter: brightness(1.12) saturate(.78);
  }
  .hrd-feature>div {
    position: relative;
    z-index: 1;
    width: 60%;
    padding: 30px;
  }
  .hrd-feature h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .hrd-feature p:not(.eyebrow) {
    font-size: 14px;
    color: #36566b;
  }
  .hrd-feature a {
    display: inline-block;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #b9cbd6;
    border-radius: 4px;
    padding: 9px 13px;
    color: #0b4f73;
    font-size: 12px;
    font-weight: 800;
  }
  .hrd-brand {
    background: #f5f9fb;
    padding: 34px 0;
  }
  .hrd-brand-row {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
  }
  .hrd-brand-row span {
    height: 66px;
    background: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: .02em;
    color: #173d59;
  }
  .hrd-advice {
    background: #edf6fb;
    padding: 40px 0;
  }
  .hrd-advice .hrd-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .hrd-advice h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .hrd-advice p:not(.eyebrow) {
    color: #4c687a;
    margin-bottom: 0;
  }
  .hrd-footer {
    background: #0e3852;
    color: #dbe8ef;
    padding: 48px 0 20px;
  }
  .hrd-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4,1fr);
    gap: 35px;
  }
  .hrd-footer-brand img {
    width: 210px;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    object-position: left center;
    filter: none;
    opacity: 1;
    margin-bottom: 10px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 5px;
  }
  .hrd-footer h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .hrd-footer a {
    display: block;
    font-size: 12px;
    color: #c8d8e1;
    margin: 7px 0;
  }
  .hrd-footer p {
    font-size: 12px;
    color: #c8d8e1;
  }
  .hrd-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.18);
    margin-top: 35px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #aac0cc;
  }
}
@media (max-width:1050px) {
  .hrd-cats {
    grid-template-columns: repeat(3,1fr);
  }
  .hrd-product-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .hrd-usp-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .hrd-brand-row {
    grid-template-columns: repeat(3,1fr);
  }
  .hrd-main-inner {
    gap: 18px;
  }
  .hrd-actions {
    gap: 12px;
  }
  .hrd-nav nav a {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media (max-width:760px) {
  .hrd-wrap {
    width: min(100% - 28px,1280px);
  }
  .hrd-top {
    display: none;
  }
  .hrd-main-inner {
    min-height: auto;
    padding: 13px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  .hrd-logo {
    width: 175px;
    flex: 0 0 175px;
    min-width: 0;
  }
  .hrd-search {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .hrd-actions {
    grid-column: 2;
    grid-row: 1;
  }
  .hrd-actions a b {
    display: none;
  }
  .hrd-actions a {
    font-size: 22px;
  }
  .hrd-nav nav {
    margin: 0 -14px;
    padding: 0 14px;
  }
  .hrd-nav nav a {
    font-size: 12px;
    padding: 12px 10px;
  }
  .hrd-nav .hrd-cat {
    padding-left: 0;
  }
  .hrd-usp-grid {
    grid-template-columns: repeat(2,1fr);
    padding: 14px 0;
  }
  .hrd-usp-grid>div {
    padding-left: 28px;
  }
  .hrd-usp-grid>div:nth-child(n+5) {
    display: none;
  }
  .hrd-hero-inner {
    display: block;
    min-height: 0;
  }
  .hrd-hero-copy {
    padding: 35px 0 20px;
  }
  .hrd-hero h1 {
    font-size: 38px;
  }
  .hrd-hero-copy>p:not(.eyebrow) {
    font-size: 15px;
  }
  .hrd-hero-photo {
    height: 220px;
    min-height: 0;
  }
  .hrd-hero-photo:after {
    background: linear-gradient(180deg,#edf6fb 0%,rgba(237,246,251,0) 30%);
  }
  .hrd-hero-arrow {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
  .hrd-hero-prev {
    left: 8px;
  }
  .hrd-hero-next {
    right: 8px;
  }
  .hrd-hero-dots {
    bottom: 10px;
  }
  .hrd-section {
    padding: 30px 0;
  }
  .hrd-heading {
    align-items: start;
    gap: 10px;
  }
  .hrd-heading h2 {
    font-size: 23px;
  }
  .hrd-heading a {
    font-size: 11px;
    text-align: right;
  }
  .hrd-cats {
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
  }
  .hrd-cat-img {
    height: 125px;
  }
  .hrd-product-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
  }
  .hrd-product-img {
    height: 175px;
  }
  .hrd-product-body {
    padding: 10px;
  }
  .hrd-product h3 {
    font-size: 12px;
  }
  .hrd-feature-grid {
    grid-template-columns: 1fr;
  }
  .hrd-feature {
    min-height: 220px;
  }
  .hrd-feature>div {
    width: 72%;
    padding: 22px;
  }
  .hrd-feature h2 {
    font-size: 21px;
  }
  .hrd-brand-row {
    grid-template-columns: repeat(2,1fr);
  }
  .hrd-advice .hrd-wrap {
    display: block;
  }
  .hrd-advice .hrd-btn {
    margin-top: 18px;
  }
  .hrd-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .hrd-footer-brand {
    grid-column: 1/-1;
  }
  .hrd-footer-bottom {
    display: block;
  }
  .hrd-footer-bottom span {
    display: block;
    margin: 6px 0;
  }
}
@layer components {
  .hrd-landing-buffer {
    width: 100%;
    overflow: hidden;
  }
  .hrd-buffer-landing-hero {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 470px;
    background: #edf6fb;
  }
  .hrd-buffer-landing-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px max(30px,4vw) 58px max(30px,calc((100vw - 1280px)/2));
    position: relative;
    z-index: 2;
  }
  .hrd-buffer-eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    color: #42a84f;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .hrd-buffer-landing-hero h1 {
    font-size: clamp(36px,4.2vw,58px);
    line-height: 1.03;
    letter-spacing: -.04em;
    color: #103b5b;
    margin: 0 0 18px;
  }
  .hrd-buffer-landing-hero-copy>p {
    font-size: 17px;
    line-height: 1.65;
    color: #36586d;
    max-width: 570px;
    margin: 0 0 25px;
  }
  .hrd-buffer-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .hrd-btn-primary,.hrd-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 14px;
  }
  .hrd-btn-primary {
    background: #42a84f;
    color: #fff;
  }
  .hrd-btn-secondary {
    background: #fff;
    border: 1px solid #9db9ca;
    color: #0b4f73;
  }
  .hrd-buffer-landing-hero-media {
    position: relative;
    min-height: 470px;
    background: #fff;
    overflow: hidden;
  }
  .hrd-buffer-landing-slide {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: hrd-buffer-landing-fade 15s infinite;
  }
  .hrd-buffer-landing-slide:nth-child(1) {
    animation-delay: 0s;
  }
  .hrd-buffer-landing-slide:nth-child(2) {
    animation-delay: 5s;
  }
  .hrd-buffer-landing-slide:nth-child(3) {
    animation-delay: 10s;
  }
  .hrd-buffer-landing-hero-media:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#edf6fb 0%,rgba(237,246,251,.18) 16%,rgba(237,246,251,0) 45%);
    pointer-events: none;
  }
  .hrd-buffer-landing-hero {
    min-height: 510px;
    background: linear-gradient(110deg,#f4f9fc 0%,#edf6fb 48%,#fff 100%);
    border-bottom: 1px solid #dfeaf1;
  }
  .hrd-buffer-landing-hero-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .hrd-buffer-landing-hero-copy h1 {
    max-width: 650px;
    font-size: clamp(42px,4.6vw,64px);
    line-height: .99;
    letter-spacing: -.045em;
    margin-bottom: 20px;
  }
  .hrd-buffer-landing-hero-copy>p:not(.hrd-buffer-eyebrow) {
    max-width: 610px;
    font-size: 18px;
    line-height: 1.6;
    color: #36586d;
    margin-bottom: 20px;
  }
  .hrd-buffer-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin: 2px 0 28px;
    max-width: 650px;
  }
  .hrd-buffer-hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 750;
    color: #23475d;
  }
  .hrd-buffer-hero-benefits b {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #42a84f;
    color: #fff;
    font-size: 12px;
  }
  .hrd-buffer-actions {
    gap: 12px;
  }
  .hrd-buffer-actions .hrd-btn-primary {
    min-height: 52px;
    padding: 0 24px;
    background: #42a84f;
    box-shadow: 0 8px 20px rgba(66,168,79,.18);
  }
  .hrd-buffer-actions .hrd-btn-primary:hover {
    background: #338d40;
    transform: translateY(-1px);
  }
  .hrd-buffer-actions .hrd-btn-secondary {
    min-height: 52px;
    padding: 0 24px;
    background: #fff;
    border: 1px solid #8fb2c5;
  }
  .hrd-buffer-landing-hero-media {
    min-height: 510px;
    background: #fff;
  }
  .hrd-buffer-landing-slide {
    padding: 0;
    background-size: contain;
    background-position: center;
  }
  .hrd-buffer-hero-callout {
    position: absolute;
    z-index: 4;
    right: 28px;
    top: 28px;
    width: min(285px,38%);
    padding: 17px 19px;
    border-radius: 14px;
    background: rgba(22,123,65,.94);
    color: #fff;
    box-shadow: 0 12px 30px rgba(18,50,74,.18);
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .hrd-buffer-hero-callout strong {
    font-size: 15px;
    line-height: 1.25;
  }
  .hrd-buffer-hero-callout span {
    font-size: 12px;
    line-height: 1.45;
    color: #eaf8ee;
  }
  .hrd-buffer-landing-hero-media:before {
    content: '';
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #42a84f;
    box-shadow: 0 7px 18px rgba(18,50,74,.16);
  }
  @media (max-width:900px) {
    .hrd-buffer-landing-hero {
      min-height: auto;
    }
    .hrd-buffer-landing-hero-copy {
      padding-top: 44px;
      padding-bottom: 34px;
    }
    .hrd-buffer-landing-hero-media {
      min-height: 370px;
    }
    .hrd-buffer-hero-callout {
      right: 18px;
      top: 18px;
      width: 260px;
    }
  }
  @media (max-width:560px) {
    .hrd-buffer-landing-hero-copy {
      padding-top: 36px;
      padding-bottom: 28px;
    }
    .hrd-buffer-landing-hero-copy h1 {
      font-size: 38px;
    }
    .hrd-buffer-landing-hero-copy>p:not(.hrd-buffer-eyebrow) {
      font-size: 16px;
    }
    .hrd-buffer-hero-benefits {
      display: grid;
      gap: 10px;
      margin-bottom: 22px;
    }
    .hrd-buffer-actions .hrd-btn-primary,.hrd-buffer-actions .hrd-btn-secondary {
      width: 100%;
      min-height: 50px;
    }
    .hrd-buffer-landing-hero-media {
      min-height: 300px;
    }
    .hrd-buffer-hero-callout {
      right: 12px;
      top: 12px;
      width: 225px;
      padding: 13px 14px;
    }
    .hrd-buffer-hero-callout strong {
      font-size: 13px;
    }
    .hrd-buffer-hero-callout span {
      font-size: 10px;
    }
    .hrd-buffer-landing-hero-media:before {
      display: none;
    }
  }
  @keyframes hrd-buffer-landing-fade {
    0%,28% {
      opacity: 1;
    }
    33%,100% {
      opacity: 0;
    }
  }
  .hrd-buffer-intro {
    padding: 55px 24px 30px;
    max-width: 900px;
    margin: auto;
    text-align: center;
  }
  .hrd-buffer-intro h2,.hrd-buffer-faq h2 {
    font-size: 32px;
    line-height: 1.15;
    color: #12324a;
    margin: 0 0 12px;
  }
  .hrd-buffer-intro p {
    color: #587083;
    line-height: 1.7;
    margin: 0;
  }
  .hrd-buffer-landing-grid {
    max-width: 1280px;
    margin: 20px auto 60px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .hrd-buffer-category-card {
    display: flex;
    flex-direction: column;
    min-height: 190px;
    padding: 25px;
    background: #fff;
    border: 1px solid #dfe7ec;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(15,50,75,.05);
    transition: transform .15s,box-shadow .15s;
  }
  .hrd-buffer-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(15,50,75,.10);
  }
  .hrd-buffer-category-card strong {
    font-size: 19px;
    color: #12324a;
    margin-bottom: 9px;
  }
  .hrd-buffer-category-card span {
    font-size: 13px;
    line-height: 1.55;
    color: #63798a;
  }
  .hrd-buffer-category-card b {
    margin-top: auto;
    color: #0864a0;
    font-size: 12px;
  }
  .hrd-buffer-product-cta {
    max-width: 1280px;
    margin: 0 auto 55px;
    padding: 28px 30px;
    background: #0e3852;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  .hrd-buffer-product-cta h2 {
    margin: 0 0 7px;
    font-size: 28px;
  }
  .hrd-buffer-product-cta p {
    margin: 0;
    color: #d4e3eb;
    font-size: 14px;
  }
  .hrd-buffer-product-cta .hrd-btn-primary {
    background: #42a84f;
    white-space: nowrap;
  }
  .hrd-buffer-faq {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 24px 70px;
  }
  .hrd-buffer-faq details {
    border-bottom: 1px solid #dfe7ec;
    padding: 17px 0;
  }
  .hrd-buffer-faq summary {
    cursor: pointer;
    font-weight: 800;
    color: #12324a;
  }
  .hrd-buffer-faq details p {
    color: #587083;
    font-size: 14px;
    line-height: 1.65;
    padding: 12px 0 0;
    margin: 0;
  }
  .hrd-buffer-hero {
    background: #edf6fb;
    border-bottom: 1px solid #dfeaf1;
  }
  .hrd-buffer-hero-inner {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 430px;
  }
  .hrd-buffer-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 44px 54px 0;
    position: relative;
    z-index: 2;
  }
  .hrd-buffer-hero-copy h1 {
    font-size: clamp(34px,4vw,56px);
    line-height: 1.04;
    letter-spacing: -.04em;
    color: #103b5b;
    margin-bottom: 18px;
  }
  .hrd-buffer-hero-copy>p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.65;
    color: #36586d;
    max-width: 570px;
    margin-bottom: 25px;
  }
  .hrd-buffer-hero-media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #fff;
  }
  .hrd-buffer-hero-media:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,#edf6fb 0%,rgba(237,246,251,.45) 14%,rgba(237,246,251,0) 48%);
    pointer-events: none;
  }
  .hrd-buffer-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 34px 50px;
    opacity: 0;
    transition: opacity .9s ease;
    animation: hrd-buffer-fade 20s infinite;
  }
  .hrd-buffer-hero-slide:nth-child(1) {
    animation-delay: 0s;
  }
  .hrd-buffer-hero-slide:nth-child(2) {
    animation-delay: 5s;
  }
  .hrd-buffer-hero-slide:nth-child(3) {
    animation-delay: 10s;
  }
  .hrd-buffer-hero-slide:nth-child(4) {
    animation-delay: 15s;
  }
  .hrd-buffer-hero-slide.is-active {
    opacity: 1;
  }
  .hrd-buffer-hero-label {
    position: absolute;
    z-index: 3;
    right: 24px;
    bottom: 22px;
    background: rgba(14,56,82,.9);
    color: #fff;
    border-radius: 4px;
    padding: 9px 13px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
  }
  .hrd-buffer-hero-dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
  }
  .hrd-buffer-hero-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b9cbd5;
  }
  .hrd-buffer-hero-dots span:first-child {
    width: 23px;
    border-radius: 5px;
    background: #42a84f;
  }
  @keyframes hrd-buffer-fade {
    0%,20% {
      opacity: 1;
    }
    25%,100% {
      opacity: 0;
    }
  }
  .hrd-buffer-layout {
    display: grid;
    grid-template-columns: 250px minmax(0,1fr);
    gap: 28px;
    padding-top: 42px;
    padding-bottom: 58px;
  }
  .hrd-buffer-sidebar {
    min-width: 0;
  }
  .hrd-buffer-side-card {
    border: 1px solid #dfe7ec;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
  }
  .hrd-buffer-side-title {
    padding: 16px 17px;
    background: #0e3852;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .hrd-buffer-side-card>a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 15px;
    border-bottom: 1px solid #edf1f4;
    font-size: 13px;
    line-height: 1.35;
    color: #294b60;
  }
  .hrd-buffer-side-card>a:last-child {
    border-bottom: 0;
  }
  .hrd-buffer-side-card>a:hover,.hrd-buffer-side-card>a.is-current {
    background: #f1f7fa;
    color: #0b4f73;
    font-weight: 800;
  }
  .hrd-buffer-side-card>a span {
    color: #7a8d9a;
    font-size: 11px;
    white-space: nowrap;
  }
  .hrd-buffer-help {
    margin-top: 16px;
    padding: 19px;
    border-radius: 6px;
    background: #edf6fb;
    border: 1px solid #d7e8f1;
  }
  .hrd-buffer-help h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #12324a;
    margin-bottom: 8px;
  }
  .hrd-buffer-help p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.55;
    color: #557083;
    margin-bottom: 16px;
  }
  .hrd-buffer-help .hrd-btn {
    width: 100%;
  }
  .hrd-buffer-products {
    min-width: 0;
  }
  .hrd-buffer-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
  }
  .hrd-buffer-toolbar h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    color: #12324a;
  }
  .hrd-buffer-toolbar .eyebrow {
    margin-bottom: 7px;
  }
  .hrd-buffer-toolbar .woocommerce-ordering {
    margin: 0;
  }
  .hrd-buffer-toolbar .woocommerce-ordering select {
    min-height: 39px;
    border: 1px solid #cddae2;
    border-radius: 4px;
    padding: 0 30px 0 10px;
    background: #fff;
    color: #294b60;
    font-size: 12px;
  }
  .hrd-buffer-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
  }
  .hrd-buffer-product {
    margin: 0 !important;
    background: #fff;
    border: 1px solid #e0e7ec;
    border-radius: 6px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    min-width: 0;
    transition: transform .15s,box-shadow .15s;
  }
  .hrd-buffer-product:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 26px rgba(15,50,75,.09);
  }
  .hrd-buffer-product-image {
    height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
  }
  .hrd-buffer-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
  }
  .hrd-buffer-product-body {
    padding: 13px 15px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .hrd-buffer-product-meta {
    font-size: 10px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #718494;
    font-weight: 800;
  }
  .hrd-buffer-product h3 {
    font-size: 15px;
    line-height: 1.35;
    margin: 6px 0 18px;
    color: #173d59;
    min-height: 41px;
  }
  .hrd-buffer-product h3 a:hover {
    color: #0864a0;
  }
  .hrd-buffer-product-bottom {
    margin-top: auto;
  }
  .hrd-buffer-price {
    font-size: 18px;
    font-weight: 900;
    color: #12324a;
    min-height: 25px;
  }
  .hrd-buffer-price .woocommerce-Price-amount {
    font-weight: 900;
  }
  .hrd-buffer-view {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: #0864a0;
    font-size: 12px;
    font-weight: 900;
  }
  .hrd-buffer-view:hover {
    color: #42a84f;
  }
  .hrd-buffer-pagination {
    margin-top: 30px;
  }
  .hrd-buffer-pagination .woocommerce-pagination {
    border: 0 !important;
    padding: 0 !important;
  }
  .hrd-buffer-pagination ul {
    border: 0 !important;
    display: flex;
    gap: 6px;
  }
  .hrd-buffer-pagination ul li {
    border: 0 !important;
  }
  .hrd-buffer-pagination a,.hrd-buffer-pagination span {
    border: 1px solid #d7e1e7 !important;
    border-radius: 4px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
  }
  .hrd-buffer-pagination .current {
    background: #0b4f73 !important;
    color: #fff !important;
  }
  .hrd-buffer-empty {
    padding: 30px;
    background: #f7f9fa;
    border: 1px solid #e0e7ec;
    border-radius: 6px;
  }
  @media (max-width:900px) {
    .hrd-buffer-hero-inner {
      grid-template-columns: 1fr;
    }
    .hrd-buffer-hero-copy {
      padding: 38px 0 24px;
    }
    .hrd-buffer-hero-media {
      min-height: 330px;
    }
    .hrd-buffer-layout {
      grid-template-columns: 210px minmax(0,1fr);
      gap: 20px;
    }
    .hrd-buffer-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .hrd-buffer-product-image {
      height: 210px;
    }
  }
  .hrd-buffer-featured-products {
    padding: 0 0 60px;
  }
  .hrd-buffer-product-section {
    padding: 34px 0 10px;
    border-top: 1px solid #e5edf2;
  }
  .hrd-buffer-product-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
  }
  .hrd-buffer-product-heading h2 {
    font-size: 26px;
    line-height: 1.15;
    margin: 0;
    color: #12324a;
  }
  .hrd-buffer-product-heading>a {
    font-size: 13px;
    font-weight: 800;
    color: #0864a0;
    white-space: nowrap;
  }
  .hrd-buffer-featured-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 14px;
  }
  .hrd-buffer-featured-card {
    background: #fff;
    border: 1px solid #e0e7ec;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform .15s,box-shadow .15s;
  }
  .hrd-buffer-featured-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 26px rgba(15,50,75,.09);
  }
  .hrd-buffer-featured-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
  }
  .hrd-buffer-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }
  .hrd-buffer-featured-body {
    padding: 12px 14px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .hrd-buffer-featured-body h3 {
    font-size: 14px;
    line-height: 1.35;
    margin: 6px 0 14px;
    color: #173d59;
  }
  .hrd-buffer-featured-bottom {
    margin-top: auto;
  }
  .hrd-buffer-featured-bottom .hrd-buffer-price {
    font-size: 17px;
  }
  .hrd-buffer-featured-bottom .hrd-buffer-view {
    margin-top: 8px;
  }
  .hrd-buffer-featured-card a:hover {
    color: #0864a0;
  }
  @media (max-width:900px) {
    .hrd-buffer-featured-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .hrd-buffer-featured-image {
      height: 200px;
    }
  }
  @media (max-width:760px) {
    .hrd-buffer-featured-products {
      padding-bottom: 35px;
    }
    .hrd-buffer-product-section {
      padding-top: 26px;
    }
    .hrd-buffer-product-heading h2 {
      font-size: 21px;
    }
    .hrd-buffer-product-heading>a {
      font-size: 11px;
    }
    .hrd-buffer-featured-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 9px;
    }
    .hrd-buffer-featured-image {
      height: 165px;
      padding: 9px;
    }
    .hrd-buffer-featured-body {
      padding: 9px;
    }
    .hrd-buffer-featured-body h3 {
      font-size: 12px;
      min-height: 48px;
    }
    .hrd-buffer-featured-bottom .hrd-buffer-price {
      font-size: 15px;
    }
    .hrd-buffer-featured-bottom .hrd-buffer-view {
      font-size: 11px;
    }
    .hrd-buffer-hero-copy h1 {
      font-size: 36px;
    }
    .hrd-buffer-hero-copy>p:not(.eyebrow) {
      font-size: 15px;
    }
    .hrd-buffer-hero-media {
      min-height: 250px;
    }
    .hrd-buffer-hero-slide {
      padding: 20px 35px;
    }
    .hrd-buffer-hero-label {
      right: 12px;
      bottom: 13px;
      font-size: 10px;
    }
    .hrd-buffer-layout {
      display: block;
      padding-top: 26px;
    }
    .hrd-buffer-sidebar {
      margin-bottom: 24px;
    }
    .hrd-buffer-side-card {
      display: block;
    }
    .hrd-buffer-side-title {
      padding: 13px 15px;
    }
    .hrd-buffer-side-card>a {
      padding: 10px 13px;
      font-size: 12px;
    }
    .hrd-buffer-help {
      display: none;
    }
    .hrd-buffer-toolbar {
      align-items: start;
      display: block;
    }
    .hrd-buffer-toolbar h2 {
      font-size: 25px;
      margin-bottom: 13px;
    }
    .hrd-buffer-toolbar .woocommerce-ordering {
      float: none;
      margin: 0;
    }
    .hrd-buffer-toolbar .woocommerce-ordering select {
      width: 100%;
    }
    .hrd-buffer-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 9px;
    }
    .hrd-buffer-product-image {
      height: 170px;
      padding: 10px;
    }
    .hrd-buffer-product-body {
      padding: 10px;
    }
    .hrd-buffer-product h3 {
      font-size: 12px;
      min-height: 49px;
      margin-bottom: 10px;
    }
    .hrd-buffer-price {
      font-size: 15px;
    }
    .hrd-buffer-view {
      font-size: 11px;
      margin-top: 9px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
