/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-full {
    top: 100%;
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!my-\[18px\] {
    margin-block: 18px !important;
  }
  .\!mt-\[20px\] {
    margin-top: 20px !important;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .\!mb-\[10px\] {
    margin-bottom: 10px !important;
  }
  .\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[36px\] {
    margin-bottom: 36px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-\[200px\] {
    height: 200px !important;
  }
  .\!h-\[435px\] {
    height: 435px !important;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-22 {
    height: calc(var(--spacing) * 22);
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-0 {
    max-height: 0px;
  }
  .max-h-\[280px\] {
    max-height: 280px;
  }
  .\!min-h-0 {
    min-height: 0px !important;
  }
  .min-h-\[262px\] {
    min-height: 262px;
  }
  .min-h-\[580px\] {
    min-height: 580px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .grid-cols-\[1fr_1fr_1\.6fr\] {
    grid-template-columns: 1fr 1fr 1.6fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .\!gap-\[20px\] {
    gap: 20px !important;
  }
  .\!gap-\[30px\] {
    gap: 30px !important;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[var\(--brand\)\] {
    border-color: var(--brand);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-400 {
    border-color: var(--color-gray-400);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--stone\)\] {
    background-color: var(--stone);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!p-\[30px\] {
    padding: 30px !important;
  }
  .\!px-0 {
    padding-inline: 0px !important;
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .\!px-\[15px\] {
    padding-inline: 15px !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-\[60px\] {
    padding-block: 60px !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .\!pt-0 {
    padding-top: 0px !important;
  }
  .\!pt-\[50px\] {
    padding-top: 50px !important;
  }
  .\!pt-\[140px\] {
    padding-top: 140px !important;
  }
  .\!pt-\[150px\] {
    padding-top: 150px !important;
  }
  .pr-\[40px\] {
    padding-right: 40px;
  }
  .\!pb-\[20px\] {
    padding-bottom: 20px !important;
  }
  .\!pb-\[30px\] {
    padding-bottom: 30px !important;
  }
  .\!pb-\[50px\] {
    padding-bottom: 50px !important;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Urbanist\'\,sans-serif\] {
    font-family: 'Urbanist',sans-serif;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[0\.72rem\] {
    font-size: 0.72rem !important;
  }
  .\!text-\[1\.2rem\] {
    font-size: 1.2rem !important;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[9\.92px\] {
    font-size: 9.92px;
  }
  .text-\[11\.52px\] {
    font-size: 11.52px;
  }
  .text-\[12\.48px\] {
    font-size: 12.48px;
  }
  .text-\[14\.72px\] {
    font-size: 14.72px;
  }
  .text-\[15\.2px\] {
    font-size: 15.2px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[1\.9\] {
    --tw-leading: 1.9;
    line-height: 1.9;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .\!text-\[\#fff\] {
    color: #fff !important;
  }
  .text-\[\#5a5450\] {
    color: #5a5450;
  }
  .text-\[rgba\(255\,255\,255\,0\.45\)\] {
    color: rgba(255,255,255,0.45);
  }
  .text-\[var\(--brand\)\] {
    color: var(--brand);
  }
  .text-\[var\(--mid\)\] {
    color: var(--mid);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .\!opacity-100 {
    opacity: 100% !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    .group-hover\:max-h-96:is(:where(.group):hover *) {
      max-height: calc(var(--spacing) * 96);
    }
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .group-\[\.scrolled\]\:h-\[60px\]:is(:where(.group):is(.scrolled) *) {
    height: 60px;
  }
  @media (hover: hover) {
    .hover\:bg-black:hover {
      background-color: var(--color-black);
    }
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (width >= 40rem) {
    .sm\:\!mb-\[44px\] {
      margin-bottom: 44px !important;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
    .sm\:\!px-\[36px\] {
      padding-inline: 36px !important;
    }
    .sm\:\!px-\[40px\] {
      padding-inline: 40px !important;
    }
    .sm\:\!px-\[auto\] {
      padding-inline: auto !important;
    }
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .sm\:\!py-\[40px\] {
      padding-block: 40px !important;
    }
    .sm\:\!pt-\[70px\] {
      padding-top: 70px !important;
    }
    .sm\:\!pt-\[160px\] {
      padding-top: 160px !important;
    }
    .sm\:\!pt-\[200px\] {
      padding-top: 200px !important;
    }
    .sm\:\!pb-\[80px\] {
      padding-bottom: 80px !important;
    }
    .sm\:\!pb-\[100px\] {
      padding-bottom: 100px !important;
    }
    .sm\:pl-\[80px\] {
      padding-left: 80px;
    }
  }
  @media (width >= 48rem) {
    .md\:my-\[22px\] {
      margin-block: 22px;
    }
    .md\:\!mt-\[60px\] {
      margin-top: 60px !important;
    }
    .md\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .md\:mt-\[56px\] {
      margin-top: 56px;
    }
    .md\:\!mb-\[60px\] {
      margin-bottom: 60px !important;
    }
    .md\:mb-\[56px\] {
      margin-bottom: 56px;
    }
    .md\:mb-\[72px\] {
      margin-bottom: 72px;
    }
    .md\:\!h-\[auto\] {
      height: auto !important;
    }
    .md\:h-\[94px\] {
      height: 94px;
    }
    .md\:\!min-h-\[280px\] {
      min-height: 280px !important;
    }
    .md\:\!min-h-\[580px\] {
      min-height: 580px !important;
    }
    .md\:\!gap-\[50px\] {
      gap: 50px !important;
    }
    .md\:\!gap-\[56px\] {
      gap: 56px !important;
    }
    .md\:gap-\[20px\] {
      gap: 20px;
    }
    .md\:gap-\[80px\] {
      gap: 80px;
    }
    .md\:\!px-\[8\%\] {
      padding-inline: 8% !important;
    }
    .md\:\!px-\[20px\] {
      padding-inline: 20px !important;
    }
    .md\:\!px-\[40px\] {
      padding-inline: 40px !important;
    }
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .md\:\!py-\[110px\] {
      padding-block: 110px !important;
    }
    .md\:py-21 {
      padding-block: calc(var(--spacing) * 21);
    }
    .md\:py-\[110px\] {
      padding-block: 110px;
    }
    .md\:\!pt-\[40px\] {
      padding-top: 40px !important;
    }
    .md\:\!pt-\[90px\] {
      padding-top: 90px !important;
    }
    .md\:\!pt-\[180px\] {
      padding-top: 180px !important;
    }
    .md\:\!pb-\[38px\] {
      padding-bottom: 38px !important;
    }
    .md\:\!pb-\[110px\] {
      padding-bottom: 110px !important;
    }
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    .md\:\!text-\[2rem\] {
      font-size: 2rem !important;
    }
    .md\:\!opacity-0 {
      opacity: 0% !important;
    }
    @media (hover: hover) {
      .md\:group-hover\:\!opacity-100:is(:where(.group):hover *) {
        opacity: 100% !important;
      }
    }
    .md\:group-\[\.scrolled\]\:h-\[70px\]:is(:where(.group):is(.scrolled) *) {
      height: 70px;
    }
  }
  @media (width >= 64rem) {
    .lg\:\!min-h-\[580px\] {
      min-height: 580px !important;
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .lg\:tracking-\[5px\] {
      --tw-tracking: 5px;
      letter-spacing: 5px;
    }
  }
  @media (width >= 80rem) {
    .xl\:text-\[5rem\] {
      font-size: 5rem;
    }
  }
}
body {
  font-size: 17px;
  letter-spacing: 0.85px;
}
p {
  letter-spacing: 0.85px;
}
a, p {
  font-size: 17px;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  a, p {
    font-size: 14px;
  }
  nav .dropdown a {
    font-size: 14px;
  }
}
a {
  transition: 0.3s;
}
.hover-mist:hover {
  background: #e9eeec;
  color: #000;
  border-color: #e9eeec;
}
.arrow:hover svg rect {
  stroke-width: 0;
}
footer a, nav a {
  font-size: 13.5px;
}
nav .dropdown a {
  font-size: 17px;
}
video, iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}
.white-arrow:hover svg {
  background: white;
}
.white-arrow:hover path {
  fill: #000;
}
.dd-toggle {
  display: none;
}
.dd-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 100;
  animation: dropIn 0.15s ease forwards;
}
.dd-toggle:checked ~ .dd-panel {
  display: block;
}
.dd-toggle:checked ~ label .dd-arrow {
  transform: rotate(180deg);
}
@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dd-item:hover {
  background: #e9eeec;
}
#adv-section {
  display: none;
}
#adv-toggle:checked ~ #adv-section {
  display: block;
}
#adv-toggle:checked ~ .main-bar label[for="adv-toggle"] {
  background-color: #fff;
  color: #000;
}
#mobile-filters-toggle {
  display: none;
}
.mobile-filters-body {
  display: none;
}
#mobile-filters-toggle:checked ~ .main-bar .mobile-filters-body {
  display: flex;
}
#mobile-filters-toggle:checked ~ .main-bar label[for="mobile-filters-toggle"] .mobile-arrow {
  transform: rotate(180deg);
}
.custom-cb {
  display: none;
}
.cb-box {
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
.cb-box::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg) scale(0) translateY(-1px);
  transition: transform 0.15s ease;
}
.custom-cb:checked + label .cb-box {
  background: #e9eeec;
  border-color: #e9eeec;
}
.custom-cb:checked + label .cb-box::after {
  transform: rotate(45deg) scale(1) translateY(-1px);
}
.amenity-label {
  transition: color 0.15s;
}
.amenity-label:hover .cb-box {
  border-color: #e9eeec;
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown {
  animation: fadeDown 0.2s ease;
}
@keyframes overlayIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mobile-menu.open {
  animation: overlayIn 0.25s ease;
}
.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-inner {
  overflow: hidden;
}
.accordion-inner a:last-child {
  padding-bottom: 8px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
