/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", "Avenir Next", sans-serif;
    --font-mono: ui-monospace, monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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: #6f7640;
    --color-secondary-500: #9b8266;
    --color-neutral: #23241f;
    --color-background: #fbfaf6;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .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;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .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-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base, components, sl-refinements;
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background: #fbfaf6;
    color: #23241f;
  }
  a {
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
  }
}
@layer components {
  .sl-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .sl-topbar {
    background: #24261d;
    color: #ede8db;
    font-size: 12px;
    letter-spacing: .03em;
  }
  .sl-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .sl-contact-links {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .sl-contact-links a {
    color: inherit;
    text-decoration: none;
  }
  .sl-topbar-note {
    text-transform: uppercase;
    opacity: .78;
    font-size: 10px;
    letter-spacing: .16em;
  }
  .sl-nav-wrap {
    background: rgba(251,250,246,.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(35,36,31,.09);
    position: relative;
    z-index: 30;
  }
  .sl-nav-inner {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .sl-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: max-content;
  }
  .sl-brand-logo {
    width: 150px;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .sl-desktop-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .sl-desktop-nav a {
    color: #3a3a34;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }
  .sl-desktop-nav a:hover {
    color: #6f7640;
  }
  .sl-nav-cta {
    background: #6f7640;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .sl-nav-cta:hover {
    background: #596032;
  }
  .sl-menu-toggle {
    display: none;
    margin-left: auto;
    width: 42px;
    height: 42px;
    border: 1px solid #d8d4c8;
    background: transparent;
  }
  .sl-menu-toggle svg {
    width: 22px;
    margin: auto;
  }
  .sl-mobile-nav {
    display: none;
  }
  .sl-hero {
    min-height: 660px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #222;
  }
  .sl-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
    transform: scale(1.01);
  }
  .sl-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(16,18,13,.78) 0%,rgba(16,18,13,.44) 47%,rgba(16,18,13,.08) 78%),linear-gradient(0deg,rgba(15,16,12,.46),transparent 40%);
  }
  .sl-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-bottom: 86px;
  }
  .sl-kicker,.sl-eyebrow {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #596032;
  }
  .sl-kicker {
    color: #d8d0b2;
  }
  .sl-hero h1 {
    margin: 0;
    max-width: 760px;
    font-family: Georgia,serif;
    font-size: clamp(48px,6.4vw,82px);
    line-height: .98;
    letter-spacing: -.035em;
    font-weight: 600;
  }
  .sl-hero-copy {
    max-width: 610px;
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255,255,255,.9);
  }
  .sl-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
  }
  .sl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  .sl-btn-light {
    background: #f6f2e6;
    color: #25261e;
  }
  .sl-btn-light:hover {
    background: #fff;
    transform: translateY(-1px);
  }
  .sl-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f7640;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .sl-text-link:hover span {
    transform: translateX(3px);
  }
  .sl-text-link span {
    transition: transform .2s ease;
  }
  .sl-text-link-light {
    color: #fff;
  }
  .sl-section {
    padding: 96px 0;
  }
  .sl-section-head h2,.sl-proof h2,.sl-cta-band h2 {
    margin: 0;
    font-family: Georgia,serif;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #25261f;
  }
  .sl-destinations {
    background: #f0eee7;
  }
  .sl-destination-page {
    background: #fbfaf6;
  }
  .sl-dp-hero {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #25291f;
    color: #fff;
  }
  .sl-dp-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sl-dp-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(13,18,12,.76),rgba(13,18,12,.18) 85%),linear-gradient(0deg,rgba(13,18,12,.44),transparent 55%);
  }
  .sl-dp-hero-content {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 68px;
  }
  .sl-dp-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(52px,7vw,92px);
    line-height: 1;
    letter-spacing: -.04em;
    margin: 0;
    font-weight: 600;
  }
  .sl-dp-lead {
    max-width: 660px;
    font-size: 18px;
    line-height: 1.65;
    color: #e9e8df;
    margin: 24px 0 0;
  }
  .sl-dp-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
  }
  .sl-dp-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }
  .sl-dp-anchor {
    border-bottom: 1px solid #e1ded3;
    background: #fbfaf6;
  }
  .sl-dp-anchor .sl-container {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .sl-dp-anchor a {
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #65665a;
    text-decoration: none;
  }
  .sl-dp-anchor a:hover {
    color: #6f7640;
  }
  .sl-dp-overview-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
  }
  .sl-dp-overview h2,.sl-dp-highlights h2,.sl-dp-itineraries h2,.sl-dp-gallery h2,.sl-dp-faq h2 {
    margin: 0 0 28px;
    font-family: Georgia,serif;
    font-size: clamp(36px,4vw,52px);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.025em;
  }
  .sl-dp-prose {
    font-size: 16px;
    line-height: 1.85;
    color: #535449;
  }
  .sl-dp-prose p:first-child {
    margin-top: 0;
  }
  .sl-dp-prose h2,.sl-dp-prose h3 {
    font-family: Georgia,serif;
    color: #25261f;
    line-height: 1.2;
  }
  .sl-dp-prose a {
    color: #596032;
    text-underline-offset: 3px;
  }
  .sl-dp-highlights {
    background: #f0eee7;
  }
  .sl-dp-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 36px;
  }
  .sl-dp-feature {
    border-top: 1px solid #c5c6ad;
    padding: 25px 12px 0 0;
  }
  .sl-dp-feature-line {
    display: block;
    width: 30px;
    height: 2px;
    background: #8a7153;
    margin-bottom: 22px;
  }
  .sl-dp-feature h3 {
    font-family: Georgia,serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 13px;
  }
  .sl-dp-feature p {
    color: #646458;
    line-height: 1.7;
    font-size: 14px;
  }
  .sl-dp-itinerary-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .sl-dp-itinerary {
    background: #fff;
    border: 1px solid #e4e0d5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sl-dp-itinerary h3 {
    font-family: Georgia,serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    margin: 8px 0 15px;
  }
  .sl-dp-itinerary p {
    color: #66665c;
    font-size: 14px;
    line-height: 1.75;
    flex: 1;
  }
  .sl-dp-gallery {
    background: #f0eee7;
  }
  .sl-dp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin-top: 30px;
  }
  .sl-dp-gallery-grid img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  .sl-dp-gallery-grid img:first-child {
    grid-column: span 2;
    height: 460px;
  }
  .sl-dp-faq-grid {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
  }
  .sl-dp-faq details {
    border-bottom: 1px solid #dedbd0;
    padding: 0 0 2px;
  }
  .sl-dp-faq summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    font-weight: 600;
    list-style: none;
  }
  .sl-dp-faq summary::-webkit-details-marker {
    display: none;
  }
  .sl-dp-faq summary span {
    color: #6f7640;
    font-size: 22px;
    font-weight: 400;
  }
  .sl-dp-faq details[open] summary span {
    transform: rotate(45deg);
  }
  .sl-dp-faq details>div {
    padding-bottom: 20px;
    color: #646458;
    line-height: 1.75;
  }
  @media (max-width:900px) {
    .sl-dp-overview-grid,.sl-dp-faq-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .sl-dp-feature-grid,.sl-dp-itinerary-grid {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width:620px) {
    .sl-dp-hero {
      min-height: 520px;
    }
    .sl-dp-hero-content {
      padding-top: 120px;
      padding-bottom: 45px;
    }
    .sl-dp-lead {
      font-size: 16px;
    }
    .sl-dp-actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 18px;
    }
    .sl-dp-anchor .sl-container {
      gap: 22px;
    }
    .sl-dp-feature-grid,.sl-dp-itinerary-grid,.sl-dp-gallery-grid {
      grid-template-columns: 1fr;
    }
    .sl-dp-gallery-grid img,.sl-dp-gallery-grid img:first-child {
      grid-column: auto;
      height: 260px;
    }
    .sl-dp-itinerary {
      padding: 24px;
    }
  }
  .sl-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 34px;
  }
  .sl-section-head h2 {
    font-size: clamp(34px,4vw,50px);
    line-height: 1.08;
    max-width: 700px;
  }
  .sl-destination-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 300px;
    gap: 14px;
  }
  .sl-destination-more {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 14px;
    margin-top: 14px;
  }
  .sl-destination-more .sl-destination-card {
    min-height: 235px;
  }
  .sl-destination-more .sl-card-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .sl-destination-more .sl-card-copy h3 {
    font-size: 23px;
  }
  .sl-destination-card {
    position: relative;
    overflow: hidden;
    display: block;
    color: white;
    text-decoration: none;
    background: #222;
  }
  .sl-destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sl-card-featured {
    grid-column: span 2;
    grid-row: span 2;
  }
  .sl-card-featured .sl-card-copy h3 {
    font-size: clamp(38px,4vw,58px);
  }
  .sl-card-featured .sl-card-copy {
    left: 34px;
    right: 34px;
    bottom: 32px;
  }
  @media (max-width:900px) {
    .sl-destination-grid {
      grid-template-columns: repeat(2,1fr);
      grid-auto-rows: 260px;
    }
    .sl-card-featured {
      grid-column: span 2;
      grid-row: span 2;
    }
    .sl-destination-more {
      grid-template-columns: repeat(2,1fr);
    }
  }
  @media (max-width:620px) {
    .sl-destination-grid,.sl-destination-more {
      grid-template-columns: 1fr;
    }
    .sl-destination-grid {
      grid-auto-rows: 250px;
    }
    .sl-card-featured {
      grid-column: auto;
      grid-row: auto;
      min-height: 390px;
    }
    .sl-card-featured .sl-card-copy {
      left: 24px;
      right: 24px;
      bottom: 24px;
    }
  }
  .sl-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(12,14,10,.88),rgba(12,14,10,.12) 68%);
  }
  .sl-card-copy {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
  }
  .sl-card-copy span {
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
  }
  .sl-card-copy h3 {
    margin: 6px 0 0;
    font-family: Georgia,serif;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 600;
  }
  .sl-proof {
    background: #282b21;
    color: #fff;
  }
  .sl-proof .sl-eyebrow {
    color: #d8d0b2;
  }
  .sl-proof-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: center;
  }
  .sl-proof h2 {
    color: #fff;
    font-size: clamp(38px,4vw,55px);
    line-height: 1.04;
  }
  .sl-proof-copy>p:not(.sl-eyebrow) {
    color: #d1d0c7;
    line-height: 1.75;
    max-width: 700px;
  }
  .sl-stat-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 38px;
    border-top: 1px solid rgba(255,255,255,.16);
    padding-top: 24px;
  }
  .sl-stat-row div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .sl-stat-row strong {
    font-family: Georgia,serif;
    font-size: 28px;
    font-weight: 600;
  }
  .sl-stat-row span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #b9b9ae;
    line-height: 1.4;
  }
  .sl-authority-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin-top: 56px;
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  .sl-authority-grid article {
    position: relative;
    padding: 30px 26px 34px;
    border-right: 1px solid rgba(255,255,255,.16);
  }
  .sl-authority-grid article:last-child {
    border-right: 0;
  }
  .sl-authority-grid article>span {
    display: block;
    margin-bottom: 24px;
    color: #c8b56a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
  }
  .sl-authority-grid h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia,serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.15;
  }
  .sl-authority-grid p {
    margin: 0;
    color: #bfc0b7;
    font-size: 13px;
    line-height: 1.65;
  }
  .sl-media-proof {
    position: relative;
    overflow: hidden;
    background: #f4efe3;
    border-top: 1px solid #d2c8b2;
    border-bottom: 1px solid #d2c8b2;
  }
  .sl-media-proof:before {
    content: "";
    position: absolute;
    left: -70px;
    top: -90px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(111,118,64,.18);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(111,118,64,.035);
  }
  .sl-media-proof-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
    align-items: center;
    padding: clamp(72px,8vw,105px) 0;
  }
  .sl-media-heading span {
    display: block;
    margin-bottom: 13px;
    color: #596032;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }
  .sl-media-heading h2 {
    max-width: 470px;
    margin: 0 0 15px;
    color: #2f3328;
    font-family: Georgia,serif;
    font-size: clamp(32px,3.3vw,48px);
    font-weight: 500;
    line-height: 1.05;
  }
  .sl-media-heading p {
    max-width: 460px;
    margin: 0;
    color: #6b695f;
    font-size: 14px;
    line-height: 1.7;
  }
  .sl-media-names {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-top: 1px solid #cfc5af;
    border-bottom: 1px solid #cfc5af;
    background: rgba(255,253,248,.54);
  }
  .sl-media-logo {
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 104px;
    padding: 18px 15px;
    border-right: 1px solid #d8cfbd;
    transition: background .2s ease;
  }
  .sl-media-logo:last-child {
    border-right: 0;
  }
  .sl-media-logo:hover {
    background: #fffdf8;
  }
  .sl-media-logo strong {
    color: #303328;
    font-family: Georgia,serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.08;
  }
  @media (max-width:1050px) {
    .sl-media-proof-inner {
      grid-template-columns: 1fr;
      padding: 68px 0;
    }
    .sl-media-names {
      overflow-x: auto;
      scroll-snap-type: x proximity;
    }
    .sl-media-logo {
      flex: 0 0:190px;
      scroll-snap-align: start;
    }
  }
  @media (max-width:620px) {
    .sl-media-proof-inner {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .sl-media-names {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px 20px;
    }
    .sl-media-names strong {
      white-space: normal;
    }
  }
  .sl-blog-section {
    background: #fbfaf6;
  }
  .sl-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .sl-blog-card {
    background: #fff;
    border: 1px solid #e7e3da;
  }
  .sl-blog-card div {
    padding: 22px;
  }
  .sl-blog-card span {
    font-size: 9px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #596032;
    font-weight: 700;
  }
  .sl-blog-card h3 {
    font-family: Georgia,serif;
    font-size: 25px;
    line-height: 1.15;
    margin: 9px 0 10px;
  }
  .sl-gallery-section {
    padding-top: 20px;
    background: #fbfaf6;
  }
  .sl-cta-band {
    background: #6f7640;
    color: #fff;
    padding: 70px 0;
  }
  .sl-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .sl-cta-band h2 {
    color: #fff;
    font-size: clamp(34px,4vw,50px);
  }
  .sl-cta-band p:not(.sl-eyebrow) {
    color: #eff0e5;
    margin-bottom: 0;
  }
  .sl-eyebrow-light {
    color: #fffdf8;
  }
  .sl-authority-page {
    background: #f7f4ec;
  }
  .sl-authority-hero {
    position: relative;
    overflow: hidden;
    background: #282d22;
    color: #fff;
    padding: clamp(110px,14vw,190px) 0 clamp(80px,10vw,135px);
  }
  .sl-authority-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: radial-gradient(circle at 1px 1px,#fff 1px,transparent 0);
    background-size: 26px 26px;
    pointer-events: none;
  }
  .sl-authority-hero-inner {
    position: relative;
    z-index: 2;
  }
  .sl-authority-hero h1 {
    max-width: 900px;
    margin: 14px 0 24px;
    color: #fff;
    font-family: Georgia,serif;
    font-size: clamp(58px,8vw,104px);
    font-weight: 500;
    line-height: .94;
    letter-spacing: -.035em;
  }
  .sl-authority-lead {
    max-width: 760px;
    margin: 0;
    color: #d9dacd;
    font-size: clamp(18px,2vw,24px);
    line-height: 1.55;
  }
  .sl-authority-orbit {
    position: absolute;
    right: -9vw;
    top: -13vw;
    width: 44vw;
    min-width: 430px;
    aspect-ratio: 1;
    border: 1px solid rgba(201,181,106,.34);
    border-radius: 50%;
  }
  .sl-authority-orbit:before,.sl-authority-orbit:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(201,181,106,.22);
    border-radius: 50%;
  }
  .sl-authority-orbit:before {
    inset: 12%;
  }
  .sl-authority-orbit:after {
    inset: 30%;
    background: rgba(201,181,106,.06);
  }
  .sl-authority-content {
    padding: clamp(72px,9vw,130px) 0;
  }
  .sl-authority-content>.sl-container {
    max-width: 1100px;
  }
  .sl-authority-content .wp-block-group {
    margin: 0 0 clamp(70px,9vw,120px);
  }
  .sl-authority-content .wp-block-columns {
    gap: clamp(28px,5vw,72px);
    margin: 0 0 clamp(70px,9vw,120px);
  }
  .sl-authority-content h2 {
    margin: 0 0 22px;
    color: #2d3026;
    font-family: Georgia,serif;
    font-size: clamp(36px,4.7vw,62px);
    font-weight: 500;
    line-height: 1.04;
  }
  .sl-authority-content h3 {
    margin: 0 0 13px;
    color: #33362b;
    font-family: Georgia,serif;
    font-size: clamp(23px,2.5vw,31px);
    font-weight: 500;
    line-height: 1.15;
  }
  .sl-authority-content p {
    color: #5e6057;
    font-size: 16px;
    line-height: 1.8;
  }
  .sl-authority-content .wp-block-column {
    padding-top: 24px;
    border-top: 1px solid #c9c2ae;
  }
  .sl-authority-content .wp-block-column:first-child {
    border-top-color: #747b45;
  }
  .sl-authority-content .wp-block-buttons {
    margin-top: 30px;
  }
  .sl-authority-content .wp-block-button__link {
    background: #6f7640;
    color: #fff;
    border-radius: 0;
    padding: 15px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  @media (max-width:781px) {
    .sl-authority-content .wp-block-columns {
      gap: 38px;
    }
    .sl-authority-orbit {
      right: -45%;
      top: -8%;
    }
  }
  @media (max-width:620px) {
    .sl-authority-hero {
      padding: 90px 0 74px;
    }
    .sl-authority-hero h1 {
      font-size: 52px;
    }
    .sl-authority-content {
      padding: 68px 0;
    }
  }
  .sl-service-page {
    background: #f8f5ed;
  }
  .sl-service-hero {
    position: relative;
    overflow: hidden;
    min-height: 590px;
    display: flex;
    align-items: flex-end;
    background: #30362a;
    color: #fff;
  }
  .sl-service-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg,rgba(111,118,64,.24),transparent 55%),radial-gradient(circle at 82% 18%,rgba(211,189,113,.13),transparent 34%);
  }
  .sl-service-hero-inner {
    position: relative;
    z-index: 2;
    padding-bottom: clamp(72px,9vw,120px);
  }
  .sl-service-hero h1 {
    max-width: 950px;
    margin: 14px 0 24px;
    color: #fff;
    font-family: Georgia,serif;
    font-size: clamp(55px,7.2vw,96px);
    font-weight: 500;
    line-height: .96;
    letter-spacing: -.035em;
  }
  .sl-service-lead {
    max-width: 780px;
    margin: 0;
    color: #dddccc;
    font-size: clamp(18px,2vw,23px);
    line-height: 1.6;
  }
  .sl-service-contours {
    position: absolute;
    right: -8vw;
    top: -14vw;
    width: 55vw;
    min-width: 600px;
    aspect-ratio: 1;
    transform: rotate(-12deg);
  }
  .sl-service-contours span {
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(218,199,130,.25);
    border-radius: 47% 53% 58% 42% / 46% 42% 58% 54%;
  }
  .sl-service-contours span:nth-child(2) {
    inset: 24%;
  }
  .sl-service-contours span:nth-child(3) {
    inset: 38%;
    background: rgba(218,199,130,.035);
  }
  .sl-service-content {
    padding: clamp(78px,9vw,130px) 0;
  }
  .sl-service-content section {
    margin: 0 0 clamp(84px,10vw,138px);
  }
  .sl-service-content section:last-child {
    margin-bottom: 0;
  }
  .sl-svc-kicker {
    margin: 0 0 14px !important;
    color: #777d45 !important;
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.4 !important;
    text-transform: uppercase;
  }
  .sl-svc-large {
    color: #34372d !important;
    font-family: Georgia,serif;
    font-size: clamp(23px,2.7vw,34px) !important;
    line-height: 1.38 !important;
  }
  .sl-svc-split {
    display: grid;
    grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
    gap: clamp(45px,8vw,120px);
    align-items: start;
  }
  .sl-svc-section-head {
    max-width: 780px;
    margin-bottom: 42px;
  }
  .sl-service-content .sl-svc-intro {
    position: relative;
    margin-bottom: 0;
    padding-bottom: clamp(62px,7vw,92px);
  }
  .sl-service-content .sl-svc-intro:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#737a46 0 110px,#c8c1b0 110px 100%);
  }
  .sl-service-content .sl-svc-intro+section {
    position: relative;
    padding-top: clamp(66px,8vw,104px);
  }
  .sl-service-content .sl-svc-intro+section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #737a46;
  }
  .sl-service-content .sl-svc-feature,.sl-service-content .sl-svc-card-grid article {
    color: #303329;
  }
  .sl-service-content .sl-svc-feature h3,.sl-service-content .sl-svc-card-grid h3 {
    color: #303329 !important;
  }
  .sl-service-content .sl-svc-feature p,.sl-service-content .sl-svc-card-grid p {
    color: #55584f !important;
  }
  .sl-service-content .sl-svc-feature--corp {
    color: #352d24;
  }
  .sl-service-content .sl-svc-feature--corp h3 {
    color: #352d24 !important;
  }
  .sl-service-content .sl-svc-feature--corp p {
    color: #5a5147 !important;
  }
  .sl-service-content .sl-svc-feature--edu {
    color: #27362d;
  }
  .sl-service-content .sl-svc-feature--edu h3 {
    color: #27362d !important;
  }
  .sl-service-content .sl-svc-feature--edu p {
    color: #4e5b52 !important;
  }
  .sl-service-content .sl-svc-agenda h3 {
    color: #3b3025 !important;
  }
  .sl-service-content .sl-svc-agenda p {
    color: #5a5046 !important;
  }
  .sl-service-content .sl-svc-corporate-nature h2 {
    color: #303329 !important;
  }
  .sl-service-content .sl-svc-corporate-nature p {
    color: #56564f !important;
  }
  .sl-service-content .sl-svc-evidence h2,.sl-service-content .sl-svc-safety h2 {
    color: #2f3c32 !important;
  }
  .sl-service-content .sl-svc-evidence p,.sl-service-content .sl-svc-safety p {
    color: #526056 !important;
  }
  .sl-svc-section-head h2 {
    max-width: 720px;
  }
  .sl-svc-service-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1px;
    background: #cfc9b8;
    border: 1px solid #cfc9b8;
  }
  .sl-svc-feature {
    position: relative;
    min-height: 520px;
    padding: 42px 34px;
    background: #f8f5ed;
  }
  .sl-svc-feature>span,.sl-svc-compare article>span,.sl-svc-learning-grid article>span {
    display: block;
    margin-bottom: 54px;
    color: #989984;
    font: 700 11px/1.2 sans-serif;
    letter-spacing: .14em;
  }
  .sl-svc-feature h3 {
    font-size: clamp(28px,2.6vw,38px);
  }
  .sl-svc-feature ul {
    margin: 24px 0 30px;
    padding: 0;
    list-style: none;
  }
  .sl-svc-feature li {
    position: relative;
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #ded9cb;
    color: #55584f;
    font-size: 14px;
    line-height: 1.55;
  }
  .sl-svc-feature li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7a814b;
  }
  .sl-svc-feature--corp {
    background: #f2ece1;
  }
  .sl-svc-feature--corp li:before {
    background: #b17d43;
  }
  .sl-svc-feature--edu {
    background: #edf0e9;
  }
  .sl-svc-feature--edu li:before {
    background: #557661;
  }
  .sl-svc-text-link {
    display: inline-block;
    color: #3e482b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .sl-svc-text-link:hover {
    color: #7a814b;
  }
  .sl-svc-dark {
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: clamp(76px,9vw,126px) max(24px,calc((100vw - 1120px)/2));
    background: #293126;
    color: #fff;
  }
  .sl-svc-dark h2,.sl-svc-dark h3,.sl-svc-dark p {
    color: #fff;
  }
  .sl-svc-dark .sl-svc-kicker {
    color: #c4c98e !important;
  }
  .sl-svc-process,.sl-svc-corp-brief,.sl-svc-reality {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(48px,8vw,110px);
  }
  .sl-svc-process ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sl-svc-process li {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 22px;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .sl-svc-process li strong {
    color: #d8d2a7;
    font: 500 23px/1.2 Georgia,serif;
  }
  .sl-svc-process li span {
    color: #d2d5cd;
    line-height: 1.65;
  }
  .sl-svc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 30px;
  }
  .sl-svc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
    background: #6f7640;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    transition: .25s ease;
  }
  .sl-svc-button:hover {
    transform: translateY(-2px);
    background: #545b2d;
  }
  .sl-svc-button--light {
    background: #f2efdf;
    color: #293126 !important;
  }
  .sl-svc-card-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    background: #d7d0bf;
    border: 1px solid #d7d0bf;
  }
  .sl-svc-card-grid article {
    min-height: 290px;
    padding: 38px;
    background: #f8f5ed;
  }
  .sl-svc-card-grid--three {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .sl-svc-card-grid--three article {
    min-height: 270px;
  }
  .sl-svc-reality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 38px;
  }
  .sl-svc-reality-grid p {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .sl-svc-reality-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #d8d2a7;
    font: 500 22px/1.2 Georgia,serif;
  }
  .sl-svc-compare {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border-top: 1px solid #c9c2ae;
    border-bottom: 1px solid #c9c2ae;
  }
  .sl-svc-compare article {
    padding: 34px 28px 36px;
    border-right: 1px solid #c9c2ae;
  }
  .sl-svc-compare article:last-child {
    border-right: 0;
  }
  .sl-svc-compare article>span {
    margin-bottom: 36px;
  }
  .sl-svc-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sl-svc-timeline li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 24px;
    padding: 25px 0;
    border-top: 1px solid #cbc5b6;
  }
  .sl-svc-timeline li>span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #818757;
    border-radius: 50%;
    color: #606636;
    font-weight: 800;
  }
  .sl-svc-timeline h3 {
    margin-bottom: 6px;
  }
  .sl-svc-timeline p {
    margin: 0;
  }
  .sl-svc-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
  }
  .sl-svc-checklist li {
    position: relative;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #d3cdbd;
    color: #4e5149;
    line-height: 1.55;
  }
  .sl-svc-checklist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #9a6d38;
    border-bottom: 2px solid #9a6d38;
    transform: rotate(-45deg);
  }
  .sl-svc-brief-grid,.sl-svc-safety-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 36px;
  }
  .sl-svc-brief-grid p,.sl-svc-safety-grid p {
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .sl-svc-brief-grid strong,.sl-svc-safety-grid strong {
    display: block;
    margin-bottom: 6px;
    color: #d9bd89;
    font: 500 23px/1.2 Georgia,serif;
  }
  .sl-svc-brief-grid span,.sl-svc-safety-grid span {
    display: block;
    color: #d8d9d4;
    line-height: 1.6;
  }
  .sl-svc-agenda {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
  }
  .sl-svc-agenda article {
    min-height: 300px;
    padding: 34px;
    background: #ece5d8;
    border-top: 4px solid #a8753f;
  }
  .sl-svc-agenda article>span {
    color: #946a3f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
  }
  .sl-svc-evidence,.sl-svc-safety {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: clamp(48px,8vw,110px);
    padding: clamp(52px,7vw,84px);
    background: #e5eadf;
  }
  .sl-svc-source-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 24px;
  }
  .sl-svc-source-links a {
    color: #35543d;
    font-size: 13px;
    font-weight: 700;
  }
  .sl-svc-learning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,.18);
  }
  .sl-svc-learning-grid article {
    min-height: 250px;
    padding: 35px;
    background: #293126;
  }
  .sl-svc-learning-grid article>span {
    margin-bottom: 30px;
    color: #a9b68f;
  }
  .sl-svc-safety-grid p {
    border-top-color: #b9c8b8;
  }
  .sl-svc-safety-grid strong {
    color: #31513c;
  }
  .sl-svc-safety-grid span {
    color: #556257;
  }
  .sl-svc-faq details {
    border-top: 1px solid #c9c2ae;
  }
  .sl-svc-faq details:last-child {
    border-bottom: 1px solid #c9c2ae;
  }
  .sl-svc-faq summary {
    position: relative;
    padding: 24px 44px 24px 0;
    color: #34372d;
    cursor: pointer;
    font: 500 clamp(20px,2.2vw,27px)/1.25 Georgia,serif;
    list-style: none;
  }
  .sl-svc-faq summary::-webkit-details-marker {
    display: none;
  }
  .sl-svc-faq summary:after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 22px;
    color: #737a46;
    font: 400 28px/1 Georgia,serif;
  }
  .sl-svc-faq details[open] summary:after {
    content: "–";
  }
  .sl-svc-faq details p {
    max-width: 820px;
    margin: 0 0 26px;
  }
  .sl-svc-cta {
    position: relative;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: clamp(82px,10vw,140px) max(24px,calc((100vw - 1120px)/2));
    background: #6f7640;
    color: #fff;
    text-align: center;
  }
  .sl-svc-cta h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
  .sl-svc-cta p:not(.sl-svc-kicker) {
    max-width: 720px;
    margin: 0 auto 30px;
    color: #eff0e7;
    font-size: 18px;
  }
  .sl-svc-cta .sl-svc-kicker {
    color: #dfe3b5 !important;
  }
  .sl-svc-cta--corporate {
    background: #704f31;
  }
  .sl-svc-cta--education {
    background: #355a43;
  }
  .sl-service-content .sl-svc-dark h2,.sl-service-content .sl-svc-dark h3 {
    color: #ffffff !important;
  }
  .sl-service-content .sl-svc-dark p {
    color: #eef0e8 !important;
  }
  .sl-service-content .sl-svc-dark strong {
    color: #e4dca9 !important;
  }
  .sl-service-content .sl-svc-dark span {
    color: #dfe3d9;
  }
  .sl-svc-corporate-nature {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(48px,8vw,110px);
    padding: clamp(58px,7vw,90px);
    background: #e9e3d6;
    border-left: 7px solid #9b6b3b;
  }
  .sl-svc-nature-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 34px;
    margin-top: 30px;
  }
  .sl-svc-nature-points p {
    padding: 19px 0;
    border-top: 1px solid #c8baa6;
  }
  .sl-svc-nature-points strong {
    display: block;
    margin-bottom: 6px;
    color: #694824;
    font: 500 21px/1.25 Georgia,serif;
  }
  .sl-svc-nature-points span {
    display: block;
    color: #55564f;
    line-height: 1.65;
  }
  .sl-svc-evidence-note {
    margin-top: 25px;
    padding: 18px 20px;
    background: #f7f2e8;
    border-left: 3px solid #9b6b3b;
    color: #4d4e47 !important;
    font-size: 14px !important;
  }
  .sl-svc-contact {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,.72fr);
    gap: clamp(48px,8vw,110px);
    align-items: center;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: clamp(80px,10vw,136px) max(24px,calc((100vw - 1120px)/2));
    background: #5e6738;
    color: #fff;
  }
  .sl-service-content .sl-svc-contact h2,.sl-service-content .sl-svc-contact h3 {
    color: #fff !important;
  }
  .sl-service-content .sl-svc-contact>div>p:not(.sl-svc-kicker),.sl-service-content .sl-svc-contact-card p {
    color: #f0f1e8 !important;
  }
  .sl-svc-contact .sl-svc-kicker {
    color: #e0e6aa !important;
  }
  .sl-svc-contact-card {
    padding: 36px;
    background: #273025;
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 22px 55px rgba(25,27,20,.22);
  }
  .sl-svc-contact-card h3 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .sl-svc-contact-card .sl-svc-button {
    width: 100%;
    margin: 13px 0 12px;
  }
  .sl-svc-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #c9d194;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .sl-svc-whatsapp:hover {
    background: #fff;
    color: #263025 !important;
  }
  .sl-svc-contact-card small {
    display: block;
    margin-top: 18px;
    color: #cfd4c9;
    font-size: 12px;
    line-height: 1.6;
  }
  .sl-svc-contact--corporate {
    background: #795636;
  }
  .sl-svc-contact--corporate .sl-svc-kicker {
    color: #f2d49b !important;
  }
  .sl-svc-contact--education {
    background: #365a43;
  }
  @media (max-width:900px) {
    .sl-svc-corporate-nature,.sl-svc-contact {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width:620px) {
    .sl-svc-corporate-nature {
      padding: 46px 24px;
      border-left-width: 4px;
    }
    .sl-svc-nature-points {
      grid-template-columns: 1fr;
    }
    .sl-svc-contact-card {
      padding: 28px 22px;
    }
  }
  @media (max-width:900px) {
    .sl-svc-split,.sl-svc-process,.sl-svc-reality,.sl-svc-corp-brief,.sl-svc-evidence,.sl-svc-safety {
      grid-template-columns: 1fr;
    }
    .sl-svc-service-grid,.sl-svc-card-grid--three,.sl-svc-agenda {
      grid-template-columns: 1fr;
    }
    .sl-svc-feature {
      min-height: 0;
    }
    .sl-svc-compare {
      grid-template-columns: 1fr 1fr;
    }
    .sl-svc-compare article:nth-child(2) {
      border-right: 0;
    }
    .sl-svc-compare article:nth-child(-n+2) {
      border-bottom: 1px solid #c9c2ae;
    }
  }
  @media (max-width:620px) {
    .sl-service-content section {
      margin-bottom: 76px;
    }
    .sl-svc-card-grid,.sl-svc-reality-grid,.sl-svc-checklist,.sl-svc-brief-grid,.sl-svc-safety-grid,.sl-svc-learning-grid,.sl-svc-compare {
      grid-template-columns: 1fr;
    }
    .sl-svc-card-grid article,.sl-svc-agenda article {
      min-height: 0;
      padding: 30px 24px;
    }
    .sl-svc-compare article {
      border-right: 0;
      border-bottom: 1px solid #c9c2ae;
    }
    .sl-svc-compare article:last-child {
      border-bottom: 0;
    }
    .sl-svc-evidence,.sl-svc-safety {
      padding: 48px 24px;
    }
    .sl-svc-process li {
      grid-template-columns: 1fr;
    }
  }
  .sl-service-content>.sl-container {
    max-width: 1120px;
  }
  .sl-service-content .wp-block-group {
    margin-bottom: clamp(72px,9vw,118px);
  }
  .sl-service-content .wp-block-columns {
    gap: clamp(26px,4vw,58px);
    margin-bottom: clamp(70px,8vw,110px);
  }
  .sl-service-content h2 {
    margin: 0 0 22px;
    color: #303329;
    font-family: Georgia,serif;
    font-size: clamp(36px,4.6vw,60px);
    font-weight: 500;
    line-height: 1.04;
  }
  .sl-service-content h3 {
    margin: 0 0 13px;
    color: #34372d;
    font-family: Georgia,serif;
    font-size: clamp(23px,2.5vw,31px);
    font-weight: 500;
    line-height: 1.15;
  }
  .sl-service-content p {
    color: #606158;
    font-size: 16px;
    line-height: 1.8;
  }
  .sl-service-content .wp-block-column {
    padding-top: 24px;
    border-top: 2px solid #7a814b;
  }
  .sl-service-content .wp-block-button__link {
    background: #6f7640;
    color: #fff;
    border-radius: 0;
    padding: 15px 24px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sl-service-corporate-rnr .sl-service-hero {
    background: #242d31;
  }
  .sl-service-corporate-rnr .sl-service-content .wp-block-column {
    border-top-color: #b98b4c;
  }
  .sl-service-educational-wildlife-tours .sl-service-hero {
    background: #26372f;
  }
  .sl-service-educational-wildlife-tours .sl-service-content .wp-block-column {
    border-top-color: #67836d;
  }
  @media (max-width:620px) {
    .sl-service-hero {
      min-height: 530px;
    }
    .sl-service-hero h1 {
      font-size: 49px;
    }
    .sl-service-contours {
      right: -90%;
      top: -10%;
    }
    .sl-service-content {
      padding: 68px 0;
    }
  }
  .sl-guest-page {
    background: #f7f3e9;
  }
  .sl-guest-hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr);
    background: #22291f;
    color: #fff;
    overflow: hidden;
  }
  .sl-guest-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(80px,9vw,132px) clamp(34px,7vw,104px);
  }
  .sl-guest-hero h1 {
    max-width: 680px;
    margin: 14px 0 28px;
    color: #fff;
    font-family: Georgia,serif;
    font-size: clamp(62px,7.5vw,108px);
    font-weight: 500;
    line-height: .92;
    letter-spacing: -.045em;
  }
  .sl-guest-hero-copy>p:last-child {
    max-width: 590px;
    margin: 0;
    color: #e5e7df;
    font-size: 18px;
    line-height: 1.75;
  }
  .sl-guest-hero-mosaic {
    position: relative;
    min-height: 760px;
    background: #6d7444;
  }
  .sl-guest-hero-image {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(0,0,0,.3);
  }
  .sl-guest-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sl-guest-hero-image-1 {
    inset: 7% 5% 27% 19%;
    transform: rotate(1.5deg);
  }
  .sl-guest-hero-image-2 {
    width: 39%;
    height: 46%;
    left: 2%;
    bottom: 4%;
    transform: rotate(-3deg);
  }
  .sl-guest-hero-image-3 {
    width: 42%;
    height: 48%;
    right: 2%;
    bottom: 1%;
    transform: rotate(3deg);
  }
  .sl-guest-intro {
    padding: clamp(90px,11vw,154px) 0;
  }
  .sl-guest-intro-grid,.sl-guest-proof-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: clamp(50px,9vw,130px);
  }
  .sl-guest-page h2 {
    margin: 0;
    color: #303329;
    font-family: Georgia,serif;
    font-size: clamp(42px,5.2vw,70px);
    font-weight: 500;
    line-height: 1.02;
  }
  .sl-guest-lead {
    margin-top: 0;
    color: #34372d;
    font-family: Georgia,serif;
    font-size: clamp(23px,2.7vw,34px);
    line-height: 1.45;
  }
  .sl-guest-intro-grid>div:last-child>p:last-child {
    color: #5c5f56;
    font-size: 16px;
    line-height: 1.8;
  }
  .sl-guest-gallery-section {
    padding: 0 0 clamp(100px,12vw,168px);
  }
  .sl-guest-gallery-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 46px;
    padding-bottom: 28px;
    border-bottom: 1px solid #bbb4a3;
  }
  .sl-guest-gallery-head>p {
    margin: 0;
    color: #66695e;
    font-size: 13px;
    letter-spacing: .06em;
  }
  .sl-guest-grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: 76px;
    gap: 18px;
  }
  .sl-guest-tile {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #ded8c9;
  }
  .sl-guest-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
  }
  .sl-guest-tile:hover img {
    transform: scale(1.035);
  }
  .sl-guest-tile figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 15px;
    padding: 44px 20px 18px;
    background: linear-gradient(transparent,rgba(19,22,17,.82));
    color: #fff;
  }
  .sl-guest-tile figcaption strong {
    font-family: Georgia,serif;
    font-size: 20px;
    font-weight: 500;
  }
  .sl-guest-tile figcaption span {
    color: #e4e5de;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sl-guest-tile {
    grid-column: span 4;
    grid-row: span 5;
  }
  .sl-guest-tile:nth-child(6n+1) {
    grid-column: span 7;
    grid-row: span 6;
  }
  .sl-guest-tile:nth-child(6n+2) {
    grid-column: span 5;
    grid-row: span 5;
  }
  .sl-guest-tile:nth-child(6n+3) {
    grid-column: span 5;
    grid-row: span 6;
  }
  .sl-guest-tile:nth-child(6n+4) {
    grid-column: span 7;
    grid-row: span 5;
  }
  .sl-guest-tile:nth-child(6n+5) {
    grid-column: span 4;
    grid-row: span 5;
  }
  .sl-guest-tile:nth-child(6n) {
    grid-column: span 8;
    grid-row: span 5;
  }
  .sl-guest-featured-grid {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: 115px;
    gap: 14px;
    margin-bottom: 34px;
  }
  .sl-guest-featured-grid figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #ded8c9;
  }
  .sl-guest-featured-grid figure:nth-child(1) {
    grid-column: span 7;
    grid-row: span 4;
  }
  .sl-guest-featured-grid figure:nth-child(2) {
    grid-column: span 5;
    grid-row: span 2;
  }
  .sl-guest-featured-grid figure:nth-child(3) {
    grid-column: span 5;
    grid-row: span 2;
  }
  .sl-guest-featured-grid figure:nth-child(4),.sl-guest-featured-grid figure:nth-child(5),.sl-guest-featured-grid figure:nth-child(6) {
    grid-column: span 4;
    grid-row: span 2;
  }
  .sl-guest-featured-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .sl-guest-featured-grid figcaption,.sl-guest-browser-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 12px;
    padding: 34px 16px 13px;
    background: linear-gradient(transparent,rgba(19,22,17,.82));
    color: #fff;
  }
  .sl-guest-featured-grid figcaption strong,.sl-guest-browser-grid figcaption strong {
    font-family: Georgia,serif;
    font-size: 17px;
    font-weight: 500;
  }
  .sl-guest-featured-grid figcaption span,.sl-guest-browser-grid figcaption span {
    color: #e4e5de;
    font-size: 9px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .sl-guest-collections {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
    margin-top: 28px;
  }
  .sl-guest-collection-card {
    display: grid;
    grid-template-columns: 160px 1fr;
    min-height: 170px;
    padding: 0;
    border: 1px solid #d0c8b8;
    background: #f8f5ed;
    color: #2c332d;
    text-align: left;
    overflow: hidden;
  }
  .sl-guest-collection-card:last-child {
    grid-column: 1/-1;
  }
  .sl-guest-collection-image {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #d8d2c5;
  }
  .sl-guest-collection-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .sl-guest-collection-card:hover .sl-guest-collection-image img {
    transform: scale(1.03);
  }
  .sl-guest-collection-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
  }
  .sl-guest-collection-copy small {
    color: #596032;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .sl-guest-collection-copy strong {
    margin: 7px 0 8px;
    font: 600 29px/1.05 Georgia,serif;
  }
  .sl-guest-collection-copy>span {
    color: #66695e;
    font-size: 12px;
    line-height: 1.55;
  }
  .sl-guest-collection-copy em {
    margin-top: 13px;
    color: #596032;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sl-gallery-open {
    overflow: hidden;
  }
  .sl-guest-browser[hidden] {
    display: none !important;
  }
  .sl-guest-browser {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 4vh 24px;
    overflow-y: auto;
    background: rgba(18,22,18,.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .sl-guest-browser-shell {
    width: min(1180px,100%);
    margin: 0 auto;
    min-height: 88vh;
    padding: 30px;
    background: #f7f3e9;
    box-shadow: 0 28px 90px rgba(0,0,0,.38);
  }
  .sl-guest-browser-head {
    position: sticky;
    top: -30px;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin: -30px -30px 30px;
    padding: 24px 30px 20px;
    background: rgba(247,243,233,.96);
    border-bottom: 1px solid #d8d1c3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .sl-guest-browser-head h2 {
    margin: 4px 0 0;
    font: 600 clamp(34px,4vw,52px)/1 Georgia,serif;
    color: #303329;
  }
  .sl-guest-browser-close {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #bdb5a5;
    background: #fff;
    color: #2d332d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
  }
  .sl-guest-browser-intro {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 25px;
  }
  .sl-guest-browser-intro h3 {
    margin: 0;
    font: 600 clamp(32px,4vw,48px)/1 Georgia,serif;
    color: #303329;
  }
  .sl-guest-browser-intro p {
    margin: 0;
    color: #66695e;
    line-height: 1.65;
  }
  .sl-guest-browser-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
  }
  .sl-guest-browser-grid figure {
    position: relative;
    margin: 0;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #ddd6c8;
  }
  .sl-guest-browser-grid img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  @media (max-width:900px) {
    .sl-guest-collections {
      grid-template-columns: 1fr;
    }
    .sl-guest-collection-card:last-child {
      grid-column: auto;
    }
    .sl-guest-browser-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sl-guest-browser-intro {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  @media (max-width:620px) {
    .sl-guest-featured-grid {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 150px;
      gap: 8px;
      margin-bottom: 22px;
    }
    .sl-guest-featured-grid figure {
      grid-column: auto !important;
      grid-row: auto !important;
    }
    .sl-guest-featured-grid figure:first-child {
      grid-column: 1/-1 !important;
    }
    .sl-guest-featured-grid figure:nth-child(n+4) {
      display: none;
    }
    .sl-guest-collections {
      gap: 9px;
      margin-top: 20px;
    }
    .sl-guest-collection-card {
      grid-template-columns: 94px 1fr;
      min-height: 108px;
    }
    .sl-guest-collection-copy {
      padding: 13px 14px;
    }
    .sl-guest-collection-copy strong {
      margin: 4px 0 5px;
      font-size: 22px;
    }
    .sl-guest-collection-copy>span {
      display: none;
    }
    .sl-guest-collection-copy em {
      margin-top: 5px;
      font-size: 9px;
    }
    .sl-guest-browser {
      padding: 0;
      background: #f7f3e9;
    }
    .sl-guest-browser-shell {
      min-height: 100dvh;
      padding: 18px;
      box-shadow: none;
    }
    .sl-guest-browser-head {
      top: -18px;
      margin: -18px -18px 20px;
      padding: 16px 18px 14px;
    }
    .sl-guest-browser-head h2 {
      font-size: 30px;
    }
    .sl-guest-browser-close {
      min-height: 42px;
      padding: 0 12px;
    }
    .sl-guest-browser-grid {
      gap: 7px;
    }
    .sl-guest-browser-grid figure {
      aspect-ratio: 4/5;
    }
    .sl-guest-browser-grid figcaption {
      padding: 28px 10px 9px;
      display: block;
    }
    .sl-guest-browser-grid figcaption strong {
      display: block;
      font-size: 14px;
    }
    .sl-guest-browser-grid figcaption span {
      display: block;
      margin-top: 2px;
      font-size: 8px;
    }
  }
  .sl-guest-proof {
    padding: clamp(92px,11vw,150px) 0;
    background: #30382d;
  }
  .sl-guest-proof h2,.sl-guest-proof p {
    color: #fff;
  }
  .sl-guest-proof-grid>div:last-child>p {
    margin-top: 0;
    color: #e0e3db;
    font-size: 18px;
    line-height: 1.8;
  }
  .sl-guest-proof-links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 30px;
  }
  .sl-guest-proof-links a {
    color: #dce2a2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .sl-guest-contact {
    display: grid;
    grid-template-columns: 1fr minmax(330px,.72fr);
    gap: clamp(50px,9vw,130px);
    align-items: center;
    padding: clamp(88px,11vw,150px) max(24px,calc((100vw - 1180px)/2));
    background: #717943;
    color: #fff;
  }
  .sl-guest-contact h2 {
    color: #fff;
  }
  .sl-guest-contact>div>p:not(.sl-eyebrow) {
    max-width: 690px;
    color: #f0f2e8;
    font-size: 18px;
    line-height: 1.75;
  }
  .sl-guest-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 34px;
    background: #283027;
    border: 1px solid rgba(255,255,255,.24);
  }
  .sl-guest-whatsapp {
    padding: 15px 20px;
    border: 1px solid #cad294;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .sl-guest-contact-actions small {
    margin-top: 6px;
    color: #d3d7cf;
    font-size: 12px;
    line-height: 1.6;
  }
  @media (max-width:900px) {
    .sl-guest-hero {
      grid-template-columns: 1fr;
    }
    .sl-guest-hero-copy {
      min-height: 570px;
    }
    .sl-guest-hero-mosaic {
      min-height: 620px;
    }
    .sl-guest-intro-grid,.sl-guest-proof-grid,.sl-guest-contact {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width:620px) {
    .sl-guest-hero-copy {
      min-height: 430px;
      padding: 72px 24px 46px;
    }
    .sl-guest-hero h1 {
      font-size: 52px;
    }
    .sl-guest-hero-mosaic {
      min-height: 360px;
    }
    .sl-guest-hero-image-1 {
      inset: 5% 4% 25% 12%;
    }
    .sl-guest-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
      grid-auto-rows: auto;
      gap: 10px;
    }
    .sl-guest-tile,.sl-guest-tile-1,.sl-guest-tile-2,.sl-guest-tile-3,.sl-guest-tile-4,.sl-guest-tile-5,.sl-guest-tile-6,.sl-guest-tile-7,.sl-guest-tile-8,.sl-guest-tile-9,.sl-guest-tile-10,.sl-guest-tile-11,.sl-guest-tile-12,.sl-guest-tile-13,.sl-guest-tile-14 {
      grid-column: auto;
      grid-row: auto;
      aspect-ratio: 4/5;
    }
    .sl-guest-tile:nth-child(5n) {
      grid-column: 1/-1;
      aspect-ratio: 4/3;
    }
    .sl-guest-tile figcaption {
      padding: 34px 12px 12px;
    }
    .sl-guest-tile figcaption strong {
      font-size: 16px;
    }
    .sl-guest-tile figcaption span {
      font-size: 9px;
    }
    .sl-guest-gallery-head {
      display: block;
    }
    .sl-guest-gallery-head>p {
      margin-top: 20px;
      line-height: 1.7;
    }
    .sl-guest-contact-actions {
      padding: 27px 22px;
    }
  }
  .sl-footer {
    background: #171812;
    color: #bfc0b7;
    padding: 64px 0 22px;
  }
  .sl-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr .9fr;
    gap: 70px;
  }
  .sl-footer h3 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin: 0 0 18px;
  }
  .sl-footer-grid>div:nth-child(2),.sl-footer-grid>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sl-footer a {
    color: #c8c9c0;
    text-decoration: none;
    font-size: 13px;
  }
  .sl-footer a:hover {
    color: #fff;
  }
  .sl-footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
  }
  .sl-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 44px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8e9187;
  }
  @media (max-width: 900px) {
    .sl-desktop-nav,.sl-nav-cta {
      display: none;
    }
    .sl-menu-toggle {
      display: block;
    }
    .sl-mobile-nav {
      background: #fbfaf6;
      border-top: 1px solid #e5e1d8;
      padding: 14px 20px 22px;
      flex-direction: column;
      gap: 2px;
    }
    .sl-mobile-nav[style*="display: block"],.sl-mobile-nav[style*="display:block"] {
      display: flex !important;
    }
    .sl-mobile-nav a {
      padding: 12px 0;
      color: #2a2b24;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
      border-bottom: 1px solid #eeeae2;
    }
    .sl-mobile-nav .sl-mobile-cta {
      border-bottom: 0;
      color: #6f7640;
    }
    .sl-hero {
      min-height: 600px;
    }
    .sl-proof-grid {
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .sl-destination-grid {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 280px;
    }
    .sl-destination-more {
      grid-template-columns: repeat(2,1fr);
    }
    .sl-destination-more .sl-destination-card {
      min-height: 260px;
    }
    .sl-authority-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sl-authority-grid article:nth-child(2) {
      border-right: 0;
    }
    .sl-authority-grid article:nth-child(-n+2) {
      border-bottom: 1px solid rgba(255,255,255,.16);
    }
    .sl-blog-grid {
      grid-template-columns: 1fr;
    }
    .sl-footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .sl-footer-grid>div:first-child {
      grid-column: span 2;
    }
  }
  @media (max-width: 620px) {
    .sl-container {
      width: min(100% - 28px,1180px);
    }
    .sl-topbar-note,.sl-dot {
      display: none;
    }
    .sl-topbar-inner {
      justify-content: center;
    }
    .sl-contact-links {
      gap: 14px;
    }
    .sl-nav-inner {
      height: 70px;
    }
    .sl-section {
      padding: 68px 0;
    }
    .sl-hero {
      min-height: 590px;
    }
    .sl-hero-content {
      padding-bottom: 54px;
    }
    .sl-hero h1 {
      font-size: 48px;
    }
    .sl-hero-copy {
      font-size: 16px;
    }
    .sl-hero-actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 18px;
    }
    .sl-section-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .sl-destination-grid {
      grid-template-columns: 1fr;
      grid-auto-rows: 300px;
    }
    .sl-destination-more {
      grid-template-columns: 1fr;
    }
    .sl-destination-more .sl-destination-card {
      min-height: 280px;
    }
    .sl-stat-row {
      grid-template-columns: 1fr;
    }
    .sl-authority-grid {
      grid-template-columns: 1fr;
    }
    .sl-authority-grid article,.sl-authority-grid article:nth-child(2) {
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.16);
    }
    .sl-authority-grid article:last-child {
      border-bottom: 0;
    }
    .sl-cta-inner {
      align-items: flex-start;
      flex-direction: column;
    }
    .sl-footer-grid {
      grid-template-columns: 1fr;
    }
    .sl-footer-grid>div:first-child {
      grid-column: auto;
    }
    .sl-footer-bottom {
      gap: 10px;
      flex-direction: column;
    }
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ease: initial;
    }
  }
}
