/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-sky-50: oklch(97.7% 0.013 236.62);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-600: oklch(58.8% 0.158 241.966);
    --color-sky-700: oklch(50% 0.134 242.749);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-sky-900: oklch(39.1% 0.09 240.876);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0px;
  }
  .isolate {
    isolation: isolate;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-50 {
    z-index: 50;
  }
  .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;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .h-auto {
    height: auto;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-\[\#e8e5df\] {
    background-color: #e8e5df;
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }
  .bg-slate-950\/70 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 70%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-sky-700 {
    color: var(--color-sky-700);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-slate-950 {
    color: var(--color-slate-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
    .hover\:text-sky-300:hover {
      color: var(--color-sky-300);
    }
    .hover\:text-sky-700:hover {
      color: var(--color-sky-700);
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .sm\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:grid-cols-\[\.8fr_1\.5fr\] {
      grid-template-columns: .8fr 1.5fr;
    }
    .lg\:grid-cols-\[1\.25fr_\.75fr\] {
      grid-template-columns: 1.25fr .75fr;
    }
    .lg\:grid-cols-\[20rem_minmax\(0\,1fr\)\] {
      grid-template-columns: 20rem minmax(0,1fr);
    }
    .lg\:grid-cols-\[minmax\(0\,1fr\)_20rem\] {
      grid-template-columns: minmax(0,1fr) 20rem;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:items-stretch {
      align-items: stretch;
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .lg\:py-28 {
      padding-block: calc(var(--spacing) * 28);
    }
    .lg\:pb-12 {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
}
:root {
  --page-gutter: 0.75rem;
  --core-row-width: 80rem;
  --hero-content-inset: max(4.5rem, calc((100vw - var(--core-row-width)) / 2 + var(--page-gutter)));
  --copy-line-height: 1.78;
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: #f3f3f1 !important;
    padding: var(--page-gutter);
    overflow-wrap: break-word;
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Cardo", ui-serif, Georgia, serif;
    font-weight: 400;
  }
  p, a, button, span, li {
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  }
  a {
    text-underline-offset: 0.2em;
  }
  button, input, select, textarea {
    font: inherit;
  }
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea {
    width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    color: var(--color-slate-900);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
    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));
    --tw-outline-style: none;
    outline-style: none;
    &::placeholder {
      color: var(--color-slate-400);
    }
    &:focus {
      border-color: var(--color-sky-600);
    }
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(58.8% 0.158 241.966) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-sky-600) 20%, transparent);
      }
    }
  }
  label {
    margin-bottom: var(--spacing);
    display: block;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-slate-800);
  }
  ::selection {
    background-color: var(--color-sky-200);
    color: var(--color-slate-950);
  }
}
@layer components {
  .ngs-home {
    background: transparent;
    color: #151515;
  }
  .ngs-home > section:not(.ngs-hero):not(.ngs-cta) {
    margin-top: var(--page-gutter);
    border-radius: 1rem;
    background: #fff !important;
  }
  .ngs-home > .ngs-cta {
    margin-top: var(--page-gutter) !important;
  }
  .ngs-prehero {
    position: relative;
    overflow: hidden;
  }
  .ngs-prehero img {
    display: block;
    width: 100%;
    height: clamp(18rem, 34vw, 31rem);
    object-fit: cover;
    animation: ngs-hero-zoom-out 14s ease-out both;
    transform-origin: center;
  }
  @keyframes ngs-hero-zoom-out {
    from {
      transform: scale(1.12);
    }
    to {
      transform: scale(1);
    }
  }
  .ngs-prehero__action {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transform: translateX(-50%);
    text-align: center;
  }
  .ngs-prehero__action h1, .ngs-prehero__action h2 {
    margin: 0;
    padding: 0.7rem 1rem;
    border-radius: 0.75rem;
    background: rgb(255 255 255 / 0.36);
    color: #fff;
    font-size: clamp(1.75rem, 2.7vw, 2.75rem);
    line-height: 0.98;
    text-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 0.35);
    -webkit-backdrop-filter: blur(0.55rem) saturate(1.15);
    backdrop-filter: blur(0.55rem) saturate(1.15);
  }
  body:has(.ngs-home) .site-footer {
    width: 100% !important;
    max-width: var(--core-row-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: var(--page-gutter);
    border-radius: 1rem;
    overflow: hidden;
    border-color: #e5e5e5;
    background: #fff !important;
    color: #151515 !important;
  }
  .front-site-header {
    position: sticky;
    top: 0;
    left: auto;
    z-index: 50;
    width: 100%;
    transform: translateY(0);
    border: 0;
    border-radius: 0;
    background: #fff !important;
    color: #151515;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: transform 0.25s ease;
  }
  body:has(.ngs-home) #masthead {
    position: sticky !important;
    top: 0 !important;
    left: auto;
    z-index: 50;
    width: 100%;
    transform: translateY(0);
    border: 0;
    border-radius: 0;
    background: #fff !important;
    color: #151515;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: transform 0.25s ease;
  }
  body:has(.ngs-home) #masthead.is-scroll-hidden {
    transform: translateY(calc(-100% - var(--page-gutter)));
  }
  body:has(.ngs-home) #masthead .site-title, body:has(.ngs-home) #masthead .site-description {
    color: #151515 !important;
  }
  body:has(.ngs-home) #masthead .ngs-header-book {
    background: #151515;
    color: #fff;
  }
  .front-site-header .site-title, .front-site-header .site-description, .front-site-header .primary-menu a {
    color: white;
  }
  .front-site-header .primary-menu a:hover {
    background: rgb(255 255 255 / 0.12);
    color: white;
  }
  .front-site-header .menu-toggle {
    border-color: rgb(255 255 255 / 0.35);
    color: white;
  }
  .ngs-header-book {
    display: inline-flex;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 999px;
    background: #151515;
    padding: 0.65rem 1.15rem;
    color: #fff;
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .ngs-header-book > span {
    width: auto;
    text-align: left;
  }
  .ngs-header-book > i {
    position: static;
    font-size: 0.85em;
  }
  .ngs-header-book:hover {
    transform: translateY(-2px);
    background: #f2f1ee;
  }
  .ngs-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .ngs-instagram-link {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #000 !important;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
  }
  .ngs-instagram-link:hover {
    color: #0066cc;
    transform: translateY(-2px);
  }
  .ngs-landing-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transform: translateX(-50%);
  }
  .ngs-landing-menu a {
    color: #000 !important;
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background-image: linear-gradient(#0066cc, #0066cc);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    padding-bottom: 0.25rem;
    transition: color 0.25s ease, background-size 0.25s ease;
  }
  .ngs-landing-menu a:hover {
    color: #0066cc !important;
    background-size: 100% 1px;
  }
  body:has(.ngs-home) #masthead .ngs-header-book {
    font-size: 14px;
  }
  .ngs-cta {
    position: relative;
    isolation: isolate;
    background: center / cover no-repeat var(--hero-image);
  }
  .ngs-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--page-gutter);
    min-height: min(760px, calc(100vh - 7rem));
    margin: 0;
    margin-top: var(--page-gutter);
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .ngs-hero__wash {
    display: none;
  }
  .ngs-hero__image, .ngs-hero__video {
    grid-column: 2;
    grid-row: 1;
    min-height: 100%;
    background: center / cover no-repeat var(--hero-image);
    border-radius: 1rem;
    overflow: hidden;
  }
  .ngs-hero__video {
    background: #151515;
  }
  .ngs-hero__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .ngs-hero__left {
    display: grid;
    grid-column: 1;
    grid-row: 1;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: var(--page-gutter);
    min-height: 0;
  }
  .ngs-cta__wash {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient( 110deg, rgb(8 22 30 / 0.88), rgb(8 22 30 / 0.25) );
  }
  .ngs-hero__content {
    position: relative;
    width: 100%;
    min-height: 0;
    max-width: none !important;
    margin: 0 !important;
    padding: 3.5rem !important;
    padding-left: 4.5rem !important;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
  }
  .ngs-hero__image-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--page-gutter);
  }
  .ngs-hero__image-row img {
    display: block;
    width: 100%;
    height: clamp(15rem, 20vw, 19rem);
    border-radius: 1rem;
    object-fit: cover;
  }
  .ngs-hero__content > .ngs-trust-card {
    position: absolute;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 4.5rem;
    margin: 0;
  }
  .ngs-hero__intro {
    width: min(100%, 48rem) !important;
    padding-top: 0.25rem;
  }
  .ngs-hero__description, .ngs-home h1.ngs-hero__description {
    max-width: 44rem !important;
    margin-top: 0.75rem !important;
    color: #6b7280;
    line-height: var(--copy-line-height) !important;
    letter-spacing: -0.025em;
  }
  .ngs-trust-card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 31rem;
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
  }
  .ngs-rating {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1.25rem;
  }
  .ngs-rating__stars {
    display: inline-flex;
    gap: 0.2rem;
    color: #f5b301;
  }
  .ngs-rating__stars i {
    font-size: 1.2rem;
  }
  .ngs-rating span {
    color: #151515;
    font-size: 0.9rem;
    font-weight: 700 !important;
  }
  .ngs-trust-card > div {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    color: #151515;
  }
  .ngs-trust-card i {
    font-size: 1rem;
  }
  .ngs-trust-card span {
    color: #6b7280;
    font-size: 0.75rem;
  }
  .ngs-hero__tagline {
    line-height: 1.35 !important;
  }
  .ngs-booking-card {
    position: fixed;
    right: var(--page-gutter);
    bottom: var(--page-gutter);
    z-index: 60;
    width: min(calc(100% - (var(--page-gutter) * 2)), 25rem);
    min-height: 4.5rem;
    margin: 0;
    padding: 1.5rem;
    padding-inline: 1.25rem;
    border: 0;
    border-radius: 1.5rem;
    background: #fff;
    color: #151515;
    box-shadow: 0 0.9rem 2.5rem rgba(28, 38, 40, 0.06);
    -webkit-backdrop-filter: blur(0.55rem) saturate(1.15);
    backdrop-filter: blur(0.55rem) saturate(1.15);
    opacity: 0;
    transform: translateY(0.75rem);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .ngs-booking-card.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .ngs-booking-card.is-dismissing {
    opacity: 0 !important;
    transform: translateY(1.25rem) !important;
  }
  .ngs-booking-card.is-dismissed {
    display: none;
  }
  .ngs-booking-card__close {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.72);
    color: #151515;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .ngs-booking-card__close:hover {
    background: #fff;
    transform: scale(1.05);
  }
  .ngs-booking-card__title {
    margin-top: 0.75rem;
    color: #151515;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -0.03em;
  }
  .ngs-booking-card__description {
    margin-top: 1rem;
    color: #6b7280;
    line-height: 1.4 !important;
  }
  .ngs-hero__ctas {
    display: flex;
    gap: 0.65rem;
    margin-top: 1.25rem;
  }
  .ngs-booking-card .ngs-button--light {
    background: #fff;
    color: #151515;
  }
  .ngs-booking-card .ngs-button--glass {
    border-color: #151515;
    background: rgb(255 255 255 / 0.2);
    color: #151515;
  }
  .ngs-hero__ctas .ngs-button {
    flex: 1;
    white-space: nowrap;
    padding-inline: 0.8rem;
  }
  .ngs-eyebrow, .ngs-kicker {
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .ngs-eyebrow {
    color: rgb(255 255 255 / 0.78);
  }
  .ngs-heading {
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: -0.055em;
  }
  .ngs-heading em, .ngs-hero h1 em, .ngs-cta h2 em {
    font-weight: 400;
  }
  .ngs-kicker {
    color: #a5673c;
  }
  .ngs-button {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 999px;
    padding: 0.7rem 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .ngs-button:hover {
    transform: translateY(-2px);
  }
  .ngs-button--light {
    background: #fff;
    color: #121212;
  }
  .ngs-button--glass {
    border: 1px solid rgb(255 255 255 / 0.4);
    background: rgb(255 255 255 / 0.12);
    color: #6b7280;
    backdrop-filter: blur(12px);
  }
  .ngs-button--dark {
    background: #171717;
    color: white;
  }
  .ngs-button--outline {
    border: 1px solid #bdb9b1;
    color: #171717;
  }
  .ngs-text-link {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    border-bottom: 1px solid #171717;
    padding-bottom: 0.35rem;
    color: #171717;
    font-weight: 700;
    text-decoration: none;
  }
  .ngs-gallery {
    display: grid;
    gap: var(--page-gutter);
  }
  .ngs-gallery__top, .ngs-gallery__bottom, .ngs-gallery__detail-grid {
    display: grid;
    gap: var(--page-gutter);
  }
  .ngs-gallery__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ngs-gallery__bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  }
  .ngs-gallery__detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ngs-gallery figure {
    position: relative;
    min-height: 17rem;
    margin: 0;
    overflow: hidden;
    border-radius: 1rem;
  }
  .ngs-gallery__feature {
    min-height: 35rem !important;
  }
  .ngs-gallery__detail-grid figure {
    min-height: 17rem;
  }
  .ngs-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .ngs-gallery figure:hover img {
    transform: scale(1.04);
  }
  img[data-lightbox-group] {
    cursor: zoom-in;
  }
  .ngs-lightbox-open {
    overflow: hidden;
  }
  .ngs-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4.5rem 5rem;
    background: rgb(10 10 10 / 0.88);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .ngs-lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .ngs-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .ngs-lightbox button {
    position: absolute;
    display: inline-flex;
    width: 2.9rem;
    height: 2.9rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #151515;
    cursor: pointer;
  }
  .ngs-lightbox__close {
    top: 1.25rem;
    right: 1.25rem;
  }
  .ngs-lightbox__previous {
    left: 1.25rem;
  }
  .ngs-lightbox__next {
    right: 1.25rem;
  }
  .ngs-lightbox__caption {
    position: absolute;
    right: 5rem;
    bottom: 1.5rem;
    left: 5rem;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  .ngs-gallery figcaption {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.75);
    padding: 0.4rem 0.7rem;
    color: #151515;
    font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
  }
  .ngs-cta {
    min-height: 0;
    overflow: hidden;
    border-radius: 1rem;
    background: #151515 !important;
  }
  .ngs-cta__wash {
    display: none;
  }
  .ngs-cta__content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    align-items: end;
    gap: 3rem;
    max-width: 80rem;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 5rem);
  }
  .ngs-cta h2 {
    margin-top: 1rem;
    color: #fff;
  }
  .ngs-cta .ngs-kicker {
    color: #f5b301;
  }
  .ngs-cta__action > p {
    margin: 0;
    color: rgb(255 255 255 / 0.7);
  }
  .ngs-cta__action > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
  .ngs-cta .ngs-button--light {
    background: #fff !important;
    color: #151515 !important;
  }
  .ngs-footer-cta {
    width: 100%;
    background: #fff;
  }
  .ngs-footer-cta h1, .ngs-footer-cta h2 {
    margin-top: 0.75rem;
    color: #151515 !important;
  }
  .ngs-footer-cta p {
    margin: 0;
    color: #6b7280;
  }
  .ngs-footer-cta > div > div:last-child > div {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    justify-content: flex-start;
  }
  .ngs-footer-cta > div > div:last-child > div .ngs-button {
    flex: 0 0 auto;
    min-height: 2.75rem;
    padding: 0.6rem 0.9rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .ngs-footer-cta__copyright {
    margin-top: 1.5rem !important;
    color: #151515 !important;
    font-size: 0.875rem;
  }
  .ngs-footer-cta__meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .ngs-footer-cta__meta .ngs-footer-cta__copyright {
    margin-top: 0 !important;
  }
  .ngs-footer-cta__meta .ngs-instagram-link {
    flex: 0 0 auto;
    margin-top: 0;
  }
  .ngs-footer-cta .ngs-button--light {
    background: #151515 !important;
    color: #fff !important;
  }
  .ngs-footer-cta .ngs-button--light i {
    color: #fff !important;
  }
  body:has(.ngs-home) .site-footer .site-info, body:has(.ngs-home) .site-footer .site-info a {
    color: #151515 !important;
  }
  @media (min-width: 1024px) {
    .ngs-footer-cta > div {
      align-items: center !important;
    }
  }
  @media (max-width: 1023px) {
    .front-site-header .primary-navigation {
      background: #fbfaf8;
    }
    .front-site-header .primary-menu a {
      color: #171717;
    }
    .front-site-header .primary-menu a:hover {
      background: #e8e5df;
      color: #171717;
    }
  }
  @media (max-width: 640px) {
    .ngs-hero {
      grid-template-columns: 1fr;
      border-radius: 0;
    }
    .ngs-hero__content {
      min-height: 22rem;
      padding: 1.5rem !important;
    }
    .ngs-hero__left {
      grid-column: 1;
      grid-row: 1;
    }
    .ngs-hero__content > .ngs-trust-card {
      right: 1.5rem;
      bottom: 1.5rem;
      left: 1.5rem;
    }
    .ngs-hero__image, .ngs-hero__video {
      grid-column: 1;
      grid-row: 2;
      min-height: 22rem;
    }
    .ngs-cta__content {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    .ngs-trust-card {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ngs-hero__intro {
      padding-top: 0.25rem;
    }
    .ngs-hero__description {
      max-width: 24rem !important;
    }
    .ngs-booking-card {
      padding: 1.2rem;
    }
    .ngs-hero__ctas {
      flex-direction: column;
    }
    .ngs-gallery {
      gap: var(--page-gutter);
    }
    .ngs-gallery__top, .ngs-gallery__bottom {
      grid-template-columns: 1fr;
    }
    .ngs-gallery__detail-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ngs-gallery__feature {
      min-height: 26rem !important;
    }
    .ngs-lightbox {
      padding: 4.5rem 1rem;
    }
    .ngs-lightbox button {
      width: 2.5rem;
      height: 2.5rem;
    }
    .ngs-lightbox__previous {
      left: 0.75rem;
    }
    .ngs-lightbox__next {
      right: 0.75rem;
    }
    .ngs-lightbox__caption {
      right: 1rem;
      left: 1rem;
    }
  }
  .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .screen-reader-text:focus, .skip-link:focus {
    position: fixed;
    top: calc(var(--spacing) * 4);
    left: calc(var(--spacing) * 4);
    z-index: 100000;
    height: auto;
    width: auto;
    border-radius: var(--radius-md);
    background-color: var(--color-slate-950);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    clip: auto !important;
    margin: 0;
  }
  .custom-logo-link, .custom-logo-link img {
    display: block;
    height: auto;
    max-height: calc(var(--spacing) * 16);
    width: auto;
    max-width: calc(var(--spacing) * 64);
  }
  .primary-navigation {
    position: absolute;
    inset-inline: 0px;
    top: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 4);
    --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);
    @media (width >= 64rem) {
      position: static;
    }
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    @media (width >= 64rem) {
      background-color: transparent;
    }
    @media (width >= 64rem) {
      padding: 0px;
    }
    @media (width >= 64rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .primary-menu {
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: var(--spacing);
    padding: 0px;
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      align-items: center;
    }
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .primary-menu li {
    position: relative;
    margin: 0px;
  }
  .primary-menu .menu-link, .primary-menu > li > a {
    display: flex;
    min-height: calc(var(--spacing) * 11);
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-md);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-slate-700);
    text-decoration-line: none;
    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));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
    &:focus-visible {
      background-color: var(--color-slate-100);
    }
    &:focus-visible {
      color: var(--color-sky-700);
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-sky-600);
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (width >= 64rem) {
      min-height: 0px;
    }
  }
  .primary-menu .current-menu-item > .menu-link, .primary-menu .current-menu-ancestor > .menu-link {
    color: var(--color-sky-700);
  }
  .submenu-toggle {
    position: absolute;
    top: var(--spacing);
    right: var(--spacing);
    display: inline-flex;
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    color: var(--color-slate-600);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-100);
      }
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-sky-600);
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    @media (width >= 64rem) {
      top: calc(1 / 2 * 100%);
    }
    @media (width >= 64rem) {
      right: 0px;
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .menu-item-has-children > .menu-link {
    padding-right: calc(var(--spacing) * 12);
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .submenu-toggle svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .submenu-toggle[aria-expanded="true"] svg {
    rotate: 180deg;
  }
  .primary-menu .sub-menu {
    margin: 0px;
    display: none;
    list-style-type: none;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-slate-200);
    padding-block: var(--spacing);
    padding-left: calc(var(--spacing) * 3);
    @media (width >= 64rem) {
      position: absolute;
    }
    @media (width >= 64rem) {
      top: 100%;
    }
    @media (width >= 64rem) {
      left: 0px;
    }
    @media (width >= 64rem) {
      z-index: 20;
    }
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 60);
    }
    @media (width >= 64rem) {
      border-radius: var(--radius-lg);
    }
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2);
    }
    @media (width >= 64rem) {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
  }
  @media (width >= 64rem) {
    .primary-menu .sub-menu .sub-menu {
      top: 0px;
      left: 100%;
    }
  }
  .primary-menu .is-submenu-open > .sub-menu, .primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
  .footer-menu {
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    column-gap: calc(var(--spacing) * 5);
    row-gap: calc(var(--spacing) * 2);
    padding: 0px;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .footer-menu a {
    color: var(--color-slate-300);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .front-page-banner {
    background-position: center;
    background-size: cover;
  }
  .front-page-banner .front-page-banner__title {
    color: #fff !important;
  }
  .button, button[type="submit"], input[type="submit"], .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-flex;
    min-height: calc(var(--spacing) * 11);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: transparent;
    background-color: var(--color-sky-700);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 2.5);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    text-decoration-line: none;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
    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));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-sky-800);
      }
    }
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
    &:focus-visible {
      --tw-ring-color: var(--color-sky-600);
    }
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
    &:disabled {
      cursor: not-allowed;
    }
    &:disabled {
      opacity: 60%;
    }
  }
  .entry-content {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
    color: var(--color-slate-700);
  }
  .entry-content > * + * {
    margin-top: calc(var(--spacing) * 6);
  }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-top: calc(var(--spacing) * 10);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-slate-950);
  }
  .entry-content h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .entry-content h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .entry-content h3 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .entry-content h4 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .entry-content a:not(.button):not(.wp-element-button) {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-sky-700);
    text-decoration-line: underline;
    text-decoration-color: var(--color-sky-300);
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-900);
      }
    }
  }
  .entry-content ul {
    list-style-type: disc;
    padding-left: calc(var(--spacing) * 7);
  }
  .entry-content ol {
    list-style-type: decimal;
    padding-left: calc(var(--spacing) * 7);
  }
  .entry-content li + li {
    margin-top: calc(var(--spacing) * 2);
  }
  .entry-content blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-sky-600);
    padding-left: calc(var(--spacing) * 6);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--color-slate-800);
    font-style: italic;
  }
  .entry-content pre {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    background-color: var(--color-slate-950);
    padding: calc(var(--spacing) * 5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-100);
  }
  .entry-content code:not(pre code) {
    border-radius: 0.25rem;
    background-color: var(--color-slate-100);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-900);
  }
  .entry-content table, .woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .entry-content th, .entry-content td, .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    padding: calc(var(--spacing) * 3);
    vertical-align: top;
  }
  .entry-content th, .woocommerce table.shop_table th {
    background-color: var(--color-slate-100);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-950);
  }
  .entry-content img, .entry-content video, .entry-content iframe {
    max-width: 100%;
  }
  .entry-content img {
    height: auto;
  }
  .entry-content iframe {
    max-width: 100%;
  }
  .alignleft {
    float: left;
    margin-right: calc(var(--spacing) * 6);
    margin-bottom: calc(var(--spacing) * 4);
  }
  .alignright {
    float: right;
    margin-bottom: calc(var(--spacing) * 4);
    margin-left: calc(var(--spacing) * 6);
  }
  .aligncenter {
    margin-inline: auto;
    display: block;
  }
  .alignwide {
    width: min(1200px, calc(100vw - 2rem));
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .wp-caption, .gallery-caption {
    max-width: 100%;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-500);
  }
  .wp-caption-text {
    margin-top: calc(var(--spacing) * 2);
  }
  .sticky {
    border-radius: var(--radius-xl);
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-sky-600);
    background-color: var(--color-sky-50);
    padding: calc(var(--spacing) * 6);
  }
  .navigation {
    margin-top: calc(var(--spacing) * 12);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-slate-200);
    padding-top: calc(var(--spacing) * 6);
  }
  .nav-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
  }
  .nav-links a, .page-links a, .page-links > span {
    display: inline-flex;
    min-height: calc(var(--spacing) * 10);
    align-items: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-300);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-slate-700);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky-600);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
  }
  .widget + .widget {
    margin-top: calc(var(--spacing) * 8);
  }
  .widget-title {
    margin-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-950);
  }
  .widget ul {
    margin: 0px;
    list-style-type: none;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding: 0px;
  }
  .widget a {
    color: var(--color-slate-600);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-700);
      }
    }
  }
  .comment-list, .comment-list .children {
    list-style-type: none;
  }
  .comment-list .children {
    margin-top: calc(var(--spacing) * 6);
    margin-left: calc(var(--spacing) * 6);
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--color-slate-200);
    padding-left: calc(var(--spacing) * 5);
  }
  .comment-body {
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 5);
  }
  .comment-meta {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-500);
  }
  .comment-meta img {
    border-radius: calc(infinity * 1px);
  }
  .comment-author {
    display: block;
    color: var(--color-slate-950);
  }
  .comment-content {
    margin-top: calc(var(--spacing) * 4);
    color: var(--color-slate-700);
  }
  .comment-actions {
    margin-top: calc(var(--spacing) * 4);
    display: flex;
    gap: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .comment-form p {
    margin: 0px;
  }
  .comment-notes, .logged-in-as {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-500);
  }
  .post-password-form .form-row {
    margin-top: calc(var(--spacing) * 5);
    display: flex;
    max-width: var(--container-xl);
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    @media (width >= 40rem) {
      flex-direction: row;
    }
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  @media (width >= 40rem) {
    .post-password-form label {
      flex: 1;
    }
  }
  .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-result-count {
    margin-bottom: calc(var(--spacing) * 6);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-500);
  }
  .woocommerce ul.products {
    display: grid;
    list-style-type: none;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--spacing) * 8);
    padding: 0px;
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none;
  }
  .woocommerce ul.products li.product {
    margin: 0px;
    width: 100%;
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .woocommerce ul.products li.product a img {
    margin-bottom: calc(var(--spacing) * 4);
    border-radius: var(--radius-lg);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-slate-950);
  }
  .woocommerce .price {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-sky-700);
  }
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin-bottom: calc(var(--spacing) * 6);
    list-style-type: none;
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(var(--spacing) * 4);
  }
  .woocommerce-message, .woocommerce-info {
    border-color: var(--color-sky-200);
    background-color: var(--color-sky-50);
    color: var(--color-sky-950);
  }
  .woocommerce-error {
    border-color: var(--color-red-200);
    background-color: var(--color-red-50);
    color: var(--color-red-900);
  }
  .woocommerce form .form-row {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .woocommerce .quantity .qty {
    width: calc(var(--spacing) * 24);
  }
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    width: 100%;
  }
  @media (min-width: 768px) {
    .woocommerce div.product {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: calc(var(--spacing) * 10);
    }
    .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related, .woocommerce div.product .upsells {
      grid-column: span 2 / span 2;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@layer utilities {
  .ngs-home *, body:has(.ngs-home) .ngs-header-book {
    font-weight: 400 !important;
  }
  .ngs-home .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
  }
  .ngs-home .ngs-section-detail-title {
    color: #c88700 !important;
    font-weight: 600 !important;
  }
  .ngs-home h1, .ngs-footer-cta h1 {
    font-family: "Cardo", ui-serif, Georgia, serif !important;
    font-size: clamp(1.75rem, 2.7vw, 2.75rem) !important;
    font-weight: 400 !important;
    line-height: 0.98 !important;
  }
  .ngs-home h1.ngs-hero__description {
    font-size: clamp(1.35rem, 2.2vw, 2.35rem) !important;
  }
  .ngs-home h2 {
    font-size: clamp(1.625rem, 2.4vw, 2.5rem) !important;
    line-height: 0.98 !important;
  }
  .ngs-home .ngs-booking-card h2 {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem) !important;
  }
  .ngs-home h3 {
    font-size: clamp(1.25rem, 1.7vw, 1.75rem) !important;
    line-height: 1.05 !important;
  }
  .ngs-home h4 {
    font-size: 1.5rem !important;
    line-height: 1.15 !important;
  }
  .ngs-home h5 {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
  }
  .ngs-home h6 {
    font-size: 1.125rem !important;
    line-height: 1.25 !important;
  }
  .ngs-home p {
    font-size: 1rem !important;
    line-height: var(--copy-line-height) !important;
  }
  .ngs-home p.ngs-kicker, .ngs-home p.ngs-eyebrow {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }
  .ngs-home a {
    font-size: 0.875rem !important;
  }
  .ngs-home button {
    font-size: 0.875rem !important;
  }
  .ngs-home span {
    font-size: 0.875rem !important;
  }
  .ngs-home .ngs-button, .ngs-home button, body:has(.ngs-home) .ngs-header-book {
    border: 0 !important;
    background: #151515 !important;
    color: #fff !important;
  }
  .ngs-home .ngs-button--light, .ngs-home .ngs-button--outline, body:has(.ngs-home) .ngs-header-book, .ngs-home .ngs-booking-card__close {
    border: 0 !important;
    background: #fff !important;
    color: #151515 !important;
  }
  body:has(.ngs-home) #masthead, body:has(.ngs-home) .front-site-header {
    position: sticky !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 1rem !important;
    background: #fff !important;
    color: #151515 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transition: transform 0.25s ease !important;
  }
  body:has(.ngs-home) #masthead .site-title, body:has(.ngs-home) #masthead .site-description {
    color: #151515 !important;
  }
  body:has(.ngs-home) #masthead .ngs-header-book {
    background: #151515 !important;
    color: #fff !important;
  }
}
@media (max-width: 640px) {
  :root {
    --page-gutter: 0.5rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
