/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Trebuchet MS","Gill Sans",Verdana,sans-serif;
    --font-serif: "Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,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;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.5rem;
    --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: #173c36;
    --color-neutral: #202f2b;
    --color-background: #f8f6ef;
    --color-muted: #59675f;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .to-background {
    --tw-gradient-to: var(--color-background);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .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-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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-padding-top: 110px;
  }
  body.lr-site {
    margin: 0;
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  body.lr-site h1,body.lr-site h2,body.lr-site h3 {
    font-family: var(--font-serif);
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -.035em;
    color: var(--color-primary);
    margin: 0 0 20px;
  }
  body.lr-site h1 {
    font-size: clamp(2.5rem,5.6vw,5rem);
  }
  body.lr-site h2 {
    font-size: clamp(2rem,3.6vw,3.2rem);
  }
  body.lr-site h3 {
    font-size: 1.55rem;
    letter-spacing: -.02em;
  }
  body.lr-site p {
    margin: 0 0 20px;
  }
  body.lr-site a {
    color: inherit;
    text-decoration: none;
  }
  body.lr-site img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  body.lr-site button,body.lr-site input,body.lr-site select {
    font: inherit;
  }
  body.lr-site button,body.lr-site summary {
    cursor: pointer;
  }
  body.lr-site :focus-visible {
    outline: 3px solid #b1742d;
    outline-offset: 5px;
  }
  body.lr-site svg {
    flex-shrink: 0;
  }
  body.lr-site em {
    font-weight: 400;
  }
}
@layer components {
  .lr-wrap {
    width: min(1256px,calc(100% - 96px));
    margin-inline: auto;
  }
  .lr-section {
    padding-block: 90px;
  }
  .lr-skip {
    position: absolute;
    left: 20px;
    top: -100px;
    background: #173c36;
    color: #fff !important;
    padding: 12px 24px;
    z-index: 1000;
  }
  .lr-skip:focus {
    top: 20px;
  }
  .lr-preview-note {
    padding: 7px 20px;
    text-align: center;
    background: #e8dfce;
    color: #55401f;
    font-size: 12px;
    letter-spacing: .08em;
  }
  .lr-header {
    background: #f8f6eff5;
    border-bottom: 1px solid #d8ddd2;
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(12px);
  }
  .lr-header-inner {
    width: min(1440px,calc(100% - 80px));
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 36px;
    justify-content: space-between;
  }
  .lr-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--color-primary);
    font-family: var(--font-serif);
    line-height: 1;
    font-size: 25px;
    letter-spacing: .075em;
  }
  .lr-brand-mark {
    border-right: 1px solid #b9c5bb;
    padding-right: 13px;
  }
  .lr-brand-bottom {
    display: block;
    font-size: 23px;
    letter-spacing: .10em;
    margin-top: 5px;
  }
  .lr-brand-de {
    font-size: 14px;
    letter-spacing: 0;
  }
  .lr-desktop-nav {
    display: flex;
    gap: 25px;
    align-items: center;
    font-size: 14px;
  }
  .lr-desktop-nav a {
    border-bottom: 1px solid transparent;
    padding-block: 11px;
  }
  .lr-desktop-nav a:hover,.lr-desktop-nav a[aria-current] {
    border-color: var(--color-primary);
  }
  .lr-header-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    border: 1px solid #b5c4b8;
    padding: 11px 18px;
  }
  .lr-mobile-nav {
    display: none;
  }
  .lr-kicker {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 11px;
    font-weight: 700;
    display: block;
    color: #587064;
    margin-bottom: 20px;
  }
  .lr-button {
    background: var(--color-primary);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 50px;
    padding: 14px 25px;
    border: 1px solid var(--color-primary);
    font-size: 14px;
    text-align: center;
    transition: background .2s;
  }
  .lr-button:hover {
    background: #285349;
  }
  .lr-textlink {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 0;
    border-bottom: 1px solid #a5b4a8;
  }
  .lr-textlink:hover {
    border-color: currentColor;
  }
  .lr-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
  }
  .lr-hero {
    display: grid;
    grid-template-columns: 47% 53%;
    min-height: 690px;
    max-width: 1600px;
    margin: auto;
  }
  .lr-hero-copy {
    padding: 70px 55px 30px max(48px,calc((100vw - 1256px)/2));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lr-hero h1 {
    font-size: clamp(3rem,4.7vw,4.7rem);
    line-height: 1.03;
    margin-bottom: 28px;
  }
  .lr-hero h1 em {
    color: #7a6b4d;
  }
  .lr-hero-copy>p {
    max-width: 480px;
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.8;
  }
  .lr-hero .lr-actions {
    gap: 16px;
  }
  .lr-hero .lr-textlink {
    font-size: 12px;
  }
  .lr-hero-note {
    border-top: 1px solid #d6d8cc;
    padding-top: 23px;
    margin-top: 45px;
    max-width: 440px;
    display: flex;
    gap: 22px;
    font-size: 11px;
    color: #5c6c61;
  }
  .lr-hero-note>span {
    color: #967346;
    white-space: nowrap;
  }
  .lr-hero-image {
    position: relative;
    overflow: hidden;
    min-height: 690px;
    margin: 0;
  }
  .lr-hero-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    object-position: 50% center;
  }
  .lr-hero-image:after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent,rgba(8,31,25,.65));
  }
  .lr-hero-image figcaption {
    position: absolute;
    bottom: 38px;
    left: 42px;
    right: 30px;
    z-index: 1;
    color: white;
    display: grid;
    gap: 6px;
  }
  .lr-hero-image figcaption>span {
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 10px;
  }
  .lr-hero-image strong {
    font: 400 28px var(--font-serif);
  }
  .lr-hero-image small {
    font-size: 10px;
    opacity: .85;
  }
  .lr-principles {
    border-block: 1px solid #d8ddd2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 1600px;
    margin: auto;
  }
  .lr-principles>div {
    padding: 25px 35px;
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 13px;
    border-right: 1px solid #d8ddd2;
    align-content: center;
  }
  .lr-principles>div:last-child {
    border: 0;
  }
  .lr-principles span {
    grid-row: span 2;
    font: italic 24px var(--font-serif);
    color: #967346;
  }
  .lr-principles strong {
    font-size: 13px;
    font-weight: 700;
  }
  .lr-principles small {
    font-size: 11px;
    color: #64756a;
  }
  .lr-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 45px;
    margin-bottom: 35px;
  }
  .lr-section-head h2 {
    margin-bottom: 0;
  }
  .lr-section-head>p {
    max-width: 410px;
    color: var(--color-muted);
    font-size: 14px;
    margin: 0;
  }
  .lr-destination-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-block: 1px solid #cfd8cb;
  }
  .lr-destination {
    padding: 32px 24px 30px;
    border-right: 1px solid #cfd8cb;
    transition: background .2s;
  }
  .lr-destination:last-child {
    border: 0;
  }
  .lr-destination:hover {
    background: #edf0e7;
  }
  .lr-region-code {
    display: block;
    font: 400 58px var(--font-serif);
    letter-spacing: -.08em;
    color: #7e9282;
    line-height: 1;
    margin-bottom: 44px;
  }
  .lr-destination p {
    font-size: 13px;
    color: var(--color-muted);
    min-height: 66px;
  }
  .lr-destination h3 {
    font-size: 27px;
  }
  .lr-destination .lr-textlink {
    font-size: 12px;
  }
  .lr-soft-section {
    background: #eef0e7;
  }
  .lr-topic-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 30px;
  }
  .lr-topic {
    display: flex;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid #c9d3c5;
  }
  .lr-topic>span {
    font-size: 11px;
    color: #738374;
  }
  .lr-topic>svg {
    margin-top: 4px;
    width: 16px;
  }
  .lr-topic h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .lr-topic p {
    font-size: 13px;
    color: var(--color-muted);
    margin: 0;
    line-height: 1.65;
  }
  .lr-topic>div {
    flex: 1;
  }
  .lr-clinic-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
  }
  .lr-clinic-card {
    border: 1px solid #d0d9cc;
    background: #fcfcf8;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .lr-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16/10;
  }
  .lr-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
  }
  .lr-clinic-card:hover .lr-card-image img {
    transform: scale(1.025);
  }
  .lr-card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .lr-card-body .lr-kicker {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: .07em;
    margin-bottom: 14px;
  }
  .lr-card-body h3 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .lr-card-body p {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.75;
    flex: 1;
  }
  .lr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 22px;
  }
  .lr-tags span {
    background: #edf1e8;
    color: #48624e;
    padding: 4px 9px;
    font-size: 10px;
    line-height: 1.5;
  }
  .lr-card-body .lr-textlink {
    align-self: flex-start;
    font-size: 12px;
  }
  .lr-caption {
    color: #647166;
    font-size: 11px !important;
    line-height: 1.7 !important;
    margin-top: 17px !important;
  }
  .lr-mallorca {
    background: #183e36;
    color: #f4f5eb;
  }
  .lr-mallorca .lr-kicker,.lr-mallorca .lr-section-head p {
    color: #c4d0bb;
  }
  .lr-mallorca h2 {
    color: #fff !important;
  }
  .lr-mallorca-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 32px;
    margin-bottom: 28px;
  }
  .lr-mallorca .lr-clinic-card {
    background: #f7f7ed;
    border: none;
    color: var(--color-primary);
  }
  .lr-mallorca .lr-card-image {
    aspect-ratio: 16/9;
  }
  .lr-guide-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 32px;
  }
  .lr-guide-card {
    border-top: 1px solid #b9c8b7;
    padding: 25px 0 12px;
    display: flex;
    flex-direction: column;
  }
  .lr-guide-card h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  .lr-guide-card p {
    font-size: 13px;
    color: var(--color-muted);
    flex: 1;
  }
  .lr-guide-card .lr-textlink {
    align-self: flex-start;
    font-size: 12px;
  }
  .lr-editorial-panel {
    border-top: 1px solid #a5b89f;
    padding: 60px 6% 70px;
    text-align: center;
    margin-bottom: 90px;
    background: #edf0e5;
  }
  .lr-editorial-panel p {
    max-width: 650px;
    margin: 0 auto 22px;
    color: var(--color-muted);
    font-size: 14px;
  }
  .lr-footer {
    background: #e5e9dd;
    border-top: 1px solid #bdcbb7;
    padding: 65px 0 25px;
  }
  .lr-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 65px;
  }
  .lr-footer h2 {
    font-size: 36px !important;
  }
  .lr-footer-top p {
    max-width: 420px;
    font-size: 13px;
    color: var(--color-muted);
  }
  .lr-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
  }
  .lr-footer-links h3 {
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
  }
  .lr-footer a:hover {
    text-decoration: underline;
  }
  .lr-health-note {
    border-top: 1px solid #bacab3;
    padding: 25px 0;
    margin-top: 30px;
    font-size: 11px;
    color: #52674f;
  }
  .lr-footer-bottom {
    border-top: 1px solid #bacab3;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 11px;
  }
  .lr-footer-bottom>div {
    display: flex;
    gap: 20px;
  }
  .lr-footer-bottom small {
    font-size: 10px;
    width: 100%;
    color: #5c7158;
  }
  .lr-page-hero {
    padding-top: 28px;
    padding-bottom: 48px;
  }
  .lr-breadcrumb {
    font-size: 11px;
    color: #687769;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
  }
  .lr-breadcrumb a:hover {
    text-decoration: underline;
  }
  .lr-page-hero h1 {
    max-width: 1020px;
    font-size: clamp(2.4rem,4.9vw,4.2rem);
    line-height: 1.12;
  }
  .lr-lead {
    font-size: 18px;
    color: #576d5b;
    max-width: 900px;
    line-height: 1.75;
  }
  .lr-article-meta {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    color: #647464;
    border-top: 1px solid #d4dbcc;
    padding-top: 20px;
    margin-top: 25px;
  }
  .lr-draft-label {
    background: #e8dfce;
    padding: 3px 9px;
    color: #6b542f;
  }
  .lr-article-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 285px;
    gap: 65px;
    padding-bottom: 60px;
    align-items: start;
  }
  .lr-prose {
    font-size: 16px;
    line-height: 1.85;
    min-width: 0;
  }
  .lr-prose>h2 {
    font-size: 32px !important;
    padding-top: 35px;
    margin-top: 12px;
    margin-bottom: 20px;
    scroll-margin-top: 105px;
  }
  .lr-prose>h3 {
    font-size: 25px !important;
    padding-top: 15px;
  }
  .lr-prose>p {
    margin-bottom: 24px;
  }
  .lr-prose>p a,.lr-prose li a,.lr-prose td a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #315b44;
  }
  .lr-prose ul,.lr-prose ol {
    padding-left: 24px;
    margin: 20px 0 30px;
  }
  .lr-prose li {
    margin-bottom: 10px;
  }
  .lr-prose ul {
    list-style: disc;
  }
  .lr-prose ol {
    list-style: decimal;
  }
  .lr-prose strong {
    font-weight: 700;
  }
  .lr-prose .lr-clinic-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-block: 25px;
  }
  .lr-prose .lr-card-body {
    padding: 23px;
  }
  .lr-prose .lr-card-body p {
    font-size: 13px;
    line-height: 1.7;
  }
  .lr-prose .lr-card-body h3 {
    font-size: 24px;
  }
  .lr-prose .lr-kicker {
    margin-bottom: 12px;
  }
  .lr-prose-wide .lr-guide-grid {
    margin-block: 35px 70px;
  }
  .lr-hub-content {
    padding-bottom: 60px;
  }
  .lr-hub-content .lr-prose>p {
    max-width: 860px;
  }
  .lr-prose .lr-guide-card p {
    font-size: 14px;
  }
  .lr-prose details {
    border-bottom: 1px solid #cbd7c4;
    padding: 18px 0;
  }
  .lr-prose summary {
    font-weight: 700;
    color: #234931;
  }
  .lr-prose details p {
    padding: 15px 0 0;
    margin-bottom: 5px;
  }
  .lr-info-box,.lr-prose .lr-summary {
    padding: 26px 30px;
    background: #eaf0e4;
    border-left: 3px solid #7c9773;
    margin: 25px 0 35px;
  }
  .lr-info-box h3 {
    font-size: 25px !important;
  }
  .lr-info-box p {
    font-size: 14px;
    color: #4c644e;
    margin: 0 0 15px;
  }
  .lr-summary p:last-child {
    margin-bottom: 0;
  }
  .lr-summary strong {
    color: #2b502b;
  }
  .lr-profile-image {
    margin: 0 0 25px;
  }
  .lr-profile-image img {
    width: 100%;
    height: auto;
    max-height: 470px;
    object-fit: cover;
  }
  .lr-profile-image figcaption {
    font-size: 10px;
    color: #688060;
    margin-top: 10px;
  }
  .lr-facts {
    background: #eef1e7;
    border: 1px solid #cbd8c3;
    padding: 25px;
    margin-bottom: 30px;
  }
  .lr-facts h2 {
    font-size: 30px !important;
  }
  .lr-facts dl {
    margin: 0 0 24px;
  }
  .lr-facts dl>div {
    border-top: 1px solid #c6d4bf;
    padding: 12px 0;
  }
  .lr-facts dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6b7e61;
    margin-bottom: 4px;
  }
  .lr-facts dd {
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
  }
  .lr-facts .lr-button {
    width: 100%;
    font-size: 12px;
    padding: 12px;
    gap: 10px;
  }
  .lr-toc {
    border-top: 1px solid #a8bda0;
    padding-top: 25px;
    display: grid;
    gap: 12px;
    margin-bottom: 35px;
  }
  .lr-toc h2 {
    font-family: var(--font-sans) !important;
    font-size: 12px !important;
    letter-spacing: .06em !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
  }
  .lr-toc a {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 13px;
    border-left: 1px solid #c6d4bf;
  }
  .lr-toc a:hover {
    border-color: #537b43;
    color: #315823;
  }
  .lr-aside-help {
    padding: 25px;
    background: #f0eadc;
    font-size: 13px;
    color: #626f57;
  }
  .lr-aside-help h3 {
    font-size: 26px;
  }
  .lr-aside-help .lr-textlink {
    font-size: 12px;
  }
  .lr-more {
    padding-bottom: 65px;
    padding-top: 20px;
    border-top: 1px solid #c5d3bd;
  }
  .lr-table-wrap {
    overflow-x: auto;
    margin: 25px 0;
    max-width: 100%;
  }
  .lr-prose table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
  }
  .lr-prose th,.lr-prose td {
    padding: 15px 14px;
    border: 1px solid #c6d4bf;
    vertical-align: top;
    text-align: left;
  }
  .lr-prose th {
    background: #e8eede;
    color: #23452b;
    font-weight: 700;
  }
  .lr-prose .lr-sources {
    font-size: 12px;
    color: #5c7354;
    border-top: 1px solid #c7d3bf;
    margin-top: 45px;
    padding-top: 24px;
  }
  .lr-prose .lr-sources h2 {
    font: 700 13px var(--font-sans);
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .lr-sources a {
    overflow-wrap: anywhere;
  }
  .lr-finder-layout {
    display: grid;
    grid-template-columns: 255px minmax(0,1fr);
    gap: 36px;
    padding-bottom: 90px;
    align-items: start;
  }
  .lr-filter {
    background: #edf0e5;
    border: 1px solid #c9d6bf;
    padding: 26px;
    position: sticky;
    top: 125px;
  }
  .lr-filter h2 {
    font-size: 25px !important;
  }
  .lr-filter form {
    display: grid;
    gap: 9px;
  }
  .lr-filter label {
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px;
  }
  .lr-filter input,.lr-filter select {
    background: #fcfcf6;
    border: 1px solid #a6b79a;
    min-height: 45px;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    color: #23452b;
    padding: 10px;
    box-shadow: none;
    appearance: auto;
  }
  .lr-filter .lr-button {
    font-size: 12px;
    gap: 9px;
    margin-top: 15px;
    padding: 12px 10px;
    width: 100%;
  }
  .lr-reset {
    text-decoration: underline !important;
    font-size: 11px;
    text-align: center;
    padding: 8px;
  }
  .lr-results-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #c5d2bb;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .lr-results-head h2 {
    font-size: 28px !important;
    margin: 0 !important;
  }
  .lr-results-head>span {
    font-size: 10px;
    color: #6b7d61;
  }
  .lr-results .lr-clinic-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .lr-results .lr-info-box {
    margin-top: 35px;
  }
  .lr-empty {
    padding: 50px 30px;
    border: 1px solid #c1d0b5;
  }
  .lr-empty p {
    max-width: 650px;
  }
  .lr-empty h3 {
    font-size: 30px;
  }
  .lr-article-aside {
    min-width: 0;
  }
  .lr-prose-wide .lr-clinic-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  @media (min-width:1600px) {
    .lr-hero-copy {
      padding-left: 92px;
    }
  }
  @media (max-width:1100px) {
    .lr-header-inner {
      width: calc(100% - 48px);
      gap: 22px;
    }
    .lr-desktop-nav {
      gap: 16px;
    }
    .lr-header-cta {
      display: none;
    }
    .lr-wrap {
      width: calc(100% - 60px);
    }
    .lr-hero-copy {
      padding-left: 30px;
      padding-right: 30px;
    }
    .lr-hero,.lr-hero-image {
      min-height: 620px;
    }
    .lr-hero .lr-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .lr-article-layout {
      gap: 36px;
      grid-template-columns: minmax(0,1fr) 260px;
    }
    .lr-topic-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .lr-destination {
      padding-inline: 18px;
    }
    .lr-finder-layout {
      gap: 25px;
      grid-template-columns: 235px minmax(0,1fr);
    }
    .lr-filter {
      padding: 20px;
    }
    .lr-card-body {
      padding: 22px;
    }
    .lr-section {
      padding-block: 65px;
    }
    .lr-footer-top {
      gap: 35px;
    }
    .lr-guide-grid {
      gap: 25px;
    }
  }
  @media (max-width:800px) {
    .lr-desktop-nav {
      display: none;
    }
    .lr-mobile-nav {
      display: block;
    }
    .lr-mobile-nav summary {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 20px;
      font-size: 13px;
      padding: 14px 0;
    }
    .lr-mobile-nav summary::-webkit-details-marker {
      display: none;
    }
    .lr-mobile-nav summary>span {
      font-size: 22px;
    }
    .lr-mobile-nav nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #f8f6ef;
      border-bottom: 1px solid #b5c7a7;
      padding: 12px 28px 24px;
      display: grid;
      box-shadow: 0 14px 20px #173c3612;
    }
    .lr-mobile-nav nav a {
      padding: 10px;
      border-bottom: 1px solid #d0dbc7;
    }
    .lr-header-inner {
      height: 80px;
    }
    .lr-header {
      backdrop-filter: none;
    }
    .lr-hero {
      grid-template-columns: 1fr;
      min-height: 0;
    }
    .lr-hero-copy {
      padding: 50px 30px 40px;
    }
    .lr-hero h1 {
      font-size: clamp(3rem,8vw,4.7rem);
    }
    .lr-hero h1 br:nth-of-type(3) {
      display: none;
    }
    .lr-hero-copy>p {
      max-width: 580px;
    }
    .lr-hero .lr-actions {
      flex-direction: row;
      align-items: center;
      gap: 25px;
    }
    .lr-hero-note {
      margin-top: 30px;
      width: 100%;
      max-width: none;
    }
    .lr-hero-image {
      min-height: 380px;
      height: 50vw;
      max-height: 470px;
    }
    .lr-hero-image>img {
      object-position: 50% 48%;
    }
    .lr-principles>div {
      padding: 20px 18px;
      grid-template-columns: 1fr;
      gap: 7px;
    }
    .lr-principles span {
      font-size: 20px;
    }
    .lr-principles strong {
      font-size: 11px;
    }
    .lr-principles small {
      font-size: 10px;
    }
    .lr-section-head {
      gap: 25px;
      align-items: flex-start;
      flex-direction: column;
    }
    .lr-section-head>p {
      max-width: 650px;
    }
    .lr-destination-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .lr-destination {
      padding: 26px;
      border-bottom: 1px solid #cfd8cb;
    }
    .lr-destination:nth-child(2) {
      border-right: 0;
    }
    .lr-destination:nth-child(3) {
      border-bottom: 0;
    }
    .lr-region-code {
      margin-bottom: 26px;
    }
    .lr-destination p {
      min-height: 0;
    }
    .lr-clinic-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .lr-clinic-grid>.lr-clinic-card:last-child:nth-child(odd) {
      grid-column: 1/-1;
    }
    .lr-mallorca-grid {
      gap: 22px;
    }
    .lr-guide-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .lr-footer-top {
      grid-template-columns: repeat(2,1fr);
    }
    .lr-footer-top>div:first-child {
      grid-column: 1/-1;
    }
    .lr-footer-top p {
      max-width: 600px;
    }
    .lr-article-layout {
      display: flex;
      flex-direction: column;
      gap: 35px;
    }
    .lr-prose {
      width: 100%;
    }
    .lr-article-aside {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 25px;
    }
    .lr-toc {
      align-self: start;
    }
    .lr-aside-help {
      align-self: start;
    }
    .lr-breadcrumb {
      margin-bottom: 30px;
    }
    .lr-page-hero {
      padding-bottom: 30px;
    }
    .lr-finder-layout {
      grid-template-columns: 1fr;
    }
    .lr-filter {
      position: static;
    }
    .lr-filter form {
      grid-template-columns: repeat(2,1fr);
      gap: 12px 20px;
    }
    .lr-filter label {
      grid-column: 1/-1;
      margin-top: 5px;
    }
    .lr-filter input,.lr-filter select {
      grid-column: 1/-1;
    }
    .lr-filter .lr-button {
      margin: 5px 0 0;
    }
    .lr-reset {
      align-self: center;
    }
    .lr-prose-wide .lr-clinic-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .lr-editorial-panel {
      margin-bottom: 55px;
      padding: 40px 28px;
    }
    .lr-article-meta {
      gap: 10px;
    }
    .lr-prose>h2 {
      scroll-margin-top: 90px;
    }
  }
  @media (max-width:520px) {
    .lr-wrap {
      width: calc(100% - 40px);
    }
    .lr-header-inner {
      width: calc(100% - 40px);
    }
    .lr-brand {
      font-size: 22px;
      gap: 10px;
    }
    .lr-brand-bottom {
      font-size: 20px;
    }
    .lr-brand-mark {
      padding-right: 10px;
    }
    .lr-hero-copy {
      padding: 40px 20px 30px;
    }
    .lr-hero h1 {
      font-size: 48px;
    }
    .lr-hero .lr-actions {
      gap: 14px;
      align-items: flex-start;
      flex-direction: column;
    }
    .lr-hero-image {
      min-height: 320px;
    }
    .lr-hero-image figcaption {
      left: 25px;
      bottom: 26px;
    }
    .lr-hero-image strong {
      font-size: 24px;
    }
    .lr-principles {
      grid-template-columns: 1fr;
    }
    .lr-principles>div {
      grid-template-columns: 25px 1fr;
      column-gap: 15px;
      padding: 15px 20px;
      border-right: 0;
      border-bottom: 1px solid #d8ddd2;
    }
    .lr-principles span {
      grid-row: span 2;
    }
    .lr-principles strong {
      font-size: 12px;
    }
    .lr-topic-grid {
      grid-template-columns: 1fr;
    }
    .lr-topic {
      padding: 22px 0;
    }
    .lr-section {
      padding-block: 50px;
    }
    .lr-section-head {
      margin-bottom: 25px;
    }
    .lr-clinic-grid,.lr-mallorca-grid,.lr-guide-grid,.lr-results .lr-clinic-grid,.lr-prose .lr-clinic-grid,.lr-prose-wide .lr-clinic-grid {
      grid-template-columns: 1fr;
    }
    .lr-destination {
      padding: 22px 15px;
    }
    .lr-region-code {
      font-size: 46px;
      margin-bottom: 24px;
    }
    .lr-destination h3 {
      font-size: 23px;
    }
    .lr-destination p {
      font-size: 12px;
    }
    .lr-destination .lr-textlink {
      font-size: 10px;
      gap: 8px;
    }
    .lr-destination .lr-textlink svg {
      width: 16px;
    }
    .lr-lead {
      font-size: 16px;
    }
    .lr-page-hero h1 {
      font-size: 36px;
      overflow-wrap: break-word;
    }
    .lr-page-hero {
      padding-top: 22px;
    }
    .lr-article-aside {
      grid-template-columns: 1fr;
    }
    .lr-prose {
      font-size: 15px;
    }
    .lr-prose>h2 {
      font-size: 28px !important;
    }
    .lr-prose th,.lr-prose td {
      padding: 11px;
      min-width: 135px;
    }
    .lr-info-box,.lr-prose .lr-summary {
      padding: 22px;
    }
    .lr-filter form {
      display: block;
    }
    .lr-filter label {
      display: block;
      margin: 16px 0 7px;
    }
    .lr-filter .lr-button {
      margin: 20px 0 10px;
    }
    .lr-reset {
      display: block;
    }
    .lr-results-head {
      align-items: flex-start;
      flex-direction: column;
    }
    .lr-footer {
      padding-top: 45px;
    }
    .lr-footer-top {
      gap: 30px 20px;
    }
    .lr-footer h2 {
      font-size: 31px !important;
    }
    .lr-editorial-panel h2 {
      font-size: 30px;
    }
    .lr-guide-grid {
      gap: 18px;
    }
    .lr-empty {
      padding: 30px 20px;
    }
    .lr-prose .lr-card-body h3 {
      font-size: 24px !important;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto !important;
    }
    *,*:before,*:after {
      transition: none !important;
      animation: none !important;
    }
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
