@import "https://use.typekit.net/uno5hge.css";

.outer__wrapper {
  @util clearfix;

  @util center;

  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  @util sticky-footer;
}

.box-16-9 {
  @util aspect-ratio(16:9);
}

.dev-border-styles {
  @util border-top-radius(1px);

  @util border-right-radius(2px);

  @util border-bottom-radius(3px);

  @util border-left-radius(4px);
}

.child {
  @util center;
}

.parent {
  @util center;
}

@util hd {
  
}

@util hd(192dpi) {
  
}

:root {
  --floral-white: #fdf9ed;
  --isabelline: #edede8;
  --black-olive: #2e3d33;
  --cal-poly-green: #295637;
  --hunter-green: #3b6039;
  --moss-green: #8fa168;
  --fern-green: #5c774b;
  --cambridge-blue: #77aca2;
  --viridian: #509185;
  --gsap_beige: #fffce1;
  --pantone-brown: #1d191d;
  --pantone-beige: #3d3636;
  --base-width: 50px;
  --fluid-min-width: 320;
  --fluid-max-width: 1140;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) /
      (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (width >= 1140px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  --f-0-min: 16;
  --f-0-max: 18;
  --step-0: calc(((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) *
      var(--fluid-bp));
  --f-1-min: 16;
  --f-1-max: 22.5;
  --step-1: calc(((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) *
      var(--fluid-bp));
  --f-2-min: 23.04;
  --f-2-max: 28.13;
  --step-2: calc(((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) *
      var(--fluid-bp));
  --f-3-min: 27.65;
  --f-3-max: 35.16;
  --step-3: calc(((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) *
      var(--fluid-bp));
  --f-4-min: 33.18;
  --f-4-max: 46;
  --step-4: calc(((var(--f-4-min) / 16) * 1rem) + (var(--f-4-max) - var(--f-4-min)) *
      var(--fluid-bp));
  --adjust-height: calc(75%);
  --adjust-width: calc(75%);
  --half-column-distance: calc(100vw / 24);
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #e5eefa;
}

::selection {
  text-shadow: none;
  background: #e5eefa;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  overflow: visible;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  white-space: inherit;
  width: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.global__headerwrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  background: #78ada3cc;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 145px;
  min-height: 145px;
  margin: 0;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 50px;
}

@media (width <= 768px) {
  .global__headerwrapper {
    top: 0;
  }
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

@media (width <= 768px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .global__headerwrapper--logowrap {
    margin: 0 auto;
  }
}

.mobile-menu-wrapper {
  margin-left: auto;
  position: relative;
}

.mobile-menu-trigger, .mobile-menu-item {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  -webkit-transition: background .2s;
  transition: background .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-trigger {
  background: var(--hunter-green);
  color: var(--floral-white);
  z-index: 10;
  font-size: 24px;
  -webkit-box-shadow: 0 4px 8px #0000001a;
  box-shadow: 0 4px 8px #0000001a;
}

.mobile-menu-item {
  background: var(--hunter-green);
  color: var(--floral-white);
  opacity: 0;
  z-index: 9;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-box-shadow: 0 4px 8px #0000001a;
  box-shadow: 0 4px 8px #0000001a;
}

.mobile-menu-item a {
  width: 100%;
  height: 100%;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-trigger:hover, .mobile-menu-item:hover {
  background: var(--cal-poly-green);
  color: #fff;
}

.mobile-menu-item i, .mobile-menu-trigger i {
  line-height: 1;
}

.contact--icons__wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact--icons__wrapper:hover {
  cursor: pointer;
}

.global__headerwrapper--logowrap {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.global__headerwrapper--logo--stack {
  width: 163px;
  height: 125px;
  display: block;
  position: relative;
  overflow: hidden;
}

.global__headerwrapper--logo {
  max-height: 125px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.global__headerwrapper--logo--icon {
  opacity: 1;
  z-index: 2;
}

.global__headerwrapper--logo--text {
  opacity: 1;
  z-index: 1;
}

.header--call__wrapper {
  justify-content: center;
  align-items: center;
  min-width: 3.5rem;
  min-height: 3.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 768px) {
  .header--call__wrapper {
    display: none;
  }
}

.header--call__wrapper i {
  color: var(--floral-white);
  --fa-secondary-color: var(--isabelline);
  --fa-secondary-opacity: 1;
  font-size: 1.25rem;
}

.header--call-option {
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  background: var(--black-olive);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
  -webkit-box-shadow: 0 3px 1px -2px #00000024, 0 2px 2px #00000019, 0 1px 5px #00000015;
  box-shadow: 0 3px 1px -2px #00000024, 0 2px 2px #00000019, 0 1px 5px #00000015;
}

.header--call-option:hover {
  background: var(--fern-green);
}

.header--email__wrapper {
  justify-content: center;
  align-items: center;
  min-width: 3.5rem;
  min-height: 3.55rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 768px) {
  .header--email__wrapper {
    display: none;
  }
}

.header--email__wrapper i {
  color: var(--hunter-green);
  --fa-secondary-color: var(--isabelline);
  --fa-secondary-opacity: 1;
  font-size: 1.5rem;
}

.book--btn__wrapper {
  font-family: sofia-pro-narrow, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
}

@media (width <= 768px) {
  .book--btn__wrapper {
    display: none;
  }
}

.book--btn {
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  background: var(--black-olive);
  text-align: center;
  white-space: nowrap;
  width: auto;
  color: var(--isabelline);
  border: none;
  border-radius: 3px;
  padding: 20px 34px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.book--btn:hover {
  background: var(--fern-green);
}

.nav--outerwrapper {
  background: var(--pantone-beige);
  z-index: 999;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
}

@media (width <= 768px) {
  .nav--outerwrapper {
    display: none;
  }
}

.nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: auto;
  flex: auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav * .nav--link {
  color: var(--isabelline);
  text-transform: uppercase;
  font-family: sofia-pro-narrow, sans-serif;
  font-weight: 300;
}

@media (width <= 768px) {
  .nav * .nav--link {
    font-size: .75rem;
  }
}

.nav * .nav--link :after {
  content: "";
  border-bottom: solid 4px var(--hunter-green);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform .25s, transform .25s;
  transition: -webkit-transform .25s, transform .25s;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.nav * .nav--link:hover {
  color: #91a06c;
}

.nav * .nav--link:hover:after {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.visible {
  visibility: visible;
  opacity: 1;
}

.fade-in-top {
  -webkit-animation: .6s cubic-bezier(.445, .05, .55, .95) both fade-in-top;
  animation: .6s cubic-bezier(.445, .05, .55, .95) both fade-in-top;
}

.hideme {
  visibility: hidden;
  opacity: 0;
}

.centered-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fab-bar {
  width: 700px;
  height: 60px;
  position: fixed;
  bottom: 0;
}

.slot-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.slot-btn:hover {
  background: #f0f0f0;
}

#card-container {
  min-height: 150px;
  margin-top: 20px;
}

.hidden {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: var(--floral-white);
  font-synthesis: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: var(--pantone-brown);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (width >= 769px) {
  #wrapper {
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (width <= 768px) {
  #wrapper {
    position: initial;
    overflow: visible;
  }
}

#content {
  will-change: transform;
  width: 100%;
  overflow-x: hidden;
}

body, html {
  margin: 0;
  padding: 0;
}

.iframe-container {
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

@media (width <= 768px) {
  .booking--content iframe {
    height: 500px;
  }
}

.is-ios-locked html, .is-ios-locked body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -ms-touch-action: none;
  touch-action: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--pantone-brown);
  font-family: sofia-pro-comp, sans-serif;
  font-style: normal;
  font-weight: 700;
}

h2 {
  margin-bottom: 40px;
  font-size: 2.25rem;
}

p, input, textarea, blockquote, li {
  letter-spacing: .25px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.main__outerwrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking__outerwrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1286px;
  min-height: 400px;
  margin: 175px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--spacing {
  margin-bottom: 80px;
}

@media (width <= 768px) {
  .section--spacing {
    margin: 0 16px 60px;
  }
}

@media (width >= 769px) {
  ::-webkit-scrollbar {
    width: 12px;
  }

  ::-webkit-scrollbar-track {
    background-color: #0000;
  }

  ::-webkit-scrollbar-thumb {
    background-color: var(--cambridge-blue);
    border: 2px solid var(--isabelline);
    border-radius: 6px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--viridian);
  }

  ::-webkit-scrollbar-horizontal {
    height: 0;
    display: none;
  }
}

.hero--section__wrapper {
  background: var(--black-olive);
  height: 600px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.hero--video__wrapper {
  position: absolute;
  inset: 0;
}

.hero--video__wrapper:before {
  content: "";
  z-index: 1;
  background: #00000059;
  position: absolute;
  inset: 0;
}

.hero--video__wrapper:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background-image: radial-gradient(#5ac8b438 1px, #0000 1px);
  background-size: 4px 4px;
  position: absolute;
  inset: 0;
}

.hero--video {
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(.4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero--content__wrapper {
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero--button {
  color: var(--pantone-brown);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  background: #78ada3;
  border: 1px solid #ffffffd9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: sofia-pro-narrow, sans-serif;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: -webkit-transform .2s, transform .2s, background .2s, -webkit-box-shadow .2s, box-shadow .2s;
  transition: -webkit-transform .2s, transform .2s, background .2s, -webkit-box-shadow .2s, box-shadow .2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero--button:hover {
  background: #509286;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.hero--button:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hero--title {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.hero--text {
  color: #fff;
  text-align: center;
  max-width: 75ch;
  margin-bottom: 1.5em;
  font-family: sofia-pro-comp;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.7;
}

@media (width <= 768px) {
  .portrait--img__wrapper {
    width: 100%;
  }
}

.whatis--section__wrapper {
  background-color: #fdf9ee;
}

.whatis--content {
  text-align: center;
  margin: 0 auto;
}

.whatis--group {
  margin-top: 80px;
}

.whatis--group:nth-of-type(2n) .whatis--group__title {
  color: var(--hunter-green);
}

.whatis--group:nth-of-type(odd) .whatis--group__title {
  color: var(--cambridge-blue);
}

.whatis--group__title {
  text-align: center;
  margin-bottom: 32px;
}

.whatis--group__cards {
  gap: 40px;
  display: grid;
}

@media (width >= 900px) {
  .whatis--group__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.whatis--group__cards:has(.whatis--card:only-child) {
  grid-template-columns: 1fr;
  margin: 0 auto;
}

.whatis--card {
  text-align: center;
  opacity: 0;
  background: #edece7;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 10px 10px 3px #1d351d7a;
  box-shadow: 0 10px 10px 3px #1d351d7a;
}

.whatis--card p {
  max-width: 75ch;
  margin-bottom: 1.5em;
  font-family: sofia-pro-comp;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.7;
}

.whatis--image--card {
  padding: 0;
}

.whatis--img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.whatis--list {
  margin: 16px 0 24px;
  padding-left: 0;
  list-style-type: none;
}

.whatis--list li {
  text-align: left;
  color: var(--viridian);
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: sofia-pro-narrow, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}

.whatis--list li:before {
  color: #509286;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.whatis--note {
  opacity: .85;
  font-size: .95rem;
}

.about--section__wrapper {
  background: var(--black-olive);
  border-radius: 10px;
  overflow: hidden;
}

.about--content {
  align-items: center;
  gap: 40px;
  max-width: 1386px;
  margin: 0 auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 838px) {
  .about--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
}

.about--content p {
  margin: 0;
  font-family: sofia-pro-comp, sans-serif;
}

.portrait--img__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

@media (width <= 768px) {
  .portrait--img__wrapper {
    width: 100%;
  }
}

.portrait--img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.about--title {
  margin: .125em 0;
  color: var(--fern-green) !important;
}

.about--text {
  color: var(--floral-white);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.25em;
  line-height: 1.6;
}

.booking--section__wrapper {
  background: #5092862f;
  border: none;
  border-radius: 10px;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.booking--content {
  text-align: center;
  align-content: space-around;
  max-width: 900px;
  margin: 0 auto;
}

.booking--content p {
  max-width: 75ch;
  margin-bottom: 1.5em;
  font-family: sofia-pro-comp, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
}

.booking--title {
  text-align: center;
}

.booking--wrapper {
  position: relative;
}

.booking--wrapper > * {
  background: var(--cal-poly-green);
}

.booking--wrapper .open-modal {
  height: var(--base-width);
  z-index: 9;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  background: var(--black-olive);
  text-align: center;
  white-space: nowrap;
  width: auto;
  color: var(--isabelline);
  border: none;
  border-radius: 3px;
  padding: 24px;
  font-family: sofia-pro-narrow, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}

.booking--wrapper .next {
  width: var(--base-width);
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booking--wrapper button {
  border: none;
  outline: none;
}

#payment-form {
  font-family: sofia-pro-narrow, sans-serif;
  font-weight: 300;
}

.payment-card-wrapper {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  -webkit-box-shadow: 0 4px 12px #0000000d;
  box-shadow: 0 4px 12px #0000000d;
}

.payment-header {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.payment-header h3 {
  color: #2f3e34;
  margin: 0;
}

#card-button {
  color: #fff;
  cursor: pointer;
  background-color: #2f3e34;
  border: none;
  border-radius: 6px;
  padding: 15px;
  font-weight: bold;
  -webkit-transition: background .2s;
  transition: background .2s;
}

#card-button:hover {
  background-color: #1e2b24;
}

#card-button:disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.lwwu-field {
  width: 100%;
  margin: 5% 0;
}

.lwwu-field-group {
  position: relative;
}

.lwwu-field p {
  color: #212121;
}

.lwwu-field input {
  border: none;
  border-bottom: 1px solid #b6b6b680;
  width: 100%;
  padding: 10px 10px 10px 5px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.lwwu-field input:focus {
  outline: none;
}

.lwwu-field input:focus ~ label {
  color: #428bca;
  font-size: 14px;
  font-weight: 600;
  top: -20px;
}

.lwwu-field input:valid ~ label {
  display: none;
}

.lwwu-field input:disabled {
  background: none;
  border-bottom: 1px dashed #b6b6b680;
}

.lwwu-field input:disabled ~ label, .lwwu-field input[disabled="disabled"][value="Test"] {
  color: #ddd;
}

.lwwu-field input[disabled="disabled"][value="Test"] ~ label {
  display: none;
}

.lwwu-field input:focus ~ .lwwu-field-bar:before, .lwwu-field input:focus ~ .lwwu-field-bar:after {
  width: 50%;
}

.lwwu-field input:focus ~ .lwwu-field-highlight {
  -webkit-animation: .3s inputHighlighter;
  animation: .3s inputHighlighter;
}

.lwwu-field label {
  color: #b6b6b6;
  pointer-events: none;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: absolute;
  top: 10px;
  left: 5px;
}

.lwwu-field-select {
  color: #b6b6b6;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

.lwwu-field-bar {
  width: 100%;
  display: block;
  position: relative;
}

.lwwu-field-bar:before, .lwwu-field-bar:after {
  content: "";
  background: #428bca;
  width: 0;
  height: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: absolute;
  bottom: 1px;
}

.lwwu-field-bar:before {
  left: 50%;
}

.lwwu-field-bar:after {
  right: 50%;
}

.lwwu-field-highlight {
  pointer-events: none;
  opacity: .5;
  width: 100px;
  height: 60%;
  position: absolute;
  top: 25%;
  left: 0;
}

.slots-grid {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
  margin-top: 15px;
  display: grid;
}

.slot-btn {
  cursor: pointer;
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  font-size: .9rem;
  line-height: 1.4;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slot-btn:hover {
  background: #e0e0e0;
  border-color: #bbb;
}

.slot-btn.selected {
  color: #fff;
  background: #2f3e34;
  border-color: #2f3e34;
  -webkit-box-shadow: 0 0 0 2px #9ec1a3;
  box-shadow: 0 0 0 2px #9ec1a3;
}

.lwwu-field {
  margin-bottom: 15px;
}

.lwwu-field label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.lwwu-field input, .lwwu-field-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}

.accordion--section__wrapper {
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.accordion--content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.accordion__wrapper {
  cursor: pointer;
  border: 2px solid #78ada3;
  border-radius: 10px;
  margin-bottom: 14px;
  padding: 24px;
}

.accordion__wrapper i {
  color: #295536;
  pointer-events: none;
  font-size: 2em;
}

.title--fa__wrapper {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion--title--icon {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion--title--icon i {
  margin: 0 10px 0 0;
}

.accordion__wrapper h3 {
  margin: 0;
  font-weight: 600;
  list-style: none;
}

.accordion__wrapper p {
  max-width: 75ch;
  margin-top: 10px;
  margin-bottom: 1.5em;
  font-family: sofia-pro-narrow, sans-serif;
  font-size: 1.15em;
  line-height: 1.7;
}

.accordion__panel {
  -webkit-tap-highlight-color: transparent;
  justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper {
  background: var(--floral-white);
  color: var(--isabelline);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.global__footerwrapper--divider {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  display: block;
}

.global__footerwrapper--inner {
  background: var(--black-olive);
}

.global__footerwrapper--logo--nav__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper--logo__wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper--logo {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.global__footerwrapper--nav__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (width <= 768px) {
  .global__footerwrapper--nav__wrapper {
    padding: 20px;
  }
}

.global__footerwrapper--nav {
  display: block;
}

.global__footerwrapper--navlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper--navlist--sublist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  width: 100%;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper--navlist li a {
  color: var(--isabelline);
  font-family: sofia-pro-comp, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (width <= 526px) {
  .global__footerwrapper--navlist li a {
    font-size: .75rem;
  }
}

.global__footerwrapper--navlist li a:hover, .global__footerwrapper--navlist li a:focus {
  color: var(--cambridge-blue);
}

.global__footerwrapper--navlist li a:visited {
  color: var(--isabelline);
}

.footer--disclaimer {
  border: 2px solid var(--cambridge-blue);
  border-radius: 10px;
  margin: 20px;
  padding: 20px;
}

.global__footerwrapper--inner--text {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global__footerwrapper--inner--text--paragraph {
  max-width: 800px;
  margin-bottom: 1rem;
  font-family: sofia-pro-comp, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.global__footerwrapper--links {
  color: var(--cambridge-blue);
}

.global__footerwrapper--links:hover, .global__footerwrapper--links:focus, .global__footerwrapper--links:visited {
  color: var(--viridian);
}
