/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: CargoPress
Theme URI: https://underscoretw.com/
Author: Cargo Creative
Author URI: https://www.cargocreative.co.uk/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargopress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CargoPress is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
: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-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-lg: clamp(18px,3vw,24px);
  --text-lg--line-height: calc(1.75 / 1.125);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-primary: var(--wp--preset--color--primary);
  --color-brand-jet: var(--brand-jet);
  --color-brand-forest: var(--brand-forest);
  --color-brand-lawn: var(--brand-lawn);
  --color-brand-moss: var(--brand-moss);
  --color-brand-terracotta: var(--brand-terracotta);
  --color-brand-pale-sand: var(--brand-pale-sand);
  --color-brand-off-white: var(--brand-off-white);
  --text-md: clamp(16px,1.5vw,18px);
}
:root {
  --brand-jet: #172823;
  --brand-forest: #003F2D;
  --brand-lawn: #3F9F51;
  --brand-moss: #82D246;
  --brand-dark-terracotta: #8F2100;
  --brand-terracotta: #F8C5AB;
  --brand-sand: #F3EBDD;
  --brand-pale-sand: #FDF8EF;
  --brand-off-white: #FEFFFD;
}
*, ::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;
}
:-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;
}
* {
  box-sizing: border-box;
}
#wpadminbar {
  position: fixed !important;
}
.editor-visual-editor__post-title-wrapper {
  margin-top: 0rem !important;
  background-color: #007cba;
  padding: 15px 0;
  color: white;
}
h1.wp-block-post-title {
  position: relative;
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
  font-size: 24px;
}
.cwrap {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1400px;
  padding-inline: clamp(25px, 5vw, 100px);
  padding-top: calc(var(--spacing) * 0);
  padding-bottom: calc(var(--spacing) * 0);
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.swiper-pagination.swiper-pagination-bullet {
  width: clamp(30px, 5vw, 60px);
  height: 5px;
  border-radius: 9999px;
  background: #ffffff;
  opacity: 0.3;
  transition: opacity 0.3s;
  display: inline-block;
}
.swiper-pagination.swiper-pagination-bullet-active {
  opacity: 1;
}
.contact-banner__form .gform_wrapper, .contact-banner__form .gform_body, .contact-banner__form .gform_fields, .contact-banner__form .gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.contact-banner__form .gform_fields {
  display: flex;
  flex-direction: column;
  row-gap: 15px !important;
  list-style: none;
}
.contact-banner__form .gfield {
  padding-bottom: 4px !important;
  margin-bottom: 8px !important;
}
.contact-banner__form .gfield_label {
  display: block !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: #0d3320 !important;
  margin-bottom: 15px !important;
  letter-spacing: 0.01em;
}
.contact-banner__form .gfield_required {
  display: none !important;
}
.contact-banner__form input[type="text"], .contact-banner__form input[type="email"], .contact-banner__form input[type="tel"], .contact-banner__form input[type="number"], .contact-banner__form input[type="url"], .contact-banner__form .ginput_container input {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid #0d3320 !important;
  border-radius: 0 !important;
  padding: 6px 0 8px !important;
  font-size: 0.9rem !important;
  color: #1a1a1a !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
  font-weight: 700 !important;
}
.contact-banner__form input[type="text"]:focus, .contact-banner__form input[type="email"]:focus, .contact-banner__form input[type="tel"]:focus, .contact-banner__form .ginput_container input:focus {
  border-bottom-color: #2a7a45 !important;
}
.contact-banner__form .ginput_container_address span {
  display: block !important;
  width: 100% !important;
}
.contact-banner__form .ginput_container_address label {
  display: none !important;
}
.contact-banner__form textarea {
  width: 100% !important;
  background: transparent !important;
  border: 1.5px solid #0d3320 !important;
  padding: 12px !important;
  font-size: 0.9rem !important;
  color: #1a1a1a !important;
  min-height: 180px !important;
  resize: vertical !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}
.contact-banner__form textarea:focus {
  border-color: #2a7a45 !important;
}
.contact-banner__form textarea::placeholder {
  color: #aaa !important;
  font-style: normal !important;
}
.contact-banner__form .gfield_error input, .contact-banner__form .gfield_error textarea {
  border-color: #c0392b !important;
}
.contact-banner__form .validation_message {
  font-size: 0.75rem !important;
  color: #c0392b !important;
  margin-top: 3px !important;
}
.contact-banner__form .gform_footer, .contact-banner__form .gform_page_footer {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding-top: 12px !important;
  margin-top: 4px !important;
  border: none !important;
}
@media (max-width: 1260px) {
  .contact-banner__form .gform_footer, .contact-banner__form .gform_page_footer {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .contact-banner__form .gfield--type-fileupload, .contact-banner__form .gfield--type-submit {
    grid-column: span 12 !important;
  }
}
.contact-banner__form .gfield--type-fileupload .gfield_label {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-weight: 700 !important;
  color: #0d3320 !important;
  cursor: pointer;
  font-size: 0.9rem !important;
  width: fit-content !important;
}
.contact-banner__form .gfield--type-fileupload .gfield_label::after {
  content: '';
  background-image: url(/wp-content/themes/cargopress/theme/assets/images/link.svg);
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.contact-banner__form .gfield--type-fileupload .gfield_label {
  border-bottom: 2px solid #003F2D !important;
  padding-bottom: 15px;
}
.gfield_description .gform_fileupload_rules,	span#gfield_upload_rules_1_11 {
  display: none !important;
}
.contact-banner__form .gfield--type-fileupload input[type="file"] {
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  align-content: flex-start !important;
  justify-content: end !important;
}
.contact-banner__form .gfield {
  align-content: flex-start !important;
  justify-content: right !important;
}
.contact-banner__form .gform_drop_area.gform-theme-field-control {
  display: none !important;
}
.contact-banner__form .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
  background-color: #82D246 !important;
}
.contact-banner__form .gform_button, .contact-banner__form input[type="submit"] {
  background-color: #82D246 !important;
  color: #172823 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background-color 0.2s ease, transform 0.1s ease !important;
  box-shadow: none !important;
}
.contact-banner__form .gform_button:hover, .contact-banner__form input[type="submit"]:hover {
  background-color: #58a83b !important;
}
.contact-banner__form .gform_button:active, .contact-banner__form input[type="submit"]:active {
  transform: translateY(1px) !important;
}
.contact-banner__form .gform_confirmation_message {
  color: #0d3320;
  font-weight: 600;
  padding: 20px 0;
}
.contact-banner__form .gform_ajax_spinner {
  margin-left: 12px !important;
}
.gform_title {
  display: none !important;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(./fonts/PlusJakartaSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(./fonts/PlusJakartaSans-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(./fonts/PlusJakartaSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(./fonts/PlusJakartaSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
* {
  font-family: "PlusJakartaSans", sans-serif;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
}
.text-h1 {
  font-size: clamp(32px, 5vw, 60px);
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.text-h2 {
  font-size: clamp(28px, 5vw, 42px);
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.text-h3 {
  font-size: clamp(22px, 5vw, 32px);
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.text-h4 {
  font-size: clamp(20px, 5vw, 28px);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.text-h5 {
  font-size: clamp(18px, 5vw, 24px);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.text-folio {
  font-size: clamp(13px, 2.5vw, 15px);
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: 0.15em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}
.swiper-css-mode {
  >.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  >.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    >.swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    >.swiper-wrapper>.swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    >.swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    >.swiper-wrapper>.swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    >.swiper-wrapper {
      scroll-snap-type: none;
    }
    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    >.swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    >.swiper-wrapper>.swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    >.swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    >.swiper-wrapper>.swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    >.swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}
.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: #00000026;
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000);
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000);
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000);
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000);
  }
}
.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid #0000;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~.swiper-button-next, ~.swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~.swiper-button-next, ~.swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size)/2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~.swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~.swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled>& {
    display: none !important;
  }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
  }
}
.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform .2s, top .2s;
    }
  }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform .2s, left .2s;
    }
  }
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal>&, .swiper-vertical>&.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal>&.swiper-pagination-progressbar-opposite, .swiper-vertical>& {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled>& {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal>& {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical>& {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}
.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  >canvas, >img, >svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode>.swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column>.swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
.swiper-cube {
  .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}
.\@container {
  container-type: inline-size;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[var\(--wp-admin--admin-bar--height\,0px\)\] {
  top: var(--wp-admin--admin-bar--height,0px);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.\!bottom-\[clamp\(15px\,5vw\,30px\)\] {
  bottom: clamp(15px, 5vw, 30px) !important;
}
.\!bottom-\[clamp\(30px\,5vw\,60px\)\] {
  bottom: clamp(30px, 5vw, 60px) !important;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-15\%\] {
  left: -15%;
}
.left-\[20px\] {
  left: 20px;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.z-\[99\] {
  z-index: 99;
}
.order-2 {
  order: 2;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-\[5px\] {
  margin-inline: 5px;
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.my-\[clamp\(40px\,5cqw\,80px\)\] {
  margin-block: clamp(40px, 5cqw, 80px);
}
.my-\[clamp\(60px\,5vw\,120px\)\] {
  margin-block: clamp(60px, 5vw, 120px);
}
.my-\[clamp\(80px\,7vw\,140px\)\] {
  margin-block: clamp(80px, 7vw, 140px);
}
.my-\[clamp\(80px\,8vw\,100px\)\] {
  margin-block: clamp(80px, 8vw, 100px);
}
.my-\[clamp\(80px\,8vw\,140px\)\] {
  margin-block: clamp(80px, 8vw, 140px);
}
.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"], [class~="is-style-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: 1;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none;
  }
  :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;
    border-left-style: solid;
  }
  :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    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: NaN NaN NaN;
  --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: 255 255 255;
  --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;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "\2014";
  }
  :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    table-layout: fixed;
    width: 100%;
  }
}
.\!mt-\[calc\(var\(--arcadia-navigation-height\)\+var\(--wp-admin--admin-bar--height\,0px\)\)\] {
  margin-top: calc(var(--arcadia-navigation-height) + var(--wp-admin--admin-bar--height,0px)) !important;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[clamp\(40px\,5vw\,80px\)\] {
  margin-top: clamp(40px, 5vw, 80px);
}
.mt-\[clamp\(50px\,7vw\,100px\)\] {
  margin-top: clamp(50px, 7vw, 100px);
}
.mt-auto {
  margin-top: auto;
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.mr-\[-10px\] {
  margin-right: -10px;
}
.mr-\[-20px\] {
  margin-right: -20px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[clamp\(5px\,0\.5vw\,10px\)\] {
  margin-bottom: clamp(5px, 0.5vw, 10px);
}
.mb-\[clamp\(20px\,2\.5vw\,30px\)\] {
  margin-bottom: clamp(20px, 2.5vw, 30px);
}
.mb-\[clamp\(30px\,4cqw\,60px\)\] {
  margin-bottom: clamp(30px, 4cqw, 60px);
}
.mb-\[clamp\(40px\,7vw\,110px\)\] {
  margin-bottom: clamp(40px, 7vw, 110px);
}
.mb-\[clamp\(60px\,7vw\,150px\)\] {
  margin-bottom: clamp(60px, 7vw, 150px);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-212\/98 {
  aspect-ratio: 212/98;
}
.aspect-572\/350 {
  aspect-ratio: 572/350;
}
.aspect-690\/388 {
  aspect-ratio: 690/388;
}
.aspect-1160\/650 {
  aspect-ratio: 1160/650;
}
.aspect-\[109\/65\] {
  aspect-ratio: 109/65;
}
.aspect-\[353\/200\] {
  aspect-ratio: 353/200;
}
.aspect-\[750\/450\] {
  aspect-ratio: 750/450;
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[35px\] {
  width: 35px;
  height: 35px;
}
.size-\[40px\] {
  width: 40px;
  height: 40px;
}
.\!h-auto {
  height: auto !important;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[calc\(120svh-var\(--wp-admin--admin-bar--height\,0px\)-var\(--arcadia-navigation-heightnav\,0px\)\)\] {
  height: calc(120svh - var(--wp-admin--admin-bar--height,0px) - var(--arcadia-navigation-heightnav,0px));
}
.h-\[clamp\(40px\,5vw\,45px\)\] {
  height: clamp(40px, 5vw, 45px);
}
.h-\[clamp\(40px\,5vw\,50px\)\] {
  height: clamp(40px, 5vw, 50px);
}
.h-\[clamp\(40px\,6vw\,50px\)\] {
  height: clamp(40px, 6vw, 50px);
}
.h-\[clamp\(60px\,7vw\,98px\)\] {
  height: clamp(60px, 7vw, 98px);
}
.h-\[var\(--arcadia-navigation-height\)\] {
  height: var(--arcadia-navigation-height);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[130\%\] {
  width: 130%;
}
.w-\[clamp\(40px\,5vw\,45px\)\] {
  width: clamp(40px, 5vw, 45px);
}
.w-\[clamp\(40px\,5vw\,50px\)\] {
  width: clamp(40px, 5vw, 50px);
}
.w-\[clamp\(40px\,6vw\,50px\)\] {
  width: clamp(40px, 6vw, 50px);
}
.w-\[clamp\(166px\,12\.5vw\,200px\)\] {
  width: clamp(166px, 12.5vw, 200px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[2000px\] {
  max-width: 2000px;
}
.max-w-\[clamp\(130px\,15vw\,212px\)\] {
  max-width: clamp(130px, 15vw, 212px);
}
.max-w-\[clamp\(130px\,35vw\,212px\)\] {
  max-width: clamp(130px, 35vw, 212px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-x-\[6px\] {
  --tw-translate-x: 6px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[5px\] {
  --tw-translate-y: 5px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.\[transform\:translateX\(-100vw\)\] {
  transform: translateX(-100vw);
}
.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 !important;
}
.list-none {
  list-style-type: none;
}
.columns-1 {
  columns: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[65px\] {
  gap: 65px;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[clamp\(30px\,5vw\,60px\)\] {
  gap: clamp(30px, 5vw, 60px);
}
.gap-\[clamp\(35px\,7vw\,50px\)\] {
  gap: clamp(35px, 7vw, 50px);
}
.gap-\[clamp\(40px\,5vw\,60px\)\] {
  gap: clamp(40px, 5vw, 60px);
}
.gap-\[clamp\(40px\,7vw\,100px\)\] {
  gap: clamp(40px, 7vw, 100px);
}
.gap-\[clamp\(50px\,7\.5vw\,140px\)\] {
  gap: clamp(50px, 7.5vw, 140px);
}
.gap-\[clamp\(60px\,7vw\,130px\)\] {
  gap: clamp(60px, 7vw, 130px);
}
.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-\[10px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(10px * var(--tw-space-y-reverse));
    margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.gap-y-\[clamp\(40px\,7vw\,60px\)\] {
  row-gap: clamp(40px, 7vw, 60px);
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-brand-forest {
  border-color: var(--color-brand-forest);
}
.border-white {
  border-color: var(--color-white);
}
.border-b-brand-off-white {
  border-bottom-color: var(--color-brand-off-white);
}
.bg-brand-forest {
  background-color: var(--color-brand-forest);
}
.bg-brand-jet {
  background-color: var(--color-brand-jet);
}
.bg-brand-moss {
  background-color: var(--color-brand-moss);
}
.bg-brand-off-white {
  background-color: var(--color-brand-off-white);
}
.bg-brand-pale-sand {
  background-color: var(--color-brand-pale-sand);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[clamp\(5px\,7\.5vw\,10px\)\] {
  padding: clamp(5px, 7.5vw, 10px);
}
.p-\[clamp\(10px\,3vw\,20px\)\] {
  padding: clamp(10px, 3vw, 20px);
}
.p-\[clamp\(20px\,5vw\,40px\)\] {
  padding: clamp(20px, 5vw, 40px);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-\[9\.5px\] {
  padding-inline: 9.5px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.px-\[clamp\(10px\,3vw\,40px\)\] {
  padding-inline: clamp(10px, 3vw, 40px);
}
.px-\[clamp\(30px\,4vw\,100px\)\] {
  padding-inline: clamp(30px, 4vw, 100px);
}
.px-\[clamp\(30px\,5vw\,75px\)\] {
  padding-inline: clamp(30px, 5vw, 75px);
}
.px-\[clamp\(30px\,5vw\,90px\)\] {
  padding-inline: clamp(30px, 5vw, 90px);
}
.px-\[clamp\(30px\,7vw\,90px\)\] {
  padding-inline: clamp(30px, 7vw, 90px);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[25px\] {
  padding-block: 25px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.py-\[clamp\(25px\,5vw\,45px\)\] {
  padding-block: clamp(25px, 5vw, 45px);
}
.py-\[clamp\(30px\,4vw\,60px\)\] {
  padding-block: clamp(30px, 4vw, 60px);
}
.py-\[clamp\(30px\,7vw\,60px\)\] {
  padding-block: clamp(30px, 7vw, 60px);
}
.py-\[clamp\(40px\,7vw\,80px\)\] {
  padding-block: clamp(40px, 7vw, 80px);
}
.py-\[clamp\(50px\,5vw\,100px\)\] {
  padding-block: clamp(50px, 5vw, 100px);
}
.py-\[clamp\(60px\,7vw\,110px\)\] {
  padding-block: clamp(60px, 7vw, 110px);
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[clamp\(25px\,4vw\,40px\)\] {
  padding-top: clamp(25px, 4vw, 40px);
}
.pt-\[clamp\(60px\,5vw\,80px\)\] {
  padding-top: clamp(60px, 5vw, 80px);
}
.pt-\[clamp\(60px\,7cqw\,100px\)\] {
  padding-top: clamp(60px, 7cqw, 100px);
}
.pt-\[clamp\(60px\,12vw\,200px\)\] {
  padding-top: clamp(60px, 12vw, 200px);
}
.pt-\[clamp\(80px\,4vw\,100px\)\] {
  padding-top: clamp(80px, 4vw, 100px);
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[calc\(60px\+20svh\)\] {
  padding-bottom: calc(60px + 20svh);
}
.pb-\[clamp\(20px\,4vw\,40px\)\] {
  padding-bottom: clamp(20px, 4vw, 40px);
}
.pb-\[clamp\(40px\,4vw\,80px\)\] {
  padding-bottom: clamp(40px, 4vw, 80px);
}
.pb-\[clamp\(80px\,7vw\,120px\)\] {
  padding-bottom: clamp(80px, 7vw, 120px);
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[clamp\(12px\,2\.5vw\,18px\)\] {
  font-size: clamp(12px, 2.5vw, 18px);
}
.text-\[clamp\(12px\,2\.5vw\,20px\)\] {
  font-size: clamp(12px, 2.5vw, 20px);
}
.text-\[clamp\(13px\,2vw\,15px\)\] {
  font-size: clamp(13px, 2vw, 15px);
}
.text-\[clamp\(16px\,2\.5vw\,20px\)\] {
  font-size: clamp(16px, 2.5vw, 20px);
}
.text-\[clamp\(16px\,3vw\,20px\)\] {
  font-size: clamp(16px, 3vw, 20px);
}
.text-\[clamp\(16px\,4vw\,20px\)\] {
  font-size: clamp(16px, 4vw, 20px);
}
.text-\[clamp\(16px\,5cqw\,20px\)\] {
  font-size: clamp(16px, 5cqw, 20px);
}
.text-\[clamp\(20px\,2\.5vw\,22px\)\] {
  font-size: clamp(20px, 2.5vw, 22px);
}
.text-\[clamp\(20px\,3vw\,24px\)\] {
  font-size: clamp(20px, 3vw, 24px);
}
.text-\[clamp\(20px\,5cqw\,30px\)\] {
  font-size: clamp(20px, 5cqw, 30px);
}
.text-\[clamp\(20px\,5vw\,24px\)\] {
  font-size: clamp(20px, 5vw, 24px);
}
.text-\[clamp\(28px\,4vw\,32px\)\] {
  font-size: clamp(28px, 4vw, 32px);
}
.text-md {
  font-size: var(--text-md);
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.leading-\[1\.15\] {
  --tw-leading: 1.15;
  line-height: 1.15;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-\[1em\] {
  --tw-leading: 1em;
  line-height: 1em;
}
.leading-\[150\%\] {
  --tw-leading: 150%;
  line-height: 150%;
}
.leading-\[160\%\] {
  --tw-leading: 160%;
  line-height: 160%;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.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\.01em\] {
  --tw-tracking: calc(0.01em * -1);
  letter-spacing: calc(0.01em * -1);
}
.-tracking-\[0\.02em\] {
  --tw-tracking: calc(0.02em * -1);
  letter-spacing: calc(0.02em * -1);
}
.tracking-\[-0\.01em\] {
  --tw-tracking: -0.01em;
  letter-spacing: -0.01em;
}
.tracking-\[-0\.02em\] {
  --tw-tracking: -0.02em;
  letter-spacing: -0.02em;
}
.tracking-\[-0\.24px\] {
  --tw-tracking: -0.24px;
  letter-spacing: -0.24px;
}
.tracking-\[-0\.0075em\] {
  --tw-tracking: -0.0075em;
  letter-spacing: -0.0075em;
}
.tracking-\[-0\.0125em\] {
  --tw-tracking: -0.0125em;
  letter-spacing: -0.0125em;
}
.tracking-\[-0\.0175em\] {
  --tw-tracking: -0.0175em;
  letter-spacing: -0.0175em;
}
.tracking-\[-0\.0375em\] {
  --tw-tracking: -0.0375em;
  letter-spacing: -0.0375em;
}
.tracking-\[-0\.01125em\] {
  --tw-tracking: -0.01125em;
  letter-spacing: -0.01125em;
}
.tracking-\[-0\.01375em\] {
  --tw-tracking: -0.01375em;
  letter-spacing: -0.01375em;
}
.tracking-\[-0\.02625em\] {
  --tw-tracking: -0.02625em;
  letter-spacing: -0.02625em;
}
.tracking-\[2\.25px\] {
  --tw-tracking: 2.25px;
  letter-spacing: 2.25px;
}
.text-wrap {
  text-wrap: wrap;
}
.text-\[\#003F2D\] {
  color: #003F2D;
}
.text-brand-forest {
  color: var(--color-brand-forest);
}
.text-brand-jet {
  color: var(--color-brand-jet);
}
.text-brand-lawn {
  color: var(--color-brand-lawn);
}
.text-brand-moss {
  color: var(--color-brand-moss);
}
.text-brand-off-white {
  color: var(--color-brand-off-white);
}
.text-brand-terracotta {
  color: var(--color-brand-terracotta);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-10 {
  opacity: 10%;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow {
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.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, visibility, 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));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.select-all {
  -webkit-user-select: all;
  user-select: all;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.backface-hidden {
  backface-visibility: hidden;
}
.group-focus-within\:text-brand-moss {
  &:is(:where(.group):focus-within *) {
    color: var(--color-brand-moss);
  }
}
.group-hover\:translate-x-\[5px\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-x: 5px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:text-brand-moss {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-brand-moss);
    }
  }
}
.group-hover\/update\:scale-\[1\.1\] {
  &:is(:where(.group\/update):hover *) {
    @media (hover: hover) {
      scale: 1.1;
    }
  }
}
.group-hover\/update\:text-\[\#172823\] {
  &:is(:where(.group\/update):hover *) {
    @media (hover: hover) {
      color: #172823;
    }
  }
}
.group-hover\/update\:text-brand-forest {
  &:is(:where(.group\/update):hover *) {
    @media (hover: hover) {
      color: var(--color-brand-forest);
    }
  }
}
.group-focus-visible\:translate-x-\[5px\] {
  &:is(:where(.group):focus-visible *) {
    --tw-translate-x: 5px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-focus-visible\/update\:scale-\[1\.1\] {
  &:is(:where(.group\/update):focus-visible *) {
    scale: 1.1;
  }
}
.group-focus-visible\/update\:text-\[\#172823\] {
  &:is(:where(.group\/update):focus-visible *) {
    color: #172823;
  }
}
.group-aria-\[expanded\=true\]\:translate-x-\[50px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-x: 50px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:translate-y-\[-7px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-y: -7px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:translate-y-\[9px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-y: 9px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:rotate-\[-45deg\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    rotate: -45deg;
  }
}
.group-aria-\[expanded\=true\]\:rotate-\[45deg\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    rotate: 45deg;
  }
}
.group-aria-\[expanded\=true\]\:opacity-0 {
  &:is(:where(.group)[aria-expanded="true"] *) {
    opacity: 0%;
  }
}
.group-data-\[dropdown\=true\]\:inline-block {
  &:is(:where(.group)[data-dropdown="true"] *) {
    display: inline-block;
  }
}
.group-data-\[dropdown\=true\]\:rotate-\[90deg\] {
  &:is(:where(.group)[data-dropdown="true"] *) {
    rotate: 90deg;
  }
}
.group-data-\[image\=true\]\:mb-\[clamp\(40px\,10cqw\,118px\)\] {
  &:is(:where(.group)[data-image="true"] *) {
    margin-bottom: clamp(40px, 10cqw, 118px);
  }
}
.group-data-\[image\=true\]\:h-\[65\%\] {
  &:is(:where(.group)[data-image="true"] *) {
    height: 65%;
  }
}
.group-data-\[open\=true\]\:block {
  &:is(:where(.group)[data-open="true"] *) {
    display: block;
  }
}
.group-data-\[open\=true\]\:rotate-\[270deg\] {
  &:is(:where(.group)[data-open="true"] *) {
    rotate: 270deg;
  }
}
.group-data-\[scrolled\=false\]\/header\:opacity-100 {
  &:is(:where(.group\/header)[data-scrolled="false"] *) {
    opacity: 100%;
  }
}
.group-data-\[scrolled\=true\]\/header\:h-\[clamp\(17px\,2vw\,28px\)\] {
  &:is(:where(.group\/header)[data-scrolled="true"] *) {
    height: clamp(17px, 2vw, 28px);
  }
}
.group-data-\[scrolled\=true\]\/header\:pt-\[7px\] {
  &:is(:where(.group\/header)[data-scrolled="true"] *) {
    padding-top: 7px;
  }
}
.group-data-\[scrolled\=true\]\/header\:opacity-100 {
  &:is(:where(.group\/header)[data-scrolled="true"] *) {
    opacity: 100%;
  }
}
.after\:absolute {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
}
.after\:bottom-0 {
  &::after {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
}
.after\:left-\[10px\] {
  &::after {
    content: var(--tw-content);
    left: 10px;
  }
}
.after\:hidden {
  &::after {
    content: var(--tw-content);
    display: none;
  }
}
.after\:h-\[2px\] {
  &::after {
    content: var(--tw-content);
    height: 2px;
  }
}
.after\:w-0 {
  &::after {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
}
.after\:bg-brand-moss {
  &::after {
    content: var(--tw-content);
    background-color: var(--color-brand-moss);
  }
}
.after\:transition-all {
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.group-focus-within\:after\:w-\[calc\(100\%-20px\)\] {
  &:is(:where(.group):focus-within *) {
    &::after {
      content: var(--tw-content);
      width: calc(100% - 20px);
    }
  }
}
.group-hover\:after\:w-\[calc\(100\%-20px\)\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      &::after {
        content: var(--tw-content);
        width: calc(100% - 20px);
      }
    }
  }
}
.hover\:bg-brand-moss {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-moss);
    }
  }
}
.hover\:bg-brand-off-white {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-off-white);
    }
  }
}
.hover\:text-brand-lawn {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-lawn);
    }
  }
}
.hover\:text-brand-moss {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-moss);
    }
  }
}
.focus-visible\:bg-brand-moss {
  &:focus-visible {
    background-color: var(--color-brand-moss);
  }
}
.focus-visible\:bg-brand-off-white {
  &:focus-visible {
    background-color: var(--color-brand-off-white);
  }
}
.focus-visible\:text-brand-lawn {
  &:focus-visible {
    color: var(--color-brand-lawn);
  }
}
.focus-visible\:text-brand-moss {
  &:focus-visible {
    color: var(--color-brand-moss);
  }
}
.data-\[height\=slim\]\:h-\[40px\] {
  &[data-height="slim"] {
    height: 40px;
  }
}
.data-\[scrolled\=true\]\:border-b {
  &[data-scrolled="true"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
.data-\[scrolled\=true\]\:border-b-brand-jet {
  &[data-scrolled="true"] {
    border-bottom-color: var(--color-brand-jet);
  }
}
.data-\[scrolled\=true\]\:py-\[clamp\(15px\,4vw\,36px\)\] {
  &[data-scrolled="true"] {
    padding-block: clamp(15px, 4vw, 36px);
  }
}
.data-\[single\=true\]\:max-w-\[1200px\] {
  &[data-single="true"] {
    max-width: 1200px;
  }
}
.data-\[slim\=true\]\:max-w-\[1200px\] {
  &[data-slim="true"] {
    max-width: 1200px;
  }
}
.data-\[style\=fill\]\:border-brand-moss {
  &[data-style="fill"] {
    border-color: var(--color-brand-moss);
  }
}
.data-\[style\=fill\]\:bg-brand-moss {
  &[data-style="fill"] {
    background-color: var(--color-brand-moss);
  }
}
.data-\[style\=fill\]\:text-brand-jet {
  &[data-style="fill"] {
    color: var(--color-brand-jet);
  }
}
.data-\[style\=fill-dark\]\:border-brand-moss {
  &[data-style="fill-dark"] {
    border-color: var(--color-brand-moss);
  }
}
.data-\[style\=fill-dark\]\:bg-brand-moss {
  &[data-style="fill-dark"] {
    background-color: var(--color-brand-moss);
  }
}
.data-\[style\=fill-dark\]\:text-brand-jet {
  &[data-style="fill-dark"] {
    color: var(--color-brand-jet);
  }
}
.data-\[style\=outline-dark\]\:border-brand-forest {
  &[data-style="outline-dark"] {
    border-color: var(--color-brand-forest);
  }
}
.data-\[style\=outline-dark\]\:text-brand-forest {
  &[data-style="outline-dark"] {
    color: var(--color-brand-forest);
  }
}
.data-\[style\=outline-light\]\:border-brand-off-white {
  &[data-style="outline-light"] {
    border-color: var(--color-brand-off-white);
  }
}
.data-\[style\=outline-light\]\:text-brand-off-white {
  &[data-style="outline-light"] {
    color: var(--color-brand-off-white);
  }
}
.max-lg\:hidden {
  @media (width < 64rem) {
    display: none;
  }
}
.max-lg\:flex-col {
  @media (width < 64rem) {
    flex-direction: column;
  }
}
.max-lg\:px-0 {
  @media (width < 64rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.max-lg\:text-center {
  @media (width < 64rem) {
    text-align: center;
  }
}
.max-md\:flex-col {
  @media (width < 48rem) {
    flex-direction: column;
  }
}
.max-md\:items-center {
  @media (width < 48rem) {
    align-items: center;
  }
}
.max-sm\:flex-col {
  @media (width < 40rem) {
    flex-direction: column;
  }
}
.max-sm\:gap-\[20px\] {
  @media (width < 40rem) {
    gap: 20px;
  }
}
.min-\[900px\]\:order-1 {
  @media (width >= 900px) {
    order: 1;
  }
}
.min-\[900px\]\:order-2 {
  @media (width >= 900px) {
    order: 2;
  }
}
.min-\[900px\]\:mb-10 {
  @media (width >= 900px) {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
.min-\[900px\]\:min-w-0 {
  @media (width >= 900px) {
    min-width: calc(var(--spacing) * 0);
  }
}
.min-\[900px\]\:flex-\[0_0_45\%\] {
  @media (width >= 900px) {
    flex: 0 0 45%;
  }
}
.min-\[900px\]\:flex-row {
  @media (width >= 900px) {
    flex-direction: row;
  }
}
.min-\[900px\]\:gap-\[clamp\(50px\,8vw\,138px\)\] {
  @media (width >= 900px) {
    gap: clamp(50px, 8vw, 138px);
  }
}
.min-\[1550px\]\:block {
  @media (width >= 1550px) {
    display: block;
  }
}
.min-\[1550px\]\:hidden {
  @media (width >= 1550px) {
    display: none;
  }
}
.sm\:mx-auto {
  @media (width >= 40rem) {
    margin-inline: auto;
  }
}
.sm\:w-\[calc\(50\%-30px\)\] {
  @media (width >= 40rem) {
    width: calc(50% - 30px);
  }
}
.sm\:max-w-\[540px\] {
  @media (width >= 40rem) {
    max-width: 540px;
  }
}
.sm\:grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sm\:items-center {
  @media (width >= 40rem) {
    align-items: center;
  }
}
.md\:absolute {
  @media (width >= 48rem) {
    position: absolute;
  }
}
.md\:right-\[25px\] {
  @media (width >= 48rem) {
    right: 25px;
  }
}
.md\:left-\[25px\] {
  @media (width >= 48rem) {
    left: 25px;
  }
}
.md\:my-\[100px\] {
  @media (width >= 48rem) {
    margin-block: 100px;
  }
}
.md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:mt-\[20px\] {
  @media (width >= 48rem) {
    margin-top: 20px;
  }
}
.md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.md\:mb-\[20px\] {
  @media (width >= 48rem) {
    margin-bottom: 20px;
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:grid {
  @media (width >= 48rem) {
    display: grid;
  }
}
.md\:aspect-\[3\.48\] {
  @media (width >= 48rem) {
    aspect-ratio: 3.48;
  }
}
.md\:aspect-\[80\/31\] {
  @media (width >= 48rem) {
    aspect-ratio: 80/31;
  }
}
.md\:w-\[calc\(100\%-40px\)\] {
  @media (width >= 48rem) {
    width: calc(100% - 40px);
  }
}
.md\:max-w-\[275px\] {
  @media (width >= 48rem) {
    max-width: 275px;
  }
}
.md\:shrink-0 {
  @media (width >= 48rem) {
    flex-shrink: 0;
  }
}
.md\:flex-col {
  @media (width >= 48rem) {
    flex-direction: column;
  }
}
.md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.md\:px-\[80px\] {
  @media (width >= 48rem) {
    padding-inline: 80px;
  }
}
.md\:pt-\[50px\] {
  @media (width >= 48rem) {
    padding-top: 50px;
  }
}
.lg\:absolute {
  @media (width >= 64rem) {
    position: absolute;
  }
}
.lg\:static {
  @media (width >= 64rem) {
    position: static;
  }
}
.lg\:top-0 {
  @media (width >= 64rem) {
    top: calc(var(--spacing) * 0);
  }
}
.lg\:left-auto {
  @media (width >= 64rem) {
    left: auto;
  }
}
.lg\:mt-0 {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.lg\:mb-0 {
  @media (width >= 64rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.lg\:flex {
  @media (width >= 64rem) {
    display: flex;
  }
}
.lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.lg\:h-\[10px\] {
  @media (width >= 64rem) {
    height: 10px;
  }
}
.lg\:h-\[25px\] {
  @media (width >= 64rem) {
    height: 25px;
  }
}
.lg\:h-auto {
  @media (width >= 64rem) {
    height: auto;
  }
}
.lg\:w-\[13px\] {
  @media (width >= 64rem) {
    width: 13px;
  }
}
.lg\:w-\[80px\] {
  @media (width >= 64rem) {
    width: 80px;
  }
}
.lg\:w-fit {
  @media (width >= 64rem) {
    width: fit-content;
  }
}
.lg\:max-w-\[335px\] {
  @media (width >= 64rem) {
    max-width: 335px;
  }
}
.lg\:max-w-none {
  @media (width >= 64rem) {
    max-width: none;
  }
}
.lg\:flex-1 {
  @media (width >= 64rem) {
    flex: 1;
  }
}
.lg\:\[transform\:none\] {
  @media (width >= 64rem) {
    transform: none;
  }
}
.lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:items-center {
  @media (width >= 64rem) {
    align-items: center;
  }
}
.lg\:items-stretch {
  @media (width >= 64rem) {
    align-items: stretch;
  }
}
.lg\:justify-between {
  @media (width >= 64rem) {
    justify-content: space-between;
  }
}
.lg\:justify-center {
  @media (width >= 64rem) {
    justify-content: center;
  }
}
.lg\:gap-0 {
  @media (width >= 64rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.lg\:gap-\[30px\] {
  @media (width >= 64rem) {
    gap: 30px;
  }
}
.lg\:gap-\[clamp\(20px\,3vw\,30px\)\] {
  @media (width >= 64rem) {
    gap: clamp(20px, 3vw, 30px);
  }
}
.lg\:gap-\[clamp\(30px\,4vw\,50px\)\] {
  @media (width >= 64rem) {
    gap: clamp(30px, 4vw, 50px);
  }
}
.lg\:rounded-\[10px\] {
  @media (width >= 64rem) {
    border-radius: 10px;
  }
}
.lg\:border-b-0 {
  @media (width >= 64rem) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
.lg\:p-\[10px\] {
  @media (width >= 64rem) {
    padding: 10px;
  }
}
.lg\:px-0 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.lg\:px-10 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
}
.lg\:py-0 {
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 0);
  }
}
.lg\:pt-10 {
  @media (width >= 64rem) {
    padding-top: calc(var(--spacing) * 10);
  }
}
.lg\:pt-\[20px\] {
  @media (width >= 64rem) {
    padding-top: 20px;
  }
}
.lg\:text-\[clamp\(16px\,2vw\,18px\)\] {
  @media (width >= 64rem) {
    font-size: clamp(16px, 2vw, 18px);
  }
}
.lg\:tracking-\[-0\.0125em\] {
  @media (width >= 64rem) {
    --tw-tracking: -0.0125em;
    letter-spacing: -0.0125em;
  }
}
.lg\:peer-hover\:block {
  @media (width >= 64rem) {
    &:is(:where(.peer):hover ~ *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
}
.lg\:after\:block {
  @media (width >= 64rem) {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
}
.lg\:hover\:block {
  @media (width >= 64rem) {
    &:hover {
      @media (hover: hover) {
        display: block;
      }
    }
  }
}
.\@3xl\:max-w-\[450px\] {
  @container (width >= 48rem) {
    max-width: 450px;
  }
}
.\@5xl\:w-\[50\%\] {
  @container (width >= 64rem) {
    width: 50%;
  }
}
.\@5xl\:max-w-\[523px\] {
  @container (width >= 64rem) {
    max-width: 523px;
  }
}
.\@5xl\:columns-2 {
  @container (width >= 64rem) {
    columns: 2;
  }
}
.\@5xl\:flex-row {
  @container (width >= 64rem) {
    flex-direction: row;
  }
}
.\@5xl\:tracking-\[-0\.0125em\] {
  @container (width >= 64rem) {
    --tw-tracking: -0.0125em;
    letter-spacing: -0.0125em;
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.data-\[style\=fill\]\:hocus\:border-brand-off-white {
  &[data-style="fill"] {
    &:hover, &:focus-visible {
      border-color: var(--color-brand-off-white);
    }
  }
}
.data-\[style\=fill\]\:hocus\:bg-brand-off-white {
  &[data-style="fill"] {
    &:hover, &:focus-visible {
      background-color: var(--color-brand-off-white);
    }
  }
}
.data-\[style\=fill-dark\]\:hocus\:bg-brand-forest {
  &[data-style="fill-dark"] {
    &:hover, &:focus-visible {
      background-color: var(--color-brand-forest);
    }
  }
}
.data-\[style\=fill-dark\]\:hocus\:text-brand-off-white {
  &[data-style="fill-dark"] {
    &:hover, &:focus-visible {
      color: var(--color-brand-off-white);
    }
  }
}
.data-\[style\=outline-dark\]\:hocus\:bg-brand-forest {
  &[data-style="outline-dark"] {
    &:hover, &:focus-visible {
      background-color: var(--color-brand-forest);
    }
  }
}
.data-\[style\=outline-dark\]\:hocus\:text-white {
  &[data-style="outline-dark"] {
    &:hover, &:focus-visible {
      color: var(--color-white);
    }
  }
}
.data-\[style\=outline-light\]\:hocus\:bg-brand-off-white {
  &[data-style="outline-light"] {
    &:hover, &:focus-visible {
      background-color: var(--color-brand-off-white);
    }
  }
}
.data-\[style\=outline-light\]\:hocus\:text-brand-jet {
  &[data-style="outline-light"] {
    &:hover, &:focus-visible {
      color: var(--color-brand-jet);
    }
  }
}
.\[\&_\*\:last-child\]\:mb-0 {
  & *:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!h-\[5px\] {
  & .swiper-pagination-bullet {
    height: 5px !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!w-\[35px\] {
  & .swiper-pagination-bullet {
    width: 35px !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!w-\[clamp\(35px\,5vw\,60px\)\] {
  & .swiper-pagination-bullet {
    width: clamp(35px, 5vw, 60px) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!rounded-full {
  & .swiper-pagination-bullet {
    border-radius: calc(infinity * 1px) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!bg-\[rgba\(0\,0\,0\,0\.2\)\] {
  & .swiper-pagination-bullet {
    background-color: rgba(0,0,0,0.2) !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:bg-brand-off-white {
  & .swiper-pagination-bullet {
    background-color: var(--color-brand-off-white);
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!opacity-50 {
  & .swiper-pagination-bullet {
    opacity: 50% !important;
  }
}
.\[\&_\.swiper-pagination-bullet\]\:\!opacity-100 {
  & .swiper-pagination-bullet {
    opacity: 100% !important;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:\!bg-brand-forest {
  & .swiper-pagination-bullet-active {
    background-color: var(--color-brand-forest) !important;
  }
}
.\[\&_\.swiper-pagination-bullet-active\]\:\!opacity-100 {
  & .swiper-pagination-bullet-active {
    opacity: 100% !important;
  }
}
.\[\&_a\]\:font-bold {
  & a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.\[\&_a\]\:text-brand-jet {
  & a {
    color: var(--color-brand-jet);
  }
}
.\[\&_a\]\:underline {
  & a {
    text-decoration-line: underline;
  }
}
.\[\&_a\]\:transition-all {
  & a {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.\[\&_a\]\:hover\:text-brand-moss {
  & a {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-moss);
      }
    }
  }
}
.\[\&_a\]\:hover\:underline {
  & a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
.max-lg\:\[\&_a\]\:\!h-\[50px\] {
  @media (width < 64rem) {
    & a {
      height: 50px !important;
    }
  }
}
.max-lg\:\[\&_a\]\:w-full {
  @media (width < 64rem) {
    & a {
      width: 100%;
    }
  }
}
.\[\&_blockquote\]\:my-\[1em\] {
  & blockquote {
    margin-block: 1em;
  }
}
.\[\&_blockquote\]\:border-l-\[2px\] {
  & blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
}
.\[\&_blockquote\]\:px-\[20px\] {
  & blockquote {
    padding-inline: 20px;
  }
}
.\[\&_blockquote\]\:py-\[10px\] {
  & blockquote {
    padding-block: 10px;
  }
}
.\[\&_blockquote\]\:text-md {
  & blockquote {
    font-size: var(--text-md);
  }
}
.\[\&_h2\]\:mb-\[1em\] {
  & h2 {
    margin-bottom: 1em;
  }
}
.\[\&_h2\]\:text-\[clamp\(22px\,5vw\,28px\)\] {
  & h2 {
    font-size: clamp(22px, 5vw, 28px);
  }
}
.\[\&_h2\]\:font-bold {
  & h2 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.\[\&_h3\]\:mb-\[1em\] {
  & h3 {
    margin-bottom: 1em;
  }
}
.\[\&_h3\]\:text-\[clamp\(20px\,5vw\,24px\)\] {
  & h3 {
    font-size: clamp(20px, 5vw, 24px);
  }
}
.\[\&_h3\]\:font-bold {
  & h3 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.\[\&_h4\]\:mb-\[1em\] {
  & h4 {
    margin-bottom: 1em;
  }
}
.\[\&_h4\]\:text-\[clamp\(18px\,5vw\,20px\)\] {
  & h4 {
    font-size: clamp(18px, 5vw, 20px);
  }
}
.\[\&_h4\]\:font-semibold {
  & h4 {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
}
.\[\&_h5\]\:mb-\[1em\] {
  & h5 {
    margin-bottom: 1em;
  }
}
.\[\&_h5\]\:text-\[clamp\(18px\,5vw\,24px\)\] {
  & h5 {
    font-size: clamp(18px, 5vw, 24px);
  }
}
.\[\&_ol\]\:mb-\[1em\] {
  & ol {
    margin-bottom: 1em;
  }
}
.\[\&_ol\]\:list-decimal {
  & ol {
    list-style-type: decimal;
  }
}
.\[\&_ol\]\:pl-\[20px\] {
  & ol {
    padding-left: 20px;
  }
}
.\[\&_ol\]\:text-md {
  & ol {
    font-size: var(--text-md);
  }
}
.\[\&_p\]\:mb-\[40px\] {
  & p {
    margin-bottom: 40px;
  }
}
.\[\&_p\]\:text-\[clamp\(16px\,3vw\,20px\)\] {
  & p {
    font-size: clamp(16px, 3vw, 20px);
  }
}
.\[\&_p\]\:text-md {
  & p {
    font-size: var(--text-md);
  }
}
.\[\&_p\]\:leading-\[1\.6\] {
  & p {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
}
.\[\&_p\]\:tracking-\[-0\.0125em\] {
  & p {
    --tw-tracking: -0.0125em;
    letter-spacing: -0.0125em;
  }
}
.\[\&_span\]\:h-\[3px\] {
  & span {
    height: 3px;
  }
}
.\[\&_span\]\:w-full {
  & span {
    width: 100%;
  }
}
.\[\&_span\]\:rounded-full {
  & span {
    border-radius: calc(infinity * 1px);
  }
}
.\[\&_span\]\:bg-brand-forest {
  & span {
    background-color: var(--color-brand-forest);
  }
}
.\[\&_svg\]\:h-full {
  & svg {
    height: 100%;
  }
}
.\[\&_svg\]\:w-full {
  & svg {
    width: 100%;
  }
}
.\[\&_ul\]\:mb-\[1em\] {
  & ul {
    margin-bottom: 1em;
  }
}
.\[\&_ul\]\:list-disc {
  & ul {
    list-style-type: disc;
  }
}
.\[\&_ul\]\:pl-\[20px\] {
  & ul {
    padding-left: 20px;
  }
}
.\[\&_ul\]\:text-md {
  & ul {
    font-size: var(--text-md);
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-leading: initial;
      --tw-tracking: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
