/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #0B1F33;
    --color-green: #159A73;
    --color-action: #0E7555;
    --color-mint: #EAF7F3;
    --color-orange: #F59E42;
    --color-ink: #17212B;
  }
}
@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;
  }
  .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;
    }
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
}
:root {
  --navy: var(--color-navy,#0B1F33);
  --green: var(--color-green,#159A73);
  --action: var(--color-action,#0E7555);
  --mint: var(--color-mint,#EAF7F3);
  --orange: var(--color-orange,#F59E42);
  --ink: var(--color-ink,#17212B);
  --muted: #52616E;
  --grey: #F5F7F9;
  --line: #DEE6E8;
  --white: #fff;
  --radius: 20px;
  --content: 1200px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size: 17px;
  line-height: 1.7;
}
button,input,select,textarea {
  font: inherit;
}
button,select {
  cursor: pointer;
}
a {
  color: var(--action);
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,a,input,select,textarea {
  touch-action: manipulation;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,h2,h3,h4 {
  font-family: Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: var(--navy);
  line-height: 1.13;
  letter-spacing: -.035em;
  margin: 0 0 20px;
  font-weight: 750;
}
h1 {
  font-size: clamp(38px,5vw,64px);
}
h2 {
  font-size: clamp(29px,3vw,40px);
}
h3 {
  font-size: 23px;
}
p {
  margin: 0 0 20px;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 4px;
}
::selection {
  background: #D0EDE3;
  color: var(--navy);
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: var(--content);
  margin-inline: auto;
  width: calc(100% - 64px);
}
.section {
  padding: 84px 0;
}
.soft {
  background: var(--grey);
}
.muted {
  color: var(--muted);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--action);
  margin-bottom: 22px;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}
.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-lg {
  width: 30px;
  height: 30px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  padding: 12px 20px;
  background: var(--navy);
  color: #fff;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.admin-bar .site-header {
  top: 32px;
}
.header-inner {
  min-height: 87px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-decoration: none;
  white-space: nowrap;
}
.brand-icon {
  width: 29px;
  height: 35px;
  color: var(--green);
}
.wordmark span span {
  color: var(--action);
}
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 32px;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.main-nav a:hover {
  color: var(--action);
}
.main-nav a[aria-current=page] {
  color: var(--action);
  text-decoration: underline;
}
.main-nav .button {
  color: #fff;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  min-width: 46px;
  min-height: 46px;
  margin-left: auto;
  color: var(--navy);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid var(--action);
  border-radius: 10px;
  background: var(--action);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background .15s,border-color .15s;
}
.button:hover {
  background: #0B6046;
  border-color: #0B6046;
  color: #fff;
  text-decoration: none;
}
.button-outline {
  background: transparent;
  border-color: #BDCCC9;
  color: var(--navy);
}
.button-outline:hover {
  background: var(--mint);
  border-color: var(--action);
  color: var(--navy);
}
.button .icon {
  width: 18px;
  height: 18px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.hero {
  padding: 69px 0 0;
  background: #FCFEFD;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  gap: 66px;
}
.hero h1 {
  font-size: clamp(46px,5.9vw,79px);
  letter-spacing: -.06em;
  line-height: 1.06;
  margin-bottom: 24px;
  max-width: 670px;
}
.hero h1 span {
  color: var(--action);
}
.hero-copy>p {
  font-size: 17px;
  max-width: 560px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero-art {
  position: relative;
  min-height: 370px;
  border-radius: 32px;
  background: var(--mint);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art:before,.hero-art:after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid #BCDCD0;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hero-art:after {
  width: 310px;
  height: 310px;
}
.art-orbit {
  width: 150px;
  height: 150px;
  position: absolute;
  border: 1px solid #BCDCD0;
  border-radius: 50%;
}
.art-dot {
  position: absolute;
  background: var(--orange);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  top: 43px;
  right: 60px;
}
.journey-card {
  position: relative;
  z-index: 1;
  background: #fff;
  width: calc(100% - 82px);
  max-width: 330px;
  padding: 27px 27px 22px;
  border: 1px solid #DCEAE4;
  box-shadow: 0 16px 40px #0B1F330C;
  border-radius: 20px;
  transform: rotate(-3deg);
}
.journey-card .eyebrow {
  margin: 0 0 22px;
  font-size: 10px;
  letter-spacing: .13em;
}
.journey-stop {
  display: flex;
  gap: 14px;
  align-items: center;
  line-height: 1.3;
}
.stop-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid var(--green);
  background: #fff;
  flex-shrink: 0;
}
.stop-dot.solid {
  background: var(--green);
}
.journey-stop small {
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 650;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
}
.journey-stop strong {
  font-size: 24px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: -.03em;
}
.journey-line {
  height: 27px;
  border-left: 1.5px dashed #86BAA8;
  margin: 7px 0 7px 5px;
}
.journey-card-foot {
  border-top: 1px dashed var(--line);
  margin-top: 24px;
  padding-top: 14px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
}
.art-note {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 24px;
  display: flex;
  gap: 11px;
  align-items: center;
  background: var(--navy);
  color: #fff;
  border-radius: 13px;
  padding: 13px 19px;
  transform: rotate(3deg);
  font-size: 12px;
  box-shadow: 0 6px 22px #0B1F3310;
}
.art-note .icon {
  color: #86D6BC;
}
.art-note strong {
  display: block;
  font-size: 13px;
}
.art-note span {
  color: #C2D0DC;
  font-size: 11px;
}
.route-finder-shell {
  padding-top: 48px;
  padding-bottom: 0;
}
.route-finder {
  display: grid;
  grid-template-columns: 1fr 46px 1fr auto;
  gap: 16px;
  align-items: end;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 32px #0B1F3308;
}
.field label {
  display: block;
  color: var(--navy);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.field select,.field input,.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  border: 1px solid #BBCACB;
  min-height: 52px;
  border-radius: 9px;
  padding: 12px 14px;
  background: #fff;
  color: var(--navy);
  font-size: 16px;
}
.field select {
  padding-right: 24px;
}
.swap-button {
  width: 46px;
  height: 52px;
  background: var(--mint);
  border: 0;
  border-radius: 9px;
  color: var(--action);
}
.route-finder .button {
  min-height: 53px;
  padding-inline: 29px;
}
.form-note {
  grid-column: 1/-1;
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.form-note .icon {
  width: 15px;
  height: 15px;
}
.form-error {
  grid-column: 1/-1;
  color: #9A3023;
  font-size: 14px;
  margin: 0;
}
.trust-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 29px 0;
  color: var(--muted);
  font-size: 12px;
  border-bottom: 1px solid var(--line);
}
.trust-strip>span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.trust-strip .icon {
  width: 18px;
  height: 18px;
  color: var(--action);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}
.section-heading h2 {
  margin-bottom: 10px;
}
.section-heading p {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}
.section-heading .text-link {
  white-space: nowrap;
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.route-card {
  padding: 22px 23px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: border-color .15s,box-shadow .15s;
}
.route-card:hover {
  border-color: #9FC4B8;
  box-shadow: 0 9px 20px #0B1F3306;
}
.route-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--mint);
  color: var(--action);
  width: 42px;
  height: 42px;
  border-radius: 11px;
}
.route-card-top .muted {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.route-card-origin {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 3px;
}
.route-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.route-card h3 .icon {
  width: 17px;
  color: var(--action);
}
.route-card .text-link {
  border-top: 1px solid #EDF0F1;
  padding-top: 11px;
  justify-content: space-between;
  margin-top: auto;
  font-size: 12px;
}
.operator-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.operator-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--navy);
  font-size: 14px;
  font-weight: 650;
  min-height: 89px;
}
.operator-card .operator-initial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .03em;
  flex-shrink: 0;
}
.operator-card .icon {
  width: 16px;
  margin-left: auto;
  color: var(--action);
}
a.operator-card:hover {
  border-color: var(--action);
}
.section-bottom {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.fare-feature {
  background: var(--mint);
  border-radius: 28px;
  padding: 50px 56px;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: center;
}
.fare-feature h2 {
  font-size: clamp(34px,3.5vw,44px);
}
.fare-feature p {
  font-size: 15px;
  color: var(--muted);
  max-width: 480px;
}
.fare-checks {
  background: #fff;
  border: 1px solid #D3E7DF;
  border-radius: 17px;
  padding: 27px;
}
.fare-checks>div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #E9EFEC;
}
.fare-checks>div:last-child {
  border: 0;
}
.fare-checks .icon {
  color: var(--action);
  width: 20px;
}
.fare-checks strong {
  font-size: 13px;
  color: var(--navy);
  font-weight: 650;
}
.fare-checks small {
  font-size: 11px;
  color: var(--muted);
  display: block;
}
.terminal-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.terminal-art {
  background: var(--grey);
  border: 1px solid var(--line);
  padding: 36px;
  border-radius: 24px;
  min-height: 285px;
  display: grid;
  align-content: center;
  gap: 13px;
}
.terminal-row {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
}
.terminal-row .icon {
  color: var(--action);
}
.terminal-row strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}
.terminal-row small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.terminal-row>span:last-child {
  margin-left: auto;
  color: var(--action);
}
.terminal-feature p {
  color: var(--muted);
  font-size: 16px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 36px;
}
.benefit-grid h3 {
  font-size: 18px;
  margin: 20px 0 12px;
}
.benefit-grid p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.85;
}
.benefit-grid .icon {
  color: var(--action);
  width: 27px;
  height: 27px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.article-card {
  min-width: 0;
}
.article-card-media {
  background: var(--mint);
  aspect-ratio: 1.8;
  border-radius: 15px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card-media .icon {
  width: 52px;
  height: 52px;
  color: #498974;
}
.article-category {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--action);
  margin-bottom: 10px;
}
.article-card h3 {
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 10px;
}
.article-card h3 a {
  color: var(--navy);
  text-decoration: none;
}
.article-card h3 a:hover {
  text-decoration: underline;
}
.article-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 12px;
}
.article-meta {
  font-size: 12px;
  color: var(--muted);
}
.empty-state {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--grey);
  max-width: 100%;
  font-size: 15px;
  color: var(--muted);
}
.empty-state h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.final-cta {
  padding: 35px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.final-cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.final-cta h2 {
  font-size: 25px;
  margin: 0 0 7px;
}
.final-cta p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.site-footer {
  padding: 64px 0 0;
  background: #FCFDFD;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr 1fr;
  gap: 56px;
}
.footer-brand p {
  font-size: 13px;
  color: var(--muted);
  max-width: 270px;
  margin-top: 18px;
}
.footer-grid h2 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 10px 0 19px;
}
.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-grid li {
  margin: 0;
}
.footer-grid li a {
  font-size: 12px;
  color: var(--muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 39px;
}
.footer-grid li a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 23px 0;
  margin-top: 42px;
  font-size: 11px;
  color: var(--muted);
}
.footer-bottom a {
  color: var(--muted);
}
.breadcrumb {
  font-size: 12px;
  padding-top: 28px;
  color: var(--muted);
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li:not(:last-child):after {
  content: "/";
  margin-left: 9px;
  color: #8F9EAA;
}
.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
}
.breadcrumb li:last-child {
  align-content: center;
  color: var(--navy);
}
.page-hero {
  padding: 46px 0 38px;
}
.page-hero h1 {
  max-width: 900px;
}
.page-hero>p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
}
.content-layout {
  padding: 10px 0 80px;
}
.prose {
  max-width: 790px;
}
.prose h2 {
  font-size: 30px;
  margin-top: 44px;
}
.prose h3 {
  font-size: 23px;
  margin-top: 28px;
}
.prose li {
  margin-bottom: 10px;
}
.prose ul,.prose ol {
  padding-left: 24px;
}
.prose a {
  overflow-wrap: anywhere;
}
.prose>p,.prose li {
  color: #354551;
  font-size: 17px;
}
.prose .wp-block-image {
  margin: 30px 0;
}
.prose .wp-block-image img {
  border-radius: 15px;
}
.content-wide {
  max-width: var(--content);
}
.hub-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 42px;
}
.hub-tabs a {
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  min-height: 44px;
  color: var(--navy);
}
.hub-tabs a:hover {
  background: var(--mint);
  border-color: var(--action);
}
.hub-group {
  padding: 18px 0 32px;
  scroll-margin-top: 112px;
}
.hub-group h2 {
  font-size: 28px;
}
.filter-bar {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  align-items: end;
  margin: 25px 0;
}
.filter-count {
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 22px;
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.directory-card {
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 17px;
}
.directory-card h2,.directory-card h3 {
  font-size: 23px;
  margin: 16px 0 12px;
}
.directory-card p {
  font-size: 14px;
  color: var(--muted);
}
.notice {
  border-left: 4px solid var(--green);
  padding: 17px 22px;
  background: var(--mint);
  margin: 24px 0;
  font-size: 14px;
}
.notice p:last-child {
  margin-bottom: 0;
}
.notice-review {
  border-color: #AD5A0D;
  background: #FFF7ED;
}
.table-scroll,.wp-block-table {
  overflow-x: auto;
  max-width: 100%;
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.table-scroll table,.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  font-size: 15px;
}
.table-scroll th,.table-scroll td,.wp-block-table th,.wp-block-table td {
  padding: 15px 19px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.table-scroll th,.wp-block-table th {
  color: var(--navy);
  background: var(--grey);
  font-size: 13px;
}
.table-scroll tr:last-child td {
  border-bottom: 0;
}
.table-scroll caption {
  padding: 16px;
  text-align: left;
  color: var(--navy);
  font-weight: 700;
}
.check-date {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}
.check-date .icon {
  width: 18px;
  color: var(--action);
}
.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
}
.contact-form {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  font-size: 13px;
  color: var(--navy);
  font-weight: 650;
  display: block;
  margin-bottom: 7px;
}
.contact-form .contact-field {
  margin-bottom: 18px;
}
.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}
.contact-form .small {
  font-size: 12px;
  color: var(--muted);
}
.honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}
.search-form label {
  flex: 1;
  min-width: 200px;
}
.search-field {
  width: 100%;
  min-height: 54px;
  border: 1px solid #BBCACB;
  border-radius: 9px;
  padding: 12px 15px;
  font: inherit;
}
.search-submit {
  border: 0;
  border-radius: 9px;
  background: var(--action);
  color: #fff;
  font-weight: 700;
  padding: 12px 22px;
  min-height: 54px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}
.pagination a,.pagination span {
  min-height: 44px;
  min-width: 44px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.pagination .current {
  background: var(--mint);
  color: var(--navy);
}
.not-found {
  text-align: center;
  max-width: 770px;
  margin: auto;
  padding: 90px 0;
}
.not-found .icon-box {
  margin-bottom: 25px;
  width: 65px;
  height: 65px;
}
.not-found .actions {
  justify-content: center;
}
.not-found p {
  color: var(--muted);
}
.wp-block-button__link {
  background: var(--action);
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
}
.wp-block-heading {
  color: var(--navy);
}
.alignwide {
  max-width: var(--content);
}
.alignfull {
  max-width: none;
}
.wp-block-quote {
  border-left: 3px solid var(--green);
  padding: 16px 24px;
  margin: 28px 0;
  background: var(--mint);
}
.wp-caption-text,figcaption {
  font-size: 13px;
  color: var(--muted);
}
@media (min-width:1440px) {
  .wrap {
    max-width: 1220px;
  }
}
@media (max-width:1100px) {
  .main-nav {
    gap: 20px;
  }
  .main-nav ul {
    gap: 16px;
  }
  .header-inner {
    gap: 22px;
  }
  .main-nav a {
    font-size: 13px;
  }
  .main-nav .button {
    padding-inline: 15px;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero-art {
    min-height: 350px;
  }
  .journey-card {
    width: calc(100% - 54px);
  }
  .fare-feature {
    gap: 36px;
    padding: 40px;
  }
  .route-card {
    padding: 19px;
  }
  .footer-grid {
    gap: 32px;
  }
  .route-finder {
    grid-template-columns: 1fr 42px 1fr auto;
    gap: 12px;
  }
  .route-finder .button {
    padding-inline: 19px;
  }
  .route-card h3 {
    font-size: 21px;
  }
  .operator-card {
    padding: 17px;
    gap: 10px;
  }
  .operator-card .operator-initial {
    width: 33px;
    height: 33px;
  }
}
@media (max-width:900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .header-inner {
    flex-wrap: wrap;
    min-height: 76px;
    gap: 0;
  }
  .main-nav {
    width: 100%;
    padding: 8px 0 20px;
    margin-left: 0;
    align-items: start;
    gap: 12px;
  }
  .main-nav ul {
    flex-wrap: wrap;
    gap: 10px 23px;
  }
  .tn-js .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .tn-js .main-nav {
    display: none;
  }
  .tn-js .main-nav.is-open {
    display: flex;
  }
  .hero {
    padding-top: 48px;
  }
  .hero-grid {
    gap: 28px;
  }
  .hero-art {
    min-height: 330px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-copy>p {
    font-size: 15px;
  }
  .hero .actions .button {
    padding: 12px 16px;
    font-size: 12px;
  }
  .journey-card {
    padding: 21px;
    width: calc(100% - 45px);
  }
  .journey-stop strong {
    font-size: 22px;
  }
  .art-note {
    right: 8px;
    bottom: 18px;
    padding: 10px 14px;
  }
  .route-finder {
    grid-template-columns: 1fr 42px 1fr;
  }
  .route-finder .button {
    grid-column: 1/-1;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .route-grid,.operator-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .section {
    padding: 62px 0;
  }
  .benefit-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 34px;
  }
  .fare-feature {
    gap: 32px;
    padding: 33px;
  }
  .terminal-feature {
    gap: 33px;
  }
  .terminal-art {
    padding: 23px;
  }
  .article-grid {
    gap: 20px;
  }
  .article-card h3 {
    font-size: 18px;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 30px;
  }
  .footer-grid li a {
    min-height: 44px;
  }
  .directory-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .contact-layout {
    gap: 32px;
  }
  .contact-form {
    padding: 23px;
  }
}
@media (max-width:640px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px;
  }
  .section {
    padding: 48px 0;
  }
  .header-inner {
    min-height: 72px;
  }
  .admin-bar .site-header {
    top: 0;
  }
  .wordmark {
    font-size: 26px;
  }
  .brand-icon {
    width: 25px;
  }
  .main-nav,.tn-js .main-nav.is-open {
    flex-direction: column;
    padding-top: 10px;
  }
  .main-nav ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }
  .main-nav a {
    font-size: 14px;
    min-height: 48px;
  }
  .main-nav .button {
    width: 100%;
    min-height: 48px;
  }
  .hero {
    padding-top: 37px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-size: clamp(44px,10.8vw,63px);
    max-width: 520px;
    margin-bottom: 19px;
  }
  .hero-copy>p {
    font-size: 15px;
    line-height: 1.8;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .hero .actions {
    gap: 10px;
  }
  .hero .actions .button {
    font-size: 12px;
    padding: 13px 15px;
  }
  .hero-art {
    min-height: 270px;
    border-radius: 22px;
  }
  .journey-card {
    width: 250px;
    padding: 19px 23px;
    transform: rotate(-3deg);
  }
  .journey-card .eyebrow {
    margin-bottom: 13px;
    font-size: 9px;
  }
  .journey-line {
    height: 15px;
    margin-block: 5px;
  }
  .journey-stop strong {
    font-size: 21px;
  }
  .journey-stop small {
    font-size: 9px;
  }
  .journey-card-foot {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 10px;
  }
  .art-note {
    right: 9px;
    bottom: 13px;
    padding: 10px 12px;
    font-size: 10px;
  }
  .art-note strong {
    font-size: 11px;
  }
  .art-note span {
    font-size: 9px;
  }
  .art-dot {
    width: 14px;
    height: 14px;
    top: 25px;
    right: 33px;
  }
  .route-finder-shell {
    padding-top: 25px;
  }
  .route-finder {
    padding: 19px;
    grid-template-columns: 1fr 44px;
    gap: 14px;
  }
  .route-finder .field:first-child {
    grid-column: 1/2;
  }
  .route-finder .field:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .swap-button {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    transform: rotate(90deg);
    width: 44px;
    height: 44px;
  }
  .route-finder .button {
    grid-column: 1/-1;
  }
  .form-note {
    font-size: 11px;
    align-items: start;
    gap: 8px;
    line-height: 1.6;
  }
  .form-note .icon {
    margin-top: 2px;
    flex-shrink: 0;
  }
  .trust-strip {
    padding: 23px 0;
    gap: 14px 10px;
    font-size: 10px;
  }
  .trust-strip>span {
    gap: 7px;
  }
  .trust-strip .icon {
    width: 16px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 23px;
  }
  .section-heading h2 {
    margin-bottom: 9px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .section-heading .text-link {
    font-size: 12px;
    min-height: 35px;
  }
  .route-grid {
    gap: 12px;
  }
  .route-card {
    padding: 16px 14px;
    border-radius: 13px;
  }
  .route-card-top {
    margin-bottom: 16px;
  }
  .route-card-top .muted {
    font-size: 8px;
  }
  .icon-box {
    width: 33px;
    height: 33px;
    border-radius: 9px;
  }
  .icon-box .icon {
    width: 19px;
  }
  .route-card-origin {
    font-size: 11px;
  }
  .route-card h3 {
    font-size: 18px;
    gap: 5px;
    line-height: 1.25;
    flex-wrap: wrap;
  }
  .route-card h3 .icon {
    width: 15px;
  }
  .route-card .text-link {
    font-size: 11px;
    min-height: 44px;
    gap: 5px;
  }
  .route-card .text-link .icon {
    width: 16px;
  }
  .operator-grid {
    gap: 11px;
  }
  .operator-card {
    padding: 14px 12px;
    min-height: 86px;
    font-size: 12px;
    gap: 9px;
    flex-wrap: wrap;
  }
  .operator-card .operator-initial {
    width: 29px;
    height: 29px;
    font-size: 9px;
  }
  .operator-card>span:nth-child(2) {
    flex: 1;
    min-width: 74px;
  }
  .operator-card .icon {
    display: none;
  }
  .fare-feature {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 29px 23px;
    border-radius: 21px;
  }
  .fare-feature h2 {
    font-size: 32px;
  }
  .fare-feature p {
    font-size: 14px;
  }
  .fare-checks {
    padding: 20px;
  }
  .fare-checks>div {
    gap: 13px;
    padding: 10px 0;
  }
  .terminal-feature {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .terminal-art {
    min-height: 245px;
    order: 2;
  }
  .terminal-feature p {
    font-size: 14px;
  }
  .benefit-grid {
    gap: 28px 23px;
  }
  .benefit-grid h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 15px 0 10px;
  }
  .benefit-grid p {
    font-size: 13px;
  }
  .article-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .article-card h3 {
    font-size: 21px;
  }
  .article-card p {
    font-size: 14px;
  }
  .article-card-media {
    aspect-ratio: 2;
  }
  .final-cta .wrap {
    flex-direction: column;
    align-items: start;
  }
  .final-cta h2 {
    font-size: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand p {
    max-width: 330px;
    font-size: 13px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-grid h2 {
    font-size: 13px;
    margin: 5px 0 13px;
  }
  .footer-grid li a {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
    padding: 22px 0;
    margin-top: 30px;
    font-size: 11px;
  }
  .breadcrumb {
    padding-top: 19px;
    font-size: 11px;
  }
  .page-hero {
    padding: 33px 0 23px;
  }
  .page-hero>p {
    font-size: 15px;
  }
  .content-layout {
    padding-bottom: 52px;
  }
  .prose>p,.prose li {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .directory-grid {
    grid-template-columns: 1fr;
  }
  .filter-bar {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form {
    padding: 22px 18px;
  }
  .contact-form .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .not-found {
    padding: 60px 0;
  }
  .not-found h1 {
    font-size: 38px;
  }
  .hub-tabs {
    gap: 8px;
  }
  .hub-tabs a {
    font-size: 12px;
    padding: 9px 12px;
  }
  .notice {
    padding: 15px 18px;
  }
  .empty-state {
    padding: 24px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none !important;
    animation: none !important;
  }
}
.hero h1 .hero-heading-line {
  color: var(--navy);
}
.section-no-top {
  padding-top: 0;
}
.route-summary {
  font-size: 20px;
  font-weight: 650;
  color: var(--navy);
}
.footer-grid li>span {
  display: flex;
  align-items: center;
  min-height: 39px;
  font-size: 12px;
  color: var(--muted);
}
.contact-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.contact-form fieldset:disabled {
  opacity: .65;
}
.contact-form button:disabled {
  cursor: not-allowed;
}
.privacy-trigger {
  border: 0;
  background: transparent;
  padding: 6px 0;
  min-height: 32px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  color: var(--muted);
  font-size: 12px;
}
.privacy-dialog {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  width: min(620px,calc(100% - 30px));
  max-height: 85vh;
  overflow: auto;
  color: var(--ink);
  box-shadow: 0 18px 80px #0B1F3326;
}
.privacy-dialog::backdrop {
  background: #0B1F3355;
}
.privacy-dialog-header {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.privacy-dialog h2 {
  font-size: 28px;
}
.privacy-dialog>p {
  font-size: 14px;
  color: var(--muted);
}
.privacy-close {
  background: var(--grey);
  border: 1px solid var(--line);
  border-radius: 9px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
}
.privacy-service {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
}
.privacy-service label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 650;
  min-height: 44px;
}
.privacy-service input {
  width: 20px;
  height: 20px;
  accent-color: var(--action);
}
.privacy-service p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.privacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}
.privacy-actions .button {
  font-size: 12px;
  min-height: 46px;
  padding: 11px 15px;
}
.privacy-policy-link {
  margin-top: 20px;
}
.consent-banner {
  position: fixed;
  z-index: 50;
  bottom: 18px;
  left: 18px;
  right: 18px;
  margin: auto;
  width: min(1100px,calc(100% - 36px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 8px 40px #0B1F3320;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.consent-banner p {
  font-size: 13px;
  max-width: 430px;
  margin: 0;
}
.consent-banner .privacy-actions {
  margin: 0;
}
.not-found .eyebrow {
  justify-content: center;
}
.breadcrumb a {
  padding: 3px;
}
.source-list li {
  overflow-wrap: anywhere;
}
.navigation.pagination {
  display: block;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.navigation.pagination .current {
  background: var(--mint);
}
@media (max-width:640px) {
  .consent-banner {
    flex-direction: column;
    align-items: start;
    padding: 17px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
  .consent-banner .privacy-actions {
    gap: 8px;
  }
  .consent-banner .button {
    font-size: 11px;
    padding: 10px 12px;
  }
  .footer-grid li>span {
    min-height: 44px;
  }
  .privacy-dialog {
    padding: 22px;
  }
  .privacy-dialog h2 {
    font-size: 24px;
  }
}
@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;
  }
}
