/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-serif: "Newsreader", 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: #c58b2b;
    --color-ink: #16372f;
    --color-paper: #fbfaf7;
  }
}
@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 {
  .-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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .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;
  }
  .hidden {
    display: none;
  }
  .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;
  }
  .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);
  }
  .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-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);
      }
    }
  }
  .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 {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
  }
  body.aliva-faz2 {
    margin: 0;
    background: var(--color-paper);
    color: #20302c;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
  }
  body.aliva-faz2 * {
    box-sizing: border-box;
  }
  body.aliva-faz2 a {
    color: inherit;
    text-decoration: none;
  }
  body.aliva-faz2 h1,body.aliva-faz2 h2,body.aliva-faz2 h3 {
    font-family: var(--font-serif);
    color: var(--color-ink);
    letter-spacing: -.025em;
    line-height: 1.08;
  }
  body.aliva-faz2 h1 {
    font-size: clamp(2.35rem,4.6vw,4.45rem);
    margin: 0;
  }
  body.aliva-faz2 h2 {
    font-size: clamp(1.5rem,2.35vw,2.15rem);
    margin: 0 0 .9rem;
  }
  body.aliva-faz2 h3 {
    font-size: 1.2rem;
  }
}
@layer components {
  .a2-container {
    width: min(1180px,calc(100% - 40px));
    margin-inline: auto;
  }
  .a2-skip {
    position: fixed;
    left: 1rem;
    top: -5rem;
    background: #fff;
    padding: .8rem 1rem;
    z-index: 9999;
  }
  .a2-skip:focus {
    top: 1rem;
  }
  .a2-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(251,250,247,.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(22,55,47,.09);
  }
  .admin-bar .a2-header {
    top: 32px;
  }
  .a2-nav-wrap {
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .a2-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 250px;
  }
  .a2-brand img {
    width: 146px;
    height: auto;
  }
  .a2-brand span {
    font-size: .72rem;
    line-height: 1.25;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #66766f;
    border-left: 1px solid #cad2cd;
    padding-left: 16px;
  }
  .a2-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: .82rem;
    font-weight: 700;
    color: #28443c;
  }
  .a2-nav>a,.a2-nav-group>button {
    padding: 31px 0;
    background: none;
    border: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    white-space: nowrap;
  }
  .a2-nav-group {
    position: relative;
  }
  .a2-nav-group>button span {
    margin-left: 4px;
  }
  .a2-dropdown {
    position: absolute;
    left: -18px;
    top: 72px;
    width: 260px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dfe5df;
    border-radius: 12px;
    box-shadow: 0 22px 60px rgba(13,42,36,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: .18s ease;
  }
  .a2-dropdown-right {
    left: auto;
    right: -10px;
  }
  .a2-nav-group:hover .a2-dropdown,.a2-nav-group:focus-within .a2-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .a2-dropdown a {
    display: block;
    padding: 11px 13px;
    border-radius: 8px;
  }
  .a2-dropdown a:hover {
    background: #f4f1ea;
    color: #16372f;
  }
  .a2-nav-cta {
    background: #173a31 !important;
    color: #fff !important;
    padding: 12px 16px !important;
    border-radius: 8px;
  }
  .a2-menu-toggle {
    display: none;
    margin-left: auto;
    background: #173a31;
    color: #fff;
    border: 0;
    border-radius: 7px;
    padding: 10px 14px;
    font-weight: 700;
  }
  .a2-main {
    min-height: 60vh;
  }
  .a2-eyebrow {
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #784f13;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .a2-eyebrow:before {
    content: "";
    width: 28px;
    height: 1px;
    background: #c58b2b;
    flex: 0 0 28px;
  }
  .a2-home-intro {
    position: relative;
    padding: 110px max(20px,calc((100vw - 1180px)/2)) 100px;
    background: radial-gradient(circle at 85% 20%,rgba(197,139,43,.15),transparent 32%),linear-gradient(135deg,#f8f5ee,#fbfaf7 55%,#edf1ed);
    overflow: hidden;
  }
  .a2-home-intro:after {
    content: "";
    position: absolute;
    right: -10vw;
    bottom: -35%;
    width: 48vw;
    height: 48vw;
    border: 1px solid rgba(22,55,47,.11);
    border-radius: 50%;
  }
  .a2-home-intro>p,.a2-home-intro>h1,.a2-home-intro>.a2-actions,.a2-home-intro>.a2-tags {
    position: relative;
    z-index: 1;
    max-width: 920px;
  }
  .a2-home-intro h1 {
    max-width: 860px;
  }
  .a2-hero-kicker {
    font-family: var(--font-serif);
    font-size: clamp(1.35rem,2.2vw,2rem);
    color: #4c655c;
    margin: 24px 0;
  }
  .a2-hero-lead {
    font-size: 1.19rem;
    max-width: 830px;
  }
  .a2-hero-statement {
    font-size: 1.05rem;
    max-width: 760px;
    padding-left: 20px;
    border-left: 3px solid #c58b2b;
  }
  .a2-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .a2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 8px;
    font-weight: 800;
    font-size: .9rem;
    transition: .18s ease;
  }
  .a2-btn-primary {
    background: #173a31;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(23,58,49,.18);
  }
  .a2-btn-primary:hover {
    transform: translateY(-2px);
    background: #0f2f28;
  }
  .a2-btn-ghost {
    border: 1px solid #b9c5be;
    background: rgba(255,255,255,.55);
    color: #173a31 !important;
  }
  .a2-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .a2-tags span {
    border: 1px solid #d6ddd8;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(255,255,255,.65);
    font-size: .74rem;
    font-weight: 700;
    color: #51655d;
  }
  .a2-section {
    padding: 72px 0;
    position: relative;
  }
  .a2-soft {
    background: #f2efe8;
  }
  .a2-dark {
    position: relative;
    background: radial-gradient(circle at 82% 18%,rgba(197,139,43,.12),transparent 30%),linear-gradient(135deg,#14362e,#0f3029);
    color: #f0f4f2;
    overflow: hidden;
  }
  .a2-dark:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
  }
  .a2-dark>.a2-container {
    position: relative;
    z-index: 1;
    padding-left: 28px;
    border-left: 1px solid rgba(213,172,102,.55);
  }
  .a2-dark h2 {
    color: #fff !important;
  }
  .a2-dark .a2-eyebrow {
    color: #e4bd7b !important;
    opacity: 1;
  }
  .a2-dark p {
    color: #eef3f1 !important;
  }
  .a2-dark .a2-big-question {
    color: #fff !important;
    opacity: 1 !important;
    font-size: clamp(1.25rem,2vw,1.85rem) !important;
    line-height: 1.38;
    max-width: 840px;
  }
  .a2-split-head {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 38px;
    padding-top: 22px;
    border-top: 1px solid #d9e0db;
  }
  .a2-split-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 92px;
    height: 2px;
    background: #c58b2b;
  }
  .a2-split-head>p {
    font-size: 1rem;
    color: #53675f;
  }
  .a2-grid {
    display: grid;
    gap: 18px;
  }
  .a2-grid-2 {
    grid-template-columns: repeat(2,1fr);
  }
  .a2-grid-3 {
    grid-template-columns: repeat(3,1fr);
  }
  .a2-grid-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .a2-card {
    position: relative;
    display: block;
    padding: 28px;
    border: 1px solid #d9e1dc;
    border-radius: 12px;
    background: linear-gradient(180deg,#fff,#fcfbf8);
    min-height: 150px;
    box-shadow: 0 10px 30px rgba(22,55,47,.045);
    overflow: hidden;
  }
  .a2-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 2px;
    background: #c58b2b;
  }
  .a2-card strong {
    display: block;
    color: #16372f;
    font-family: var(--font-serif);
    font-size: 1.27rem;
  }
  .a2-card p {
    color: #64736d;
    font-size: .93rem;
    margin-bottom: 0;
  }
  .a2-link-card {
    transition: .2s ease;
  }
  .a2-link-card:hover {
    transform: translateY(-4px);
    border-color: #c7aa75;
    box-shadow: 0 18px 45px rgba(22,55,47,.09);
  }
  .a2-link-card span {
    display: inline-block;
    margin-top: 12px;
    font-size: .78rem;
    font-weight: 800;
    color: #784f13;
  }
  .a2-text-link {
    display: inline-block;
    margin-top: 26px;
    font-weight: 800;
    color: #d2a052 !important;
  }
  .a2-process {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 8px;
    margin: 34px 0;
  }
  .a2-process-4 {
    grid-template-columns: repeat(4,1fr);
  }
  .a2-process span {
    padding: 14px 10px;
    text-align: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .04em;
  }
  .a2-soft .a2-process span,.a2-prose .a2-process span {
    background: #fff;
    border-color: #dbe2dd;
    color: #27463d;
  }
  .a2-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #d7dfda;
    border-radius: 14px;
    overflow: hidden;
    margin: 34px 0;
  }
  .a2-dual>div {
    padding: 34px;
    background: #fff;
  }
  .a2-dual>div+div {
    border-left: 1px solid #d7dfda;
  }
  .a2-dual small {
    display: block;
    color: #9b6b24;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 8px;
  }
  .a2-dual strong {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: #16372f;
  }
  .a2-quote {
    margin: 36px 0;
    padding: 24px 28px;
    border-left: 4px solid #c58b2b;
    background: #f4f0e7;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    color: #173a31;
  }
  .a2-dark .a2-quote {
    background: rgba(255,255,255,.06);
    color: #fff;
  }
  .a2-big-question {
    font-family: var(--font-serif);
    font-size: clamp(1.35rem,2.35vw,2.15rem);
    line-height: 1.35;
    max-width: 900px;
    letter-spacing: -.015em;
  }
  .a2-final-cta {
    padding: 100px 0;
    background: linear-gradient(120deg,#e9e0cf,#f7f4ed);
  }
  .a2-vhero {
    padding: 76px 0 70px;
    background: radial-gradient(circle at 86% 26%,rgba(197,139,43,.14),transparent 27%),linear-gradient(135deg,#fbfaf7,#f5f1e9 62%,#edf1ed);
    border-bottom: 1px solid #e2e6e2;
  }
  .a2-vhero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.18fr) minmax(330px,.72fr);
    gap: 70px;
    align-items: center;
  }
  .a2-vhero-copy h1 {
    font-size: clamp(3rem,5.1vw,5rem);
    max-width: 760px;
  }
  .a2-vhero-lead {
    max-width: 720px;
    font-size: 1.08rem;
    color: #52665e;
  }
  .a2-opportunity-card {
    position: relative;
    background: rgba(255,255,255,.88);
    border: 1px solid #d7dfda;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 28px 70px rgba(20,55,46,.10);
    overflow: hidden;
  }
  .a2-opportunity-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#c58b2b 0 28%,#173a31 28% 100%);
  }
  .a2-op-top,.a2-file-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    font-size: .65rem;
    letter-spacing: .13em;
    font-weight: 800;
    color: #7a531a;
  }
  .a2-op-top b,.a2-file-head b {
    padding: 6px 8px;
    border-radius: 999px;
    background: #e7f0eb;
    color: #24533f;
    font-size: .6rem;
  }
  .a2-opportunity-card h3 {
    font-size: 1.8rem;
    margin: 24px 0 4px;
  }
  .a2-op-event {
    margin: 0 0 20px;
    color: #64746d;
  }
  .a2-op-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #e1e6e2;
    border-left: 1px solid #e1e6e2;
  }
  .a2-op-grid>div {
    padding: 14px;
    border-right: 1px solid #e1e6e2;
    border-bottom: 1px solid #e1e6e2;
  }
  .a2-op-grid small,.a2-op-next small,.a2-eval-metrics small {
    display: block;
    font-size: .58rem;
    letter-spacing: .12em;
    color: #7b8a84;
    font-weight: 800;
    margin-bottom: 4px;
  }
  .a2-op-grid strong {
    font-size: .86rem;
    color: #173a31;
  }
  .a2-op-next {
    margin-top: 18px;
    padding: 14px 16px;
    background: #173a31;
    color: #fff;
    border-radius: 9px;
  }
  .a2-op-next span {
    font-size: .84rem;
    font-weight: 700;
  }
  .a2-visual-section {
    padding: 74px 0;
  }
  .a2-section-head {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
  }
  .a2-section-head>span {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    color: #c58b2b;
    line-height: 1;
    border-right: 1px solid #d4dbd6;
    padding-right: 18px;
  }
  .a2-section-head h2 {
    max-width: 820px;
  }
  .a2-section-head.dark>span {
    border-color: rgba(255,255,255,.2);
  }
  .a2-section-head.dark h2 {
    color: #fff;
  }
  .a2-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .a2-pillar {
    position: relative;
    padding: 30px 28px 28px;
    background: #fff;
    border: 1px solid #dce2dd;
    border-radius: 14px;
    min-height: 270px;
    transition: .2s ease;
  }
  .a2-pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(22,55,47,.08);
    border-color: #ccb17f;
  }
  .a2-pillar em {
    font-style: normal;
    font-size: .65rem;
    letter-spacing: .14em;
    color: #a06c1e;
  }
  .a2-pillar>strong {
    display: block;
    margin: 30px 0 7px;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #60716a;
  }
  .a2-pillar h3 {
    font-size: 1.55rem;
    margin: 0 0 14px;
  }
  .a2-pillar p {
    font-size: .88rem;
    color: #697a73;
  }
  .a2-pillar span {
    position: absolute;
    left: 28px;
    bottom: 26px;
    color: #875b17;
    font-size: .78rem;
    font-weight: 800;
  }
  .a2-visual-flow {
    display: grid;
    grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
    align-items: center;
    gap: 5px;
  }
  .a2-visual-flow>div {
    min-height: 128px;
    padding: 18px 14px;
    border: 1px solid #d9e0db;
    background: #fff;
    border-radius: 12px;
  }
  .a2-visual-flow b {
    display: block;
    color: #c58b2b;
    font-size: .66rem;
  }
  .a2-visual-flow strong {
    display: block;
    margin: 14px 0 5px;
    color: #173a31;
  }
  .a2-visual-flow small {
    color: #6e7c76;
    font-size: .68rem;
  }
  .a2-visual-flow i,.a2-signal-flow i {
    font-style: normal;
    color: #c58b2b;
    text-align: center;
  }
  .a2-flow-note {
    margin: 24px 0 0;
    color: #5b6f67;
  }
  .a2-flow-note.light {
    color: #dce6e2 !important;
  }
  .a2-eval-wrap {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    border: 1px solid #d9e1dc;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22,55,47,.055);
  }
  .a2-eval-company {
    padding: 32px;
    background: linear-gradient(150deg,#173a31,#0e2d26);
    color: #fff;
  }
  .a2-eval-company>span {
    font-size: .62rem;
    letter-spacing: .14em;
    color: #d7ad64;
  }
  .a2-eval-company h3 {
    color: #fff;
    font-size: 1.8rem;
    margin: 18px 0 4px;
  }
  .a2-eval-company p {
    color: #c9d7d1;
  }
  .a2-score {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 28px 0;
  }
  .a2-score strong {
    font-family: var(--font-serif);
    font-size: 3.8rem;
    line-height: .8;
    color: #fff;
  }
  .a2-score small {
    font-size: .6rem;
    letter-spacing: .08em;
    color: #b9cac3;
  }
  .a2-eval-company>b {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    font-size: .7rem;
  }
  .a2-eval-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .a2-eval-metrics>div {
    padding: 24px;
    border-left: 1px solid #e2e6e3;
    border-bottom: 1px solid #e2e6e3;
  }
  .a2-eval-metrics strong {
    color: #173a31;
  }
  .a2-eval-metrics .wide {
    grid-column: span 2;
  }
  .a2-eval-metrics .accent {
    background: #f5f0e7;
  }
  .a2-eval-metrics .accent strong {
    color: #7e5518;
  }
  .a2-signal-flow {
    display: grid;
    grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr;
    gap: 8px;
    align-items: stretch;
  }
  .a2-signal-flow>div {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: rgba(255,255,255,.055);
  }
  .a2-signal-flow small {
    display: block;
    color: #d9b675;
    font-weight: 800;
  }
  .a2-signal-flow strong {
    display: block;
    margin: 16px 0 8px;
    color: #fff;
  }
  .a2-signal-flow p {
    font-size: .82rem !important;
    line-height: 1.55;
  }
  .a2-signal-flow .hot {
    background: #f5efe3;
    border-color: #d7b26b;
  }
  .a2-signal-flow .hot strong,.a2-signal-flow .hot p {
    color: #173a31 !important;
  }
  .a2-direction-grid {
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    gap: 18px;
    align-items: stretch;
  }
  .a2-direction-grid>div {
    padding: 30px;
    border: 1px solid #d9e0db;
    border-radius: 14px;
    background: #fff;
  }
  .a2-direction-grid>div>span {
    font-size: .66rem;
    letter-spacing: .14em;
    color: #9a681e;
    font-weight: 800;
  }
  .a2-direction-grid h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  .a2-direction-grid p {
    color: #687a72;
  }
  .a2-direction-grid>div>strong {
    color: #173a31;
  }
  .a2-direction-core {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #173a31 !important;
    color: #fff;
    text-align: center;
  }
  .a2-direction-core b {
    font-family: var(--font-serif);
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .a2-direction-core small {
    font-size: .58rem;
    letter-spacing: .11em;
    margin: 4px 0;
    color: #d8e4df;
  }
  .a2-case-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .a2-file-card {
    padding: 28px;
    border: 1px solid #d9e0db;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(22,55,47,.045);
  }
  .a2-file-card h3 {
    font-size: 1.65rem;
    margin: 22px 0;
  }
  .a2-file-card dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin: 0;
    border-top: 1px solid #e1e6e2;
  }
  .a2-file-card dt,.a2-file-card dd {
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid #e1e6e2;
    font-size: .82rem;
  }
  .a2-file-card dt {
    font-weight: 800;
    color: #63746d;
  }
  .a2-file-card dd {
    color: #233c34;
  }
  .a2-model-mini-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid #d9e0db;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .a2-model-mini-grid>div {
    padding: 24px;
    min-height: 160px;
  }
  .a2-model-mini-grid>div+div {
    border-left: 1px solid #d9e0db;
  }
  .a2-model-mini-grid b {
    display: block;
    color: #c58b2b;
    font-size: .65rem;
  }
  .a2-model-mini-grid strong {
    display: block;
    color: #173a31;
    margin: 26px 0 8px;
  }
  .a2-model-mini-grid small {
    color: #6c7d76;
  }
  .a2-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
  }
  .a2-timeline>div {
    padding: 18px;
    border: 1px solid #d9e0db;
    border-radius: 12px;
    background: #fff;
  }
  .a2-timeline b {
    display: block;
    color: #9b681d;
    font-size: .64rem;
    letter-spacing: .1em;
  }
  .a2-timeline span {
    display: block;
    margin-top: 10px;
    color: #173a31;
    font-weight: 700;
    font-size: .82rem;
  }
  .a2-timeline i {
    height: 1px;
    background: #c8d1cb;
  }
  .a2-timeline .current {
    background: #173a31;
  }
  .a2-timeline .current b {
    color: #d6ac64;
  }
  .a2-timeline .current span {
    color: #fff;
  }
  .a2-tech-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
  }
  .a2-tech-grid>div {
    padding: 26px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 12px;
    background: rgba(255,255,255,.05);
  }
  .a2-tech-grid b {
    display: block;
    color: #e0b970;
    letter-spacing: .12em;
    font-size: .72rem;
  }
  .a2-tech-grid span {
    display: block;
    margin-top: 12px;
    color: #fff;
  }
  .a2-intent-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 24px 0 28px;
  }
  .a2-intent-row span {
    padding: 9px 12px;
    border: 1px solid #d0d8d3;
    border-radius: 999px;
    background: rgba(255,255,255,.55);
    font-size: .75rem;
    color: #52675f;
  }
  .a2-visual-final {
    padding: 74px 0;
  }
  .a2-page-hero {
    position: relative;
    padding: 64px 0 58px;
    background: linear-gradient(135deg,#f6f2e9,#fbfaf7 60%,#edf1ed);
    border-bottom: 0;
  }
  .a2-page-hero:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(1180px,calc(100% - 40px));
    height: 1px;
    background: linear-gradient(90deg,#c58b2b 0 96px,#d9e0db 96px 100%);
  }
  .a2-page-hero-inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 56px;
    align-items: end;
  }
  .a2-page-hero h1 {
    font-size: clamp(2.15rem,3.8vw,3.55rem);
    max-width: 860px;
  }
  .a2-page-lead {
    font-size: 1rem;
    max-width: 760px;
    color: #40564e;
    margin-top: 18px;
    line-height: 1.72;
  }
  .a2-hero-mark {
    width: 220px;
    height: 220px;
    border: 1px solid #bdc8c2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #183a32;
  }
  .a2-hero-mark span {
    font-family: var(--font-serif);
    font-size: 2.05rem;
  }
  .a2-hero-mark small {
    font-size: .53rem;
    letter-spacing: .11em;
    text-align: center;
    max-width: 138px;
    color: #566a62;
  }
  .a2-page-content {
    padding: 62px 0 74px;
  }
  .a2-prose {
    max-width: 900px;
  }
  .a2-prose>h2 {
    font-size: clamp(1.55rem,2vw,1.95rem) !important;
    margin-top: 46px;
    padding-top: 18px;
    border-top: 1px solid #d9e0db;
  }
  .a2-prose>h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .a2-prose>p {
    font-size: .98rem;
    color: #40534c;
    line-height: 1.8;
  }
  .a2-prose ul {
    padding-left: 22px;
  }
  .a2-prose li {
    margin: 10px 0;
  }
  .a2-formula {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 32px 0;
    padding: 22px;
    border: 1px solid #dfe5df;
    border-radius: 12px;
    background: #fff;
  }
  .a2-formula span,.a2-formula strong {
    padding: 10px 13px;
    border-radius: 8px;
    background: #eef1ed;
  }
  .a2-formula strong {
    background: #173a31;
    color: #fff;
  }
  .a2-proof-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin: 28px 0;
  }
  .a2-proof-grid span {
    padding: 16px;
    border: 1px solid #dce2dd;
    border-radius: 9px;
    background: #fff;
    font-size: .8rem;
    color: #61716a;
  }
  .a2-proof-grid b {
    display: block;
    color: #173a31;
    font-size: .71rem;
    letter-spacing: .06em;
    margin-bottom: 5px;
  }
  .a2-case,.a2-model {
    padding: 30px;
    margin: 22px 0;
    border: 1px solid #dce2dd;
    border-radius: 14px;
    background: #fff;
  }
  .a2-case>span,.a2-model>span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    color: #784f13;
  }
  .a2-mini-flow {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #eef1ed;
    color: #173a31;
    font-weight: 700;
  }
  .a2-page-cta {
    padding: 58px 0;
    background: #173a31;
    color: #fff;
  }
  .a2-page-cta h2 {
    color: #fff;
  }
  .a2-page-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .a2-page-cta .a2-eyebrow {
    color: #d5ac66;
  }
  .a2-form-shell {
    margin-top: 48px;
    padding: 30px;
    border: 1px solid #dce2dd;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(18,54,46,.06);
  }
  .a2-contact-form label,.a2-contact-form legend {
    font-weight: 700;
    color: #28473f;
    font-size: .88rem;
  }
  .a2-contact-form label>span,.a2-contact-form legend>span {
    color: #a04d37;
  }
  .a2-form-group {
    border: 0;
    padding: 0;
    margin: 0 0 28px;
  }
  .a2-choice-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 12px;
  }
  .a2-choice {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px;
    border: 1px solid #dce2dd;
    border-radius: 8px;
    background: #fbfaf7;
  }
  .a2-choice input {
    accent-color: #173a31;
  }
  .a2-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .a2-contact-form input[type=text],.a2-contact-form input[type=url],.a2-contact-form input[type=email],.a2-contact-form input[type=tel],.a2-contact-form textarea,.a2-contact-form select {
    display: block;
    width: 100%;
    margin-top: 7px;
    border: 1px solid #cfd8d2;
    border-radius: 8px;
    padding: 12px 13px;
    background: #fff;
    font: inherit;
  }
  .a2-full {
    display: block;
    margin-top: 20px;
  }
  .a2-form-more {
    margin-top: 22px;
    padding: 16px 18px;
    background: #f5f2eb;
    border-radius: 9px;
  }
  .a2-form-more summary {
    font-weight: 800;
    cursor: pointer;
    color: #173a31;
    margin-bottom: 12px;
  }
  .a2-consent {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    margin: 22px 0;
  }
  .a2-consent a {
    text-decoration: underline;
    color: #173a31;
  }
  .a2-hp {
    position: absolute !important;
    left: -9999px !important;
  }
  .a2-form-alert {
    display: flex;
    flex-direction: column;
    padding: 15px 17px;
    border-radius: 9px;
    margin-bottom: 20px;
  }
  .a2-form-alert.success {
    background: #e8f2ec;
    color: #1f5a43;
  }
  .a2-form-alert.error {
    background: #f7e9e5;
    color: #8b3f32;
  }
  .a2-footer-cta {
    padding: 64px 0;
    background: #e8dfcf;
  }
  .a2-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
  .a2-footer-cta h2 {
    font-size: clamp(1.7rem,3vw,2.6rem);
    max-width: 800px;
  }
  .a2-footer {
    padding: 72px 0 26px;
    background: #0d2a24;
    color: #c9d5d0;
  }
  .a2-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr;
    gap: 45px;
  }
  .a2-footer img {
    width: 160px;
    filter: brightness(0) invert(1);
    opacity: .95;
  }
  .a2-footer-grid>div>strong {
    display: block;
    color: #fff;
    font-size: .72rem;
    letter-spacing: .12em;
    margin-bottom: 18px;
  }
  .a2-footer-grid>div>a {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 2px 0;
    font-size: .83rem;
  }
  .a2-footer-brand p {
    max-width: 360px;
  }
  .a2-footer-brand>strong {
    font-family: var(--font-serif);
    font-size: 1.2rem !important;
    letter-spacing: 0 !important;
  }
  .a2-footer-contact {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    font-size: .85rem;
  }
  .a2-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 52px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    font-size: .72rem;
  }
  .a2-footer-bottom div {
    display: flex;
    gap: 14px;
  }
  .a2-footer-bottom a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .a2-legacy-content .container,.a2-legacy-content .av8-wrap {
    width: min(1180px,calc(100% - 40px));
    margin-inline: auto;
  }
  .a2-legacy-content .section-pad,.a2-legacy-content .sec {
    padding: 82px 0;
  }
  .a2-legacy-content .soft-bg,.a2-legacy-content .soft {
    background: #f2efe8;
  }
  .a2-legacy-content .cream {
    background: #f5f0e7;
  }
  .a2-legacy-content .page-hero,.a2-legacy-content .article-hero,.a2-legacy-content .legal-hero {
    padding: 82px 0 70px;
    background: linear-gradient(135deg,#f6f2e9,#fbfaf7 60%,#edf1ed);
    border-bottom: 1px solid #e0e5e1;
  }
  .a2-legacy-content .eyebrow {
    display: block;
    margin: 0 0 16px;
    color: #784f13;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .a2-legacy-content .page-lead {
    max-width: 850px;
    color: #536860;
    font-size: 1.1rem;
  }
  .a2-legacy-content .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: .78rem;
    color: #596b63;
  }
  .a2-legacy-content .breadcrumbs a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .a2-legacy-content h1 {
    font-size: clamp(2.1rem,3.7vw,3.45rem);
  }
  .a2-legacy-content h2 {
    font-size: clamp(1.4rem,2vw,1.85rem);
    margin: 38px 0 13px;
  }
  .a2-legacy-content p {
    color: #4f625b;
  }
  .a2-legacy-content .article-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 54px;
    align-items: start;
  }
  .a2-legacy-content .article-content {
    min-width: 0;
  }
  .a2-legacy-content .article-content>p {
    font-size: 1.01rem;
  }
  .a2-legacy-content .article-content a {
    text-decoration: underline;
    text-decoration-color: #c7aa75;
    text-underline-offset: 3px;
  }
  .a2-legacy-content .article-aside {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 16px;
  }
  .a2-legacy-content .aside-box {
    padding: 22px;
    border: 1px solid #dce2dd;
    border-radius: 12px;
    background: #fff;
  }
  .a2-legacy-content .aside-box>strong {
    display: block;
    color: #173a31;
    margin-bottom: 10px;
  }
  .a2-legacy-content .aside-box>span {
    display: block;
    padding: 7px 0;
    color: #66766f;
    font-size: .84rem;
  }
  .a2-legacy-content .aside-box.accent {
    background: #173a31;
    color: #dbe7e2;
  }
  .a2-legacy-content .aside-box.accent strong,.a2-legacy-content .aside-box.accent a {
    color: #fff;
  }
  .a2-legacy-content .aside-box.accent p {
    color: #c5d4ce;
  }
  .a2-legacy-content .article-callout {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 4px solid #c58b2b;
    background: #f4f0e7;
    color: #314a42;
  }
  .a2-legacy-content .article-table-wrap {
    overflow: auto;
    margin: 25px 0;
  }
  .a2-legacy-content .article-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
  }
  .a2-legacy-content .article-table th,.a2-legacy-content .article-table td {
    padding: 13px 15px;
    border: 1px solid #dce2dd;
    text-align: left;
    vertical-align: top;
  }
  .a2-legacy-content .article-table th {
    background: #edf1ed;
    color: #173a31;
  }
  .a2-legacy-content .faq {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }
  .a2-legacy-content .faq details {
    border: 1px solid #dce2dd;
    border-radius: 9px;
    background: #fff;
    padding: 14px 16px;
  }
  .a2-legacy-content .faq summary {
    cursor: pointer;
    font-weight: 800;
    color: #173a31;
  }
  .a2-legacy-content .article-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .a2-legacy-content .article-card {
    display: block;
    padding: 26px;
    border: 1px solid #dce2dd;
    border-radius: 14px;
    background: #fff;
    transition: .2s ease;
  }
  .a2-legacy-content .article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(22,55,47,.08);
  }
  .a2-legacy-content .article-card>span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    color: #784f13;
  }
  .a2-legacy-content .article-card h2 {
    margin: 12px 0;
    font-size: 1.55rem;
  }
  .a2-legacy-content .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
  }
  .a2-legacy-content .cta-panel {
    padding: 28px;
    border-radius: 14px;
    background: #173a31;
    color: #fff;
  }
  .a2-legacy-content .cta-panel p {
    color: #c8d6d1;
  }
  .a2-legacy-content .btn {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
  }
  .a2-legacy-content .btn.primary {
    background: #fff;
    color: #173a31;
  }
  .a2-legacy-content .legal-layout {
    display: grid;
    grid-template-columns: 240px minmax(0,1fr);
    gap: 50px;
    align-items: start;
  }
  .a2-legacy-content .toc {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #dce2dd;
    border-radius: 12px;
    background: #fff;
  }
  .a2-legacy-content .toc strong {
    margin-bottom: 10px;
    color: #173a31;
  }
  .a2-legacy-content .toc a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 7px 0;
    font-size: .82rem;
    color: #53675f;
  }
  .a2-legacy-content .legal-doc section {
    padding: 0 0 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e0e5e1;
  }
  .a2-legacy-content .legal-doc h2 {
    margin-top: 0;
    font-size: 1.62rem !important;
    line-height: 1.22;
  }
  .a2-legacy-content .warning,.a2-legacy-content .note {
    margin: 0 0 28px;
    padding: 18px 20px;
    border-radius: 10px;
    background: #f5ead9;
    color: #5d492d;
  }
  .a2-legacy-content .warning strong,.a2-legacy-content .note strong {
    display: block;
    color: #6c4b1d;
    margin-bottom: 5px;
  }
  .a2-legacy-content .legal-doc .card {
    padding: 22px;
    border: 1px solid #dce2dd;
    border-radius: 12px;
    background: #fff;
  }
  .a2-legacy-content .pill {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e7ece8;
    color: #536860;
    font-size: .76rem;
    font-weight: 700;
  }
  .cookieadmin_consent_btns button {
    min-height: 44px;
    padding: 10px 16px;
  }
  .cookieadmin-poweredby a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}
.a2-simple-hero {
  position: relative;
  padding: 108px 0 100px;
  background: linear-gradient(135deg,#f8f5ee,#fbfaf7 58%,#f1f4f0);
  overflow: hidden;
}
.a2-simple-hero .a2-container {
  position: relative;
  z-index: 2;
  max-width: 980px;
}
.a2-simple-hero h1 {
  max-width: 780px;
}
.a2-simple-sub {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem,2.3vw,2rem);
  color: #53675f;
  margin: 22px 0 18px;
  max-width: 860px;
}
.a2-simple-lead {
  font-size: 1.08rem;
  line-height: 1.78;
  max-width: 860px;
  color: #42574f;
}
.a2-simple-lead strong {
  color: #173a31;
}
.a2-simple-edge {
  position: absolute;
  pointer-events: none;
  opacity: .42;
}
.a2-simple-edge-left {
  left: -95px;
  bottom: -65px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(23,58,49,.14);
  border-radius: 50%;
}
.a2-simple-edge-left:before,.a2-simple-edge-left:after,.a2-simple-edge-right:before,.a2-simple-edge-right:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(197,139,43,.22);
  border-radius: 50%;
}
.a2-simple-edge-left:before {
  width: 210px;
  height: 210px;
  right: -22px;
  top: 48px;
}
.a2-simple-edge-left:after {
  width: 8px;
  height: 8px;
  background: #c58b2b;
  border: 0;
  right: 24px;
  top: 92px;
}
.a2-simple-edge-right {
  right: -110px;
  top: 42px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(23,58,49,.12);
  border-radius: 50%;
}
.a2-simple-edge-right:before {
  width: 255px;
  height: 255px;
  left: 52px;
  top: 64px;
}
.a2-simple-edge-right:after {
  width: 10px;
  height: 10px;
  background: #c58b2b;
  border: 0;
  left: 52px;
  top: 155px;
}
.a2-simple-edge-right {
  background: linear-gradient(135deg,transparent 49.6%,rgba(23,58,49,.09) 50%,transparent 50.4%),linear-gradient(45deg,transparent 49.6%,rgba(197,139,43,.08) 50%,transparent 50.4%);
}
.a2-simple-services h2,.a2-simple-process h2,.a2-simple-examples h2,.a2-simple-models h2 {
  max-width: 780px;
}
.a2-simple-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 36px;
}
.a2-simple-card {
  position: relative;
  display: block;
  padding: 32px 28px 28px;
  border: 1px solid #dce3de;
  border-radius: 14px;
  background: #fff;
  min-height: 260px;
  overflow: hidden;
  transition: .2s ease;
}
.a2-simple-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(22,55,47,.07);
  border-color: #cdb789;
}
.a2-simple-card strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: #173a31;
  margin: 18px 0 10px;
}
.a2-simple-card p {
  color: #596b64;
  font-size: .95rem;
  line-height: 1.7;
}
.a2-simple-card span {
  position: absolute;
  left: 28px;
  bottom: 24px;
  font-size: .8rem;
  font-weight: 800;
  color: #805718;
}
.a2-line-icon {
  position: relative;
  width: 58px;
  height: 48px;
}
.a2-line-icon:before,.a2-line-icon:after {
  content: "";
  position: absolute;
}
.a2-line-sales:before {
  left: 2px;
  bottom: 3px;
  width: 46px;
  height: 30px;
  border-left: 1px solid #c58b2b;
  border-bottom: 1px solid #c58b2b;
  transform: skewY(-18deg);
}
.a2-line-sales:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #173a31;
  right: 3px;
  top: 3px;
  box-shadow: -20px 17px 0 #c58b2b,-39px 29px 0 #173a31;
}
.a2-line-supply:before {
  left: 7px;
  top: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #c58b2b;
  transform: rotate(30deg);
}
.a2-line-supply:after {
  left: 23px;
  top: 0;
  width: 1px;
  height: 46px;
  background: #173a31;
  transform: rotate(-29deg);
}
.a2-line-signal:before {
  left: 4px;
  bottom: 6px;
  width: 47px;
  height: 28px;
  border-top: 1px solid #173a31;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.a2-line-signal:after {
  right: 3px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 1px solid #c58b2b;
  border-radius: 50%;
  box-shadow: -19px 12px 0 -2px #173a31,-36px 22px 0 -2px #c58b2b;
}
.a2-simple-process {
  position: relative;
  overflow: hidden;
}
.a2-simple-side-art {
  position: absolute;
  right: -55px;
  top: 35px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(22,55,47,.1);
  border-radius: 50%;
}
.a2-simple-side-art:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(197,139,43,.2);
  border-radius: 50%;
  left: 25px;
  top: 70px;
}
.a2-simple-process .a2-visual-flow {
  position: relative;
  z-index: 2;
  margin-top: 34px;
}
.a2-simple-examples .a2-file-card {
  box-shadow: none;
  border-top: 2px solid #c58b2b;
}
.a2-simple-models .a2-model-mini-grid {
  margin-top: 34px;
}
.a2-simple-final {
  position: relative;
  overflow: hidden;
}
.a2-simple-final .a2-container {
  position: relative;
  z-index: 2;
}
.a2-simple-final p {
  max-width: 760px;
  color: #51655d;
  font-size: 1.03rem;
}
.a2-simple-final .a2-simple-edge-right {
  opacity: .28;
  top: -130px;
}
.a2-atlas-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: linear-gradient(115deg,#fbfaf6 0%,#f8f5ee 58%,#eef3ef 100%);
}
.a2-atlas-hero:before,.a2-atlas-hero:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(33,74,63,.13);
  border-radius: 50%;
  pointer-events: none;
}
.a2-atlas-hero:before {
  width: 480px;
  height: 480px;
  right: -180px;
  top: -120px;
}
.a2-atlas-hero:after {
  width: 260px;
  height: 260px;
  left: -130px;
  bottom: -120px;
  border-color: rgba(197,139,43,.18);
}
.a2-atlas-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(380px,.75fr);
  gap: 78px;
  align-items: center;
}
.a2-atlas-copy {
  max-width: 760px;
}
.a2-atlas-copy h1 {
  font-size: clamp(3rem,5.2vw,5rem);
  line-height: .98;
  margin: 14px 0 26px;
}
.a2-atlas-mainline {
  font-family: var(--font-serif);
  font-size: clamp(1.38rem,2.05vw,2rem);
  line-height: 1.38;
  color: #28473f;
  max-width: 760px;
  margin: 0 0 18px;
}
.a2-atlas-lead {
  font-size: 1.04rem;
  line-height: 1.78;
  color: #52665e;
  max-width: 700px;
}
.a2-atlas-visual {
  position: relative;
  min-height: 430px;
  color: #5e7d72;
}
.a2-atlas-visual svg {
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.a2-atlas-note {
  position: absolute;
  padding: 7px 11px;
  border: 1px solid rgba(32,67,57,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(4px);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: #34564b;
}
.a2-atlas-note.note-a {
  left: 7%;
  top: 24%;
}
.a2-atlas-note.note-b {
  right: 10%;
  top: 34%;
}
.a2-atlas-note.note-c {
  right: 18%;
  bottom: 16%;
}
.a2-atlas-scene {
  position: relative;
  padding: 92px 0;
}
.a2-atlas-title {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(260px,.7fr);
  column-gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}
.a2-atlas-title.compact {
  display: block;
  max-width: 760px;
}
.a2-atlas-title h2 {
  margin: 0;
  font-size: clamp(2rem,3.15vw,3.05rem);
  line-height: 1.08;
}
.a2-atlas-title>p:last-child {
  margin: 0;
  color: #62736c;
  line-height: 1.7;
}
.a2-direction-stage {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  align-items: stretch;
  border-top: 1px solid #d8dfda;
  border-bottom: 1px solid #d8dfda;
}
.a2-direction-panel {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 46px 44px 42px;
}
.a2-direction-panel:first-child {
  border-right: 1px solid #d8dfda;
}
.a2-direction-panel:last-child {
  border-left: 1px solid #d8dfda;
}
.a2-direction-kicker {
  display: block;
  margin-bottom: 18px;
  color: #9a6a22;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.a2-direction-panel h3 {
  font-size: clamp(1.7rem,2.4vw,2.35rem);
  max-width: 420px;
  margin-bottom: 28px;
}
.a2-direction-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  gap: 10px;
}
.a2-direction-panel li {
  position: relative;
  padding-left: 18px;
  color: #52665e;
}
.a2-direction-panel li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 1px;
  background: #c58b2b;
}
.a2-direction-panel>a {
  font-weight: 800;
  color: #173a31;
}
.a2-side-lineart {
  position: absolute;
  width: 240px;
  height: 170px;
  right: -36px;
  bottom: -18px;
  color: rgba(31,73,62,.18);
}
.a2-direction-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: center;
  color: #173a31;
}
.a2-direction-bridge span {
  font-family: var(--font-serif);
  font-size: 1.55rem;
}
.a2-direction-bridge i {
  width: 1px;
  height: 68px;
  background: linear-gradient(#c58b2b,#d9e0db);
}
.a2-direction-bridge small {
  max-width: 112px;
  color: #6b7d75;
  line-height: 1.6;
  font-size: .66rem;
  letter-spacing: .05em;
}
.a2-atlas-process:after {
  content: "";
  position: absolute;
  right: 3%;
  top: 28%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(34,73,63,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(34,73,63,.025),0 0 0 84px rgba(34,73,63,.02);
}
.a2-pathway {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 0;
  margin-top: 54px;
}
.a2-pathway:before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg,#c58b2b,#b8c6c0);
}
.a2-pathway>div {
  position: relative;
  padding: 48px 20px 0 0;
  min-height: 150px;
}
.a2-pathway b {
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fbfaf7;
  border: 1px solid #caa45d;
  display: grid;
  place-items: center;
  font-size: .62rem;
  color: #815a19;
}
.a2-pathway strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 7px;
}
.a2-pathway span {
  display: block;
  color: #6b7b74;
  font-size: .78rem;
  line-height: 1.55;
}
.a2-dossier-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 16px 110px 24px 0;
}
.a2-dossier-paper {
  position: relative;
  padding: 34px 34px 30px;
  background: #fff;
  border: 1px solid #dbe2dd;
  box-shadow: 0 18px 55px rgba(23,58,49,.07);
}
.a2-dossier-paper.paper-one {
  transform: rotate(-.5deg);
}
.a2-dossier-paper.paper-two {
  transform: translateY(24px) rotate(.5deg);
}
.a2-dossier-paper>span {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: #9b6c25;
}
.a2-dossier-paper h3 {
  font-size: 1.5rem;
  margin: 10px 0 24px;
}
.a2-dossier-paper dl {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 9px 16px;
  margin: 0;
}
.a2-dossier-paper dt {
  font-weight: 800;
  color: #29483f;
  font-size: .78rem;
}
.a2-dossier-paper dd {
  margin: 0;
  color: #607169;
  font-size: .84rem;
  line-height: 1.55;
}
.a2-dossier-lines {
  position: absolute;
  right: -20px;
  top: 0;
  width: 210px;
  color: rgba(197,139,43,.26);
}
.a2-atlas-signal {
  background: #15392f;
  color: #fff;
  overflow: hidden;
}
.a2-atlas-signal:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -130px;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255,255,255,.025);
}
.a2-atlas-signal .a2-eyebrow {
  color: #d5ad69;
}
.a2-atlas-signal h2 {
  color: #fff;
}
.a2-atlas-signal .a2-atlas-title p {
  color: #c1d0cb;
}
.a2-atlas-signal .a2-text-link {
  color: #fff;
}
.a2-atlas-signal-grid {
  display: grid;
  grid-template-columns: .8fr 1.5fr;
  gap: 68px;
  align-items: center;
}
.a2-atlas-signal-grid .a2-atlas-title {
  display: block;
  margin: 0;
}
.a2-signal-ribbon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.a2-signal-ribbon>div {
  flex: 1;
  min-width: 0;
  padding: 22px 18px;
  border-top: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.a2-signal-ribbon b {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}
.a2-signal-ribbon span {
  display: block;
  color: #c7d5d0;
  font-size: .78rem;
  line-height: 1.5;
}
.a2-signal-ribbon i {
  font-style: normal;
  color: #c9a25f;
}
.a2-signal-ribbon .active {
  border-color: #d1a75d;
  background: rgba(255,255,255,.05);
}
.a2-model-lines {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #d6ddd8;
  border-bottom: 1px solid #d6ddd8;
}
.a2-model-lines>div {
  padding: 30px 28px;
  border-right: 1px solid #d6ddd8;
  min-height: 160px;
}
.a2-model-lines>div:last-child {
  border-right: 0;
}
.a2-model-lines b {
  display: block;
  color: #b47b24;
  font-size: .68rem;
  letter-spacing: .12em;
  margin-bottom: 22px;
}
.a2-model-lines strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 9px;
}
.a2-model-lines span {
  display: block;
  color: #6c7d75;
  font-size: .8rem;
  line-height: 1.55;
}
.a2-atlas-models .a2-text-link {
  display: inline-block;
  margin-top: 24px;
}
.a2-atlas-final {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background: #e9e1d2;
}
.a2-atlas-final-art {
  position: absolute;
  right: -80px;
  top: -100px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(28,69,58,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(28,69,58,.04),0 0 0 96px rgba(28,69,58,.025);
}
.a2-atlas-final-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.a2-atlas-final h2 {
  font-size: clamp(2rem,3vw,3rem);
  margin-bottom: 12px;
}
.a2-atlas-final p {
  max-width: 760px;
  color: #4d625a;
}
@media (max-width:1100px) {
  .a2-atlas-hero-grid {
    grid-template-columns: 1fr .72fr;
    gap: 36px;
  }
  .a2-atlas-visual {
    min-height: 360px;
  }
  .a2-direction-stage {
    grid-template-columns: 1fr 110px 1fr;
  }
  .a2-direction-panel {
    padding: 38px 28px;
  }
  .a2-dossier-stage {
    padding-right: 50px;
  }
  .a2-atlas-signal-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .a2-model-lines {
    grid-template-columns: repeat(2,1fr);
  }
  .a2-model-lines>div:nth-child(2) {
    border-right: 0;
  }
  .a2-model-lines>div:nth-child(-n+2) {
    border-bottom: 1px solid #d6ddd8;
  }
  .a2-menu-toggle {
    display: block;
  }
  .a2-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid #dce2dd;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(12,40,33,.15);
  }
  .a2-nav.is-open {
    display: flex;
  }
  .a2-nav>a,.a2-nav-group>button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 12px;
    text-align: left;
  }
  .a2-dropdown,.a2-dropdown-right {
    position: static;
    width: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    margin: 0 8px 8px;
    background: #f7f5f0;
  }
  .a2-nav-group:focus-within .a2-dropdown,.a2-nav-group:hover .a2-dropdown {
    display: block;
  }
  .a2-brand span {
    display: none;
  }
  .a2-grid-4 {
    grid-template-columns: repeat(2,1fr);
  }
  .a2-proof-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:782px) {
  .admin-bar .a2-header {
    top: 46px;
  }
}
@media (max-width:760px) {
  .a2-atlas-hero {
    padding: 68px 0 62px;
  }
  .a2-atlas-hero-grid {
    grid-template-columns: 1fr;
  }
  .a2-atlas-visual {
    min-height: 250px;
  }
  .a2-atlas-copy h1 {
    font-size: clamp(2.5rem,12vw,3.7rem);
  }
  .a2-atlas-mainline {
    font-size: 1.26rem;
  }
  .a2-atlas-scene {
    padding: 70px 0;
  }
  .a2-atlas-title {
    display: block;
    margin-bottom: 38px;
  }
  .a2-atlas-title>p:last-child {
    margin-top: 14px;
  }
  .a2-direction-stage {
    grid-template-columns: 1fr;
  }
  .a2-direction-panel {
    min-height: 320px;
    border: 0 !important;
    border-top: 1px solid #d8dfda !important;
  }
  .a2-direction-bridge {
    padding: 28px 0;
    border-top: 1px solid #d8dfda;
  }
  .a2-direction-bridge i {
    height: 34px;
  }
  .a2-pathway {
    grid-template-columns: 1fr;
  }
  .a2-pathway:before {
    left: 11px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 1px;
    height: auto;
  }
  .a2-pathway>div {
    min-height: auto;
    padding: 0 0 30px 50px;
  }
  .a2-pathway b {
    top: 0;
  }
  .a2-dossier-stage {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .a2-dossier-paper.paper-one,.a2-dossier-paper.paper-two {
    transform: none;
  }
  .a2-dossier-paper.paper-two {
    margin-top: 0;
  }
  .a2-dossier-lines {
    display: none;
  }
  .a2-dossier-paper dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .a2-dossier-paper dd {
    margin-bottom: 10px;
  }
  .a2-signal-ribbon {
    display: grid;
    grid-template-columns: 1fr;
  }
  .a2-signal-ribbon i {
    transform: rotate(90deg);
    justify-self: center;
  }
  .a2-model-lines {
    grid-template-columns: 1fr;
  }
  .a2-model-lines>div {
    border-right: 0;
    border-bottom: 1px solid #d6ddd8;
  }
  .a2-model-lines>div:last-child {
    border-bottom: 0;
  }
  .a2-atlas-final-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .a2-atlas-final-art {
    right: -220px;
  }
  .a2-simple-hero {
    padding: 72px 0 66px;
  }
  .a2-simple-sub {
    font-size: 1.32rem;
  }
  .a2-simple-lead {
    font-size: 1rem;
  }
  .a2-simple-grid {
    grid-template-columns: 1fr;
  }
  .a2-simple-card {
    min-height: 220px;
  }
  .a2-simple-edge {
    opacity: .25;
  }
  .a2-simple-edge-left {
    left: -190px;
  }
  .a2-simple-edge-right {
    right: -235px;
  }
  .a2-simple-side-art {
    right: -180px;
    opacity: .55;
  }
  .a2-simple-process .a2-visual-flow {
    grid-template-columns: 1fr !important;
  }
  .a2-simple-process .a2-visual-flow>i {
    transform: rotate(90deg);
  }
  .a2-container {
    width: min(100% - 28px,1180px);
  }
  .a2-nav-wrap {
    min-height: 72px;
  }
  .a2-brand img {
    width: 128px;
  }
  .a2-home-intro {
    padding-top: 72px;
    padding-bottom: 70px;
  }
  .a2-section {
    padding: 68px 0;
  }
  .a2-grid-2,.a2-grid-3,.a2-grid-4,.a2-split-head,.a2-page-hero-inner,.a2-footer-grid {
    grid-template-columns: 1fr;
  }
  .a2-page-hero {
    padding: 62px 0;
  }
  .a2-hero-mark {
    display: none;
  }
  .a2-process {
    grid-template-columns: repeat(2,1fr);
  }
  .a2-dual {
    grid-template-columns: 1fr;
  }
  .a2-dual>div+div {
    border-left: 0;
    border-top: 1px solid #d7dfda;
  }
  .a2-page-cta-inner,.a2-footer-cta-inner,.a2-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .a2-choice-grid,.a2-form-grid {
    grid-template-columns: 1fr;
  }
  .a2-form-shell {
    padding: 20px;
  }
  .a2-footer-bottom div {
    flex-wrap: wrap;
  }
  .a2-legacy-content .container,.a2-legacy-content .av8-wrap {
    width: min(100% - 28px,1180px);
  }
  .a2-legacy-content .article-layout,.a2-legacy-content .article-cards,.a2-legacy-content .legal-layout,.a2-legacy-content .split {
    grid-template-columns: 1fr;
  }
  .a2-legacy-content .article-aside,.a2-legacy-content .toc {
    position: static;
  }
  .a2-legacy-content .section-pad,.a2-legacy-content .sec {
    padding: 62px 0;
  }
  .a2-vhero {
    padding: 54px 0 48px;
  }
  .a2-vhero-grid,.a2-pillar-grid,.a2-eval-wrap,.a2-direction-grid,.a2-case-pair,.a2-model-mini-grid,.a2-tech-grid {
    grid-template-columns: 1fr;
  }
  .a2-vhero-grid {
    gap: 34px;
  }
  .a2-opportunity-card {
    padding: 22px;
  }
  .a2-section-head {
    grid-template-columns: 42px 1fr;
  }
  .a2-visual-flow,.a2-signal-flow {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .a2-visual-flow>div,.a2-signal-flow>div {
    min-width: 180px;
    scroll-snap-align: start;
  }
  .a2-visual-flow i,.a2-signal-flow i {
    display: flex;
    align-items: center;
  }
  .a2-eval-metrics {
    grid-template-columns: 1fr;
  }
  .a2-eval-metrics .wide {
    grid-column: auto;
  }
  .a2-direction-core {
    min-height: 170px;
  }
  .a2-model-mini-grid>div+div {
    border-left: 0;
    border-top: 1px solid #d9e0db;
  }
  .a2-timeline {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 8px;
  }
  .a2-timeline>div {
    min-width: 160px;
  }
  .a2-timeline i {
    min-width: 28px;
    align-self: center;
  }
  .a2-file-card dl {
    grid-template-columns: 95px 1fr;
  }
  .a2-vhero-copy h1 {
    font-size: clamp(2.5rem,12vw,4rem);
  }
}
@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;
    }
  }
}
