/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-300: oklch(87.1% 0.006 286.286);
    --color-stone-50: oklch(98.5% 0.001 106.423);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --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);
    --font-display: "Ubuntu", sans-serif;
    --color-huntly-primary: #005472;
    --color-huntly-primary-alt: #04787f;
    --color-huntly-accent: #007a80;
    --color-huntly-text: #676767;
    --color-huntly-border: #cbcbcb;
    --color-huntly-surface: #eee;
    --color-huntly-muted: #e6e6e6;
    --color-huntly-dark-green: #4c723c;
    --color-huntly-olive-green: #8d9812;
    --color-huntly-red: #eb644a;
    --color-huntly-blue-green: #568080;
    --color-huntly-purple: #805869;
    --color-huntly-light-green: #80b187;
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .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;
    }
  }
  .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;
    }
  }
  .prose-base {
    font-size: 1rem;
    line-height: 1.75;
    :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"] *)) {
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :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"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :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-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"] *)) {
      font-size: 0.875em;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.9em;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      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(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :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-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose-base > 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(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 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: 3em;
      margin-bottom: 3em;
    }
    :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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :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(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"] *)) {
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-11 {
    margin-right: calc(var(--spacing) * 11);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[76px\] {
    margin-bottom: 76px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[620px\] {
    height: 620px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-13 {
    min-height: calc(var(--spacing) * 13);
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .w-\[34\%\] {
    width: 34%;
  }
  .w-\[212px\] {
    width: 212px;
  }
  .w-\[calc\(100\%-440px\)\] {
    width: calc(100% - 440px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[960px\] {
    max-width: 960px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[190px\] {
    min-width: 190px;
  }
  .min-w-\[224px\] {
    min-width: 224px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[320px_minmax\(0\,1fr\)\] {
    grid-template-columns: 320px minmax(0,1fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .\!border-huntly-text {
    border-color: var(--color-huntly-text) !important;
  }
  .\!border-white {
    border-color: var(--color-white) !important;
  }
  .border-\[\#9ddc7b\] {
    border-color: #9ddc7b;
  }
  .border-huntly-border {
    border-color: var(--color-huntly-border);
  }
  .border-huntly-dark-green {
    border-color: var(--color-huntly-dark-green);
  }
  .border-huntly-primary {
    border-color: var(--color-huntly-primary);
  }
  .border-huntly-primary\/10 {
    border-color: color-mix(in srgb, #005472 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-huntly-primary) 10%, transparent);
    }
  }
  .border-huntly-primary\/15 {
    border-color: color-mix(in srgb, #005472 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-huntly-primary) 15%, transparent);
    }
  }
  .bg-\[\#5d8f54\] {
    background-color: #5d8f54;
  }
  .bg-\[\#edf7f0\] {
    background-color: #edf7f0;
  }
  .bg-huntly-accent {
    background-color: var(--color-huntly-accent);
  }
  .bg-huntly-blue-green {
    background-color: var(--color-huntly-blue-green);
  }
  .bg-huntly-dark-green {
    background-color: var(--color-huntly-dark-green);
  }
  .bg-huntly-light-green {
    background-color: var(--color-huntly-light-green);
  }
  .bg-huntly-muted {
    background-color: var(--color-huntly-muted);
  }
  .bg-huntly-olive-green {
    background-color: var(--color-huntly-olive-green);
  }
  .bg-huntly-primary {
    background-color: var(--color-huntly-primary);
  }
  .bg-huntly-purple {
    background-color: var(--color-huntly-purple);
  }
  .bg-huntly-red {
    background-color: var(--color-huntly-red);
  }
  .bg-huntly-surface {
    background-color: var(--color-huntly-surface);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-linear-to-br {
    --tw-gradient-position: to bottom right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-huntly-primary {
    --tw-gradient-from: var(--color-huntly-primary);
    --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));
  }
  .from-stone-50 {
    --tw-gradient-from: var(--color-stone-50);
    --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));
  }
  .from-stone-200 {
    --tw-gradient-from: var(--color-stone-200);
    --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));
  }
  .from-zinc-300 {
    --tw-gradient-from: var(--color-zinc-300);
    --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));
  }
  .via-stone-100 {
    --tw-gradient-via: var(--color-stone-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-zinc-100 {
    --tw-gradient-via: var(--color-zinc-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-huntly-primary-alt {
    --tw-gradient-to: var(--color-huntly-primary-alt);
    --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));
  }
  .to-stone-100 {
    --tw-gradient-to: var(--color-stone-100);
    --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));
  }
  .to-stone-200 {
    --tw-gradient-to: var(--color-stone-200);
    --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));
  }
  .to-stone-300 {
    --tw-gradient-to: var(--color-stone-300);
    --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));
  }
  .bg-\[length\:auto_100px\] {
    background-size: auto 100px;
  }
  .bg-\[position\:right_40px_bottom_40px\] {
    background-position: right 40px bottom 40px;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-11 {
    padding: calc(var(--spacing) * 11);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[22px\] {
    padding: 22px;
  }
  .p-\[28px\] {
    padding: 28px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-18 {
    padding-block: calc(var(--spacing) * 18);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-\[76px\] {
    padding-block: 76px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-top {
    vertical-align: top;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--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));
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.375\] {
    --tw-leading: 1.375;
    line-height: 1.375;
  }
  .leading-\[1\.625\] {
    --tw-leading: 1.625;
    line-height: 1.625;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.02em\] {
    --tw-tracking: 0.02em;
    letter-spacing: 0.02em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.04em\] {
    --tw-tracking: 0.04em;
    letter-spacing: 0.04em;
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .\!text-huntly-text {
    color: var(--color-huntly-text) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#9ddc7b\] {
    color: #9ddc7b;
  }
  .text-huntly-dark-green {
    color: var(--color-huntly-dark-green);
  }
  .text-huntly-dark-green\/60 {
    color: color-mix(in srgb, #4c723c 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-huntly-dark-green) 60%, transparent);
    }
  }
  .text-huntly-primary {
    color: var(--color-huntly-primary);
  }
  .text-huntly-text {
    color: var(--color-huntly-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .marker\:content-none {
    & *::marker {
      --tw-content: none;
      content: none;
    }
    &::marker {
      --tw-content: none;
      content: none;
    }
    & *::-webkit-details-marker {
      --tw-content: none;
      content: none;
    }
    &::-webkit-details-marker {
      --tw-content: none;
      content: none;
    }
  }
  .last\:mr-0 {
    &:last-child {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:\!bg-huntly-text {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-text) !important;
      }
    }
  }
  .hover\:\!bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white) !important;
      }
    }
  }
  .hover\:bg-\[\#3f5e31\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3f5e31;
      }
    }
  }
  .hover\:bg-\[\#9ddc7b\] {
    &:hover {
      @media (hover: hover) {
        background-color: #9ddc7b;
      }
    }
  }
  .hover\:bg-huntly-blue-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-blue-green);
      }
    }
  }
  .hover\:bg-huntly-dark-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-dark-green);
      }
    }
  }
  .hover\:bg-huntly-light-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-light-green);
      }
    }
  }
  .hover\:bg-huntly-olive-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-olive-green);
      }
    }
  }
  .hover\:bg-huntly-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-primary);
      }
    }
  }
  .hover\:bg-huntly-purple {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-purple);
      }
    }
  }
  .hover\:bg-huntly-red {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-huntly-red);
      }
    }
  }
  .hover\:\!text-huntly-dark-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-huntly-dark-green) !important;
      }
    }
  }
  .hover\:\!text-huntly-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-huntly-primary) !important;
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:text-\[\#4c723c\] {
    &:hover {
      @media (hover: hover) {
        color: #4c723c;
      }
    }
  }
  .hover\:text-huntly-dark-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-huntly-dark-green);
      }
    }
  }
  .hover\:text-huntly-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-huntly-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-\[1200px\]\:gap-6 {
    @media (width < 1200px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-\[1200px\]\:text-3xl {
    @media (width < 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-\[1200px\]\:text-4xl {
    @media (width < 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .max-\[1180px\]\:gap-6 {
    @media (width < 1180px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-\[1100px\]\:mb-7 {
    @media (width < 1100px) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .max-\[1100px\]\:w-full {
    @media (width < 1100px) {
      width: 100%;
    }
  }
  .max-\[1100px\]\:max-w-none {
    @media (width < 1100px) {
      max-width: none;
    }
  }
  .max-\[1100px\]\:grid-cols-2 {
    @media (width < 1100px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-\[1100px\]\:grid-cols-3 {
    @media (width < 1100px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .max-\[1100px\]\:grid-cols-\[280px_minmax\(0\,1fr\)\] {
    @media (width < 1100px) {
      grid-template-columns: 280px minmax(0,1fr);
    }
  }
  .max-\[1100px\]\:flex-col {
    @media (width < 1100px) {
      flex-direction: column;
    }
  }
  .max-\[1100px\]\:items-start {
    @media (width < 1100px) {
      align-items: flex-start;
    }
  }
  .max-\[1100px\]\:justify-start {
    @media (width < 1100px) {
      justify-content: flex-start;
    }
  }
  .max-\[1100px\]\:p-8 {
    @media (width < 1100px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .max-\[1100px\]\:px-8 {
    @media (width < 1100px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .max-\[1100px\]\:px-10 {
    @media (width < 1100px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .max-\[1100px\]\:py-8 {
    @media (width < 1100px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .max-\[1100px\]\:text-2xl {
    @media (width < 1100px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-\[1100px\]\:text-3xl {
    @media (width < 1100px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-\[1100px\]\:text-base {
    @media (width < 1100px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-\[1100px\]\:text-xl {
    @media (width < 1100px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-\[1000px\]\:mb-5 {
    @media (width < 1000px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[1000px\]\:mb-10 {
    @media (width < 1000px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-\[1000px\]\:gap-x-8 {
    @media (width < 1000px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .max-\[1000px\]\:gap-y-10 {
    @media (width < 1000px) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .max-\[1000px\]\:p-5 {
    @media (width < 1000px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-\[1000px\]\:p-7 {
    @media (width < 1000px) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .max-\[1000px\]\:px-0 {
    @media (width < 1000px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-\[1000px\]\:px-5 {
    @media (width < 1000px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-\[1000px\]\:px-7 {
    @media (width < 1000px) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .max-\[1000px\]\:py-5 {
    @media (width < 1000px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-\[1000px\]\:py-10 {
    @media (width < 1000px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-\[1000px\]\:pb-5 {
    @media (width < 1000px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-\[1000px\]\:text-2xl {
    @media (width < 1000px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-\[1000px\]\:text-3xl {
    @media (width < 1000px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-\[1000px\]\:text-xl {
    @media (width < 1000px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-\[920px\]\:mr-7 {
    @media (width < 920px) {
      margin-right: calc(var(--spacing) * 7);
    }
  }
  .max-\[920px\]\:\!hidden {
    @media (width < 920px) {
      display: none !important;
    }
  }
  .max-\[920px\]\:hidden {
    @media (width < 920px) {
      display: none;
    }
  }
  .max-\[920px\]\:h-\[calc\(100vh-84px\)\] {
    @media (width < 920px) {
      height: calc(100vh - 84px);
    }
  }
  .max-xl\:grid-cols-2 {
    @media (width < 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:mr-6 {
    @media (width < 64rem) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:mb-6 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:mb-10 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:min-h-\[220px\] {
    @media (width < 64rem) {
      min-height: 220px;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:grid-cols-4 {
    @media (width < 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:items-start {
    @media (width < 64rem) {
      align-items: flex-start;
    }
  }
  .max-lg\:justify-start {
    @media (width < 64rem) {
      justify-content: flex-start;
    }
  }
  .max-lg\:p-6 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:p-7 {
    @media (width < 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .max-lg\:px-7 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .max-lg\:py-7 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .max-lg\:py-10 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:pb-10 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:text-3xl {
    @media (width < 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-md\:m-10 {
    @media (width < 48rem) {
      margin: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mr-5 {
    @media (width < 48rem) {
      margin-right: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mb-2 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .max-md\:mb-3 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-md\:mb-4 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mb-5 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mb-6 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mb-7 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .max-md\:mb-8 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:ml-0 {
    @media (width < 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:h-11 {
    @media (width < 48rem) {
      height: calc(var(--spacing) * 11);
    }
  }
  .max-md\:h-\[420px\] {
    @media (width < 48rem) {
      height: 420px;
    }
  }
  .max-md\:min-h-12 {
    @media (width < 48rem) {
      min-height: calc(var(--spacing) * 12);
    }
  }
  .max-md\:min-h-14 {
    @media (width < 48rem) {
      min-height: calc(var(--spacing) * 14);
    }
  }
  .max-md\:min-h-20 {
    @media (width < 48rem) {
      min-height: calc(var(--spacing) * 20);
    }
  }
  .max-md\:min-h-\[180px\] {
    @media (width < 48rem) {
      min-height: 180px;
    }
  }
  .max-md\:w-\[40\%\] {
    @media (width < 48rem) {
      width: 40%;
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-none {
    @media (width < 48rem) {
      max-width: none;
    }
  }
  .max-md\:min-w-0 {
    @media (width < 48rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .max-md\:\[grid-auto-rows\:unset\] {
    @media (width < 48rem) {
      grid-auto-rows: unset;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:grid-cols-2 {
    @media (width < 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:items-start {
    @media (width < 48rem) {
      align-items: flex-start;
    }
  }
  .max-md\:items-stretch {
    @media (width < 48rem) {
      align-items: stretch;
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:justify-start {
    @media (width < 48rem) {
      justify-content: flex-start;
    }
  }
  .max-md\:gap-2 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .max-md\:gap-3 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-md\:gap-5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-md\:gap-6 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:space-y-2 {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:space-y-6 {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:space-y-8 {
    @media (width < 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .max-md\:gap-y-5 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 5);
    }
  }
  .max-md\:p-5 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-md\:px-0 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-md\:px-4 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-md\:px-5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-md\:py-3 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:py-4 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .max-md\:py-5 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-md\:py-6 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-8 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .max-md\:pb-0 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pb-4 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pb-8 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:text-2xl {
    @media (width < 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-md\:text-base {
    @media (width < 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-lg {
    @media (width < 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-md\:text-sm {
    @media (width < 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:text-xl {
    @media (width < 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-md\:leading-\[1\.5\] {
    @media (width < 48rem) {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
  }
  .max-md\:leading-\[1\.9\] {
    @media (width < 48rem) {
      --tw-leading: 1.9;
      line-height: 1.9;
    }
  }
  .max-md\:leading-\[1\.625\] {
    @media (width < 48rem) {
      --tw-leading: 1.625;
      line-height: 1.625;
    }
  }
  .min-\[921px\]\:hidden {
    @media (width >= 921px) {
      display: none;
    }
  }
  .prose-headings\:text-huntly-dark-green {
    & :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-dark-green);
    }
  }
  .prose-p\:text-huntly-primary {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-primary);
    }
  }
  .prose-p\:text-huntly-text {
    & :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-text);
    }
  }
  .prose-strong\:text-huntly-dark-green {
    & :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-dark-green);
    }
  }
  .prose-ol\:list-decimal {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: decimal;
    }
  }
  .prose-ol\:pl-6 {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .prose-ol\:text-huntly-primary {
    & :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-primary);
    }
  }
  .prose-ul\:list-disc {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      list-style-type: disc;
    }
  }
  .prose-ul\:pl-6 {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .prose-ul\:text-huntly-primary {
    & :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-primary);
    }
  }
  .prose-li\:pl-0 {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .prose-li\:text-huntly-primary {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      color: var(--color-huntly-primary);
    }
  }
  .prose-li\:marker\:text-huntly-primary {
    & :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
      & *::marker {
        color: var(--color-huntly-primary);
      }
      &::marker {
        color: var(--color-huntly-primary);
      }
      & *::-webkit-details-marker {
        color: var(--color-huntly-primary);
      }
      &::-webkit-details-marker {
        color: var(--color-huntly-primary);
      }
    }
  }
  .max-md\:\[\&_ul_li\]\:text-sm {
    @media (width < 48rem) {
      & ul li {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }
  }
  .\[\&\>\*\:last-child\]\:mb-0 {
    &>*:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:\[\&\>a\]\:mb-4 {
    @media (width < 48rem) {
      &>a {
        margin-bottom: calc(var(--spacing) * 4);
      }
    }
  }
  .max-md\:\[\&\>a\:last-of-type\]\:mb-0 {
    @media (width < 48rem) {
      &>a:last-of-type {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .max-md\:\[\&\>div\]\:mb-5 {
    @media (width < 48rem) {
      &>div {
        margin-bottom: calc(var(--spacing) * 5);
      }
    }
  }
  .max-md\:\[\&\>div\:last-of-type\]\:mb-0 {
    @media (width < 48rem) {
      &>div:last-of-type {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .max-md\:\[\&\>ul\]\:mb-5 {
    @media (width < 48rem) {
      &>ul {
        margin-bottom: calc(var(--spacing) * 5);
      }
    }
  }
  .\[\.theme-blueGreen_\&\]\:bg-huntly-blue-green {
    .theme-blueGreen & {
      background-color: var(--color-huntly-blue-green);
    }
  }
  .\[\.theme-blueGreen_\&\]\:text-huntly-blue-green {
    .theme-blueGreen & {
      color: var(--color-huntly-blue-green);
    }
  }
  .\[\.theme-blueGreen_\&\]\:text-white {
    .theme-blueGreen & {
      color: var(--color-white);
    }
  }
  .\[\.theme-darkGreen_\&\]\:bg-huntly-dark-green {
    .theme-darkGreen & {
      background-color: var(--color-huntly-dark-green);
    }
  }
  .\[\.theme-darkGreen_\&\]\:text-huntly-dark-green {
    .theme-darkGreen & {
      color: var(--color-huntly-dark-green);
    }
  }
  .\[\.theme-darkGreen_\&\]\:text-white {
    .theme-darkGreen & {
      color: var(--color-white);
    }
  }
  .\[\.theme-lightGreen_\&\]\:bg-huntly-light-green {
    .theme-lightGreen & {
      background-color: var(--color-huntly-light-green);
    }
  }
  .\[\.theme-lightGreen_\&\]\:text-huntly-light-green {
    .theme-lightGreen & {
      color: var(--color-huntly-light-green);
    }
  }
  .\[\.theme-lightGreen_\&\]\:text-white {
    .theme-lightGreen & {
      color: var(--color-white);
    }
  }
  .\[\.theme-oliveGreen_\&\]\:bg-huntly-olive-green {
    .theme-oliveGreen & {
      background-color: var(--color-huntly-olive-green);
    }
  }
  .\[\.theme-oliveGreen_\&\]\:text-huntly-olive-green {
    .theme-oliveGreen & {
      color: var(--color-huntly-olive-green);
    }
  }
  .\[\.theme-oliveGreen_\&\]\:text-white {
    .theme-oliveGreen & {
      color: var(--color-white);
    }
  }
  .\[\.theme-purple_\&\]\:bg-huntly-purple {
    .theme-purple & {
      background-color: var(--color-huntly-purple);
    }
  }
  .\[\.theme-purple_\&\]\:text-huntly-purple {
    .theme-purple & {
      color: var(--color-huntly-purple);
    }
  }
  .\[\.theme-purple_\&\]\:text-white {
    .theme-purple & {
      color: var(--color-white);
    }
  }
  .\[\.theme-red_\&\]\:bg-huntly-red {
    .theme-red & {
      background-color: var(--color-huntly-red);
    }
  }
  .\[\.theme-red_\&\]\:text-huntly-red {
    .theme-red & {
      color: var(--color-huntly-red);
    }
  }
  .\[\.theme-red_\&\]\:text-white {
    .theme-red & {
      color: var(--color-white);
    }
  }
}
@layer base {
  html {
    color: var(--color-huntly-text);
    scroll-behavior: smooth;
  }
  a {
    color: var(--color-huntly-primary);
    text-decoration: none;
    transition: all 0.25s;
  }
  img {
    display: block;
    max-width: 100%;
  }
  ul {
    list-style: none;
  }
  * {
    font-variant-ligatures: none;
  }
  body, input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  em {
    font-style: normal;
  }
  strong {
    font-weight: bold;
  }
}
@layer components {
  .container {
    margin-inline: auto;
    max-width: 1336px;
    padding-inline: calc(var(--spacing) * 10);
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  header {
    position: relative;
  }
  nav#aboutUs, nav#whatWeDo {
    position: absolute;
    top: 100%;
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 1000;
    background-color: var(--color-white);
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: calc(var(--spacing) * 10);
  }
  .header ul {
    display: flex;
    align-items: center;
  }
  .header__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/Ubuntu-Light.woff2') format('woff2'), url('/fonts/Ubuntu-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.woff2') format('woff2'), url('/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/Ubuntu.woff2') format('woff2'), url('/fonts/Ubuntu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/Ubuntu-Medium.woff2') format('woff2'), url('/fonts/Ubuntu-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Light.woff2') format('woff2'), url('/fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/Ubuntu-Bold.woff2') format('woff2'), url('/fonts/Ubuntu-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Semi';
  src: url('/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@layer components {
  .openNav {
    display: none;
  }
  .openNav img {
    width: 40px;
    height: auto;
  }
  #mobileNav {
    display: none;
  }
  .container {
    max-width: 1336px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .container:before, .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  header {
    position: relative;
  }
  .header__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header ul li {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-size: 0.875rem;
    margin-right: 44px;
  }
  .header ul li:last-of-type {
    margin-right: 0;
  }
  .header ul li a {
    color: #676767;
    transition: all 0.25s;
  }
  .header ul li a:hover {
    color: #005472;
  }
  .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .buttons a {
    display: block;
    border: 1px solid #005472;
    font-size: 0.75rem;
    color: #005472;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 13px 21px;
    margin-right: 12px;
    line-height: 1;
  }
  .buttons--white a {
    border: 1px solid #fff;
    color: #fff;
  }
  .buttons--white a:first-of-type {
    background-color: #fff;
    color: #005472;
  }
  .buttons a:last-of-type {
    margin-right: 0;
  }
  .buttons a.highlight {
    border: 0;
    padding: 14px 22px;
    background-image: linear-gradient(to right, #005472, #04787f);
    color: #fff;
  }
  .banners {
    margin-bottom: 76px;
  }
  .banners__banner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #005472;
  }
  .banners__banner--red {
    background-color: #d8503f;
  }
  .banners__banner__text {
    width: calc(50% - 76px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  .banners__banner__text:after {
    position: absolute;
    right: -76px;
    top: 0;
    content: ' ';
    display: block;
    width: 76px;
    height: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(/img/banner-default.svg);
    background-size: 76px 100%;
  }
  .banners__banner--red .banners__banner__text:after {
    background-image: url(/img/banner-red.svg);
  }
  .banners__banner__text > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 52px;
    max-width: 552px;
    background-image: linear-gradient(to right, #005472, #04787f);
  }
  .banners__banner--red .banners__banner__text > div {
    background-image: linear-gradient(to right, #d8503f, #eb644a);
  }
  .banners__banner--red .banners__banner__text .buttons a {
    color: #fff;
  }
  .banners__banner--red .banners__banner__text .buttons a:first-of-type {
    color: #d8503f;
  }
  .banners__banner__text h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 3.215rem;
    color: #fff;
    line-height: 1.125;
    margin-bottom: 20px;
  }
  .banners__banner__text p {
    color: #fff;
    line-height: 1.625;
    font-size: 1.125rem;
    margin-bottom: 28px;
  }
  .banners__banner__image {
    width: calc(50% + 76px);
  }
  .banners__banner--travelHubHero {
    background-color: #5d8f54;
  }
  .banners__banner--travelHubHero .banners__banner__text:after {
    background-image: none;
    background-color: #5d8f54;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .banners__banner--travelHubHero .banners__banner__text > div {
    max-width: 100%;
    padding-left: max(40px, calc((100vw - 1336px) / 2 + 40px));
    padding-right: 52px;
    padding-top: 74px;
    padding-bottom: 74px;
    background-image: none;
    background-color: #5d8f54;
  }
  .banners__banner--travelHubHero .banners__banner__text h1 {
    max-width: 420px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 1.06;
    color: #9ddc7b;
    margin-bottom: 42px;
  }
  .banners__banner--travelHubHero .banners__banner__text p {
    max-width: 650px;
    margin-bottom: 56px;
    color: #fff;
    font-size: 1.125rem;
  }
  .buttons--travelHubHero a {
    min-width: 218px;
    justify-content: center;
    border-radius: 999px;
    border-color: #9ddc7b;
    padding: 17px 28px;
    text-align: center;
    color: #fff;
  }
  .buttons--travelHubHero a:first-of-type {
    background-color: #9ddc7b;
    color: #4c723c;
  }
  .buttons--travelHubHero a:hover {
    background-color: #9ddc7b;
    color: #4c723c;
  }
  .banners__banner--travelHubHero .banners__banner__image picture, .banners__banner--travelHubHero .banners__banner__image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banners__banner--travelHubHero .banners__banner__image img {
    object-fit: cover;
    object-position: center;
  }
  .bannersSlider .slickArrow, .smallSlider .slickArrow {
    position: absolute;
    bottom: 52px;
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 14px 21px;
    z-index: 8000;
  }
  .smallSlider .slickArrow {
    bottom: 20px;
  }
  .smallSlider .slickArrow {
    background-color: #fff;
  }
  .bannersSlider .slickArrow--prev, .smallSlider .slickArrow--prev {
    left: 52px;
  }
  .smallSlider .slickArrow--prev {
    left: 20px;
  }
  .bannersSlider .slickArrow--next, .smallSlider .slickArrow--next {
    left: 124px;
  }
  .smallSlider .slickArrow--next {
    left: 92px;
  }
  .bannersSlider .slickArrow img, .smallSlider .slickArrow img {
    height: 12px;
    width: auto;
  }
  .items {
    margin-bottom: 76px;
  }
  .items__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 22px;
  }
  .items__grid__item {
    background-color: #e6e6e6;
    border-radius: 8px;
  }
  .items__grid__item--image {
    overflow: hidden;
  }
  .items__grid__item--watermark {
    background-position: right 40px bottom 40px;
    background-repeat: no-repeat;
    background-size: auto 100px;
  }
  .theme-darkGreen .items__grid__item {
    background-color: #4c723c;
  }
  .theme-oliveGreen .items__grid__item {
    background-color: #8d9812;
  }
  .theme-red .items__grid__item {
    background-color: #eb644a;
  }
  .theme-blueGreen .items__grid__item {
    background-color: #568080;
  }
  .theme-purple .items__grid__item {
    background-color: #805869;
  }
  .theme-lightGreen .items__grid__item {
    background-color: #80b187;
  }
  .items__grid__item__text {
    padding: 48px;
  }
  .items__grid__item__text :last-child {
    margin-bottom: 0;
  }
  .items__grid__item__text h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .items__grid__item__text h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    font-size: 2.375rem;
    line-height: 1.375;
    margin-bottom: 24px;
  }
  .items__grid__item__text p {
    font-size: 1.25rem;
    line-height: 1.625;
    margin-bottom: 24px;
  }
  .theme-darkGreen .items__grid__item .items__grid__item__text h3, .theme-darkGreen .items__grid__item .items__grid__item__text h4, .theme-darkGreen .items__grid__item .items__grid__item__text .items__grid__item__text p, .theme-oliveGreen .items__grid__item h3, .theme-oliveGreen .items__grid__item h4, .theme-oliveGreen .items__grid__item .items__grid__item__text p, .theme-red .items__grid__item h3, .theme-red .items__grid__item h4, .theme-red .items__grid__item .items__grid__item__text p, .theme-blueGreen .items__grid__item h3, .theme-blueGreen .items__grid__item h4, .theme-blueGreen .items__grid__item .items__grid__item__text p, .theme-purple .items__grid__item h3, .theme-purple .items__grid__item h4, .theme-purple .items__grid__item .items__grid__item__text p, .theme-lightGreen .items__grid__item h3, .theme-lightGreen .items__grid__item h4, .theme-lightGreen .items__grid__item .items__grid__item__text p {
    color: #fff;
  }
  .pages {
    margin-bottom: 76px;
  }
  .pages--grey {
    background-color: #e6e6e6;
    padding: 76px 0;
    margin-bottom: 0;
  }
  .pages__heading {
    text-align: center;
    margin-bottom: 48px;
  }
  .pages__heading h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    font-size: 1.875rem;
    line-height: 1.375;
  }
  .theme-darkGreen .pages__heading h2 {
    color: #4c723c;
  }
  .theme-oliveGreen .pages__heading h2 {
    color: #8d9812;
  }
  .theme-red .pages__heading h2 {
    color: #eb644a;
  }
  .theme-blueGreen .pages__heading h2 {
    color: #568080;
  }
  .theme-purple .pages__heading h2 {
    color: #805869;
  }
  .theme-lightGreen .pages__heading h2 {
    color: #80b187;
  }
  .pages__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 22px;
  }
  .pages__grid__page--socialMedia {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 8px;
    background-position: right 40px bottom 40px;
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-image: url(/img/watermark-white.svg);
    min-height: 404px;
  }
  .pages__grid__page--socialMedia h4 {
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .pages__grid__page--socialMedia h3 {
    font-size: 2.25rem;
    line-height: 1.375;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    margin-bottom: 4px;
  }
  .pages__grid__page__thumbnail {
    position: relative;
  }
  .pages__grid__page__thumbnail img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  a.openPersonModal {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 8px;
    padding: 12px;
    background-color: #fff;
    font-size: 1.5rem;
    transition: all 0.25s;
  }
  a.openPersonModal:hover {
    background-color: #005472;
    color: #fff;
  }
  .pages__grid__page__text {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 20px;
    background-color: #007a80;
  }
  .pages__grid--people .pages__grid__page__text {
    background-color: #fff;
  }
  .pages__grid__page--darkGreen .pages__grid__page__text {
    background-color: #4c723c;
  }
  .pages__grid__page--oliveGreen .pages__grid__page__text {
    background-color: #8d9812;
  }
  .pages__grid__page--red .pages__grid__page__text {
    background-color: #eb644a;
  }
  .pages__grid__page--blueGreen .pages__grid__page__text {
    background-color: #568080;
  }
  .pages__grid__page--purple .pages__grid__page__text {
    background-color: #805869;
  }
  .pages__grid__page--lightGreen .pages__grid__page__text {
    background-color: #80b187;
  }
  .pages__grid__page--subPages .pages__grid__page__text {
    background-color: #e6e6e6;
  }
  .pages__grid__page__text .buttons a, .pages__grid__page__text .pages__grid__page--darkGreen .buttons a, .theme-darkGreen .pages__grid__page--darkGreen .pages__grid__page__text .buttons a {
    color: #fff;
    border-color: #fff;
  }
  .theme-darkGreen .pages__grid__page__text .buttons a {
    color: #4c723c;
    border-color: #4c723c;
  }
  .theme-oliveGreen .pages__grid__page__text .buttons a {
    color: #8d9812;
    border-color: #8d9812;
  }
  .theme-red .pages__grid__page__text .buttons a {
    color: #eb644a;
    border-color: #eb644a;
  }
  .theme-blueGreen .pages__grid__page__text .buttons a {
    color: #568080;
    border-color: #568080;
  }
  .theme-purple .pages__grid__page__text .buttons a {
    color: #805869;
    border-color: #805869;
  }
  .theme-lightGreen .pages__grid__page__text .buttons a {
    color: #80b187;
    border-color: #80b187;
  }
  .theme-darkGreen .pages__grid__page--darkGreen .pages__grid__page__text .buttons a:hover {
    background-color: #fff;
    color: #4c723c;
  }
  .pages__grid__page__text h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .pages--routes .pages__grid__page__text h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }
  .pages__grid--people .pages__grid__page__text h3 {
    color: #005472;
  }
  .pages__grid__page__text h3 a {
    color: #fff;
  }
  .pages__grid__page--subPages .pages__grid__page__text h3 a {
    color: #676767;
  }
  .pages__grid__page__text p {
    font-size: 0.875rem;
    line-height: 1.625;
    color: #fff;
    margin-bottom: 16px;
  }
  .pages__grid__page--subPages .pages__grid__page__text p, .pages__grid--people .pages__grid__page__text p {
    color: #676767;
  }
  .pages__grid--people .pages__grid__page__text p {
    text-transform: uppercase;
  }
  .theme-darkGreen .pages__grid__page--socialMedia {
    background-color: #4c723c;
  }
  .theme-oliveGreen .pages__grid__page--socialMedia {
    background-color: #8d9812;
  }
  .theme-red .pages__grid__page--socialMedia {
    background-color: #eb644a;
  }
  .theme-blueGreen .pages__grid__page--socialMedia {
    background-color: #568080;
  }
  .theme-purple .pages__grid__page--socialMedia {
    background-color: #805869;
  }
  .theme-lightGreen .pages__grid__page--socialMedia {
    background-color: #80b187;
  }
  .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 76px;
  }
  .banner h1, .banner h2 {
    font-size: 3.125rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .text {
    margin-bottom: 76px;
  }
  .text__body {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(/img/text-watermark.svg);
    background-size: 272px 272px;
    min-height: 272px;
  }
  .text__body--hasContactDetails {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .text__body > .body {
    max-width: 852px;
  }
  .body h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    font-size: 2.5rem;
    line-height: 1.375;
    margin-bottom: 28px;
  }
  .body h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    font-size: 2rem;
    line-height: 1.375;
    margin-bottom: 28px;
  }
  .theme-darkGreen .body h2, .theme-darkGreen .body h3 {
    color: #4c723c;
  }
  .theme-oliveGreen .body h2, .theme-oliveGreen .body h3 {
    color: #8d9812;
  }
  .theme-red .body h2, .theme-red .body h3 {
    color: #eb644a;
  }
  .theme-blueGreen .body h2, .theme-blueGreen .body h3 {
    color: #568080;
  }
  .theme-purple .body h2, .theme-purple .body h3 {
    color: #805869;
  }
  .theme-lightGreen .body h2, .theme-lightGreen .body h3 {
    color: #80b187;
  }
  .body h3 {
    color: #007a80;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 1.375;
    font-size: 1.875rem;
    margin-bottom: 24px;
  }
  .body h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .body p {
    font-size: 1.125rem;
    line-height: 1.625;
    margin-bottom: 24px;
  }
  .body p strong {
    font-family: 'Montserrat Semi', sans-serif;
    font-weight: 600;
    color: #007a80;
  }
  .body p em {
    color: #007a80;
  }
  .body p a {
    text-decoration: underline;
  }
  .body ul, .body ol {
    padding: 0;
    margin-bottom: 24px;
  }
  .body ul li {
    font-size: 1.25rem;
    line-height: 1.625;
    margin-bottom: 12px;
    background-position: left 12px;
    background-repeat: no-repeat;
    background-image: url(/img/bullet.svg);
    padding-left: 24px;
  }
  .body ol li {
    font-size: 1.25rem;
    line-height: 1.625;
    margin-bottom: 12px;
    padding-left: 24px;
  }
  .body ul li:last-of-type, .body ol li:last-of-type {
    margin-bottom: 0;
  }
  .body ul li a, .body ol li a {
    text-decoration: underline;
  }
  .body :last-child {
    margin-bottom: 0;
  }
  .theme-darkGreen .body a, .theme-darkGreen .body p strong {
    color: #4c723c;
  }
  .body figure {
    margin: 0 0 24px;
  }
  .fullImage {
    margin-bottom: 76px;
  }
  nav#aboutUs {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-top: 1px solid #cbcbcb;
    height: 326px;
  }
  nav#whatWeDo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-top: 1px solid #cbcbcb;
    height: 472px;
  }
  .nav {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 22px;
    padding: 28px 0;
  }
  .nav__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
    background-color: #eee;
    transition: all 0.25s;
  }
  .nav__item:hover {
    background-color: #005472;
  }
  .nav__item--darkGreen:hover {
    background-color: #4c723c;
  }
  .nav__item--oliveGreen:hover {
    background-color: #8d9812;
  }
  .nav__item--red:hover {
    background-color: #eb644a;
  }
  .nav__item--blueGreen:hover {
    background-color: #568080;
  }
  .nav__item--purple:hover {
    background-color: #805869;
  }
  .nav__item--lightGreen:hover {
    background-color: #80b187;
  }
  .nav__item > img {
    width: auto;
    height: 76px;
    margin-right: 20px;
  }
  .nav__item > h3 {
    color: #676767;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .nav__item:hover > h3 {
    color: #fff;
  }
  .partners {
    padding: 76px 0;
    background-color: #e6e6e6;
  }
  .partners__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 22px;
  }
  .partners__grid__partner {
    background-color: #fff;
    padding: 28px;
  }
  .partners__grid__partner__logo {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
    margin-bottom: 28px;
  }
  .partners__grid__partner__logo > a {
    min-height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partners__grid__partner__logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 120px;
  }
  .partners__grid__partner__title {
    text-align: center;
  }
  .partners__grid__partner__title h3 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #007a80;
    line-height: 1.5;
  }
  .doubleColumn {
    padding: 76px 0;
    background-color: #e6e6e6;
  }
  .doubleColumn__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .doubleColumn__columns > div {
    width: calc(50% - 32px);
  }
  .doubleColumn__columns__gallery > div {
    margin-bottom: 48px;
  }
  .doubleColumn__columns__gallery > div:last-of-type {
    margin-bottom: 0;
  }
  .articles {
    padding: 76px 0;
    background-color: #e6e6e6;
  }
  .articles__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 22px;
  }
  .people {
    background-color: #e6e6e6;
    padding: 76px 0;
  }
  .people__rows__row {
    margin-bottom: 64px;
  }
  .people__rows__row:last-of-type {
    margin-bottom: 0;
  }
  .people__rows__row__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
  }
  .people__rows__row__heading > div:first-of-type {
    width: 32.1656050955414%;
  }
  .people__rows__row__heading > div:last-of-type {
    width: 64.3312101910828%;
  }
  .personModal {
    max-width: 960px;
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    margin: 28px;
  }
  .lity-active body {
    overflow: hidden;
  }
  .lity-inline .lity-content > * {
    max-height: none !important;
  }
  .lity-inline .lity-wrap {
    overflow: auto;
  }
  .lity-inline .lity-content {
    margin: 20px 0;
  }
  .ourPartners {
    padding: 48px 0;
  }
  .ourPartners__grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
  }
  .ourPartners__grid__partner {
    margin-right: 28px;
  }
  .ourPartners__grid__partner:last-of-type {
    margin-right: 0;
  }
  .ourPartners__grid__partner img {
    width: 100%;
    height: auto;
    max-height: 60px;
    max-width: 140px;
    object-fit: contain;
  }
  .ourPartners__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .getInvolved {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/uploads/banner-2.jpg);
    background-size: cover;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px;
  }
  .getInvolved h3 {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .getInvolved p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .getInvolved .buttons a {
    border-color: #fff;
    color: #fff;
  }
  .getInvolved .buttons a:first-of-type {
    background-color: #fff;
    color: #3c616f;
  }
  .getInvolved .buttons a:last-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .getInvolved .buttons a:last-of-type img {
    margin-right: 8px;
  }
  .getInvolved .buttons a:last-of-type span {
    display: block;
  }
  .footer {
    padding: 48px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #c8c8c8;
  }
  .footer__column:first-of-type {
    margin-right: 64px;
  }
  .footer__column:last-of-type {
    flex-grow: 1;
  }
  .footer__column__row:first-of-type {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .footer__column__row:first-of-type > div {
    margin-right: 48px;
  }
  .footer__column__row:first-of-type > div:last-of-type {
    margin-right: 0;
  }
  .footer__column__row:first-of-type span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 1.25rem;
    color: #808080;
  }
  .footer__column__row:first-of-type a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 1.5rem;
    color: #005472;
  }
  .footer--huntlyTravelHub .footer__column__row:first-of-type a {
    color: #4c723c;
  }
  .footer__column__row:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__column__row:last-of-type ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer__column__row:last-of-type ul li {
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-right: 20px;
  }
  .footer__column__row:last-of-type ul li:last-of-type {
    margin-right: 0;
  }
  .footer__column__row:last-of-type ul li a {
    color: #808080;
  }
  .footer__column__row p {
    font-size: 1rem;
    line-height: 1.75;
  }
  .legal {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .legal p {
    font-size: 0.75rem;
    color: #808080;
    line-height: 1.75;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
  }
  .legal p a {
    color: #808080;
  }
  .social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .social a {
    display: block;
    margin-right: 12px;
  }
  .social a:last-of-type {
    margin-right: 0;
  }
  .pure-form {
    width: 100%;
  }
  .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
    padding: 12px 16px;
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 24px;
  }
  .pure-form label {
    display: block;
    font-size: 1.25rem;
    margin: 0 0 12px;
    text-align: left;
  }
  .pure-form button {
    display: block;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: 0.25s;
    padding: 17px 21px;
    background-color: #005472;
    height: 48px;
    border: 0;
    border-radius: 0;
  }
  .documents {
    background-color: #e6e6e6;
    padding: 76px 0;
  }
  .documents__rows__row {
    margin-bottom: 64px;
  }
  .documents__rows__row:last-of-type {
    margin-bottom: 0;
  }
  .documents__rows__row__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
  }
  .document {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
  .document:last-of-type {
    margin-bottom: 0;
  }
  .document__heading {
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 40px;
    font-size: 1.25rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: #005472;
    width: calc(100% - 440px);
  }
  .document__view, .document__download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 212px;
    margin-left: 8px;
    border-radius: 8px;
  }
  .document__view {
    background-color: #007a80;
  }
  .document__download {
    background-color: #005472;
  }
  .document__view span, .document__download span {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .routesMap #map {
    width: 100%;
    height: 620px;
  }
  .map-summary {
    padding: 24px;
    background-color: #4c723c;
    border-radius: 12px;
    margin-bottom: 24px;
  }
  .map-summary h3 {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .map-summary p {
    color: #fff;
    line-height: 1.75;
    font-size: 0.875rem;
  }
  .map-image {
    margin-bottom: 24px;
    border: 1px solid #e1e1e1;
  }
  .map-pdf {
    margin-bottom: 24px;
    display: flex;
  }
  .map-pdf a {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #4c723c;
    padding: 12px 20px;
    border-radius: 19px;
    color: #fff;
  }
  .text__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
  .map-video {
    margin-top: 48px;
  }
  .map-video .body {
    margin-bottom: 28px;
  }
  .map-data {
    margin-bottom: 24px;
  }
  .map-data.body p {
    font-size: 0.875rem;
  }
  .map-data > div {
    margin-bottom: 16px;
  }
  .map-data > div:last-of-type {
    margin-bottom: 0;
  }
  .map-data__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .hidden {
    display: none !important;
  }
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .invisible {
    visibility: hidden;
  }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  @media print {
    *, *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a, a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
      content: "";
    }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr, img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p, h2, h3 {
      orphans: 3;
      widows: 3;
    }
    h2, h3 {
      page-break-after: avoid;
    }
  }
  @media (max-width: 1300px) {
    .container, .ourPartners__grid {
      padding: 0 28px;
    }
    .banners__banner__text h2 {
      font-size: 2.5rem;
    }
    .banners__banner--travelHubHero .banners__banner__text h1 {
      font-size: 3.4rem;
    }
    .ourPartners__grid {
      display: grid;
      grid-template-columns: repeat(5,1fr);
      padding: 0 40px;
      grid-gap: 20px;
    }
    .ourPartners__grid__partner {
      border: 1px solid #e2e2e2;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 28px;
      margin: 0;
    }
  }
  @media (max-width: 1200px) {
    .banners__banner__text h2 {
      font-size: 2rem;
    }
    .banners__banner--travelHubHero .banners__banner__text h1 {
      font-size: 2.9rem;
    }
    .banners__banner__text p {
      font-size: 1rem;
    }
    .banners__banner--travelHubHero .banners__banner__text p {
      margin-bottom: 36px;
    }
    .pages__grid {
      grid-template-columns: repeat(2,1fr);
    }
    .banners__banner__text > div {
      justify-content: flex-start;
    }
  }
  @media (max-width: 1100px) {
    .banner h1, .banner h2 {
      font-size: 2.5rem;
    }
    .banner {
      min-height: 220px;
    }
    .body h1 {
      font-size: 2rem;
    }
    .body h2 {
      font-size: 1.75rem;
    }
    .body p {
      font-size: 1rem;
      line-height: 1.75;
    }
    .text__body {
      min-height: 200px;
      background-size: 200px 200px;
    }
  }
  @media (max-width: 1000px) {
    .container, .ourPartners__grid {
      padding: 0 28px;
    }
    .header {
      padding: 28px 0;
    }
    .banner h1, .banner h2 {
      font-size: 2rem;
    }
    .banner {
      min-height: 180px;
    }
    .banner, .text, .banners, .items, .pages {
      margin-bottom: 40px;
    }
    .body ul li, .body ol li {
      font-size: 1rem;
    }
    .doubleColumn, .ourPartners, .partners, .articles, .people {
      padding: 40px 0;
    }
    .pages__grid__page__text h3 {
      font-size: 1.25rem;
    }
    .pages__grid__page__text {
      padding: 24px;
    }
    .banners__banner__text h2 {
      font-size: 1.25rem;
      line-height: 1.625;
      margin-bottom: 12px;
    }
    .banners__banner--travelHubHero .banners__banner__text > div {
      padding-top: 48px;
      padding-bottom: 48px;
    }
    .banners__banner--travelHubHero .banners__banner__text h1 {
      font-size: 2rem;
      line-height: 1.12;
      margin-bottom: 24px;
    }
    .banners__banner--travelHubHero .banners__banner__text p {
      margin-bottom: 28px;
    }
    .banners__banner__text > div {
      padding: 20px;
    }
    .banners__banner__text p {
      font-size: 0.875rem;
    }
    .bannersSlider .slickArrow {
      bottom: 20px;
    }
    .bannersSlider .slickArrow--prev {
      left: 20px;
    }
    .bannersSlider .slickArrow--next {
      left: 104px;
    }
    .banner img {
      max-height: 64px;
      width: auto;
    }
    .footer__column__row:first-of-type span {
      font-size: 1rem;
    }
    .footer__column__row:first-of-type a {
      font-size: 1.25rem;
    }
    .body h3 {
      font-size: 1.25rem;
    }
    .body h4 {
      font-size: 1.125rem;
    }
  }
  @media (max-width: 767px) {
    .container, .ourPartners__grid {
      padding: 0 20px;
    }
    .banner h1, .banner h2 {
      font-size: 1.25rem;
      line-height: 1.5;
    }
    .people__rows__row {
      margin-bottom: 20px;
    }
    .banner {
      min-height: 100px;
      padding: 20px;
    }
    .banner, .text, .banners, .items, .pages {
      margin-bottom: 20px;
    }
    .body ul li, .body ol li {
      font-size: 0.875rem;
      line-height: 1.75;
    }
    .doubleColumn, .ourPartners, .partners, .articles, .people {
      padding: 20px 0;
    }
    .pages__grid__page__text h3 {
      font-size: 1rem;
    }
    .pages__grid__page__text {
      padding: 20px;
    }
    .banners__banner__text h2 {
      font-size: 1.25rem;
      line-height: 1.625;
      margin-bottom: 8px;
    }
    .banners__banner--travelHubHero .banners__banner__text > div {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .banners__banner--travelHubHero .banners__banner__text h1 {
      max-width: 320px;
      font-size: 1.8rem;
      line-height: 1.15;
      margin-bottom: 18px;
    }
    .banners__banner--travelHubHero .banners__banner__text p {
      margin-bottom: 24px;
    }
    .buttons--travelHubHero a {
      min-width: 190px;
    }
    .banners__banner__text > div {
      padding: 20px;
    }
    .banners__banner__text p {
      font-size: 0.875rem;
    }
    .bannersSlider .slickArrow {
      bottom: 20px;
    }
    .bannersSlider .slickArrow--prev {
      left: 20px;
    }
    .bannersSlider .slickArrow--next {
      left: 104px;
    }
    .items__grid__item__text {
      padding: 20px;
    }
    .banner img {
      max-height: 44px;
      width: auto;
    }
    .footer__column__row:first-of-type span {
      font-size: 0.875rem;
    }
    .footer__column__row:first-of-type a {
      font-size: 1rem;
    }
    .body h3 {
      font-size: 1.125rem;
    }
    .body h4 {
      font-size: 1rem;
    }
    .banners__banner {
      flex-direction: column-reverse;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .banners__banner__text {
      width: 100%;
    }
    .banners__banner__text:after {
      content: '';
      display: none;
    }
    .banners__banner__text h2 {
      font-size: 1rem;
    }
    .banners__banner__image {
      width: 100%;
    }
    .banners__banner__text > div {
      padding: 20px 20px 100px;
    }
    .banners__banner--travelHubHero .banners__banner__text > div {
      padding: 24px 20px 40px;
    }
    .banners__banner--travelHubHero .banners__banner__text h1 {
      max-width: 260px;
      font-size: 1.5rem;
      line-height: 1.2;
      margin-bottom: 14px;
    }
    .buttons--travelHubHero {
      width: 100%;
      flex-direction: column;
    }
    .buttons--travelHubHero a {
      width: 100%;
      margin-right: 0;
      margin-bottom: 12px;
    }
    .buttons--travelHubHero a:last-of-type {
      margin-bottom: 0;
    }
    .pages__heading h2 {
      font-size: 1.125rem;
    }
    .pages__heading {
      margin-bottom: 20px;
    }
    .pages__grid {
      grid-template-columns: repeat(1,1fr);
      grid-gap: 20px;
    }
    .body h1 {
      font-size: 1.5rem;
    }
    .body h2 {
      font-size: 1.25rem;
      line-height: 1.5;
    }
    .footer__column:first-of-type img {
      width: auto;
      height: 44px;
    }
    .body p {
      font-size: 0.875rem;
    }
    .pages--grey {
      padding: 20px 0;
    }
    .text__grid {
      grid-template-columns: repeat(1,1fr);
      gap: 28px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
