*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(37 116 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(37 116 225 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Basis Grotesque Pro, ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/* ─── Global Font Smoothing ──────────────────────────────────────── */

*,
	*::before,
	*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ─── Overlay & Gradient Custom Properties ──────────────────────────
     Use in inline styles or custom utilities:
     background: var(--overlay-dark);
  */

:root,
	[data-theme="light"] {
  /* ─── Overlays & Gradients ──────────────────────────────── */
  --overlay-light: rgba(255, 255, 255, 0.6);
  --overlay-dark: rgba(0, 26, 26, 0.5);
  --overlay-brand: rgba(2, 87, 84, 0.4);
  --gradient-hero: linear-gradient(
			180deg,
			rgba(0, 26, 26, 0) 0%,
			rgba(0, 26, 26, 0.7) 100%
		);
  --gradient-card: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0) 40%,
			rgba(0, 0, 0, 0.6) 100%
		);
  /* ─── BG ───────────────────────────────────────────────── */
  --bg-primary: #efece6;
  --bg-secondary: #f8f6f4;
  --bg-tertiary: #ffffff;
  --bg-overlay: rgba(0, 0, 0, 0.6);
  /* ─── Surface ──────────────────────────────────────────── */
  --surface-primary: #f8f6f4;
  --surface-secondary: #ffffff;
  --surface-tertiary: #ddd6cb;
  --surface-brand-mint: #eff6ec;
  --surface-brand-mint-base: #a7d594;
  --surface-brand-sky: #b8e8ee;
  --surface-brand-tangerine: #fccbab;
  /* ─── Fill ─────────────────────────────────────────────── */
  --fill-primary: #ffffff;
  --fill-inverse-static: #ffffff;
  --fill-accent-primary: #025754;
  --fill-accent-secondary: #a7d594;
  /* Button — Primary */
  --fill-button-primary: #f98f48;
  --fill-button-primary-inverse: #01201f;
  --fill-button-primary-default: #f98f48;
  --fill-button-primary-hover: #faa56d;
  --fill-button-primary-pressed: #fbb484;
  --fill-button-primary-disabled: #f98f48;
  --fill-button-primary-focus: #f98f48;
  /* Button — Secondary */
  --fill-button-secondary-default: #fccbab;
  --fill-button-secondary-hover: #fbb484;
  --fill-button-secondary-pressed: #faa56d;
  --fill-button-secondary-disabled: #fccbab;
  --fill-button-secondary-focus: #fccbab;
  /* Button — Tertiary */
  --fill-button-tertiary-default: transparent;
  --fill-button-tertiary-hover: rgba(0, 0, 0, 0.05);
  --fill-button-tertiary-pressed: rgba(0, 0, 0, 0.1);
  --fill-button-tertiary-disabled: transparent;
  --fill-button-tertiary-focus: transparent;
  /* Button — Quaternary */
  --fill-button-quaternary-default: transparent;
  --fill-button-quaternary-hover: rgba(0, 0, 0, 0.05);
  --fill-button-quaternary-pressed: rgba(0, 0, 0, 0.1);
  --fill-button-quaternary-disabled: transparent;
  --fill-button-quaternary-focus: transparent;
  /* Input */
  --fill-input-default: #ffffff;
  --fill-input-error: #faebea;
  /* Interactive */
  --fill-interactive-default: rgba(255, 255, 255, 0.5);
  --fill-interactive-hover: rgba(0, 26, 26, 0.1);
  --fill-interactive-pressed: rgba(0, 26, 26, 0.2);
  --fill-interactive-focus: transparent;
  --fill-interactive-selected: #01201f;
  /* ─── Text ─────────────────────────────────────────────── */
  --text-primary: #01201f;
  --text-secondary: #025754;
  --text-inverse: #efece6;
  --text-muted: #747474;
  --text-neutral: #808080;
  --text-primary-static: #01201f;
  --text-inverse-static: #ffffff;
  --text-on-surfaces-dark: #efece6;
  --text-on-surfaces-light: #01201f;
  /* Link */
  --text-link-default: #01201f;
  --text-link-hover: #025754;
  --text-link-pressed: #025754;
  --text-link-disabled: #01201f;
  --text-link-focus: #01201f;
  /* Button — Primary */
  --text-button-primary-default: #01201f;
  --text-button-primary-hover: #01201f;
  --text-button-primary-pressed: #01201f;
  --text-button-primary-disabled: #01201f;
  --text-button-primary-focus: #01201f;
  /* Button — Secondary */
  --text-button-secondary-default: #01201f;
  --text-button-secondary-hover: #01201f;
  --text-button-secondary-pressed: #01201f;
  --text-button-secondary-disabled: #01201f;
  --text-button-secondary-focus: #01201f;
  /* Button — Tertiary */
  --text-button-tertiary-default: #01201f;
  --text-button-tertiary-hover: #01201f;
  --text-button-tertiary-pressed: #01201f;
  --text-button-tertiary-disabled: #01201f;
  --text-button-tertiary-focus: #01201f;
  /* Button — Quaternary */
  --text-button-quaternary-default: #01201f;
  --text-button-quaternary-hover: #01201f;
  --text-button-quaternary-pressed: #01201f;
  --text-button-quaternary-disabled: #01201f;
  --text-button-quaternary-focus: #01201f;
  /* Interactive */
  --text-interactive-primary-default: #01201f;
  --text-interactive-primary-selected: #efece6;
  --text-interactive-secondary-default: #025754;
  --text-interactive-secondary-selected: #5d9896;
  /* Navigation */
  --text-navigation-primary-default: #01201f;
  --text-navigation-primary-inverse-default: #01201f;
  /* ─── Icon ─────────────────────────────────────────────── */
  --icon-primary: #01201f;
  --icon-secondary: #025754;
  --icon-inverse: #efece6;
  --icon-primary-static: #01201f;
  --icon-on-surfaces-dark: #efece6;
  --icon-on-surfaces-light: #01201f;
  /* Link */
  --icon-link-default: #01201f;
  --icon-link-hover: #025754;
  --icon-link-pressed: #025754;
  --icon-link-disabled: #01201f;
  --icon-link-focus: #01201f;
  /* Button — Primary */
  --icon-button-primary-default: #01201f;
  --icon-button-primary-hover: #01201f;
  --icon-button-primary-pressed: #01201f;
  --icon-button-primary-disabled: #01201f;
  --icon-button-primary-focus: #01201f;
  /* Button — Secondary */
  --icon-button-secondary-default: #01201f;
  --icon-button-secondary-hover: #01201f;
  --icon-button-secondary-pressed: #01201f;
  --icon-button-secondary-disabled: #01201f;
  --icon-button-secondary-focus: #01201f;
  /* Button — Tertiary */
  --icon-button-tertiary-default: #01201f;
  --icon-button-tertiary-hover: #01201f;
  --icon-button-tertiary-pressed: #01201f;
  --icon-button-tertiary-disabled: #01201f;
  --icon-button-tertiary-focus: #01201f;
  /* Button — Quaternary */
  --icon-button-quaternary-default: #01201f;
  --icon-button-quaternary-hover: #01201f;
  --icon-button-quaternary-pressed: #01201f;
  --icon-button-quaternary-disabled: #01201f;
  --icon-button-quaternary-focus: #01201f;
  /* Input */
  --icon-input-default: #01201f;
  --icon-input-error: #c9372c;
  /* Interactive */
  --icon-interactive-default: #01201f;
  --icon-interactive-selected: #efece6;
  /* Navigation */
  --icon-navigation-primary-default: #01201f;
  --icon-navigation-primary-inverse-default: #01201f;
  /* ─── Border ───────────────────────────────────────────── */
  --border-primary: rgba(0, 26, 26, 0.2);
  --border-secondary: rgba(0, 26, 26, 0.4);
  --border-error: #c9372c;
  --border-link-static: #f98f48;
  --border-interactive-default: #01201f;
  /* Input */
  --border-input-default: rgba(0, 26, 26, 0.2);
  --border-input-hover: rgba(0, 26, 26, 0.5);
  --border-input-focus: #025754;
  /* Button — Quaternary */
  --border-button-quaternary-default: #01201f;
  --border-button-quaternary-hover: #01201f;
  --border-button-quaternary-pressed: #01201f;
  --border-button-quaternary-disabled: #01201f;
  --border-button-quaternary-focus: #01201f;
}

/* ─── Container Theme Overrides (Dark) ─────────────────── */

[data-theme="dark"] {
  /* BG */
  --bg-primary: #01201f;
  --bg-secondary: #001a1a;
  /* Surface */
  --surface-primary: #013633;
  --surface-secondary: #013633;
  --surface-tertiary: #013633;
  /* Fill */
  --fill-primary: #014542;
  --fill-input-default: #014542;
  --fill-input-error: #541712;
  --fill-interactive-default: rgba(255, 255, 255, 0.05);
  --fill-interactive-hover: rgba(255, 255, 255, 0.1);
  --fill-interactive-pressed: rgba(255, 255, 255, 0.2);
  --fill-interactive-selected: #ffffff;
  --fill-button-tertiary-default: transparent;
  --fill-button-tertiary-hover: rgba(255, 255, 255, 0.05);
  --fill-button-tertiary-pressed: rgba(255, 255, 255, 0.1);
  --fill-button-quaternary-default: transparent;
  --fill-button-quaternary-hover: rgba(255, 255, 255, 0.05);
  --fill-button-quaternary-pressed: rgba(255, 255, 255, 0.1);
  /* Text */
  --text-primary: #efece6;
  --text-secondary: #5d9896;
  --text-inverse: #01201f;
  --text-muted: #5d9896;
  --text-neutral: #99b8b6;
  --text-link-default: #efece6;
  --text-link-hover: #c7bbaa;
  --text-link-pressed: #c7bbaa;
  --text-link-disabled: #efece6;
  --text-link-focus: #efece6;
  --text-button-tertiary-default: #efece6;
  --text-button-tertiary-hover: #efece6;
  --text-button-tertiary-pressed: #efece6;
  --text-button-tertiary-disabled: #efece6;
  --text-button-tertiary-focus: #efece6;
  --text-button-quaternary-default: #ffffff;
  --text-button-quaternary-hover: #ffffff;
  --text-button-quaternary-pressed: #ffffff;
  --text-button-quaternary-disabled: #ffffff;
  --text-button-quaternary-focus: #ffffff;
  --text-interactive-primary-default: #efece6;
  --text-interactive-primary-selected: #01201f;
  --text-interactive-secondary-default: #5d9896;
  --text-interactive-secondary-selected: #025754;
  --text-navigation-primary-inverse-default: #efece6;
  /* Icon */
  --icon-primary: #efece6;
  --icon-secondary: #5d9896;
  --icon-inverse: #01201f;
  --icon-link-default: #efece6;
  --icon-link-hover: #c7bbaa;
  --icon-link-pressed: #c7bbaa;
  --icon-link-disabled: #efece6;
  --icon-link-focus: #efece6;
  --icon-button-tertiary-default: #efece6;
  --icon-button-tertiary-hover: #efece6;
  --icon-button-tertiary-pressed: #efece6;
  --icon-button-tertiary-disabled: #efece6;
  --icon-button-tertiary-focus: #efece6;
  --icon-button-quaternary-default: #efece6;
  --icon-button-quaternary-hover: #efece6;
  --icon-button-quaternary-pressed: #efece6;
  --icon-button-quaternary-disabled: #efece6;
  --icon-button-quaternary-focus: #efece6;
  --icon-input-default: #99b8b6;
  --icon-input-error: #db7972;
  --icon-interactive-default: #efece6;
  --icon-interactive-selected: #01201f;
  --icon-navigation-primary-inverse-default: #efece6;
  /* Border */
  --border-primary: rgba(255, 255, 255, 0.2);
  --border-secondary: rgba(255, 255, 255, 0.4);
  --border-error: #db7972;
  --border-interactive-default: #efece6;
  --border-input-default: rgba(255, 255, 255, 0.2);
  --border-input-hover: rgba(255, 255, 255, 0.5);
  --border-input-focus: #b6cecd;
  --border-button-quaternary-default: #ffffff;
  --border-button-quaternary-hover: #ffffff;
  --border-button-quaternary-pressed: #ffffff;
  --border-button-quaternary-disabled: #ffffff;
  --border-button-quaternary-focus: #ffffff;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 360px) {
  .\!container {
    max-width: 360px !important;
  }

  .container {
    max-width: 360px;
  }
}

@media (min-width: 480px) {
  .\!container {
    max-width: 480px !important;
  }

  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1440px) {
  .\!container {
    max-width: 1440px !important;
  }

  .container {
    max-width: 1440px;
  }
}

[data-validate][data-state="valid"] {
  border-color: #01201f;
  /* pine-800 */
  color: #01201f;
}

[data-validate][data-state="error"] {
  background-color: #faebea;
  /* red-50 */
  border-color: #c9372c;
  /* red-500 */
}

[data-validate][data-state="error"]::-moz-placeholder {
  color: #c9372c;
}

[data-validate][data-state="error"]::placeholder {
  color: #c9372c;
}

/* Consent / required checkboxes — match the text-input error treatment
	   (red border + tinted bg) when the form flags them as invalid. We
	   intentionally do NOT show a separate error message for the consent
	   checkbox; the red box itself carries the affordance, matching the
	   pattern other inputs use. */

input[type="checkbox"][data-state="error"] {
  border-color: #c9372c;
  /* red-500 */
  background-color: #faebea;
  /* red-50 */
}

/* Inline error message below the input — only visible when JS toggles
	   `data-show="true"`. Mirrors Figma "Error Text" (red-500). */

.bc-field-msg {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #c9372c;
}

.bc-field-msg[data-show="true"] {
  display: block;
}

.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;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-4 {
  inset: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!bottom-4 {
  bottom: 1rem !important;
}

.\!left-1\/2 {
  left: 50% !important;
}

.\!left-auto {
  left: auto !important;
}

.\!right-4 {
  right: 1rem !important;
}

.-bottom-2\.5 {
  bottom: -0.625rem;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[-3px\] {
  bottom: -3px;
}

.bottom-\[-40px\] {
  bottom: -40px;
}

.bottom-\[-5\.43dvh\] {
  bottom: -5.43dvh;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 28px;
}

.left-8 {
  left: 2rem;
}

.left-\[-32px\] {
  left: -32px;
}

.left-\[calc\(var\(--w\)\*2\)\] {
  left: calc(var(--w) * 2);
}

.left-\[var\(--w\)\] {
  left: var(--w);
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[-32px\] {
  right: -32px;
}

.right-\[116px\] {
  right: 116px;
}

.right-\[18px\] {
  right: 18px;
}

.right-\[88px\] {
  right: 88px;
}

.right-\[max\(16px\2c calc\(\(100vw-1312px\)\/2\+64px\)\)\] {
  right: max(16px, calc((100vw - 1312px) / 2 + 64px));
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-18 {
  top: 72px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-9 {
  top: 36px;
}

.top-\[-10px\] {
  top: -10px;
}

.top-\[-32\%\] {
  top: -32%;
}

.top-\[-5\.43dvh\] {
  top: -5.43dvh;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[var\(--y\)\] {
  top: var(--y);
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.-z-\[99\] {
  z-index: -99;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[1100\] {
  z-index: 1100;
}

.z-\[11\] {
  z-index: 11;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[20\] {
  z-index: 20;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[4\] {
  z-index: 4;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[9991\] {
  z-index: 9991;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.col-\[1\/-1\] {
  grid-column: 1/-1;
}

.col-\[1\] {
  grid-column: 1;
}

.col-\[2\] {
  grid-column: 2;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-end-\[span_999\] {
  grid-column-end: span 999;
}

.row-\[1\] {
  grid-row: 1;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[-150px\] {
  margin-bottom: -150px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[1440\/768\] {
  aspect-ratio: 1440/768;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[171\/170\] {
  aspect-ratio: 171/170;
}

.aspect-\[171\/220\] {
  aspect-ratio: 171/220;
}

.aspect-\[210\/185\] {
  aspect-ratio: 210/185;
}

.aspect-\[215\/185\] {
  aspect-ratio: 215/185;
}

.aspect-\[225\/400\] {
  aspect-ratio: 225/400;
}

.aspect-\[270\/480\] {
  aspect-ratio: 270/480;
}

.aspect-\[312\/400\] {
  aspect-ratio: 312/400;
}

.aspect-\[313\/240\] {
  aspect-ratio: 313/240;
}

.aspect-\[313\/334\] {
  aspect-ratio: 313/334;
}

.aspect-\[325\/290\] {
  aspect-ratio: 325/290;
}

.aspect-\[328\/185\] {
  aspect-ratio: 328/185;
}

.aspect-\[338\/597\] {
  aspect-ratio: 338/597;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[490\/850\] {
  aspect-ratio: 490/850;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.\!h-auto {
  height: auto !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 56px;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 96px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 160px;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 28px;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 36px;
}

.h-\[100dvh\] {
  height: 100dvh;
}

.h-\[100lvh\] {
  height: 100lvh;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[120\%\] {
  height: 120%;
}

.h-\[122px\] {
  height: 122px;
}

.h-\[137px\] {
  height: 137px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[140\%\] {
  height: 140%;
}

.h-\[144px\] {
  height: 144px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[164\%\] {
  height: 164%;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[185px\] {
  height: 185px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[20\.087dvh\] {
  height: 20.087dvh;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[238px\] {
  height: 238px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[31\.489dvh\] {
  height: 31.489dvh;
}

.h-\[328px\] {
  height: 328px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[352px\] {
  height: 352px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[414px\] {
  height: 414px;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[452px\] {
  height: 452px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[548px\] {
  height: 548px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[768px\] {
  height: 768px;
}

.h-\[80\%\] {
  height: 80%;
}

.h-\[800px\] {
  height: 800px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[9px\] {
  height: 9px;
}

.h-\[calc\(100\%\+30vh\)\] {
  height: calc(100% + 30vh);
}

.h-\[calc\(100\%-1px\)\] {
  height: calc(100% - 1px);
}

.h-\[clamp\(115px\2c 13\.89vw\2c 200px\)\] {
  height: clamp(115px, 13.89vw, 200px);
}

.h-\[var\(--h\)\] {
  height: var(--h);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-\[550px\] {
  max-height: 550px;
}

.max-h-\[56px\] {
  max-height: 56px;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.max-h-full {
  max-height: 100%;
}

.\!min-h-\[40px\] {
  min-height: 40px !important;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-\[112px\] {
  min-height: 112px;
}

.min-h-\[180px\] {
  min-height: 180px;
}

.min-h-\[220px\] {
  min-height: 220px;
}

.min-h-\[24px\] {
  min-height: 24px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[315px\] {
  min-height: 315px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[342px\] {
  min-height: 342px;
}

.min-h-\[36px\] {
  min-height: 36px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[414px\] {
  min-height: 414px;
}

.min-h-\[42px\] {
  min-height: 42px;
}

.min-h-\[46px\] {
  min-height: 46px;
}

.min-h-\[480px\] {
  min-height: 480px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-\[568px\] {
  min-height: 568px;
}

.min-h-\[56px\] {
  min-height: 56px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.min-h-\[62px\] {
  min-height: 62px;
}

.min-h-\[68px\] {
  min-height: 68px;
}

.min-h-\[720px\] {
  min-height: 720px;
}

.min-h-\[84px\] {
  min-height: 84px;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-\[83\.333\%\] {
  width: 83.333% !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-0 {
  width: 0px;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 56px;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 96px;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 160px;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 28px;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 36px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[120\%\] {
  width: 120%;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[131px\] {
  width: 131px;
}

.w-\[137px\] {
  width: 137px;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[140\%\] {
  width: 140%;
}

.w-\[144px\] {
  width: 144px;
}

.w-\[148px\] {
  width: 148px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[185px\] {
  width: 185px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[198px\] {
  width: 198px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[30\.387vw\] {
  width: 30.387vw;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[328px\] {
  width: 328px;
}

.w-\[33\.84vw\] {
  width: 33.84vw;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[416px\] {
  width: 416px;
}

.w-\[432px\] {
  width: 432px;
}

.w-\[4em\] {
  width: 4em;
}

.w-\[535px\] {
  width: 535px;
}

.w-\[556px\] {
  width: 556px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[644px\] {
  width: 644px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[66px\] {
  width: 66px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[802px\] {
  width: 802px;
}

.w-\[82px\] {
  width: 82px;
}

.w-\[867px\] {
  width: 867px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[96px\] {
  width: 96px;
}

.w-\[9px\] {
  width: 9px;
}

.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}

.w-\[calc\(100vw-2rem\)\] {
  width: calc(100vw - 2rem);
}

.w-\[clamp\(75px\2c 8\.89vw\2c 128px\)\] {
  width: clamp(75px, 8.89vw, 128px);
}

.w-\[var\(--w\)\] {
  width: var(--w);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.\!min-w-\[84px\] {
  min-width: 84px !important;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[144px\] {
  min-width: 144px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[295px\] {
  min-width: 295px;
}

.min-w-\[313px\] {
  min-width: 313px;
}

.min-w-\[315px\] {
  min-width: 315px;
}

.min-w-\[320px\] {
  min-width: 320px;
}

.min-w-\[40px\] {
  min-width: 40px;
}

.min-w-\[64px\] {
  min-width: 64px;
}

.min-w-\[80px\] {
  min-width: 80px;
}

.min-w-\[84px\] {
  min-width: 84px;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1056px\] {
  max-width: 1056px;
}

.max-w-\[1090px\] {
  max-width: 1090px;
}

.max-w-\[1106px\] {
  max-width: 1106px;
}

.max-w-\[1170px\] {
  max-width: 1170px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1312px\] {
  max-width: 1312px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[240px\] {
  max-width: 240px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[278px\] {
  max-width: 278px;
}

.max-w-\[311px\] {
  max-width: 311px;
}

.max-w-\[313px\] {
  max-width: 313px;
}

.max-w-\[328px\] {
  max-width: 328px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[338px\] {
  max-width: 338px;
}

.max-w-\[357px\] {
  max-width: 357px;
}

.max-w-\[372px\] {
  max-width: 372px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[424px\] {
  max-width: 424px;
}

.max-w-\[440px\] {
  max-width: 440px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[460px\] {
  max-width: 460px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[535px\] {
  max-width: 535px;
}

.max-w-\[644px\] {
  max-width: 644px;
}

.max-w-\[646px\] {
  max-width: 646px;
}

.max-w-\[705px\] {
  max-width: 705px;
}

.max-w-\[721px\] {
  max-width: 721px;
}

.max-w-\[725px\] {
  max-width: 725px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[868px\] {
  max-width: 868px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[942px\] {
  max-width: 942px;
}

.max-w-\[clamp\(500px\2c 34\.723vw\2c 520px\)\] {
  max-width: clamp(500px, 34.723vw, 520px);
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[1_0_auto\] {
  flex: 1 0 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-0 {
  flex-basis: 0px;
}

.basis-\[40px\] {
  flex-basis: 40px;
}

.basis-auto {
  flex-basis: auto;
}

.origin-center {
  transform-origin: center;
}

.origin-left {
  transform-origin: left;
}

.origin-top {
  transform-origin: top;
}

.\!-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[var\(--arrow\)\] {
  --tw-translate-x: var(--arrow);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[var\(--y\)\] {
  --tw-translate-y: var(--y);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[3deg\] {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-0deg\] {
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[var\(--scale\)\] {
  --tw-scale-x: var(--scale);
  --tw-scale-y: var(--scale);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[var\(--s\)\] {
  --tw-scale-y: var(--s);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.scroll-mt-\[120px\] {
  scroll-margin-top: 120px;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-\[1fr_120px_110px\] {
  grid-template-columns: 1fr 120px 110px;
}

.grid-cols-\[1fr_120px_130px\] {
  grid-template-columns: 1fr 120px 130px;
}

.grid-cols-\[1fr_1fr_1fr\] {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[4px_1fr\] {
  grid-template-columns: 4px 1fr;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 56px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 96px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.258064em\] {
  gap: 0.258064em;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[56px\] {
  gap: 56px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[72px\] {
  gap: 72px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.\!rounded-full {
  border-radius: 9999px !important;
}

.rounded {
  border-radius: 8px;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-\[999px\] {
  border-radius: 999px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 12px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#025754\] {
  --tw-border-opacity: 1;
  border-color: rgb(2 87 84 / var(--tw-border-opacity, 1));
}

.border-\[\#667676\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 118 118 / var(--tw-border-opacity, 1));
}

.border-\[\#F98F48\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 143 72 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(0\2c 26\2c 26\2c 0\.4\)\] {
  border-color: rgba(0,26,26,0.4);
}

.border-\[rgba\(0\2c _26\2c _26\2c _0\.40\)\] {
  border-color: rgba(0, 26, 26, 0.40);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  border-color: rgba(255,255,255,0.10);
}

.border-\[var\(--border-button-quaternary-default\)\] {
  border-color: var(--border-button-quaternary-default);
}

.border-\[var\(--text-primary\)\] {
  border-color: var(--text-primary);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-coffee-100 {
  --tw-border-opacity: 1;
  border-color: rgb(239 236 230 / var(--tw-border-opacity, 1));
}

.border-coffee-100\/20 {
  border-color: rgb(239 236 230 / 0.2);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity, 1));
}

.border-pine-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 184 182 / var(--tw-border-opacity, 1));
}

.border-pine-600 {
  --tw-border-opacity: 1;
  border-color: rgb(1 69 66 / var(--tw-border-opacity, 1));
}

.border-pine-800 {
  --tw-border-opacity: 1;
  border-color: rgb(1 32 31 / var(--tw-border-opacity, 1));
}

.border-pine-800\/10 {
  border-color: rgb(1 32 31 / 0.1);
}

.border-pine-800\/20 {
  border-color: rgb(1 32 31 / 0.2);
}

.border-pine-800\/30 {
  border-color: rgb(1 32 31 / 0.3);
}

.border-pine-800\/40 {
  border-color: rgb(1 32 31 / 0.4);
}

.border-pine-800\/50 {
  border-color: rgb(1 32 31 / 0.5);
}

.border-pine-900\/10 {
  border-color: rgb(0 26 26 / 0.1);
}

.border-pine-900\/40 {
  border-color: rgb(0 26 26 / 0.4);
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(230 163 158 / var(--tw-border-opacity, 1));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(149 220 229 / var(--tw-border-opacity, 1));
}

.border-tangerine-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 143 72 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}

.border-l-tangerine-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 143 72 / var(--tw-border-opacity, 1));
}

.border-t-tangerine-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 143 72 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.\!bg-\[var\(--fill-primary\2c \#014542\)\] {
  background-color: var(--fill-primary,#014542) !important;
}

.\!bg-pine-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 54 51 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#01201F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 32 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#013633\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 54 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#025754\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 87 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#274F46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 79 70 / var(--tw-bg-opacity, 1));
}

.bg-\[\#95dce5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 220 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#99bef1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 190 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A7D594\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 213 148 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B8E8EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 232 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDD6CB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFECE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0EDE2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 226 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F6F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F98F48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 143 72 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAEBEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 235 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCCBAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 203 171 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a7d594\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 213 148 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b8e8ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 232 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8cc5c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 204 92 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fccbab\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 203 171 / var(--tw-bg-opacity, 1));
}

.bg-\[lightgray\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 26\2c 26\2c 0\.2\)\] {
  background-color: rgba(0,26,26,0.2);
}

.bg-\[rgba\(0\2c 26\2c 26\2c 0\.30\)\] {
  background-color: rgba(0,26,26,0.30);
}

.bg-\[rgba\(0\2c 27\2c 24\2c 0\.2\)\] {
  background-color: rgba(0,27,24,0.2);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  background-color: rgba(255,255,255,0.10);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.9\)\] {
  background-color: rgba(255,255,255,0.9);
}

.bg-\[var\(--bg-primary\)\] {
  background-color: var(--bg-primary);
}

.bg-\[var\(--color\)\] {
  background-color: var(--color);
}

.bg-\[var\(--overlay\/plain\/brand\/200\2c rgba\(0\2c 26\2c 26\2c 0\.2\)\)\] {
  background-color: var(--overlay/plain/brand/200,rgba(0,26,26,0.2));
}

.bg-\[var\(--surface-primary\)\] {
  background-color: var(--surface-primary);
}

.bg-\[var\(--text-primary\)\] {
  background-color: var(--text-primary);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-coffee-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 230 / var(--tw-bg-opacity, 1));
}

.bg-coffee-100\/50 {
  background-color: rgb(239 236 230 / 0.5);
}

.bg-coffee-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 203 / var(--tw-bg-opacity, 1));
}

.bg-coffee-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 244 / var(--tw-bg-opacity, 1));
}

.bg-coffee-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 34 31 / var(--tw-bg-opacity, 1));
}

.bg-mint-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 227 183 / var(--tw-bg-opacity, 1));
}

.bg-mint-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 213 148 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity, 1));
}

.bg-pine-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 87 84 / var(--tw-bg-opacity, 1));
}

.bg-pine-500\/30 {
  background-color: rgb(2 87 84 / 0.3);
}

.bg-pine-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 66 / var(--tw-bg-opacity, 1));
}

.bg-pine-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 54 51 / var(--tw-bg-opacity, 1));
}

.bg-pine-700\/75 {
  background-color: rgb(1 54 51 / 0.75);
}

.bg-pine-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 32 31 / var(--tw-bg-opacity, 1));
}

.bg-pine-800\/10 {
  background-color: rgb(1 32 31 / 0.1);
}

.bg-pine-800\/15 {
  background-color: rgb(1 32 31 / 0.15);
}

.bg-pine-800\/20 {
  background-color: rgb(1 32 31 / 0.2);
}

.bg-pine-800\/30 {
  background-color: rgb(1 32 31 / 0.3);
}

.bg-pine-800\/40 {
  background-color: rgb(1 32 31 / 0.4);
}

.bg-pine-800\/50 {
  background-color: rgb(1 32 31 / 0.5);
}

.bg-pine-800\/55 {
  background-color: rgb(1 32 31 / 0.55);
}

.bg-pine-800\/70 {
  background-color: rgb(1 32 31 / 0.7);
}

.bg-pine-800\/80 {
  background-color: rgb(1 32 31 / 0.8);
}

.bg-pine-800\/95 {
  background-color: rgb(1 32 31 / 0.95);
}

.bg-pine-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 26 / var(--tw-bg-opacity, 1));
}

.bg-pine-900\/10 {
  background-color: rgb(0 26 26 / 0.1);
}

.bg-pine-900\/5 {
  background-color: rgb(0 26 26 / 0.05);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 235 234 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 55 44 / var(--tw-bg-opacity, 1));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 232 238 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(149 220 229 / var(--tw-bg-opacity, 1));
}

.bg-sky-500\/20 {
  background-color: rgb(149 220 229 / 0.2);
}

.bg-surface-primary {
  background-color: var(--surface-primary);
}

.bg-surface-tertiary {
  background-color: var(--surface-tertiary);
}

.bg-tangerine-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 203 171 / var(--tw-bg-opacity, 1));
}

.bg-tangerine-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 143 72 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.2\)_70\%\2c rgba\(0\2c 0\2c 0\2c 0\.7\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 70%,rgba(0,0,0,0.7) 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.35\)_70\%\2c rgba\(0\2c 0\2c 0\2c 0\.85\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 70%,rgba(0,0,0,0.85) 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\)_11\.38\%\2c rgba\(0\2c 0\2c 0\2c 0\.6\)_87\.7\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0) 11.38%,rgba(0,0,0,0.6) 87.7%);
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.1\)_40\%\2c rgba\(0\2c 0\2c 0\2c 0\.3\)_100\%\)\] {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.3) 100%);
}

.bg-\[linear-gradient\(to_bottom\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.2\)_50\%\2c rgba\(0\2c 0\2c 0\2c 0\.4\)_100\%\)\] {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.4) 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  --tw-gradient-from: rgba(0,0,0,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[var\(--bg-primary\)\] {
  --tw-gradient-from: var(--bg-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-coffee-100 {
  --tw-gradient-from: #EFECE6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 236 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-coffee-200 {
  --tw-gradient-from: #DDD6CB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-coffee-50 {
  --tw-gradient-from: #F8F6F4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 246 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pine-700 {
  --tw-gradient-from: #013633 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 54 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pine-800 {
  --tw-gradient-from: #01201F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 32 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pine-900 {
  --tw-gradient-from: #001A1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[49\.825\%\] {
  --tw-gradient-from-position: 49.825%;
}

.via-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0,0,0,0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-40\% {
  --tw-gradient-via-position: 40%;
}

.via-\[40\%\] {
  --tw-gradient-via-position: 40%;
}

.via-\[50\%\] {
  --tw-gradient-via-position: 50%;
}

.via-\[70\%\] {
  --tw-gradient-via-position: 70%;
}

.to-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-gradient-to: rgba(0,0,0,0.3) var(--tw-gradient-to-position);
}

.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}

.to-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}

.to-coffee-100 {
  --tw-gradient-to: #EFECE6 var(--tw-gradient-to-position);
}

.to-coffee-200 {
  --tw-gradient-to: #DDD6CB var(--tw-gradient-to-position);
}

.to-coffee-50 {
  --tw-gradient-to: #F8F6F4 var(--tw-gradient-to-position);
}

.to-pine-700 {
  --tw-gradient-to: #013633 var(--tw-gradient-to-position);
}

.to-pine-800 {
  --tw-gradient-to: #01201F var(--tw-gradient-to-position);
}

.to-pine-900 {
  --tw-gradient-to: #001A1A var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_35\%\] {
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-64 {
  padding: 16rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[20px\] {
  padding: 20px;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-28 {
  padding-left: 112px;
  padding-right: 112px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.px-\[clamp\(16px\2c 4\.445vw\2c 64px\)\] {
  padding-left: clamp(16px, 4.445vw, 64px);
  padding-right: clamp(16px, 4.445vw, 64px);
}

.px-\[min\(112px\2c 7\.778vw\)\] {
  padding-left: min(112px, 7.778vw);
  padding-right: min(112px, 7.778vw);
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-\[128px\] {
  padding-top: 128px;
  padding-bottom: 128px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[0\.1em\] {
  padding-bottom: 0.1em;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pb-\[160px\] {
  padding-bottom: 160px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[3px\] {
  padding-bottom: 3px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[var\(--mobile-pb\)\] {
  padding-bottom: var(--mobile-pb);
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 36px;
}

.pl-\[112px\] {
  padding-left: 112px;
}

.pl-\[18px\] {
  padding-left: 18px;
}

.pl-\[60px\] {
  padding-left: 60px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[18px\] {
  padding-right: 18px;
}

.pr-\[80px\] {
  padding-right: 80px;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 96px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 128px;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[134px\] {
  padding-top: 134px;
}

.pt-\[160px\] {
  padding-top: 160px;
}

.pt-\[202px\] {
  padding-top: 202px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[65px\] {
  padding-top: 65px;
}

.pt-\[var\(--mobile-pt\)\] {
  padding-top: var(--mobile-pt);
}

.pt-\[var\(--top\)\] {
  padding-top: var(--top);
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.font-caption {
  font-family: League Spartan, ui-sans-serif, sans-serif;
}

.font-display {
  font-family: PP Kyoto, Georgia, serif;
}

.font-label {
  font-family: Sofia Sans Extra Condensed, ui-sans-serif, sans-serif;
}

.font-sans {
  font-family: Basis Grotesque Pro, ui-sans-serif, system-ui, sans-serif;
}

.\!text-\[14px\] {
  font-size: 14px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12\.9px\] {
  font-size: 12.9px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-\[64px\] {
  font-size: 64px;
}

.text-\[72px\] {
  font-size: 72px;
}

.text-\[clamp\(20px\2c 1\.945vw\2c 28px\)\] {
  font-size: clamp(20px, 1.945vw, 28px);
}

.text-\[clamp\(22px\2c 2\.223vw\2c 32px\)\] {
  font-size: clamp(22px, 2.223vw, 32px);
}

.text-\[clamp\(28px\2c 2\.223vw\2c 32px\)\] {
  font-size: clamp(28px, 2.223vw, 32px);
}

.text-\[clamp\(32px\2c 4\.306vw\2c 62px\)\] {
  font-size: clamp(32px, 4.306vw, 62px);
}

.text-\[clamp\(64px\2c 12\.5vw\2c 180px\)\] {
  font-size: clamp(64px, 12.5vw, 180px);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-body-lg {
  font-size: 18px;
  line-height: 26px;
}

.text-body-md {
  font-size: 16px;
  line-height: 24px;
}

.text-body-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.text-button-md {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.text-button-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.text-caption-sm {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.text-caption-xs {
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.5px;
}

.text-heading-md {
  font-size: 24px;
  line-height: 32px;
}

.text-heading-sm {
  font-size: 20px;
  line-height: 28px;
}

.text-label-lg {
  font-size: 18px;
  line-height: 24px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-link-sm {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[20px\] {
  line-height: 20px !important;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.024\] {
  line-height: 1.024;
}

.leading-\[1\.05\] {
  line-height: 1.05;
}

.leading-\[1\.16\] {
  line-height: 1.16;
}

.leading-\[1\.1922\] {
  line-height: 1.1922;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.286\] {
  line-height: 1.286;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.444\] {
  line-height: 1.444;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[64px\] {
  line-height: 64px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.0555556em\] {
  letter-spacing: -0.0555556em;
}

.tracking-\[-0\.05em\] {
  letter-spacing: -0.05em;
}

.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.tracking-\[-0\.84px\] {
  letter-spacing: -0.84px;
}

.tracking-\[-1px\] {
  letter-spacing: -1px;
}

.tracking-\[-2px\] {
  letter-spacing: -2px;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-\[var\(--text-primary\)\] {
  color: var(--text-primary) !important;
}

.\!text-coffee-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1)) !important;
}

.\!text-pine-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(1 54 51 / var(--tw-text-opacity, 1)) !important;
}

.\!text-pine-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1)) !important;
}

.\!text-pine-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 26 26 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#01201F\] {
  --tw-text-opacity: 1;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1));
}

.text-\[\#025754\] {
  --tw-text-opacity: 1;
  color: rgb(2 87 84 / var(--tw-text-opacity, 1));
}

.text-\[\#0E2F5E\] {
  --tw-text-opacity: 1;
  color: rgb(14 47 94 / var(--tw-text-opacity, 1));
}

.text-\[\#357976\] {
  --tw-text-opacity: 1;
  color: rgb(53 121 118 / var(--tw-text-opacity, 1));
}

.text-\[\#573219\] {
  --tw-text-opacity: 1;
  color: rgb(87 50 25 / var(--tw-text-opacity, 1));
}

.text-\[\#5D9896\] {
  --tw-text-opacity: 1;
  color: rgb(93 152 150 / var(--tw-text-opacity, 1));
}

.text-\[\#5b5b5b\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.text-\[\#94a3a3\] {
  --tw-text-opacity: 1;
  color: rgb(148 163 163 / var(--tw-text-opacity, 1));
}

.text-\[\#99B8B6\] {
  --tw-text-opacity: 1;
  color: rgb(153 184 182 / var(--tw-text-opacity, 1));
}

.text-\[\#C9372C\] {
  --tw-text-opacity: 1;
  color: rgb(201 55 44 / var(--tw-text-opacity, 1));
}

.text-\[\#E1DDCF\] {
  --tw-text-opacity: 1;
  color: rgb(225 221 207 / var(--tw-text-opacity, 1));
}

.text-\[\#EFECE6\] {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.text-\[\#F0EDE2\] {
  --tw-text-opacity: 1;
  color: rgb(240 237 226 / var(--tw-text-opacity, 1));
}

.text-\[\#c9372c\] {
  --tw-text-opacity: 1;
  color: rgb(201 55 44 / var(--tw-text-opacity, 1));
}

.text-\[color\:var\(--text-primary\)\] {
  color: var(--text-primary);
}

.text-\[color\:var\(--text-secondary\)\] {
  color: var(--text-secondary);
}

.text-\[var\(--text-button-quaternary-default\)\] {
  color: var(--text-button-quaternary-default);
}

.text-\[var\(--text-primary\)\] {
  color: var(--text-primary);
}

.text-\[var\(--text-secondary\)\] {
  color: var(--text-secondary);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(37 116 225 / var(--tw-text-opacity, 1));
}

.text-coffee-100 {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.text-coffee-100\/60 {
  color: rgb(239 236 230 / 0.6);
}

.text-coffee-100\/70 {
  color: rgb(239 236 230 / 0.7);
}

.text-coffee-100\/90 {
  color: rgb(239 236 230 / 0.9);
}

.text-coffee-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 203 / var(--tw-text-opacity, 1));
}

.text-coffee-50 {
  --tw-text-opacity: 1;
  color: rgb(248 246 244 / var(--tw-text-opacity, 1));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(137 172 104 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(79 131 29 / var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.text-pine-200 {
  --tw-text-opacity: 1;
  color: rgb(153 184 182 / var(--tw-text-opacity, 1));
}

.text-pine-300 {
  --tw-text-opacity: 1;
  color: rgb(93 152 150 / var(--tw-text-opacity, 1));
}

.text-pine-500 {
  --tw-text-opacity: 1;
  color: rgb(2 87 84 / var(--tw-text-opacity, 1));
}

.text-pine-700 {
  --tw-text-opacity: 1;
  color: rgb(1 54 51 / var(--tw-text-opacity, 1));
}

.text-pine-800 {
  --tw-text-opacity: 1;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1));
}

.text-pine-800\/60 {
  color: rgb(1 32 31 / 0.6);
}

.text-pine-800\/70 {
  color: rgb(1 32 31 / 0.7);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(219 121 114 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(201 55 44 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(143 39 31 / var(--tw-text-opacity, 1));
}

.text-semantic-text-primary {
  color: var(--text-primary);
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(222 244 247 / var(--tw-text-opacity, 1));
}

.text-tangerine-500 {
  --tw-text-opacity: 1;
  color: rgb(249 143 72 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(247 194 60 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-\[var\(--text-primary\)\] {
  text-decoration-color: var(--text-primary);
}

.decoration-coffee-100 {
  text-decoration-color: #EFECE6;
}

.decoration-tangerine-500 {
  text-decoration-color: #F98F48;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.decoration-\[1px\] {
  text-decoration-thickness: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}

.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}

.accent-pine-800 {
  accent-color: #01201F;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[var\(--banners\)\] {
  opacity: var(--banners);
}

.opacity-\[var\(--opacity\)\] {
  opacity: var(--opacity);
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow-bottom-soft {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-raised-strong {
  --tw-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0px 4px 12px 0px var(--tw-shadow-color), 0px 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

.outline-1 {
  outline-width: 1px;
}

.outline-\[rgba\(0\2c 26\2c 26\2c 0\.20\)\] {
  outline-color: rgba(0,26,26,0.20);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-pine-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 32 31 / var(--tw-ring-opacity, 1));
}

.ring-offset-white {
  --tw-ring-offset-color: #FFFFFF;
}

.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);
}

.blur-\[35px\] {
  --tw-blur: blur(35px);
  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: 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);
}

.backdrop-blur-\[12px\] {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c color\2c transform\2c box-shadow\] {
  transition-property: background-color,color,transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[border-color\] {
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c background-color\2c width\] {
  transition-property: transform,background-color,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c background-color\] {
  transition-property: transform,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c width\] {
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-\[100ms\] {
  transition-duration: 100ms;
}

.duration-\[800ms\] {
  transition-duration: 800ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-\[width\2c height\] {
  will-change: width,height;
}

.will-change-transform {
  will-change: transform;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Housing grid card-count caps. Mobile shows first 3, desktop shows first 9.
	   Implemented as a real class so the rendered HTML doesn't carry arbitrary
	   `[&>*:nth-child(n+N)]:hidden` Tailwind variants, which trip WordPress'
	   `wptexturize` filter and corrupt the surrounding `<div>` attribute.
	   `!important` is required because the inner cards carry Tailwind's `!flex`
	   utility (display: flex !important), which would otherwise win. */

.housing__grid-cap > *:nth-child(n + 4) {
  display: none !important;
}

@media (min-width: 768px) {
  .housing__grid-cap > *:nth-child(n + 4) {
    display: flex !important;
  }

  .housing__grid-cap > *:nth-child(n + 10) {
    display: none !important;
  }
}

/* When a filter is active (building chip or stay-type toggle), bypass the
	   cap entirely — every MATCHING card should show regardless of its DOM
	   position. Non-matching cards are still hidden by the filter JS via
	   inline `display: none !important`, which wins over this rule. */

.housing__grid-cap.is-filtered > *:nth-child(n + 4) {
  display: flex !important;
}

@media (min-width: 768px) {
  .housing__grid-cap.is-filtered > *:nth-child(n + 10) {
    display: flex !important;
  }
}

/* Housing card top-bar marquee (Figma 16385:30328 / 20899:64605).
	   Items duplicated 4× in the markup; sliding -50% lands copy 3 where
	   copy 1 was. `width: max-content` is critical so the percentage
	   resolves against the intrinsic content width, not the absolute
	   parent's clamped width. */

@keyframes housing-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.housing__marquee-track {
  width: -moz-max-content;
  width: max-content;
  animation: housing-marquee 15s linear infinite;
  will-change: transform;
}

.housing__marquee-track > * {
  flex-shrink: 0;
}

.housing__marquee-track:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .housing__marquee-track {
    animation: none;
  }
}

/* Partnerships logo-only marquee (Figma 17261:26089). Same maths as the
	   housing top-bar marquee but with a slower 30s speed, since logos are
	   wider items and Figma shows a calmer, drift-style scroll. */

@keyframes partnerships-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.partnerships__marquee-track {
  width: -moz-max-content;
  width: max-content;
  animation: partnerships-marquee 30s linear infinite;
  will-change: transform;
}

.partnerships__marquee-track > * {
  flex-shrink: 0;
}

.partnerships__marquee-track:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .partnerships__marquee-track {
    animation: none;
  }
}

.\[--h\:100lvh\] {
  --h: 100lvh;
}

.\[--reveal\:100\%\] {
  --reveal: 100%;
}

.\[--scale\:0\] {
  --scale: 0;
}

.\[--w\:100vw\] {
  --w: 100vw;
}

.\[--y\:0px\] {
  --y: 0px;
}

.\[--y\:100\%\] {
  --y: 100%;
}

.\[-webkit-mask-type\:alpha\] {
  -webkit-mask-type: alpha;
}

.\[break-inside\:avoid\] {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.\[clip-path\:inset\(0_0_100\%_0\)\] {
  clip-path: inset(0 0 100% 0);
}

.\[clip-path\:inset\(0px_100\%_0px_0px\)\] {
  clip-path: inset(0px 100% 0px 0px);
}

.\[clip-path\:inset\(100\%_0_0_0\)\] {
  clip-path: inset(100% 0 0 0);
}

.\[clip-path\:inset\(var\(--reveal\)_0\%_0\%_0\%\)\] {
  clip-path: inset(var(--reveal) 0% 0% 0%);
}

.\[grid-auto-columns\:minmax\(0\2c 352px\)\] {
  grid-auto-columns: minmax(0,352px);
}

.\[grid-auto-flow\:column\] {
  grid-auto-flow: column;
}

.\[grid-column\:1\/2\] {
  grid-column: 1/2;
}

.\[grid-column\:2\/-1\] {
  grid-column: 2/-1;
}

.\[grid-row\:1\/-1\] {
  grid-row: 1/-1;
}

.\[grid-template-columns\:1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.\[grid-template-columns\:auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.\[grid-template-rows\:auto\] {
  grid-template-rows: auto;
}

.\[grid-template-rows\:auto_1fr\] {
  grid-template-rows: auto 1fr;
}

.\[mask-type\:alpha\] {
  mask-type: alpha;
}

.\[touch-action\:manipulation\] {
  touch-action: manipulation;
}

.\[transform\:translateY\(var\(--y\)\)\] {
  transform: translateY(var(--y));
}

.\[transform\:translateZ\(0\)\] {
  transform: translateZ(0);
}

.\[transform\:translateZ\(0\)_scaleX\(1\.001\)\] {
  transform: translateZ(0) scaleX(1.001);
}

.\[transition-delay\:0ms\2c 50ms\] {
  transition-delay: 0ms,50ms;
}

.\[transition\:font-variation-settings_0\.2s_ease\2c font-weight_0\.2s_ease\2c letter-spacing_0\.2s_ease\2c color_0\.2s_ease\] {
  transition: font-variation-settings 0.2s ease,font-weight 0.2s ease,letter-spacing 0.2s ease,color 0.2s ease;
}

.\[width\:var\(--w\)\] {
  width: var(--w);
}

.\[will-change\:transform\] {
  will-change: transform;
}

/* ─── Commercial Font Faces ─────────────────────────────────────────────
   Add .woff2 files to assets/fonts/ for these to work.
   Google Fonts (DM Serif Text, League Spartan, Sofia Sans) are loaded via CDN in functions.php.
*/

@font-face {
  font-family: "Basis Grotesque Pro";

  src: url("../fonts/basis/BasisGrotesquePro-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Pro";

  src: url("../fonts/basis/BasisGrotesquePro-Medium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Pro";

  src: url("../fonts/basis/BasisGrotesquePro-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Basis Grotesque Pro";

  src: url("../fonts/basis/BasisGrotesquePro-Black.woff2") format("woff2");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/* PP Kyoto — single italic 400 face. Any class request for the family
   resolves to this file regardless of weight (font-weight range 100..900)
   so existing markup like `font-display italic font-light` keeps working
   while always rendering with the new italic-400 file. */

@font-face {
  font-family: "PP Kyoto";

  src: url("../fonts/kyoto/PPKyoto-RegularItalic.woff2") format("woff2");

  font-weight: 100 900;

  font-style: italic;

  font-display: swap;
}

/* ─── Form field validation states (Figma 17875:19100 — Valid / Error) ─
   Targets any form field with `data-validate` (the contact-form opts in this
   way). Base styling comes from the form atoms (`FORM_INPUT_CLASS` etc. in
   `components/atoms/form/_styles.php`); these rules only override the border
   and background for the valid/error states. ─────────────────────────── */

/* ─── Utility: hide scrollbar ────────────────────────────────────────── */

/* ─── Italic display font in headings ────────────────────────────────── */

h1 > i,
h2 > i,
h3 > i,
h1 > em,
h2 > em,
h3 > em {
  font-family: "PP Kyoto", Georgia, serif;
  font-weight: 300;
  font-style: italic;
}

/* ─── Arrow Link underline with rounded ends ─────────────────────────── */

.arrow-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #f98f48;
  /* tangerine-500 — always orange */
  border-radius: 1px;
}

/* ─── Text Link underline with rounded ends ─────────────────────────── */

.text-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #f98f48;
  /* tangerine-500 — always orange */
  border-radius: 1px;
}

/* ─── Editor: wider ACF block previews ───────────────────────────────── */

.is-root-container > .wp-block[data-type="acf/features"] {
  max-width: none !important;
  width: 100% !important;
}

/* ─── Calendly Reservation modal ─────────────────────────────────────── */

@keyframes cr-slide-in {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.animate-cr-slide-in {
  transform: translateX(0);
  animation: cr-slide-in 0.3s ease-out both;
}

.cr-modal[aria-hidden="false"] {
  display: block;
}

.cr-select,
.cr-input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 14px;
  color: #01201f;
  transition:
		border-color 0.15s,
		box-shadow 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cr-select:focus,
.cr-input:focus {
  outline: none;
  border-color: #01201f;
  box-shadow: 0 0 0 3px rgba(1, 32, 31, 0.1);
}

.cr-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%2301201F' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  padding-right: 2.25rem;
}

.cr-select:disabled {
  background-color: #f2f2f2;
  color: #9ca3af;
  cursor: not-allowed;
}

.cr-input--phone-code {
  border: 0;
}

.cr-day {
  height: 2.25rem;
  width: 2.25rem;
  margin: 0 auto;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #01201f;
  background: transparent;
  transition:
		background 0.15s,
		color 0.15s;
}

.cr-day:hover:not(:disabled) {
  background: rgba(1, 32, 31, 0.08);
}

.cr-day:disabled {
  color: #d4d4d4;
  cursor: not-allowed;
}

.cr-day-selected,
.cr-day-selected:hover {
  background: #01201f;
  color: #ffffff;
}

.cr-slot {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s;
}

.cr-slot:hover {
  border-color: #01201f;
  background: rgba(1, 32, 31, 0.06);
}

.cr-slot-selected {
  border-color: #01201f;
  background: #01201f;
  color: #ffffff;
}

.cr-slot-selected .text-neutral-600 {
  color: rgba(255, 255, 255, 0.7);
}

.cr-btn-primary {
  padding: 0.75rem 1.5rem;
  background: #01201f;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s;
}

.cr-btn-primary:hover {
  background: #013633;
}

.cr-btn-ghost {
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: #01201f;
  border: 1px solid #01201f;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.15s;
}

.cr-btn-ghost:hover {
  background: #f2f2f2;
}

/* ── Swiper navigation: shared disabled state ────────────────────────────────
   Swiper attaches `.swiper-button-disabled` to the prev/next element when the
   instance can no longer slide in that direction. We use this class on every
   custom nav element across the site (housing-prev, stories-next, etc.), so a
   single rule fades and disables them everywhere.
*/

.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
  cursor: not-allowed;
  transition: opacity 0.2s ease-out;
}

/* ─── Block-level CSS consolidated from per-block <style> tags ───────────────
   Rules that were previously inlined (often UID-scoped) inside src/<block>/render.php.
   Moved here so each block ships less inline CSS and the rules participate in
   the global cascade like any other utility.
*/

/* match block — banner caption forces a manual line break on mobile only */

@media (min-width: 1024px) {
  .match-banner-caption br {
    display: none;
  }
}

/* match block — card stack (drag-to-swipe quiz) */

[data-card-stack] {
  perspective: 800px;
}

.match-card {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-user-drag: none;
}

.match-card img,
.match-card * {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.match-card:active {
  cursor: grabbing;
}

.match-back-tile {
  background-size: 24px 24px;
  background-repeat: round;
}

@media (min-width: 1024px) {
  .match-back-tile {
    background-size: 44px 44px;
  }
}

/* housing block — grid-mode "Ver más" reveal animation */

[data-housing-grid] > [data-housing-grid-hidden] {
  opacity: 0;
  transform: translateY(8px);
  transition:
		opacity 0.4s ease-out,
		transform 0.4s ease-out;
}

[data-housing-grid] > [data-housing-grid-hidden].housing-grid-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* sustainable-pillars block — secondary footer slides up from below */

[data-gallery-footer-secondary] {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

/* profile-module block — accommodations card overlay opacity is JS-driven */

[data-home-accomodations-card-overlay] {
  --opacity: 1;
  opacity: var(--opacity);
}

/* accordions-module block — open-state typography + icon swap.
   Selectors are global because [data-faq-open="true"] only ever matches the
   currently-open FAQ item. */

[data-faq-open="true"] .faq-item-title {
  font-family: var(--font-display, "PP Kyoto", serif);
  font-style: italic;
  font-weight: 300;
}

[data-faq-open="true"] .faq-icon-plus {
  opacity: 0;
}

[data-faq-open="true"] .faq-icon-minus {
  opacity: 1;
}

/* image-text-module + post-header — clamp/expand description transition */

.itm-body,
.post-header-desc {
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}

/* nav-anchor block — masked scrollable tab strip (gradient mask hides edges) */

.masked {
  -webkit-mask-image: linear-gradient(
		to right,
		black 114px,
		transparent 114px,
		black 200px,
		black calc(100% - 194px),
		transparent calc(100% - 114px),
		black calc(100% - 113px)
	);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(
		to right,
		black calc(100% - 194px),
		transparent calc(100% - 114px),
		black calc(100% - 113px)
	);
          mask-image: linear-gradient(
		to right,
		black calc(100% - 194px),
		transparent calc(100% - 114px),
		black calc(100% - 113px)
	);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/* informative-data block — image clip-path reveal + slide-in for cards */

@keyframes informative-data-reveal {
  from {
    clip-path: inset(100% 0 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.informative-data-img-anim {
  clip-path: inset(100% 0 0 0);
}

.informative-data-img-anim.is-visible {
  animation: informative-data-reveal 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		forwards;
}

.swiper-slide.informative-data-slide-anim {
  opacity: 0;
  transform: translateY(30px);
  transition:
		opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide.informative-data-slide-anim.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.placeholder\:text-\[\#5b5b5b\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#5b5b5b\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.placeholder\:text-pine-800\/50::-moz-placeholder {
  color: rgb(1 32 31 / 0.5);
}

.placeholder\:text-pine-800\/50::placeholder {
  color: rgb(1 32 31 / 0.5);
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.before\:h-\[60\%\]::before {
  content: var(--tw-content);
  height: 60%;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:origin-right::before {
  content: var(--tw-content);
  transform-origin: right;
}

.before\:scale-0::before {
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:scale-y-\[-1\]::before {
  content: var(--tw-content);
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-\[999px\]::before {
  content: var(--tw-content);
  border-radius: 999px;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-\[rgba\(0\2c 25\2c 27\2c 0\.7\)\]::before {
  content: var(--tw-content);
  background-color: rgba(0,25,27,0.7);
}

.before\:bg-\[rgba\(0\2c 25\2c 27\2c var\(--alpha\)\)\]::before {
  content: var(--tw-content);
  background-color: rgba(0,25,27,var(--alpha));
}

.before\:bg-pine-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(1 32 31 / var(--tw-bg-opacity, 1));
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\)_8\.25\%\2c \#01201F_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(255,255,255,0) 8.25%,#01201F 100%);
}

.before\:backdrop-blur-\[30px\]::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(30px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:backdrop-blur-\[var\(--blur\)\]::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(var(--blur));
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:transition-opacity::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:ease-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\\\'\\\'\]::before {
  --tw-content: \'\';
  content: var(--tw-content);
}

.before\:\[transform\:scaleX\(var\(--wipe\)\)\]::before {
  content: var(--tw-content);
  transform: scaleX(var(--wipe));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:bottom-3::after {
  content: var(--tw-content);
  bottom: 0.75rem;
}

.after\:bottom-\[-1px\]::after {
  content: var(--tw-content);
  bottom: -1px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#F98F48\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 143 72 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\]::after {
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.3);
}

.after\:bg-white\/20::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}

.after\:opacity-\[var\(--line\)\]::after {
  content: var(--tw-content);
  opacity: var(--line);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\B7\'\]::after {
  --tw-content: '·';
  content: var(--tw-content);
}

.after\:content-\[\\\'\\\'\]::after {
  --tw-content: \'\';
  content: var(--tw-content);
}

.hover\:bg-\[\#1DA851\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 168 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F2EFE8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 239 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(122\2c 102\2c 84\2c 0\.2\)\]:hover {
  background-color: rgba(122,102,84,0.2);
}

.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.18\)\]:hover {
  background-color: rgba(255,255,255,0.18);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-coffee-100\/10:hover {
  background-color: rgb(239 236 230 / 0.1);
}

.hover\:bg-coffee-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-coffee-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 187 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mint-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 155 108 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pine-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pine-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 69 66 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pine-800\/5:hover {
  background-color: rgb(1 32 31 / 0.05);
}

.hover\:bg-pine-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(143 39 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tangerine-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 180 132 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tangerine-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 109 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:font-display:hover {
  font-family: PP Kyoto, Georgia, serif;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:text-\[\#F0EDE2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(240 237 226 / var(--tw-text-opacity, 1));
}

.hover\:text-coffee-200:hover {
  --tw-text-opacity: 1;
  color: rgb(221 214 203 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-400:hover {
  --tw-text-opacity: 1;
  color: rgb(53 121 118 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-600:hover {
  --tw-text-opacity: 1;
  color: rgb(1 69 66 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-700:hover {
  --tw-text-opacity: 1;
  color: rgb(1 54 51 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-800:hover {
  --tw-text-opacity: 1;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-800\/50:hover {
  color: rgb(1 32 31 / 0.5);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-pine-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 26 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:decoration-coffee-100:hover {
  text-decoration-color: #EFECE6;
}

.hover\:decoration-coffee-200:hover {
  text-decoration-color: #DDD6CB;
}

.hover\:decoration-tangerine-600:hover {
  text-decoration-color: #B16633;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:before\:opacity-80:hover::before {
  content: var(--tw-content);
  opacity: 0.8;
}

.hover\:after\:absolute:hover::after {
  content: var(--tw-content);
  position: absolute;
}

.hover\:after\:bottom-\[-4px\]:hover::after {
  content: var(--tw-content);
  bottom: -4px;
}

.hover\:after\:left-0:hover::after {
  content: var(--tw-content);
  left: 0px;
}

.hover\:after\:h-\[2px\]:hover::after {
  content: var(--tw-content);
  height: 2px;
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:rounded-full:hover::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.hover\:after\:bg-tangerine-500:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 143 72 / var(--tw-bg-opacity, 1));
}

.hover\:after\:content-\[\\\'\\\'\]:hover::after {
  --tw-content: \'\';
  content: var(--tw-content);
}

.focus\:border-pine-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 32 31 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 116 225 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pine-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 32 31 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 55 44 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 220 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-tangerine-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 143 72 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-pine-800:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 32 31 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-white:focus-visible {
  --tw-ring-offset-color: #FFFFFF;
}

.active\:bg-\[rgba\(122\2c 102\2c 84\2c 0\.3\)\]:active {
  background-color: rgba(122,102,84,0.3);
}

.active\:bg-black\/10:active {
  background-color: rgb(0 0 0 / 0.1);
}

.active\:bg-mint-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(58 75 52 / var(--tw-bg-opacity, 1));
}

.active\:bg-tangerine-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 180 132 / var(--tw-bg-opacity, 1));
}

.active\:bg-tangerine-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 109 / var(--tw-bg-opacity, 1));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-white\/10:active {
  background-color: rgb(255 255 255 / 0.1);
}

.active\:bg-white\/20:active {
  background-color: rgb(255 255 255 / 0.2);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-pine-800\/5:disabled {
  background-color: rgb(1 32 31 / 0.05);
}

.disabled\:text-pine-800\/40:disabled {
  color: rgb(1 32 31 / 0.4);
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:bg-pine-800\/5 {
  background-color: rgb(1 32 31 / 0.05);
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:border-pine-800 {
  --tw-border-opacity: 1;
  border-color: rgb(1 32 31 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:before\:scale-100::before {
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus-visible ~ .peer-focus-visible\:ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus-visible ~ .peer-focus-visible\:ring-pine-800\/40 {
  --tw-ring-color: rgb(1 32 31 / 0.4);
}

.data-\[active\=false\]\:border[data-active="false"] {
  border-width: 1px;
}

.data-\[active\=true\]\:border[data-active="true"] {
  border-width: 1px;
}

.data-\[active\=false\]\:border-pine-800[data-active="false"] {
  --tw-border-opacity: 1;
  border-color: rgb(1 32 31 / var(--tw-border-opacity, 1));
}

.data-\[active\=false\]\:border-pine-800\/50[data-active="false"] {
  border-color: rgb(1 32 31 / 0.5);
}

.data-\[active\=false\]\:border-white\/50[data-active="false"] {
  border-color: rgb(255 255 255 / 0.5);
}

.data-\[active\=true\]\:border-transparent[data-active="true"] {
  border-color: transparent;
}

.data-\[active\=false\]\:bg-white\/50[data-active="false"] {
  background-color: rgb(255 255 255 / 0.5);
}

.data-\[active\=false\]\:bg-white\/\[0\.05\][data-active="false"] {
  background-color: rgb(255 255 255 / 0.05);
}

.data-\[active\=true\]\:bg-pine-800[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 32 31 / var(--tw-bg-opacity, 1));
}

.data-\[active\=true\]\:bg-white[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.data-\[active\=false\]\:text-coffee-100[data-active="false"] {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.data-\[active\=false\]\:text-pine-800[data-active="false"] {
  --tw-text-opacity: 1;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1));
}

.data-\[active\=true\]\:text-coffee-100[data-active="true"] {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.data-\[active\=true\]\:text-pine-800[data-active="true"] {
  --tw-text-opacity: 1;
  color: rgb(1 32 31 / var(--tw-text-opacity, 1));
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transform-none {
    transform: none;
  }

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (min-width: 360px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:\!overflow-visible {
    overflow: visible !important;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:leading-\[26px\] {
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:\!inline {
    display: inline !important;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[46px\] {
    height: 46px;
  }

  .md\:h-\[56px\] {
    height: 56px;
  }

  .md\:h-\[580px\] {
    height: 580px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[680px\] {
    min-height: 680px;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[270px\] {
    width: 270px;
  }

  .md\:w-\[280px\] {
    width: 280px;
  }

  .md\:w-\[313px\] {
    width: 313px;
  }

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[444px\] {
    width: 444px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[535px\] {
    width: 535px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[644px\] {
    max-width: 644px;
  }

  .md\:max-w-\[868px\] {
    max-width: 868px;
  }

  .md\:max-w-\[clamp\(700px\2c 39\.063vw\2c 1000px\)\] {
    max-width: clamp(700px, 39.063vw, 1000px);
  }

  .md\:max-w-\[min\(36\.112vw\2c 520px\)\] {
    max-width: min(36.112vw, 520px);
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[244px_130px_1fr\] {
    grid-template-columns: 244px 130px 1fr;
  }

  .md\:grid-cols-\[40px_244px_130px_1fr\] {
    grid-template-columns: 40px 244px 130px 1fr;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:px-\[clamp\(16px\2c 3\.89vw\2c 56px\)\] {
    padding-left: clamp(16px, 3.89vw, 56px);
    padding-right: clamp(16px, 3.89vw, 56px);
  }

  .md\:px-\[clamp\(16px\2c 4\.445vw\2c 64px\)\] {
    padding-left: clamp(16px, 4.445vw, 64px);
    padding-right: clamp(16px, 4.445vw, 64px);
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:pb-28 {
    padding-bottom: 112px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 56px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

  .md\:text-\[72px\] {
    font-size: 72px;
  }

  .md\:text-\[clamp\(40px\2c 3\.612vw\2c 80px\)\] {
    font-size: clamp(40px, 3.612vw, 80px);
  }

  .md\:text-heading-lg {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-\[1\.1922\] {
    line-height: 1.1922;
  }

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[48px\] {
    line-height: 48px;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

  .md\:leading-\[74px\] {
    line-height: 74px;
  }

  .md\:leading-\[inherit\] {
    line-height: inherit;
  }

  .md\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .md\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .md\:tracking-\[-4px\] {
    letter-spacing: -4px;
  }

  .md\:tracking-\[0\] {
    letter-spacing: 0;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-12 {
    inset: 3rem;
  }

  .lg\:inset-auto {
    inset: auto;
  }

  .lg\:\!bottom-0 {
    bottom: 0px !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-\[-14\%\] {
    left: -14%;
  }

  .lg\:left-\[-25\%\] {
    left: -25%;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-\[116px\] {
    right: 116px;
  }

  .lg\:right-\[40px\] {
    right: 40px;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-\[-12\%\] {
    top: -12%;
  }

  .lg\:top-\[-19\%\] {
    top: -19%;
  }

  .lg\:top-\[-74\%\] {
    top: -74%;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:z-\[2\] {
    z-index: 2;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-\[-110px\] {
    margin-bottom: -110px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[176\/220\] {
    aspect-ratio: 176/220;
  }

  .lg\:aspect-\[176\/285\] {
    aspect-ratio: 176/285;
  }

  .lg\:aspect-\[533\/733\] {
    aspect-ratio: 533/733;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 56px;
  }

  .lg\:h-\[100dvh\] {
    height: 100dvh;
  }

  .lg\:h-\[112\%\] {
    height: 112%;
  }

  .lg\:h-\[129\%\] {
    height: 129%;
  }

  .lg\:h-\[137px\] {
    height: 137px;
  }

  .lg\:h-\[140px\] {
    height: 140px;
  }

  .lg\:h-\[193\%\] {
    height: 193%;
  }

  .lg\:h-\[300dvh\] {
    height: 300dvh;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[393px\] {
    height: 393px;
  }

  .lg\:h-\[424px\] {
    height: 424px;
  }

  .lg\:h-\[450px\] {
    height: 450px;
  }

  .lg\:h-\[464px\] {
    height: 464px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[513px\] {
    height: 513px;
  }

  .lg\:h-\[556px\] {
    height: 556px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[640px\] {
    height: 640px;
  }

  .lg\:h-\[650px\] {
    height: 650px;
  }

  .lg\:h-\[688px\] {
    height: 688px;
  }

  .lg\:h-\[768px\] {
    height: 768px;
  }

  .lg\:h-\[80\%\] {
    height: 80%;
  }

  .lg\:h-\[85\%\] {
    height: 85%;
  }

  .lg\:h-\[850px\] {
    height: 850px;
  }

  .lg\:h-\[852px\] {
    height: 852px;
  }

  .lg\:h-\[var\(--h\)\] {
    height: var(--h);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[132px\] {
    max-height: 132px;
  }

  .lg\:max-h-\[600px\] {
    max-height: 600px;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-\[248px\] {
    min-height: 248px;
  }

  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }

  .lg\:min-h-\[46px\] {
    min-height: 46px;
  }

  .lg\:min-h-\[480px\] {
    min-height: 480px;
  }

  .lg\:min-h-\[48px\] {
    min-height: 48px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-\[708px\] {
    min-height: 708px;
  }

  .lg\:min-h-\[70px\] {
    min-height: 70px;
  }

  .lg\:min-h-\[760px\] {
    min-height: 760px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-14 {
    width: 56px;
  }

  .lg\:w-\[110px\] {
    width: 110px;
  }

  .lg\:w-\[120\%\] {
    width: 120%;
  }

  .lg\:w-\[120px\] {
    width: 120px;
  }

  .lg\:w-\[137px\] {
    width: 137px;
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[150\%\] {
    width: 150%;
  }

  .lg\:w-\[277px\] {
    width: 277px;
  }

  .lg\:w-\[41\.6\%\] {
    width: 41.6%;
  }

  .lg\:w-\[421px\] {
    width: 421px;
  }

  .lg\:w-\[423px\] {
    width: 423px;
  }

  .lg\:w-\[424px\] {
    width: 424px;
  }

  .lg\:w-\[534px\] {
    width: 534px;
  }

  .lg\:w-\[535px\] {
    width: 535px;
  }

  .lg\:w-\[58\.333vw\] {
    width: 58.333vw;
  }

  .lg\:w-\[644px\] {
    width: 644px;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[730px\] {
    width: 730px;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[868px\] {
    width: 868px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-\[313px\] {
    min-width: 313px;
  }

  .lg\:min-w-\[840px\] {
    min-width: 840px;
  }

  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .lg\:max-w-\[220px\] {
    max-width: 220px;
  }

  .lg\:max-w-\[373px\] {
    max-width: 373px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[424px\] {
    max-width: 424px;
  }

  .lg\:max-w-\[444px\] {
    max-width: 444px;
  }

  .lg\:max-w-\[472px\] {
    max-width: 472px;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[534px\] {
    max-width: 534px;
  }

  .lg\:max-w-\[535px\] {
    max-width: 535px;
  }

  .lg\:max-w-\[644px\] {
    max-width: 644px;
  }

  .lg\:max-w-\[646px\] {
    max-width: 646px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[760px\] {
    max-width: 760px;
  }

  .lg\:max-w-\[868px\] {
    max-width: 868px;
  }

  .lg\:max-w-\[870px\] {
    max-width: 870px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_41\.667vw\] {
    grid-template-columns: 1fr 41.667vw;
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[41\.667vw_1fr\] {
    grid-template-columns: 41.667vw 1fr;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 56px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[133px\] {
    gap: 133px;
  }

  .lg\:gap-\[244px\] {
    gap: 244px;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:gap-\[56px\] {
    gap: 56px;
  }

  .lg\:gap-\[83px\] {
    gap: 83px;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:\!overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .lg\:rounded-\[999px\] {
    border-radius: 999px;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:bg-\[\#025754\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 87 84 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-pine-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 87 84 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 96px;
    padding-right: 96px;
  }

  .lg\:px-28 {
    padding-left: 112px;
    padding-right: 112px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[135px\] {
    padding-left: 135px;
    padding-right: 135px;
  }

  .lg\:px-\[clamp\(100px\2c 12\.223vw\2c 176px\)\] {
    padding-left: clamp(100px, 12.223vw, 176px);
    padding-right: clamp(100px, 12.223vw, 176px);
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-32 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-24 {
    padding-bottom: 96px;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .lg\:pb-\[184px\] {
    padding-bottom: 184px;
  }

  .lg\:pb-\[46px\] {
    padding-bottom: 46px;
  }

  .lg\:pb-\[var\(--desktop-pb\)\] {
    padding-bottom: var(--desktop-pb);
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-\[clamp\(16px\2c 4\.445vw\2c 64px\)\] {
    padding-left: clamp(16px, 4.445vw, 64px);
  }

  .lg\:pl-\[max\(64px\2c calc\(\(100vw-1312px\)\/2\+64px\)\)\] {
    padding-left: max(64px, calc((100vw - 1312px) / 2 + 64px));
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[68px\] {
    padding-right: 68px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-18 {
    padding-top: 72px;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-\[184px\] {
    padding-top: 184px;
  }

  .lg\:pt-\[202px\] {
    padding-top: 202px;
  }

  .lg\:pt-\[var\(--desktop-pt\)\] {
    padding-top: var(--desktop-pt);
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:font-display {
    font-family: PP Kyoto, Georgia, serif;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-heading-md {
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:leading-\[0\.81\] {
    line-height: 0.81;
  }

  .lg\:leading-\[20px\] {
    line-height: 20px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }

  .lg\:leading-\[74px\] {
    line-height: 74px;
  }

  .lg\:leading-\[80px\] {
    line-height: 80px;
  }

  .lg\:tracking-\[-0\.5px\] {
    letter-spacing: -0.5px;
  }

  .lg\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .lg\:tracking-\[-4px\] {
    letter-spacing: -4px;
  }

  .lg\:tracking-\[0\] {
    letter-spacing: 0;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:text-coffee-100 {
    --tw-text-opacity: 1;
    color: rgb(239 236 230 / var(--tw-text-opacity, 1));
  }

  .lg\:text-pine-800 {
    --tw-text-opacity: 1;
    color: rgb(1 32 31 / var(--tw-text-opacity, 1));
  }

  .lg\:shadow-\[inset_0px_0px_1px_0px_rgba\(255\2c 255\2c 255\2c 0\.75\)\] {
    --tw-shadow: inset 0px 0px 1px 0px rgba(255,255,255,0.75);
    --tw-shadow-colored: inset 0px 0px 1px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-bottom-strong {
    --tw-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-blur-\[20px\] {
    --tw-backdrop-blur: blur(20px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:\[--h\:100dvh\] {
    --h: 100dvh;
  }

  .lg\:after\:relative::after {
    content: var(--tw-content);
    position: relative;
  }

  .lg\:after\:left-3::after {
    content: var(--tw-content);
    left: 0.75rem;
  }

  .lg\:after\:my-2::after {
    content: var(--tw-content);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:after\:h-auto::after {
    content: var(--tw-content);
    height: auto;
  }

  .lg\:after\:w-\[1px\]::after {
    content: var(--tw-content);
    width: 1px;
  }

  .lg\:after\:bg-\[rgba\(1\2c 32\2c 31\2c 0\.12\)\]::after {
    content: var(--tw-content);
    background-color: rgba(1,32,31,0.12);
  }

  .lg\:after\:content-\[\\\'\\\'\]::after {
    --tw-content: \'\';
    content: var(--tw-content);
  }
}

@media (min-width: 1200px) {
  .menu\:absolute {
    position: absolute;
  }

  .menu\:relative {
    position: relative;
  }

  .menu\:top-full {
    top: 100%;
  }

  .menu\:inline-block {
    display: inline-block;
  }

  .menu\:flex {
    display: flex;
  }

  .menu\:hidden {
    display: none;
  }

  .menu\:h-auto {
    height: auto;
  }

  .menu\:min-h-0 {
    min-height: 0px;
  }

  .menu\:min-h-\[73px\] {
    min-height: 73px;
  }

  .menu\:w-auto {
    width: auto;
  }

  .menu\:flex-row {
    flex-direction: row;
  }

  .menu\:flex-col {
    flex-direction: column;
  }

  .menu\:items-stretch {
    align-items: stretch;
  }

  .menu\:justify-start {
    justify-content: flex-start;
  }

  .menu\:self-center {
    align-self: center;
  }

  .menu\:overflow-hidden {
    overflow: hidden;
  }

  .menu\:overflow-visible {
    overflow: visible;
  }

  .menu\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .menu\:border-0 {
    border-width: 0px;
  }

  .menu\:bg-transparent {
    background-color: transparent;
  }

  .menu\:p-0 {
    padding: 0px;
  }

  .menu\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .menu\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .menu\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .menu\:pb-0 {
    padding-bottom: 0px;
  }

  .menu\:text-body-sm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .menu\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }

  .menu\:text-coffee-100 {
    --tw-text-opacity: 1;
    color: rgb(239 236 230 / var(--tw-text-opacity, 1));
  }

  .menu\:\[display\:list-item\] {
    display: list-item;
  }

  .menu\:\[position\:unset\] {
    position: unset;
  }

  .menu\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .menu\:after\:bottom-\[-4px\]::after {
    content: var(--tw-content);
    bottom: -4px;
  }

  .menu\:after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
  }

  .menu\:after\:h-\[2px\]::after {
    content: var(--tw-content);
    height: 2px;
  }

  .menu\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .menu\:after\:bg-\[var\(--border\2c transparent\)\]::after {
    content: var(--tw-content);
    background-color: var(--border,transparent);
  }

  .menu\:after\:content-\[\\\'\\\'\]::after {
    --tw-content: \'\';
    content: var(--tw-content);
  }
}

@media (min-width: 1400px) {
  .sticky\:relative {
    position: relative;
  }

  .sticky\:block {
    display: block;
  }

  .sticky\:flex {
    display: flex;
  }

  .sticky\:hidden {
    display: none;
  }

  .sticky\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sticky\:pl-0 {
    padding-left: 0px;
  }

  .sticky\:text-\[20px\] {
    font-size: 20px;
  }

  .sticky\:leading-\[28px\] {
    line-height: 28px;
  }
}

@media (min-width: 1440px) {
  .xl\:bottom-\[128px\] {
    bottom: 128px;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .xl\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

  .xl\:text-\[clamp\(64px\2c 3\.2034vw\2c 82px\)\] {
    font-size: clamp(64px, 3.2034vw, 82px);
  }

  .xl\:leading-\[1\.1562\] {
    line-height: 1.1562;
  }
}

.\[\&\.is-stuck\]\:border-\[rgba\(0\2c _26\2c _26\2c _0\.40\)\].is-stuck {
  border-color: rgba(0, 26, 26, 0.40);
}

.\[\&\.is-stuck\]\:border-\[rgba\(255\2c _255\2c _255\2c _0\.20\)\].is-stuck {
  border-color: rgba(255, 255, 255, 0.20);
}

.\[\&\.swiper-button-disabled\]\:pointer-events-none.swiper-button-disabled {
  pointer-events: none;
}

.\[\&\.swiper-button-disabled\]\:cursor-not-allowed.swiper-button-disabled {
  cursor: not-allowed;
}

.\[\&\.swiper-button-disabled\]\:opacity-30.swiper-button-disabled {
  opacity: 0.3;
}

.\[\&\:has\(\.swiper-button-lock\)\]\:hidden:has(.swiper-button-lock) {
  display: none;
}

.\[\&\>\*\:nth-child\(n\+N\)\]\:hidden>*:nth-child(n+N) {
  display: none;
}

.\[\&\>a\]\:w-full>a {
  width: 100%;
}

.\[\&_\[id\$\=-desc\]\]\:\!font-normal [id$=-desc] {
  font-weight: 400 !important;
}

.\[\&_\[id\$\=-desc\]_div\]\:\!font-normal [id$=-desc] div {
  font-weight: 400 !important;
}

.\[\&_a\]\:mt-2 a {
  margin-top: 0.5rem;
}

.\[\&_a\]\:inline-flex a {
  display: inline-flex;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:gap-1 a {
  gap: 0.25rem;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:text-\[var\(--text-primary\)\] a {
  color: var(--text-primary);
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:decoration-tangerine-500 a {
  text-decoration-color: #F98F48;
}

.\[\&_a\]\:underline-offset-4 a {
  text-underline-offset: 4px;
}

.\[\&_h2\]\:pb-4 h2 {
  padding-bottom: 1rem;
}

.\[\&_h2\]\:pt-5 h2 {
  padding-top: 1.25rem;
}

.\[\&_h2\]\:\!text-\[28px\] h2 {
  font-size: 28px !important;
}

.\[\&_h2\]\:text-\[40px\] h2 {
  font-size: 40px;
}

.\[\&_h2\]\:font-medium h2 {
  font-weight: 500;
}

.\[\&_h2\]\:\!leading-\[32px\] h2 {
  line-height: 32px !important;
}

.\[\&_h2\]\:leading-\[48px\] h2 {
  line-height: 48px;
}

.\[\&_h2\]\:tracking-\[-1px\] h2 {
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .md\:\[\&_h2\]\:text-\[40px\] h2 {
    font-size: 40px;
  }

  .md\:\[\&_h2\]\:leading-\[48px\] h2 {
    line-height: 48px;
  }

  .md\:\[\&_h2\]\:tracking-\[-1px\] h2 {
    letter-spacing: -1px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_h2\]\:\!text-\[40px\] h2 {
    font-size: 40px !important;
  }

  .lg\:\[\&_h2\]\:\!leading-\[48px\] h2 {
    line-height: 48px !important;
  }

  .lg\:\[\&_h2\]\:\!tracking-\[-1px\] h2 {
    letter-spacing: -1px !important;
  }
}

.\[\&_i\]\:font-display i {
  font-family: PP Kyoto, Georgia, serif;
}

.\[\&_i\]\:not-italic i {
  font-style: normal;
}

.\[\&_i\]\:tracking-\[-0\.5px\] i {
  letter-spacing: -0.5px;
}

.\[\&_li\]\:pl-1 li {
  padding-left: 0.25rem;
}

.\[\&_li\]\:marker\:text-tangerine-500 * li::marker {
  color: rgb(249 143 72 );
}

.\[\&_li\]\:marker\:text-tangerine-500 li::marker {
  color: rgb(249 143 72 );
}

.\[\&_ol\]\:my-2 ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_ol\]\:my-4 ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:list-disc ol {
  list-style-type: disc;
}

.\[\&_ol\]\:space-y-1 ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.\[\&_ol\]\:space-y-2 ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem;
}

.\[\&_p\+p\]\:mt-2 p+p {
  margin-top: 0.5rem;
}

.\[\&_p\+p\]\:mt-6 p+p {
  margin-top: 1.5rem;
}

.\[\&_p\:first-child\]\:mt-0 p:first-child {
  margin-top: 0px;
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:my-2 p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:\!text-\[20px\] p {
  font-size: 20px !important;
}

.\[\&_p\]\:\!leading-\[26px\] p {
  line-height: 26px !important;
}

.\[\&_span\.uppercase\]\:\!mb-4 span.uppercase {
  margin-bottom: 1rem !important;
}

.\[\&_span\.uppercase\]\:\!text-\[20px\] span.uppercase {
  font-size: 20px !important;
}

.\[\&_span\.uppercase\]\:\!normal-case span.uppercase {
  text-transform: none !important;
}

.\[\&_span\.uppercase\]\:\!leading-\[28px\] span.uppercase {
  line-height: 28px !important;
}

@media (min-width: 1024px) {
  .lg\:\[\&_span\.uppercase\]\:\!text-\[28px\] span.uppercase {
    font-size: 28px !important;
  }

  .lg\:\[\&_span\.uppercase\]\:\!leading-\[32px\] span.uppercase {
    line-height: 32px !important;
  }

  .lg\:\[\&_span\.uppercase\]\:\!tracking-\[-1px\] span.uppercase {
    letter-spacing: -1px !important;
  }
}

.\[\&_strong\]\:font-black strong {
  font-weight: 900;
}

.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}

.\[\&_svg\]\:transition-transform svg {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_svg\]\:duration-300 svg {
  transition-duration: 300ms;
}

.\[\&_ul\]\:my-2 ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_ul\]\:my-4 ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:space-y-1 ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.\[\&_ul\]\:space-y-2 ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}
