/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --module-max-width: 100%;
  --topmargin: 16px;
  --toppadding: 40px;
  --lr-content-margin: 24px;
  --tb-content-padding: 40px;
  --lr-content-padding: 24px;
  --lr-boxed-padding: 24px;
  /* Header height - fixed header offset for non-hero modules */
  --header-height: 72px;
  /* Specials bar state management */
  --specials-bar-display: none;
  --specials-bar-height: 0px;
  --header-top-offset: 0px;
}
@media (min-width: 768px) {
  :root {
    --topmargin: 32px;
    --toppadding: 56px;
    --lr-content-margin: 48px;
    --tb-content-padding: 0;
    --lr-content-padding: 0;
  }
}
@media (min-width: 1366px) {
  :root {
    --lr-content-margin: 96px;
    --topmargin: 56px;
    --toppadding: 160px;
    --content-margin: 72px;
  }
}
@media (min-width: 1256px) {
  :root {
    --module-max-width: 1256px;
  }
}
@media (min-width: 1352px) {
  :root {
    --lr-content-margin: 0;
  }
}

/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: "ChapRegular";
  src: url("../../../files/webfonts/ChapRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeueLight";
  src: url("../../../files/webfonts/MaisonNeueLight.woff2") format("woff2"), url("../../../files/webfonts/MaisonNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeueBold";
  src: url("../../../files/webfonts/MaisonNeueBold.woff2") format("woff2"), url("../../../files/webfonts/MaisonNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html {
  overflow: hidden;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}
.swipebox-html #swipebox-slider {
  display: inline-block;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 85%;
  width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide img {
  width: 85%;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
}
@media (min-width: 1366px) {
  #swipebox-slider .slide img {
    max-width: 1440px;
  }
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2229%22%20viewBox%3D%220%200%2018%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2027.5L15%2014.5L2%201.5%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  background-position: right center;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 50px;
}

#swipebox-prev {
  float: left;
  transform: rotate(180deg);
}

#swipebox-next {
  float: right;
}

#swipebox-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
}
#swipebox-close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#swipebox-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 896px) {
  #swipebox-close {
    top: 15px;
    right: 0;
  }
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev,
#swipebox-next {
  width: 100px;
  height: 100%;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
#swipebox-prev:hover,
#swipebox-next:hover {
  cursor: pointer;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    top: 24px;
    right: 24px;
  }
  #swipebox-arrows {
    width: 95%;
    max-width: 95%;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: transparent;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.swipebox-transparent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.9;
  background: #000000;
}

/* Skin
--------------------------*/
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
}

#swipebox-top-bar {
  transform: translate3d(0, 0, 0) !important;
}

#swipebox-bottom-bar {
  top: 50%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 85%;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.breadcrumbs {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 64px;
  }
}
.breadcrumbs .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs .breadcrumb-list li {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.breadcrumbs .breadcrumb-list li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #9ca3af;
}
.breadcrumbs .breadcrumb-list li a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.875rem;
}
.breadcrumbs .breadcrumb-list li a:hover {
  color: #5c8f9c;
}
.breadcrumbs .breadcrumb-list li span[aria-current=page] {
  color: #1f2937;
}
.breadcrumbs .breadcrumb-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .breadcrumbs .breadcrumb-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.btn-large:not(li),
.btn-large a {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  padding: 20px;
}
.btn-large:not(li) span,
.btn-large a span {
  text-box: trim-both cap alphabetic;
}
.btn-large:not(li):active,
.btn-large a:active {
  box-shadow: none;
}
.btn-large:not(li):focus,
.btn-large a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.1);
}
.btn-large:not(li) a,
.btn-large a a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .btn-large:not(li),
  .btn-large a {
    font-size: 1.125rem;
  }
}

.btn-medium:not(li),
.btn-medium a {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.875rem;
  padding: 20px;
}
.btn-medium:not(li) span,
.btn-medium a span {
  text-box: trim-both cap alphabetic;
}
.btn-medium:not(li):active,
.btn-medium a:active {
  box-shadow: none;
}
.btn-medium:not(li):focus,
.btn-medium a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.1);
}
.btn-medium:not(li) a,
.btn-medium a a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .btn-medium:not(li),
  .btn-medium a {
    font-size: 1rem;
  }
}

.btn-small:not(li),
.btn-small a {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.75rem;
  padding: 14px 24px;
}
.btn-small:not(li) span,
.btn-small a span {
  text-box: trim-both cap alphabetic;
}
.btn-small:not(li):active,
.btn-small a:active {
  box-shadow: none;
}
.btn-small:not(li):focus,
.btn-small a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.1);
}
.btn-small:not(li) a,
.btn-small a a {
  color: inherit;
  text-decoration: none;
}
.color-bg:not(li),
.color-bg a {
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
}
.color-bg:not(li) svg path,
.color-bg a svg path {
  fill: #ffffff;
}
.color-bg:not(li):hover,
.color-bg a:hover {
  background: rgb(73.0806451613, 113.5927419355, 123.9193548387);
  border-color: rgb(73.0806451613, 113.5927419355, 123.9193548387);
  color: #ffffff;
}
.color-bg:not(li):hover svg path,
.color-bg a:hover svg path {
  fill: #ffffff;
}
.color-bg:not(li):focus,
.color-bg a:focus {
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.2);
}

.transparent-bg:not(li),
.transparent-bg a {
  color: #E8E1D9;
  background: transparent;
  border-color: #E8E1D9;
}
.transparent-bg:not(li) svg path,
.transparent-bg a svg path {
  fill: #E8E1D9;
}
.transparent-bg:not(li):hover,
.transparent-bg a:hover {
  background: #E8E1D9;
  border-color: #E8E1D9;
  color: #111827;
}
.transparent-bg:not(li):hover svg path,
.transparent-bg a:hover svg path {
  fill: #111827;
}
.transparent-black-bg:not(li),
.transparent-black-bg a {
  color: #151515;
  background: transparent;
  border-color: #151515;
}
.transparent-black-bg:not(li) svg path,
.transparent-black-bg a svg path {
  fill: #151515;
}
.transparent-black-bg:not(li):hover,
.transparent-black-bg a:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.transparent-black-bg:not(li):hover svg path,
.transparent-black-bg a:hover svg path {
  fill: #151515;
}
.transparent-black-bg:not(li):focus,
.transparent-black-bg a:focus {
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.2);
}

.white-bg:not(li),
.white-bg a {
  background: #E8E1D9;
  color: #111827;
  border-color: #E8E1D9;
}
.white-bg:not(li) svg path,
.white-bg a svg path {
  fill: #111827;
}
.white-bg:not(li):hover,
.white-bg a:hover {
  background: #151515;
  border-color: #151515;
  color: #E8E1D9;
}
.white-bg:not(li):hover svg path,
.white-bg a:hover svg path {
  fill: #E8E1D9;
}
.white-bg:not(li):focus,
.white-bg a:focus {
  box-shadow: 0 0 0 3px rgba(232, 225, 217, 0.3);
}

.blue-bg:not(li),
.blue-bg a {
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
}
.blue-bg:not(li) svg path,
.blue-bg a svg path {
  fill: #ffffff;
}
.blue-bg:not(li):hover,
.blue-bg a:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.blue-bg:not(li):hover svg path,
.blue-bg a:hover svg path {
  fill: #151515;
}
.blue-bg:not(li):focus,
.blue-bg a:focus {
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.3);
}

.terra-bg:not(li),
.terra-bg a {
  background: #c28266;
  color: #151515;
  border-color: #c28266;
}
.terra-bg:not(li) svg path,
.terra-bg a svg path {
  fill: #151515;
}
.terra-bg:not(li):hover,
.terra-bg a:hover {
  background: #5c8f9c;
  border-color: #5c8f9c;
  color: #ffffff;
}
.terra-bg:not(li):hover svg path,
.terra-bg a:hover svg path {
  fill: #ffffff;
}
.terra-bg:not(li):focus,
.terra-bg a:focus {
  box-shadow: 0 0 0 3px rgba(194, 130, 102, 0.3);
}

.link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: calc(1024px - 1px)) {
  .link-wrap .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .link-wrap {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.link-wrap .video-link {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

ul.social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-top: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  ul.social-menu {
    justify-content: flex-start;
  }
}
ul.social-menu svg path {
  fill: #0f172a;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
ul.social-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-menu li:hover svg path, ul.social-menu li:active svg path, ul.social-menu li:focus svg path,
ul.social-menu a:hover svg path,
ul.social-menu a:active svg path,
ul.social-menu a:focus svg path {
  fill: #5c8f9c !important;
}
ul.social-menu span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.gform_wrapper.gravity-theme {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
.gform_wrapper.gravity-theme .gform_heading h2,
.gform_wrapper.gravity-theme .gform_heading h3 {
  color: inherit;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.16667;
}
.gform_wrapper.gravity-theme .gform_heading h2.larger-heading,
.gform_wrapper.gravity-theme .gform_heading h3.larger-heading {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_heading h2,
  .gform_wrapper.gravity-theme .gform_heading h3 {
    font-size: 3rem;
  }
  .gform_wrapper.gravity-theme .gform_heading h2.larger-heading,
  .gform_wrapper.gravity-theme .gform_heading h3.larger-heading {
    font-size: 4.5rem;
  }
}
.gform_wrapper.gravity-theme .gform_required_legend,
.gform_wrapper.gravity-theme .gform_anchor {
  display: none;
}
.gform_wrapper.gravity-theme form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  row-gap: 64px;
}

.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gform_wrapper .gform_fields .gfield {
  flex: 1 1 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-half,
  .gform_wrapper .gform_fields .gfield.half-width {
    flex: 1 1 calc(50% - 8px);
  }
  .gform_wrapper .gform_fields .gfield--width-third {
    flex: 1 1 calc(33.333% - 10.6666666667px);
  }
  .gform_wrapper .gform_fields .gfield--width-quarter {
    flex: 1 1 calc(25% - 12px);
  }
  .gform_wrapper .gform_fields .gfield--width-full,
  .gform_wrapper .gform_fields .gfield.full-width {
    flex: 1 1 100%;
  }
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme textarea {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.333;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d4bfad;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=file],
  .gform_wrapper.gravity-theme textarea {
    font-size: 1rem;
    padding: 11px 0;
  }
}
@media (min-width: 1366px) {
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=file],
  .gform_wrapper.gravity-theme textarea {
    font-size: 1.125rem;
  }
}
.gform_wrapper.gravity-theme input[type=text]:hover,
.gform_wrapper.gravity-theme input[type=email]:hover,
.gform_wrapper.gravity-theme input[type=url]:hover,
.gform_wrapper.gravity-theme input[type=tel]:hover,
.gform_wrapper.gravity-theme input[type=number]:hover,
.gform_wrapper.gravity-theme input[type=file]:hover,
.gform_wrapper.gravity-theme textarea:hover {
  border-bottom-color: rgb(194.456, 164.888, 139.544);
}
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=file]:focus,
.gform_wrapper.gravity-theme textarea:focus {
  outline: none;
  border-bottom-color: #c28266;
}
.gform_wrapper.gravity-theme input[type=text]:disabled,
.gform_wrapper.gravity-theme input[type=email]:disabled,
.gform_wrapper.gravity-theme input[type=url]:disabled,
.gform_wrapper.gravity-theme input[type=tel]:disabled,
.gform_wrapper.gravity-theme input[type=number]:disabled,
.gform_wrapper.gravity-theme input[type=file]:disabled,
.gform_wrapper.gravity-theme textarea:disabled {
  background: transparent;
  border-bottom-color: rgb(229.544, 217.112, 206.456);
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.gform_wrapper.gravity-theme input[type=text]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme textarea:disabled::-moz-placeholder {
  color: #d1d5db;
}
.gform_wrapper.gravity-theme input[type=text]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=email]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=url]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=tel]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=number]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=file]:disabled::placeholder,
.gform_wrapper.gravity-theme textarea:disabled::placeholder {
  color: #d1d5db;
}
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=file]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
  color: #6b7280;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_wrapper.gravity-theme input[type=text]:focus::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]:focus::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]:focus::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]:focus::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]:focus::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]:focus::-moz-placeholder, .gform_wrapper.gravity-theme textarea:focus::-moz-placeholder {
  opacity: 0;
}
.gform_wrapper.gravity-theme input[type=text]:focus::placeholder,
.gform_wrapper.gravity-theme input[type=email]:focus::placeholder,
.gform_wrapper.gravity-theme input[type=url]:focus::placeholder,
.gform_wrapper.gravity-theme input[type=tel]:focus::placeholder,
.gform_wrapper.gravity-theme input[type=number]:focus::placeholder,
.gform_wrapper.gravity-theme input[type=file]:focus::placeholder,
.gform_wrapper.gravity-theme textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill::first-line {
  font-size: 16px !important;
  line-height: 24px !important;
}

.gform_wrapper.gravity-theme form input:-webkit-autofill,
.gform_wrapper.gravity-theme form input:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form input:-webkit-autofill:focus,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill:focus,
.gform_wrapper.gravity-theme form select:-webkit-autofill,
.gform_wrapper.gravity-theme form select:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form select:-webkit-autofill:focus {
  border: 1px solid #6b7280;
  font-size: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme form .gform_footer input {
  margin: 0;
}

.gform_wrapper li {
  margin: 16px 0;
}

.ginput_container_date {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}
.ginput_container_date input {
  width: 100%;
  padding-right: 50px;
}
.ginput_container_date:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("../../../files/svg/calendar-icon.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.gform_wrapper .clear-multi {
  display: flex;
  align-items: center;
}
.gform_wrapper .clear-multi .gfield_time_hour input {
  margin-right: 4px;
}
.gform_wrapper .clear-multi .gfield_time_minute input {
  margin: 0 4px;
}
.gform_wrapper .clear-multi .gfield_time_ampm {
  margin-left: 4px;
}

input:focus::-webkit-input-placeholder {
  color: #6b7280;
}

[placeholder] {
  color: #6b7280;
}

::-webkit-input-placeholder {
  color: #6b7280;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6b7280;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b7280;
}

:-ms-input-placeholder {
  color: #6b7280;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease-in-out;
  transition: opacity 0.1s 0.1s ease-in-out;
  opacity: 0;
}

.gform_body label,
.gform_body legend {
  color: #374151;
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .gform_body label,
  .gform_body legend {
    font-size: 0.9375rem;
  }
}
.gform_body label .gfield_required,
.gform_body legend .gfield_required {
  color: #dc2626;
  margin-left: 2px;
}

.wysiwyg .with-sidebar .gform_title {
  max-width: 350px;
}

.gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  padding: 20px;
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .gform_button {
    font-size: 1.125rem;
  }
}
.gform_button:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.gform_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.3);
}
.gform_button:active {
  box-shadow: none;
}
.gform_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.gform_button:disabled:hover, .gform_button:disabled:active, .gform_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
}
.gform_button.gform_button_loading {
  color: transparent;
}
.gform_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.gform_body ul {
  padding: 0;
  margin: 0;
}

.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gform_body > ul > li {
  margin: 0 0 24px;
}

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

.gform_body .hidden_label label {
  display: none;
}

.gfield,
.gfield {
  width: 100%;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_full {
  display: flex;
  flex-direction: column;
}
.ginput_complex .ginput_left {
  flex: 1;
  margin-right: 4px;
}
.ginput_complex .ginput_right {
  flex: 1;
  margin-left: 4px;
}
.ginput_complex .ginput_full {
  width: 100%;
}
.ginput_complex label {
  color: #374151;
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .ginput_complex label {
    font-size: 0.9375rem;
  }
}
.ginput_complex label .gfield_required {
  color: #dc2626;
  margin-left: 2px;
}
.ginput_complex input {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.333;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d4bfad;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .ginput_complex input {
    font-size: 1rem;
    padding: 11px 0;
  }
}
@media (min-width: 1366px) {
  .ginput_complex input {
    font-size: 1.125rem;
  }
}
.ginput_complex input:hover {
  border-bottom-color: rgb(194.456, 164.888, 139.544);
}
.ginput_complex input:focus {
  outline: none;
  border-bottom-color: #c28266;
}
.ginput_complex input:disabled {
  background: transparent;
  border-bottom-color: rgb(229.544, 217.112, 206.456);
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.ginput_complex input:disabled::-moz-placeholder {
  color: #d1d5db;
}
.ginput_complex input:disabled::placeholder {
  color: #d1d5db;
}
.ginput_complex input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_complex input::placeholder {
  color: #6b7280;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_complex input:focus::-moz-placeholder {
  opacity: 0;
}
.ginput_complex input:focus::placeholder {
  opacity: 0;
}

.gfield.gfield_page_break,
.gfield.gfield_section_break {
  border: none;
}
.gfield.gfield_page_break .gsection_title,
.gfield.gfield_section_break .gsection_title {
  color: #6b7280;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 8px;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 4px;
}
.gfield.gfield_page_break .gsection_description,
.gfield.gfield_section_break .gsection_description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.ginput_container_fileupload .gform_fileupload_rules {
  margin-top: 6px;
  display: block;
}
.ginput_container_fileupload .gform_drop_area {
  border: 2px dashed #6b7280;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  background: rgba(243, 244, 246, 0.3);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_fileupload .gform_drop_area:hover, .ginput_container_fileupload .gform_drop_area.gform_drag_over {
  border-color: #5c8f9c;
  background: rgba(92, 143, 156, 0.1);
}
.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 8px;
}
.ginput_container_fileupload .gform_drop_area .gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  padding: 20px;
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  padding: 8px 16px;
}
@media (min-width: 1024px) {
  .ginput_container_fileupload .gform_drop_area .gform_button {
    font-size: 1.125rem;
  }
}
.ginput_container_fileupload .gform_drop_area .gform_button:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.ginput_container_fileupload .gform_drop_area .gform_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.3);
}
.ginput_container_fileupload .gform_drop_area .gform_button:active {
  box-shadow: none;
}
.ginput_container_fileupload .gform_drop_area .gform_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.ginput_container_fileupload .gform_drop_area .gform_button:disabled:hover, .ginput_container_fileupload .gform_drop_area .gform_button:disabled:active, .ginput_container_fileupload .gform_drop_area .gform_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
}
.ginput_container_fileupload .gform_drop_area .gform_button.gform_button_loading {
  color: transparent;
}
.ginput_container_fileupload .gform_drop_area .gform_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.ginput_container_fileupload .gform_fileupload_multifile {
  margin-top: 8px;
}
.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 4px;
  margin-bottom: 4px;
}
.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file .gform_delete {
  color: #dc2626;
  text-decoration: none;
  font-size: 0.75rem;
}
.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file .gform_delete:hover {
  color: rgb(134.3333333333, 21.6666666667, 21.6666666667);
}

.gfield.gfield_hidden {
  display: none !important;
}

.gform_wrapper .gfield_description:empty {
  display: none;
}

.gform_wrapper .field_description_below:empty,
.gform_wrapper .field_description_above:empty {
  display: none;
}

.gform_wrapper fieldset ul:has(li:empty:only-child),
.gform_wrapper fieldset ul:has(li:only-child:empty) {
  display: none;
}
.gform_wrapper fieldset ul li:only-child:empty {
  display: none;
}
.gform_wrapper fieldset ul:only-child:has(li:only-child:empty) {
  display: none;
}

.gfield:empty,
.gfield:has(fieldset:empty),
.gfield:has(fieldset ul:only-of-type li:only-child:empty) {
  display: none;
}

.gfield.gfield_html .gfield_html_content {
  font-size: 0.875rem;
  line-height: 1.5;
}
.gfield.gfield_html .gfield_html_content p {
  margin-bottom: 8px;
}
.gfield.gfield_html .gfield_html_content p:last-child {
  margin-bottom: 0;
}

.ginput_container_phone input[type=tel] {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.333;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d4bfad;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .ginput_container_phone input[type=tel] {
    font-size: 1rem;
    padding: 11px 0;
  }
}
@media (min-width: 1366px) {
  .ginput_container_phone input[type=tel] {
    font-size: 1.125rem;
  }
}
.ginput_container_phone input[type=tel]:hover {
  border-bottom-color: rgb(194.456, 164.888, 139.544);
}
.ginput_container_phone input[type=tel]:focus {
  outline: none;
  border-bottom-color: #c28266;
}
.ginput_container_phone input[type=tel]:disabled {
  background: transparent;
  border-bottom-color: rgb(229.544, 217.112, 206.456);
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.ginput_container_phone input[type=tel]:disabled::-moz-placeholder {
  color: #d1d5db;
}
.ginput_container_phone input[type=tel]:disabled::placeholder {
  color: #d1d5db;
}
.ginput_container_phone input[type=tel]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_phone input[type=tel]::placeholder {
  color: #6b7280;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_phone input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
.ginput_container_phone input[type=tel]:focus::placeholder {
  opacity: 0;
}

.ginput_container_website input[type=url] {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.333;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d4bfad;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .ginput_container_website input[type=url] {
    font-size: 1rem;
    padding: 11px 0;
  }
}
@media (min-width: 1366px) {
  .ginput_container_website input[type=url] {
    font-size: 1.125rem;
  }
}
.ginput_container_website input[type=url]:hover {
  border-bottom-color: rgb(194.456, 164.888, 139.544);
}
.ginput_container_website input[type=url]:focus {
  outline: none;
  border-bottom-color: #c28266;
}
.ginput_container_website input[type=url]:disabled {
  background: transparent;
  border-bottom-color: rgb(229.544, 217.112, 206.456);
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.ginput_container_website input[type=url]:disabled::-moz-placeholder {
  color: #d1d5db;
}
.ginput_container_website input[type=url]:disabled::placeholder {
  color: #d1d5db;
}
.ginput_container_website input[type=url]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_website input[type=url]::placeholder {
  color: #6b7280;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_website input[type=url]:focus::-moz-placeholder {
  opacity: 0;
}
.ginput_container_website input[type=url]:focus::placeholder {
  opacity: 0;
}

.ginput_container_signature .gform_signature_container {
  border: 2px solid #6b7280;
  border-radius: 4px;
}
.ginput_container_signature .gform_signature_container canvas {
  display: block;
  width: 100%;
  cursor: crosshair;
}
.ginput_container_signature .gform_signature_message {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 4px;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.gform_page_footer .gform_previous_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  padding: 20px;
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: transparent;
  color: #6b7280;
  border: 2px solid #6b7280;
  width: auto;
}
@media (min-width: 1024px) {
  .gform_page_footer .gform_previous_button {
    font-size: 1.125rem;
  }
}
.gform_page_footer .gform_previous_button:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.gform_page_footer .gform_previous_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.3);
}
.gform_page_footer .gform_previous_button:active {
  box-shadow: none;
}
.gform_page_footer .gform_previous_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.gform_page_footer .gform_previous_button:disabled:hover, .gform_page_footer .gform_previous_button:disabled:active, .gform_page_footer .gform_previous_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
}
.gform_page_footer .gform_previous_button.gform_button_loading {
  color: transparent;
}
.gform_page_footer .gform_previous_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gform_page_footer .gform_previous_button:hover {
  background: #6b7280;
  color: #ffffff;
}
.gform_page_footer .gform_next_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  padding: 20px;
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
}
@media (min-width: 1024px) {
  .gform_page_footer .gform_next_button {
    font-size: 1.125rem;
  }
}
.gform_page_footer .gform_next_button:hover {
  background: #c28266;
  border-color: #c28266;
  color: #151515;
}
.gform_page_footer .gform_next_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.3);
}
.gform_page_footer .gform_next_button:active {
  box-shadow: none;
}
.gform_page_footer .gform_next_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  opacity: 0.6;
}
.gform_page_footer .gform_next_button:disabled:hover, .gform_page_footer .gform_next_button:disabled:active, .gform_page_footer .gform_next_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
}
.gform_page_footer .gform_next_button.gform_button_loading {
  color: transparent;
}
.gform_page_footer .gform_next_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.gform_page_footer .gform_page_steps {
  display: flex;
  align-items: center;
  gap: 4px;
}
.gform_page_footer .gform_page_steps .gform_page_step {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3f4f6;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_page_footer .gform_page_steps .gform_page_step.gform_page_step_active {
  background: #5c8f9c;
}
.gform_page_footer .gform_page_steps .gform_page_step.gform_page_step_completed {
  background: #6b7280;
}

.ginput_container_captcha .gfield_captcha_container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha {
  flex: 0 0 auto;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container {
  flex: 1;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  border-radius: 4px;
  font-size: 0.8125rem;
  line-height: 1.333;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #d4bfad;
  border-radius: 0;
  max-width: 100%;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input {
    font-size: 1rem;
    padding: 11px 0;
  }
}
@media (min-width: 1366px) {
  .ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input {
    font-size: 1.125rem;
  }
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:hover {
  border-bottom-color: rgb(194.456, 164.888, 139.544);
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:focus {
  outline: none;
  border-bottom-color: #c28266;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled {
  background: transparent;
  border-bottom-color: rgb(229.544, 217.112, 206.456);
  color: #9ca3af;
  cursor: not-allowed;
  opacity: 0.6;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled::-moz-placeholder {
  color: #d1d5db;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled::placeholder {
  color: #d1d5db;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
  -moz-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input::placeholder {
  color: #6b7280;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:focus::-moz-placeholder {
  opacity: 0;
}
.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:focus::placeholder {
  opacity: 0;
}

.gform_validation_container,
.gfield.gfield_honeypot {
  display: none !important;
  visibility: hidden !important;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ginput_container_consent input[type=checkbox] {
  display: none;
}
.ginput_container_consent label.gfield_consent_label {
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ginput_container_consent label.gfield_consent_label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #6b7280;
  border-radius: 4px;
  background: transparent;
  margin-right: 8px;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_consent label.gfield_consent_label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: transparent;
  transition: background 0.25s ease-out;
}
.ginput_container_consent input[type=checkbox]:checked + label.gfield_consent_label:before {
  border-color: #5c8f9c;
}
.ginput_container_consent input[type=checkbox]:checked + label.gfield_consent_label:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22check_box_24px%22%3E%3Cpath%20id%3D%22icon%2Ftoggle%2Fcheck_box_24px%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%203H19C20.1%203%2021%203.9%2021%205V19C21%2020.1%2020.1%2021%2019%2021H5C3.9%2021%203%2020.1%203%2019V5C3%203.9%203.9%203%205%203ZM9.3%2016.29C9.69%2016.68%2010.32%2016.68%2010.71%2016.29L18.29%208.7C18.68%208.31%2018.68%207.68%2018.29%207.29C17.9%206.9%2017.27%206.9%2016.88%207.29L10%2014.17L7.12%2011.29C6.73%2010.9%206.1%2010.9%205.71%2011.29C5.52275%2011.4768%205.41751%2011.7305%205.41751%2011.995C5.41751%2012.2595%205.52275%2012.5132%205.71%2012.7L9.3%2016.29Z%22%20fill%3D%22%235c8f9c%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 28px;
  height: 24px;
  left: -2px;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: 2px solid #5c8f9c;
  outline-offset: 2px;
}

.gform_ajax_spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #5c8f9c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper .gfield_select,
.gform_wrapper select {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 4px;
  background: #ffffff;
  color: #374151;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206l4%204%204-4%22%20stroke%3D%22%236b7280%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  padding-right: 48px;
}
.gform_wrapper .gfield_select:hover,
.gform_wrapper select:hover {
  border-color: rgb(154.3548387097, 187.2580645161, 195.6451612903);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gform_wrapper .gfield_select:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: #5c8f9c;
  box-shadow: 0 0 0 3px rgba(92, 143, 156, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.gform_wrapper .gfield_select:disabled,
.gform_wrapper select:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206l4%204%204-4%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.gform_wrapper select option.gf_placeholder {
  color: #9ca3af;
}

.gform_wrapper select option {
  font-size: 1rem;
  padding: 8px 12px;
  color: #374151;
  background: #ffffff;
}
.gform_wrapper select option:hover, .gform_wrapper select option:focus {
  background: rgba(92, 143, 156, 0.1);
}
.gform_wrapper select option:checked, .gform_wrapper select option:selected {
  background: rgba(92, 143, 156, 0.1);
  color: #5c8f9c;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  width: 100%;
}

.gform_wrapper select[multiple] {
  height: auto;
  min-height: 120px;
  padding: 8px 16px;
  background-image: none;
  padding-right: 16px;
}
.gform_wrapper select[multiple] option {
  padding: 4px 8px;
  margin: 2px 0;
  border-radius: 4px;
}

.gform_wrapper select:focus {
  outline: 2px solid #5c8f9c;
  outline-offset: 2px;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

@media (prefers-contrast: high) {
  .gform_wrapper .gfield_select,
  .gform_wrapper select {
    border-width: 3px;
  }
  .gform_wrapper .gfield_select:focus,
  .gform_wrapper select:focus {
    outline-width: 3px;
  }
}
.gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ginput_container_radio .gchoice:first-child {
  margin-top: 0;
}
.ginput_container_radio .gchoice:last-child {
  margin-bottom: 0;
}

.ginput_container_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ginput_container_radio .gchoice input[type=radio] {
  display: none;
}
.ginput_container_radio .gchoice label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_radio .gchoice label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_radio .gchoice label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5c8f9c;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ginput_container_radio .gchoice label:hover::before {
  border-color: #5c8f9c;
}
.ginput_container_radio .gchoice input[type=radio]:checked + label::before {
  border-color: #5c8f9c;
}
.ginput_container_radio .gchoice input[type=radio]:checked + label::after {
  opacity: 1;
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) {
  display: none;
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0 0 8px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5c8f9c;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label:hover::before {
  border-color: #5c8f9c;
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]):checked + label::before {
  border-color: #5c8f9c;
}
.gform_body input[type=radio]:not(.gchoice input[type=radio]):checked + label::after {
  opacity: 1;
}

.ginput_container_date .screen-reader-text {
  display: none;
}

.ui-datepicker {
  width: 280px;
  height: auto;
  margin: 8px auto 0;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background: #5c8f9c;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  min-height: 50px !important;
  border: none;
  position: relative;
  text-align: center;
  font-size: 1rem;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-indent: -9999px;
  overflow: hidden;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
  display: none;
}
.ui-datepicker-next::after,
.ui-datepicker-prev::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  text-indent: 0;
}

.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-prev::after {
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-left: -2px;
}

.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-next::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -2px;
}

.ui-datepicker thead {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 12px 8px;
  color: #6c757d;
  letter-spacing: 0.5px;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border: none;
}

.ui-datepicker tbody td {
  padding: 0;
  border: none;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #495057;
  font-size: 0.875rem;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-default {
  background: transparent;
}
.ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(92, 143, 156, 0.1);
  color: #5c8f9c;
}

.ui-datepicker-calendar .ui-state-hover {
  background: rgba(92, 143, 156, 0.1) !important;
  color: #5c8f9c !important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #5c8f9c !important;
  color: #ffffff !important;
  font-weight: 600;
}

.ui-datepicker-unselectable .ui-state-default {
  background: transparent !important;
  color: #ced4da !important;
  cursor: not-allowed;
}
.ui-datepicker-unselectable .ui-state-default:hover {
  background: transparent !important;
  color: #ced4da !important;
}

.ui-datepicker-other-month .ui-state-default {
  color: #ced4da;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
  width: 100%;
}
table.ui-datepicker-calendar td {
  padding: 2px;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.ui-datepicker tbody {
  padding: 8px;
}

.gfield_required {
  color: #dc2626;
}

.gform_validation_errors h2 {
  font-size: 1rem;
}

.validation_error {
  background: #dc2626;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #dc2626;
  padding: 8px;
  margin-top: 8px;
  clear: both;
  width: 97.5%;
}

.gfield_description.validation_message,
.instruction.validation_message {
  margin-top: 8px;
  font-size: 0.75rem;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper ol.validation_list,
.gform_wrapper ol.validation_list li a,
.gform_wrapper div.gfield_description.validation_error,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gf_submission_limit_message,
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #dc2626;
}

.gform_wrapper li.gfield.gfield_creditcard_warning,
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #dc2626;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  background-color: transparent;
}

.overlay {
  background: rgba(34, 32, 29, 0.85);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease-out, z-index 0s linear 0.25s;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.active-modal .overlay, .temp-modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.25s ease-out, z-index 0s linear;
}

.modal {
  display: none;
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  opacity: 0;
  position: fixed;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0.85);
  top: 50%;
  left: 50%;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s;
  background: #ffffff;
  margin: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-y: auto;
}
@media (min-width: 896px) {
  .modal {
    width: 75%;
  }
}
.active-modal .modal {
  display: block;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear;
  transform: translate(-50%, -50%) scale(1);
}
.modal .close-button {
  width: 31px;
  height: 31px;
}

.modal-overlay {
  width: 0;
  height: 0;
}
.active-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.active-modal .modal-overlay.in-footer {
  z-index: 200;
  background: rgba(34, 32, 29, 0.85);
}
.modal-overlay.in-footer .close-button {
  z-index: 202;
}

.current-modal {
  z-index: 11 !important;
  opacity: 1 !important;
  visibility: visible;
}
.in-footer .current-modal {
  z-index: 201 !important;
}

.modal-overlay .close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
  background: transparent;
}
.modal-overlay .close-button:after, .modal-overlay .close-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-overlay .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-overlay .close-button:hover, .modal-overlay .close-button:focus, .modal-overlay .close-button:active {
  outline: 0;
}
.modal-overlay .close-button:active {
  margin-top: 2px;
}
.modal-overlay .close-button:hover {
  cursor: pointer;
}
.modal-overlay .close-button span {
  font-size: 2.5em;
  line-height: 1;
  color: transparent;
}
.modal-overlay .close-button .close-text {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  text-indent: 9999px;
  color: transparent;
}

.active-modal .inner-modal {
  transform: translate(-50%, -50%) scale(0.85);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear 0.25s;
}
.inner-modal.active-inner-modal {
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, z-index 0s linear;
  transform: translate(-50%, -50%) scale(1);
}

/**
 * Mobile CSS Animations (< 1024px)
 * Uses IntersectionObserver to add .inview class, CSS handles the animation
 * More performant than GSAP ScrollTrigger on mobile devices
 */
@media (max-width: 1023px) {
  .module:not(.hero):not(.no-animation) {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .module:not(.hero):not(.no-animation).inview {
    opacity: 1;
    transform: translateY(0);
  }
  .hero.module {
    opacity: 1;
    transform: none;
  }
}
/**
 * Desktop GSAP Animation Initial States (1024px+)
 * Hide elements that will be animated by GSAP to prevent FOUC (Flash of Unstyled Content)
 * This ensures modules above the fold don't flash visible before animating
 * These selectors match exactly what GSAP's gsap.set() hides in animations.js
 */
@media (min-width: 1024px) {
  .wysiwyg.will-animate .section-label,
  .wysiwyg.will-animate .section-title,
  .wysiwyg.will-animate .link-wrap {
    opacity: 0;
  }
  .wysiwyg.will-animate .content-wrap > *:not(.section-label):not(.section-title):not(.link-wrap) {
    opacity: 0;
  }
  .split-blocks.will-animate .section-label,
  .split-blocks.will-animate .section-title,
  .split-blocks.will-animate .split-blocks-content,
  .split-blocks.will-animate .split-blocks-buttons,
  .split-blocks.will-animate .image-wrap {
    opacity: 0;
  }
  .card-swiper.will-animate .title-buttons-wrap,
  .card-swiper.will-animate .card.swiper-slide {
    opacity: 0;
  }
  .quotes.will-animate .section-title-wrap {
    opacity: 0;
  }
  .review-list.will-animate .section-title {
    opacity: 0;
  }
  .text-blocks.will-animate .section-title,
  .text-blocks.will-animate .text-column-content,
  .text-blocks.will-animate .text-column-buttons {
    opacity: 0;
  }
  .amenities.will-animate .section-label,
  .amenities.will-animate .section-title,
  .amenities.will-animate .copy-wrap,
  .amenities.will-animate .amenities-cat-menu .menu-item,
  .amenities.will-animate .amenity-item {
    opacity: 0;
  }
  .image-gallery.will-animate .section-label,
  .image-gallery.will-animate .section-title,
  .image-gallery.will-animate .project-cat-menu .menu-item,
  .image-gallery.will-animate .fancybox-gallery {
    opacity: 0;
  }
  .featured-post-hero.will-animate .featured-post-image,
  .featured-post-hero.will-animate .featured-label,
  .featured-post-hero.will-animate .featured-post-title,
  .featured-post-hero.will-animate .featured-arrow {
    opacity: 0;
  }
  .post-list.will-animate .project-cat-menu .menu-item {
    opacity: 0;
  }
  .floorplans.mb-floorplans:not(.gsap-animated) .sidebar-filters .filter,
  .floorplans.mb-floorplans:not(.gsap-animated) .sidebar-filters .filter-actions {
    opacity: 0;
  }
  .floorplans.mb-floorplans:not(.gsap-animated) .floorplan-wrap .card.floorplan {
    opacity: 0;
    transform: translateY(60px);
  }
  .full-width-image.module:not(.gsap-animated) > .content-wrap {
    opacity: 0;
  }
}
/**
 * Shared styles (all screen sizes)
 */
img.lazyloaded {
  transition: opacity 0.5s ease-in-out 0.2s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 24px 0;
  text-box: trim-both cap alphabetic;
  line-height: 1.25;
}

h1 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1275px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.125rem;
  }
}

p,
.module li {
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 24px 0;
}
p:last-child,
.module li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  p,
  .module li {
    line-height: 1.33333;
    font-size: 1.125rem;
  }
}
.section-label {
  color: inherit;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  .section-label {
    font-size: 1rem;
  }
}
.section-title {
  color: inherit;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.16667;
}
.section-title.larger-heading {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 3rem;
  }
  .section-title.larger-heading {
    font-size: 4.5rem;
  }
}
@media (min-width: 1366px) {
  .section-title.larger-heading {
    font-size: 4.5rem;
  }
}

.font-1 {
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.font-2 {
  color: inherit;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

.larger-paragraph {
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .larger-paragraph {
    font-size: 1.375rem;
  }
}
.smaller-paragraph {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .smaller-paragraph {
    font-size: 0.875rem;
  }
}
.module:not(.menu-module) ul:first-child {
  margin-top: 0;
}
.module:not(.menu-module) ul li:first-of-type {
  margin-top: 0;
}
.module:not(.menu-module) ul li:last-of-type {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

html {
  touch-action: manipulation;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #6b7280;
  color: #ffffff;
}

::selection {
  background: #6b7280;
  color: #ffffff;
}

body {
  width: 100%;
  font-size: 16px;
  display: block;
  overflow-x: hidden;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #E8E1D9;
  color: #151515;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
}

.skip-navigation-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-navigation-link:focus,
.skip-navigation-link:active {
  background-color: #fff;
  left: auto;
  top: auto;
  width: 17vw;
  height: auto;
  overflow: auto;
  margin: 10px 40%;
  padding: 5px;
  border: 4px solid #222;
  text-align: center;
  font-size: 16px;
  z-index: 999;
}

@media (max-width: calc(1024px - 1px)) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

.module {
  position: relative;
}

.module:first-of-type:not(.footer):not(.hero):not(.post-list) {
  padding-top: var(--header-height);
}

.content {
  width: 100%;
  z-index: 10;
}

figure {
  margin: 0;
}

.module figure {
  width: 100%;
}

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

/* Screen reader and accessibility utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.active-sidebar .sidebar-nav {
  transform: translateX(0);
}

.relative {
  position: relative;
}

.no-margin-bottom {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #5c8f9c;
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: none;
}

.no-scroll {
  overflow: hidden;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.slider .swiper-slide,
.swiper-wrapper .swiper-slide {
  max-width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 40px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 40px auto 40px auto;
}

.alignright {
  float: right;
  margin: 40px 0 40px 20px;
}

.alignleft {
  float: left;
  margin: 40px 20px 40px 0;
}

a img.alignright {
  float: right;
  margin: 40px 0 40px 20px;
}

a img.alignnone {
  margin: 40px 0;
}

a img.alignleft {
  float: left;
  margin: 40px 20px 40px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.hidden {
  display: none !important;
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a[href*="tel:"]:hover, a[href*="tel:"]:active, a[href*="tel:"]:focus {
    cursor: default;
  }
}

.slide-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}

.swiper-locked,
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

:root {
  --module-tb-margin: 64px;
  --gutter-width: 15px;
  --outer-margin: 15px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
}
@media (min-width: 768px) {
  :root {
    --gutter-width: 30px;
    --outer-margin: 30px;
  }
}
@media (min-width: 1024px) {
  :root {
    --module-tb-margin: 72px;
  }
}
@media (min-width: 1366px) {
  :root {
    --module-tb-margin: 96px;
    --gutter-width: 40px;
    --outer-margin: 0;
  }
}

.module-spacing {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .module-spacing {
    padding-right: 0;
    padding-left: 0;
  }
}

.post-list {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .post-list {
    padding-right: 0;
    padding-left: 0;
  }
}
.post-list .wysiwyg .content-wrap {
  max-width: 1256px;
}
.post-list.module {
  opacity: 1 !important;
  transform: none !important;
}

.searchandfilter h4 {
  color: #5c8f9c;
}

.active .searchandfilter h4 {
  color: #ffffff;
}

.searchandfilter ul {
  padding: 0;
}
.searchandfilter ul li {
  padding: 0;
}

.searchandfilter > ul > li {
  margin: 0 0 16px;
}

.searchandfilter > ul > li.sf-field-reset {
  margin-top: 32px;
}

.featured-post-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 393/600;
}
@media (min-width: 1024px) {
  .featured-post-hero {
    aspect-ratio: 1440/928;
  }
}
.featured-post-hero .featured-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-post-hero .featured-post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-post-hero .featured-post-overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1256px;
  margin: 0 auto;
  padding: 48px var(--lr-content-margin);
}
@media (min-width: 1024px) {
  .featured-post-hero .featured-post-overlay {
    padding: 88px var(--lr-content-margin);
  }
}
.featured-post-hero .featured-label {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  display: block;
}
@media (min-width: 1024px) {
  .featured-post-hero .featured-label {
    font-size: 1rem;
  }
}
.featured-post-hero .featured-post-content {
  align-self: flex-start;
}
.featured-post-hero .featured-post-link {
  display: block;
  text-decoration: none;
}
.featured-post-hero .featured-post-link .featured-post-title {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.featured-post-hero .featured-post-link:hover .featured-post-title, .featured-post-hero .featured-post-link:active .featured-post-title, .featured-post-hero .featured-post-link:focus .featured-post-title {
  opacity: 0.85;
}
.featured-post-hero .featured-post-link:hover .featured-arrow svg, .featured-post-hero .featured-post-link:active .featured-arrow svg, .featured-post-hero .featured-post-link:focus .featured-arrow svg {
  transform: translateX(8px);
}
.featured-post-hero .featured-post-title {
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding-right: 32px;
  font-size: 2.9375rem;
  line-height: 1.16667;
}
@media (min-width: 1024px) {
  .featured-post-hero .featured-post-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1366px) {
  .featured-post-hero .featured-post-title {
    font-size: 4.5rem;
  }
}
.featured-post-hero .featured-arrow {
  display: inline-block;
  margin-left: 16px;
  line-height: 1;
}
.featured-post-hero .featured-arrow svg {
  width: 48px;
  height: auto;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1366px) {
  .featured-post-hero .featured-arrow svg {
    width: 61px;
  }
}

.blog-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: calc(1024px - 1px)) {
  .blog-header {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .blog-header.inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 1024px) {
  .blog-header {
    margin-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .blog-header {
    margin-bottom: 96px;
  }
}
.blog-header .blog-title {
  margin: 0 0 24px 0;
  color: #111827;
}
.blog-header .archive-description,
.blog-header .search-info {
  max-width: 600px;
  margin: 0 auto;
  color: #151515;
}
.blog-header .archive-description p,
.blog-header .search-info p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625;
}
.blog-header .tab-nav {
  justify-content: center;
  border-bottom: none;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  display: flex;
  margin-top: 0;
}
.blog-header .project-cat-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 1024px) {
  .blog-header .project-cat-menu {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .blog-header .project-cat-menu {
    max-width: 100vw;
    overflow-x: scroll;
    margin-right: -24px;
    width: calc(100% + 24px);
  }
  .blog-header .project-cat-menu button:last-child {
    margin-right: 24px;
  }
}
.blog-header .menu-item {
  background: transparent;
  border: none;
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  cursor: pointer;
  flex: 1;
  opacity: 0.4;
  border-radius: 0;
  border-bottom: 2px solid #d4bfad;
  transition: opacity 0.2s ease, border-bottom-color 0.2s ease;
}
.blog-header .menu-item:hover, .blog-header .menu-item:active, .blog-header .menu-item:focus {
  opacity: 1;
  border-bottom-color: #c28266;
}
.blog-header .menu-item:focus, .blog-header .menu-item:active {
  outline: none;
  box-shadow: none;
  border-bottom-color: #c28266;
}
.blog-header .menu-item.selected {
  opacity: 1;
  background: transparent;
  color: #151515;
  border-bottom-color: #c28266;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 64px;
  }
}

.post-card {
  background: transparent;
  overflow: visible;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.post-card.inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.post-card:nth-child(even) {
  transition-delay: 0.1s;
}
@media (prefers-reduced-motion: no-preference) {
  .post-card.inview {
    animation: cleanup-will-change 0s 0.7s forwards;
  }
}
.post-card.sticky .sticky-label {
  background: #5c8f9c;
  color: #ffffff;
}

@keyframes cleanup-will-change {
  to {
    will-change: auto;
  }
}
.post-thumbnail-link {
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .post-thumbnail-link {
    margin-bottom: 32px;
  }
}
.post-thumbnail-link:hover .post-thumbnail img {
  transform: scale3d(1.04125, 1.04125, 1);
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  contain: layout paint;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.post-thumbnail img.placeholder-image {
  background: #f9fafb;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-thumbnail .sticky-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #d97706;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.post-content {
  padding: 0;
  margin: 0;
}

.post-title {
  margin: 0 0 16px 0;
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .post-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1366px) {
  .post-title {
    font-size: 1.75rem;
  }
}
.post-title a {
  color: #151515;
  text-decoration: none;
}

.post-byline {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.post-byline .post-author {
  color: #151515;
}

.pagination-wrapper {
  margin-top: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .pagination-wrapper {
    margin-top: 64px;
  }
}
.pagination-wrapper .page-numbers {
  background: #f9fafb;
  color: #111827;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 4px;
  display: inline-block;
  border: 1px solid #e5e7eb;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pagination-wrapper .page-numbers:hover {
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
}
.pagination-wrapper .page-numbers.current {
  background: #5c8f9c;
  color: #ffffff;
  border-color: #5c8f9c;
}

.no-posts {
  text-align: center;
  padding: 64px 32px;
}
.no-posts h2 {
  color: #111827;
  margin-bottom: 24px;
}
.no-posts p {
  color: #151515;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.no-posts .recent-posts-fallback {
  margin-top: 48px;
}
.no-posts .recent-posts-fallback h3 {
  color: #111827;
  margin-bottom: 24px;
}
.no-posts .recent-posts-fallback ul {
  list-style: none;
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}
.no-posts .recent-posts-fallback ul li {
  margin-bottom: 16px;
}
.no-posts .recent-posts-fallback ul li a {
  color: #5c8f9c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.no-posts .recent-posts-fallback ul li a:hover {
  color: rgb(73.0806451613, 113.5927419355, 123.9193548387);
}

.post-list .content-wrap img {
  max-width: 100%;
  height: auto;
}
.post-list .content-wrap .wp-pagenavi {
  margin: 48px 0 0;
  grid-column: 1/-1;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-list.search .content-wrap {
    grid-template-columns: 1fr;
  }
  .post-list.search .content-wrap .post-index-interior-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-list.search .content-wrap .wp-pagenavi {
    grid-column: 1;
  }
}

.post-list.less-padding .content-wrap {
  padding: 0;
}

.post-index-interior-wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .post-index-interior-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.article-header,
.post-single-post-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.article-header .article-details,
.post-single-post-wrap .article-details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-header .entry-content p:first-child,
.post-single-post-wrap .entry-content p:first-child {
  margin-top: 0;
}

article.featured .article-header .image-wrap:before {
  content: "Featured";
  background: #0f172a;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  padding: 8px 16px;
}

.searchandfilter h4 {
  color: #5c8f9c;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .searchandfilter h4 {
    font-size: 0.875rem;
  }
}

.searchandfilter ul {
  padding: 0;
}
.searchandfilter ul li {
  color: #5c8f9c;
  padding: 0;
}

.searchandfilter > ul > li {
  margin: 0 0 16px;
}

.searchandfilter > ul > li.sf-field-reset {
  margin-top: 32px;
}

.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.sidebar-wrapper.sidebar-filters {
  background: transparent;
}

@media (max-width: calc(1024px - 1px)) {
  .content-wrap #sidebar-filters {
    display: none;
  }
}

@media (max-width: calc(1024px - 1px)) {
  .email-form-wrap {
    display: none;
  }
}
.email-form-wrap h3 {
  color: #0f172a;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .email-form-wrap h3 {
    font-size: 1.375rem;
  }
}
.email-form-wrap p {
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin: 0;
}
.email-form-wrap p:last-of-type {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .email-form-wrap p {
    font-size: 0.75rem;
  }
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 8px;
  margin: 4px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #0f172a;
}

.blog-single-hero.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 393/600;
}
@media (min-width: 1024px) {
  .blog-single-hero.hero {
    aspect-ratio: 1440/928;
  }
}
.blog-single-hero.hero .slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-single-hero.hero .slide-background figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.blog-single-hero.hero .slide-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (min-width: 1024px) {
  .single-post .wysiwyg:not(.with-bg-image) h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .single-post .wysiwyg:not(.with-bg-image) h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .single-post .wysiwyg:not(.with-bg-image) h4,
  .single-post .wysiwyg:not(.with-bg-image) h5,
  .single-post .wysiwyg:not(.with-bg-image) h6 {
    font-size: 1.375rem;
  }
}

.blog-single-footer {
  background-color: #858a6e;
  display: flex;
}
.blog-single-footer .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  max-width: 824px;
}
@media (min-width: 1352px) {
  .blog-single-footer .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.blog-single-footer .social-share {
  text-align: center;
}
.blog-single-footer .social-share .share-label {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin: 0 0 32px 0;
}
.blog-single-footer .social-share .share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-single-footer .social-share .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: #151515;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .blog-single-footer .social-share .share-btn {
    width: 56px;
    height: 56px;
  }
}
.blog-single-footer .social-share .share-btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.blog-single-footer .social-share .share-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.blog-single-footer .social-share .share-btn.twitter:hover {
  background: #1da1f2;
}
.blog-single-footer .social-share .share-btn.facebook:hover {
  background: #1877f2;
}
.blog-single-footer .social-share .share-btn.linkedin:hover {
  background: #0077b5;
}
.blog-single-footer .social-share .share-btn.email:hover {
  background: #4b5563;
}

.related-articles {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .related-articles {
    padding-right: 0;
    padding-left: 0;
  }
}
.related-articles .content-wrap {
  max-width: 1256px;
}
.related-articles .section-title {
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.16667;
  text-align: center;
  margin-bottom: 48px;
}
.related-articles .section-title.larger-heading {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .related-articles .section-title {
    font-size: 3rem;
  }
  .related-articles .section-title.larger-heading {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .related-articles .section-title {
    margin-bottom: 64px;
  }
}
.related-articles .posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .related-articles .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 64px;
  }
}
.related-articles .post-card {
  background: transparent;
  overflow: visible;
}
.related-articles .post-thumbnail-link {
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .related-articles .post-thumbnail-link {
    margin-bottom: 32px;
  }
}
.related-articles .post-thumbnail {
  position: relative;
  overflow: hidden;
}
.related-articles .post-thumbnail img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .related-articles .post-thumbnail img {
    height: 340px;
  }
}
.related-articles .post-thumbnail img.placeholder-image {
  background: #f9fafb;
  border: 2px dashed #e5e7eb;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-articles .post-content {
  padding: 0;
  margin: 0;
}
.related-articles .post-title {
  margin: 0 0 16px 0;
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .related-articles .post-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 1366px) {
  .related-articles .post-title {
    font-size: 1.75rem;
  }
}
.related-articles .post-title a {
  color: #151515;
  text-decoration: none;
}
.related-articles .post-byline {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.related-articles .post-byline .post-author {
  color: #151515;
}

.post-not-found {
  text-align: center;
  padding: 64px 32px;
}
.post-not-found h1 {
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .post-not-found h1 {
    font-size: 3rem;
  }
}
.post-not-found p {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.amenities.module-has-bg {
  display: flex;
}
.amenities.module-has-bg .menu-item {
  border-bottom: 2px solid #E8E1D9;
}
.amenities .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  row-gap: 24px;
}
@media (min-width: 1352px) {
  .amenities .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .amenities .content-wrap {
    row-gap: 48px;
    display: grid;
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.amenities .copy-wrap p {
  text-box: trim-both cap alphabetic;
}
.amenities .grid-wrap {
  row-gap: 32px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .amenities .grid-wrap {
    row-gap: 48px;
    grid-column: 3/11;
  }
}
@media (min-width: 1366px) {
  .amenities .grid-wrap {
    row-gap: 64px;
  }
}

.amenities {
  margin-top: 0;
}
.amenities .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .amenities .title-wrap {
    row-gap: 48px;
  }
}
@media (min-width: 1366px) {
  .amenities .title-wrap {
    row-gap: 64px;
  }
}
.amenities .tab-nav {
  width: 100%;
  justify-content: center;
  border-bottom: none;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  display: flex;
}
@media (max-width: calc(1024px - 1px)) {
  .amenities .tab-nav {
    padding: 16px 0 !important;
  }
}
.amenities .menu-item {
  display: block;
  padding-top: 0;
  background: transparent;
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-box: trim-both cap alphabetic;
  cursor: pointer;
  flex: 1;
  opacity: 0.4;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #d4bfad;
  transition: opacity 0.2s ease, border-bottom-color 0.2s ease;
}
.amenities .menu-item:hover, .amenities .menu-item:active, .amenities .menu-item:focus {
  opacity: 1;
  border-bottom-color: #c28266;
}
.amenities .menu-item:focus, .amenities .menu-item:active {
  outline: none;
  box-shadow: none;
  border-bottom-color: #c28266;
}
.amenities .menu-item.selected {
  opacity: 1;
  background: transparent;
  color: #151515;
  border-bottom-color: #c28266;
}
.amenities .amenities-cat-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 1024px) {
  .amenities .amenities-cat-menu {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .amenities .amenities-cat-menu {
    max-width: 100vw;
    padding-top: 5px;
    overflow: scroll;
  }
}
.amenities .amenities-wrap {
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .amenities .amenities-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.amenities .amenity-item {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.amenities .amenity-label {
  color: inherit;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin: 0;
}
@media (min-width: 1024px) {
  .amenities .amenity-label {
    font-size: 1rem;
  }
}
.amenities .amenity-description {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
  margin-top: auto;
}
@media (min-width: 1024px) {
  .amenities .amenity-description {
    font-size: 1rem;
  }
}

.amenity-item:not(.active-tab) {
  display: none;
  visibility: hidden;
}

.card-swiper {
  display: flex;
  overflow: hidden;
}
.card-swiper p {
  text-box: trim-both cap alphabetic;
}

.card-swiper .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .card-swiper .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .card-swiper .title-buttons-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}

@media (max-width: calc(1024px - 1px)) {
  .card-swiper .heading-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .card-swiper .heading-wrap {
    grid-column: span 6;
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .card-swiper .heading-wrap:not(:has(+ .link-wrap)) {
    display: contents;
  }
  .card-swiper .heading-wrap:not(:has(+ .link-wrap)) .section-title {
    grid-column: span 6;
    margin-bottom: 0;
  }
  .card-swiper .heading-wrap:not(:has(+ .link-wrap)) .card-swiper-copy {
    grid-column: 8/-1;
    display: flex;
    align-items: flex-end;
  }
}

.card-swiper .link-wrap {
  grid-column: span 6;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}

.card-swiper-copy.large-copy p {
  line-height: 1.545454;
}
@media (min-width: 1366px) {
  .card-swiper-copy.large-copy p {
    font-size: 1.375rem;
  }
}

.card-swiper.tall-cards .title-buttons-wrap {
  display: grid;
}
@media (min-width: 1024px) {
  .card-swiper.tall-cards .title-buttons-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}

.card-swiper .cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .card-swiper.two-columns .card {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
  }
}

@media (min-width: 1024px) {
  .card-swiper.three-columns .card {
    width: calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
  }
}

@media (min-width: 1024px) {
  .card-swiper.four-columns .card {
    width: calc(25% - 16px);
    min-width: calc(25% - 16px);
  }
}

@media (min-width: 1024px) {
  .card-swiper.five-columns .card {
    width: calc(20% - 16px);
    min-width: calc(20% - 16px);
  }
}

.card-swiper .card {
  display: flex;
  flex-direction: column;
  height: auto;
}
.card-swiper .card .card-title-wrap,
.card-swiper .card .card-content-wrap {
  display: flex;
  flex-direction: column;
}
.card-swiper .card .card-title-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}
.card-swiper .card .card-sub-title {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.card-swiper .card .card-sub-title a {
  color: #ffffff;
}
.card-swiper .card .card-sub-title a:hover, .card-swiper .card .card-sub-title a:active, .card-swiper .card .card-sub-title a:focus {
  color: #ffffff;
}
.card-swiper .card .card-title {
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.5rem;
}
.card-swiper .card .card-title a {
  color: #ffffff;
}
.card-swiper .card .card-title a:hover, .card-swiper .card .card-title a:active, .card-swiper .card .card-title a:focus {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .card-swiper .card .card-title {
    font-size: 1.75rem;
  }
}
.card-swiper .card .read-more {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-swiper .card .read-more:hover, .card-swiper .card .read-more:active, .card-swiper .card .read-more:focus {
  color: #0f172a !important;
}
.card-swiper .card .card-content-wrap p {
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
  text-box: trim-both cap alphabetic;
  font-size: 0.875rem;
  line-height: 1.42857;
}
.card-swiper .card .card-content-wrap a {
  margin: 0;
  color: #ffffff;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-decoration: underline;
}
.card-swiper .card .card-content-wrap a:hover, .card-swiper .card .card-content-wrap a:active, .card-swiper .card .card-content-wrap a:focus {
  text-decoration: none;
}
.card-swiper .card .image-wrap {
  cursor: grab;
}
.card-swiper .card .image-wrap:active {
  cursor: grabbing;
}
.card-swiper .card:not(.card-link) {
  cursor: grab;
}
.card-swiper .card:not(.card-link):active {
  cursor: grabbing;
}
.card-swiper .card:not(.card-link) .image-wrap {
  cursor: grab;
}
.card-swiper .card:not(.card-link) .image-wrap:active {
  cursor: grabbing;
}
.card-swiper .card.card-link {
  cursor: default;
}
.card-swiper .card.card-link a {
  cursor: pointer;
}
.card-swiper .card.card-link .image-wrap {
  cursor: grab;
}
.card-swiper .card.card-link .image-wrap:active {
  cursor: grabbing;
}

.card-swiper .card-info-wrap {
  width: 100%;
  transition: top 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 0;
}

.card-swiper .card:not(.active) .card-info-wrap {
  top: 0 !important;
}

.card-swiper .card-content-wrap {
  position: absolute;
  width: 100%;
}

.card-swiper {
  /* Scrollbar */
}
.card-swiper .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: #0f172a;
}
.card-swiper .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: -54px;
  left: 0;
  height: 2px;
  display: flex;
  align-items: center;
  cursor: grab;
  display: none;
}
.card-swiper .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.card-swiper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  height: 15px;
  background: #0f172a;
}

.card-swiper .swiper-arrow-indicator {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #ffffff;
  background: rgba(92, 143, 156, 0.8);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: calc(1024px - 1px)) {
  .card-swiper .swiper-arrow-indicator {
    display: none;
  }
}
.card-swiper .swiper-arrow-indicator svg {
  width: 36px;
  height: 36px;
}
.card-swiper .swiper-arrow-indicator.hidden {
  opacity: 0;
}
@keyframes arrow-pulse {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(4px);
  }
}

.card-swiper-container .swiper-wrapper-disabled + .swiper-arrow-indicator {
  display: none;
}

.card-swiper.wide-cards .card {
  position: relative;
  border: none;
  background: none;
}
.card-swiper.wide-cards .card .image-wrap {
  width: 100%;
  aspect-ratio: 270/356;
  position: relative;
}
@media (min-width: 1024px) {
  .card-swiper.wide-cards .card .image-wrap {
    aspect-ratio: 403/302;
  }
}
.card-swiper.wide-cards .card .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-swiper.wide-cards .card .card-info-wrap {
  position: static;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-swiper.wide-cards .card .card-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  background: transparent;
  align-items: flex-start;
}
.card-swiper.wide-cards .card .card-title {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
.card-swiper.wide-cards .card .card-title a {
  color: #ffffff;
  text-decoration: none;
}
.card-swiper.wide-cards .card .card-title a:hover, .card-swiper.wide-cards .card .card-title a:active, .card-swiper.wide-cards .card .card-title a:focus {
  color: #ffffff;
}
.card-swiper.wide-cards .card .card-content-wrap {
  position: static;
  background: transparent;
  padding: 24px 0 0;
}

.card-swiper.tall-cards .card {
  position: relative;
  border: none;
  background: none;
}
.card-swiper.tall-cards .card .image-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.card-swiper.tall-cards .card .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-swiper.tall-cards .card .card-info-wrap {
  position: static;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card-swiper.tall-cards .card .card-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 24px;
  background: transparent;
  align-items: flex-start;
}
.card-swiper.tall-cards .card .card-title {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
.card-swiper.tall-cards .card .card-title a {
  color: #ffffff;
  text-decoration: none;
}
.card-swiper.tall-cards .card .card-title a:hover, .card-swiper.tall-cards .card .card-title a:active, .card-swiper.tall-cards .card .card-title a:focus {
  color: #ffffff;
}
.card-swiper.tall-cards .card .card-content-wrap {
  position: static;
  background: transparent;
  padding: 24px 0 0;
}
.card-swiper.tall-cards .card .card-content-wrap p {
  color: inherit;
}

#site-plan {
  padding-top: 0;
}
#site-plan .embed {
  padding-top: 0;
}
#site-plan .embed .content-wrap {
  padding: 0;
  margin: 0;
}
#site-plan .embed iframe {
  height: 450px;
  width: 100%;
}
@media (min-width: 1024px) {
  #site-plan .embed iframe {
    height: 800px;
  }
}

.embed {
  width: 100%;
}
.embed .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .embed .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.embed.full-width {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.embed .title-wrap p {
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .embed .title-wrap p {
    max-width: 669px;
    font-size: 1rem;
  }
}
.embed .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
@media (min-width: 1366px) {
  .embed .content-wrap {
    row-gap: 40px;
  }
}

.footer-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1352px) {
  .footer-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .footer-wrap {
    gap: 64px;
  }
}

.footer-cta-row {
  margin-bottom: 16px;
}

.footer-top-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) {
  .footer-top-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-top-row {
    margin-bottom: 40px;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gutter-width);
  }
}
@media (min-width: 1024px) {
  .footer-top-row .footer-column {
    grid-column: span 3;
  }
}

.footer-column .footer-column-title {
  color: #0f172a;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.444;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0 0 32px 0;
  text-box: trim-both cap alphabetic;
  letter-spacing: 0.015625em;
}
@media (min-width: 1366px) {
  .footer-column .footer-column-title {
    font-size: 1.125rem;
  }
}
.footer-column .footer-content p {
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0 0 8px 0;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 1366px) {
  .footer-column .footer-content p {
    font-size: 1rem;
  }
}
.footer-column .footer-content p:last-child {
  margin-bottom: 0;
}
.footer-column .footer-content a {
  color: #0f172a;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer-column .footer-content a:hover, .footer-column .footer-content a:active, .footer-column .footer-content a:focus {
  color: #5c8f9c;
}

.footer-social-nav {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .footer-social-nav {
    margin-top: 72px;
  }
}
.footer-social-nav .social-menu {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social-nav .social-menu li {
  margin: 0;
}
.footer-social-nav .social-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-nav .social-menu a svg path {
  fill: #0f172a;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer-social-nav .social-menu a:hover svg path {
  fill: #5c8f9c;
}

.icon-menu-wrap .icon-menu {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.icon-menu-wrap .icon-menu li {
  margin: 0;
}
.icon-menu-wrap .icon-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-menu-wrap .icon-menu a svg {
  max-width: 32px;
}
.icon-menu-wrap .icon-menu a svg path {
  fill: #0f172a;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.icon-menu-wrap .icon-menu a:hover svg path {
  fill: #5c8f9c;
}

.footer-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  .footer-bottom-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: var(--gutter-width);
  }
}
.footer-bottom-row .logo-wrap {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-bottom-row .logo-wrap {
    grid-column: 1/span 5;
    justify-content: flex-start;
  }
}
.footer-bottom-row .footer-bottom-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-bottom-row .footer-bottom-center {
    grid-column: 7/span 3;
    justify-content: flex-start;
  }
}
.footer-bottom-row .footer-bottom-right {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-bottom-row .footer-bottom-right {
    grid-column: 10/span 3;
    justify-content: flex-start;
  }
}

.footer-policy-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .footer-policy-links {
    align-items: flex-start;
  }
}
.footer-policy-links a {
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
  font-feature-settings: "liga" off, "clig" off;
  text-decoration: underline;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .footer-policy-links a {
    font-size: 1rem;
  }
}
.footer-policy-links a:hover, .footer-policy-links a:active, .footer-policy-links a:focus {
  color: #5c8f9c;
  text-decoration: none;
}

.footer-copyright-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .footer-copyright-row {
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}
.footer-copyright-row .rpm-logo {
  flex-shrink: 0;
}
.footer-copyright-row .rpm-logo img {
  display: block;
  height: 37px;
  width: auto;
}
.footer-copyright-row .copyright {
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-copyright-row .copyright {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .footer-copyright-row .copyright {
    font-size: 1rem;
  }
}
.footer-copyright-row .copyright a {
  color: #0f172a;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer-copyright-row .copyright a:hover, .footer-copyright-row .copyright a:active, .footer-copyright-row .copyright a:focus {
  color: #5c8f9c;
}

.footer {
  display: flex;
  clear: both;
  background: #d4bfad;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
}
.footer a {
  color: #0f172a;
}
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .footer-nav-title {
  font-size: 0.875rem;
  color: #0f172a;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.61px;
  margin-bottom: 16px;
}
@media (max-width: calc(768px - 1px)) {
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer .footer-nav-title {
    text-align: center;
  }
}

.footer p,
.footer .phone {
  font-size: 0.875rem;
  color: #0f172a;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: calc(768px - 1px)) {
  .footer p,
  .footer .phone {
    text-align: center;
  }
}

.footer .email a {
  font-size: 0.875rem;
}
@media (max-width: calc(768px - 1px)) {
  .footer .email a {
    text-align: center;
  }
}

.footer p.copyright {
  font-size: 12px;
  color: #151515;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.42857;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 768px) {
  .footer p.copyright {
    text-align: left;
    font-size: 14px;
  }
}

.footer .copyright a {
  font-size: 12px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .footer .copyright a {
    font-size: 14px;
  }
}
.footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus {
  color: #5c8f9c;
}

.footer .logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer .logo-wrap {
    justify-content: flex-start;
  }
}

.footer .logo svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: calc(1024px - 1px)) {
  .footer .logo svg {
    max-width: 268px;
  }
}
.footer .logo svg path {
  fill: #0f172a !important;
}

.footer img {
  width: auto;
}

.footer-nav {
  display: flex;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .footer-nav {
    justify-content: center;
  }
}

.footer .nav.main-nav ul {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .footer .nav.main-nav ul {
    row-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .footer .nav.main-nav ul {
    flex-direction: row;
    justify-content: flex-start;
    row-gap: 24px;
    -moz-column-gap: var(--gutter-width);
         column-gap: var(--gutter-width);
  }
}
.footer .nav.main-nav ul li {
  margin: 0;
}
.footer .nav.main-nav ul li:hover a {
  color: #5c8f9c;
}
.footer .nav.main-nav ul li a {
  color: #0f172a;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.375rem;
}

.doorway-wrapper.doorway-wrapper .doorway-notification-frame-wrapper {
  width: 190px !important;
}

.full-width-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.full-width-image .content-wrap {
  width: 100%;
  position: relative;
}
.full-width-image .text-content-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.full-width-image .text-content-wrap .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .full-width-image .text-content-wrap .wrap {
    gap: 24px;
  }
}
.full-width-image .text-content-wrap .section-label,
.full-width-image .text-content-wrap .section-title {
  margin: 0;
  pointer-events: auto;
  color: #ffffff;
}
.full-width-image .image-wrap {
  margin: 0;
  position: relative;
  z-index: 1;
}
.full-width-image img {
  width: 100%;
  display: block;
  transform: translateZ(0) scale(1.1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  transition: transform 0.4s ease-in-out, background 0.4s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header:has(+ .content .hero:first-child), .header:has(+ .content .split-hero:first-child) {
  border-bottom: none;
}
.header.transparent-bg {
  background: transparent;
  border: none;
  color: inherit;
}
.header.nav-down {
  transform: translateY(0);
}

.stuck-nav .header.transparent-bg {
  background: #ffffff;
}

.header-wrap {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 101;
  transition: border-color 0.2s ease;
}

.header-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px var(--lr-content-margin);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .header-wrap-inner {
    padding: 24px 48px;
  }
}

.header .logo {
  display: block;
  z-index: 10;
}
.header .logo svg {
  display: block;
  height: auto;
  width: 185px;
}
.header .logo svg path {
  transition: fill 0.2s ease;
}
.header .logo span {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  max-height: 100svh;
  background: #1f2937;
  z-index: 90;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  padding-top: var(--header-height, 80px);
}
@media (min-width: 1024px) {
  .mobile-nav {
    height: auto;
  }
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-inner {
  width: 100%;
  max-width: var(--module-max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px var(--lr-content-margin);
  justify-content: center;
}
@media (min-width: 1024px) {
  .mobile-nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px 24px;
    align-items: start;
    justify-items: center;
    padding: 56px var(--lr-content-margin);
  }
}
@media (min-width: 1366px) {
  .mobile-nav-inner {
    gap: 80px 40px;
    margin: 0 auto;
    padding: 92px var(--lr-content-margin);
  }
}
.mobile-nav-inner .main-nav.nav {
  padding: 0;
  margin: 0 0 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-nav-inner .main-nav.nav {
    grid-column: 1/3;
    margin: 0;
  }
}
.mobile-nav-inner .main-nav.nav ul {
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin: 0;
}
@media (max-height: 600px) {
  .mobile-nav-inner .main-nav.nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-height: 850px) {
  .mobile-nav-inner .main-nav.nav ul {
    row-gap: 38px;
  }
}
@media (min-width: 1024px) {
  .mobile-nav-inner .main-nav.nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 32px;
    align-items: start;
  }
}
@media (min-width: 1024px) and (max-height: 850px) {
  .mobile-nav-inner .main-nav.nav ul {
    row-gap: 38px;
  }
}
@media (min-width: 1366px) {
  .mobile-nav-inner .main-nav.nav ul {
    gap: 80px 40px;
  }
}
@media (min-width: 1366px) and (max-height: 850px) {
  .mobile-nav-inner .main-nav.nav ul {
    row-gap: 38px;
  }
}
.mobile-nav-inner .main-nav.nav ul:hover > li:not(.btn) {
  opacity: 0.4;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) {
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn):hover {
  opacity: 1;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn).current-menu-item, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current_page_item, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current_page_ancestor, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current-menu-ancestor {
  opacity: 1 !important;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn).current-menu-item > a, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current_page_item > a, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current_page_ancestor > a, .mobile-nav-inner .main-nav.nav ul > li:not(.btn).current-menu-ancestor > a {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a {
  width: 100%;
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 1.25rem;
  line-height: 1.24;
}
@media (min-height: 750px) {
  .mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a {
    font-size: 2.125rem;
  }
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a i {
  flex-shrink: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a i:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.49%208.98C5.18%208.98%205.74%208.42%205.74%207.73V5.75H8.98V4.5C8.98%203.81%208.42%203.25%207.73%203.25H5.75V0H4.5C3.81%200%203.25%200.56%203.25%201.25V3.23H0V4.48C0%205.17%200.56%205.73%201.25%205.73H3.24V8.97H4.49V8.98Z%22%20fill%3D%22%235c8f9c%22%2F%3E%3C%2Fsvg%3E");
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a > span {
  position: relative;
  overflow: hidden;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a > span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5c8f9c;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a:after {
  content: none !important;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a:focus {
  outline: none;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a:focus-visible {
  color: #5c8f9c;
  outline: 2px solid #5c8f9c;
  outline-offset: 4px;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a:hover {
  color: #ffffff;
}
.mobile-nav-inner .main-nav.nav ul > li:not(.btn) > a:hover:after {
  content: none;
}
.mobile-nav-inner .main-nav.nav ul:not(.sub-menu) > li.current-menu-item > a > span:after, .mobile-nav-inner .main-nav.nav ul:not(.sub-menu) > li.current_page_item > a > span:after, .mobile-nav-inner .main-nav.nav ul:not(.sub-menu) > li.current_page_ancestor > a > span:after {
  left: 0;
}
.mobile-nav-inner .main-nav.nav li.open a i:after {
  content: "";
  width: 9px;
  height: 3px;
  position: absolute;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%223%22%20viewBox%3D%220%200%209%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.98%202.5V1.25C8.98%200.56%208.42%200%207.73%200H0V1.25C0%201.94%200.56%202.5%201.25%202.5H8.98Z%22%20fill%3D%22%235c8f9c%22%2F%3E%3C%2Fsvg%3E");
}
.mobile-nav-inner .main-nav.nav .sub-menu {
  display: grid;
  justify-content: center;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease;
  margin: 0;
  overflow: hidden;
}
.mobile-nav-inner .main-nav.nav .sub-menu .sub-menu-inner {
  overflow: hidden;
}
.mobile-nav-inner .main-nav.nav .sub-menu .sub-menu-inner li:first-child a {
  margin-top: 8px;
}
.mobile-nav-inner .main-nav.nav .sub-menu li {
  margin: 0;
}
.mobile-nav-inner .main-nav.nav .sub-menu li:not(.btn) a {
  color: #d1d5db;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
  padding: 0;
  justify-content: center;
  overflow: visible;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-nav-inner .main-nav.nav .sub-menu li:not(.btn) a:hover, .mobile-nav-inner .main-nav.nav .sub-menu li:not(.btn) a:active, .mobile-nav-inner .main-nav.nav .sub-menu li:not(.btn) a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.mobile-nav-inner .main-nav.nav .sub-menu li.current-menu-item:not(.btn) > a, .mobile-nav-inner .main-nav.nav .sub-menu li.current-menu-ancestor:not(.btn) > a, .mobile-nav-inner .main-nav.nav .sub-menu li.current-page-ancestor:not(.btn) > a {
  color: #5c8f9c;
  background: rgba(255, 255, 255, 0.1);
}
.mobile-nav-inner .main-nav.nav .menu-item-has-children.open .sub-menu {
  grid-template-rows: 1fr;
}
.mobile-nav-inner .utility-nav {
  margin-top: 16px;
  width: 100%;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .mobile-nav-inner .utility-nav {
    height: 100%;
    grid-column: 3;
    grid-row: 1;
    margin-top: 0;
  }
}
.mobile-nav-inner .utility-nav .call-us {
  display: none;
}
.mobile-nav-inner .utility-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-nav-inner .utility-nav ul {
    height: 100%;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.mobile-nav-inner .utility-nav .book-a-tour {
  grid-column: 1/-1;
  margin-top: auto;
}
@media (max-width: calc(1024px - 1px)) {
  .mobile-nav-inner .utility-nav .book-a-tour {
    grid-row: 1;
  }
}
.mobile-nav-inner .utility-nav a::before {
  content: none !important;
  display: none !important;
}

.header.on-dark-bg .header-wrap {
  border-bottom-color: #ffffff;
}
.header.on-dark-bg .header-wrap .logo svg path {
  fill: #ffffff;
}
.header.on-dark-bg .header-wrap .utility-nav a {
  color: #ffffff;
}
.header.on-dark-bg .header-wrap .utility-nav a:hover {
  color: #5c8f9c;
}
.header.on-dark-bg .header-wrap .utility-nav .call-us a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2215 11.0453C9.35918 11.1086 9.5143 11.123 9.66129 11.0863C9.80828 11.0496 9.93839 10.9639 10.0302 10.8433L10.2668 10.5333C10.391 10.3677 10.5521 10.2333 10.7372 10.1408C10.9224 10.0482 11.1265 10 11.3335 10H13.3335C13.6871 10 14.0263 10.1405 14.2763 10.3905C14.5264 10.6406 14.6668 10.9797 14.6668 11.3333V13.3333C14.6668 13.687 14.5264 14.0261 14.2763 14.2761C14.0263 14.5262 13.6871 14.6667 13.3335 14.6667C10.1509 14.6667 7.09865 13.4024 4.84821 11.1519C2.59778 8.90151 1.3335 5.84926 1.3335 2.66667C1.3335 2.31304 1.47397 1.9739 1.72402 1.72386C1.97407 1.47381 2.31321 1.33333 2.66683 1.33333H4.66683C5.02045 1.33333 5.35959 1.47381 5.60964 1.72386C5.85969 1.9739 6.00016 2.31304 6.00016 2.66667V4.66667C6.00016 4.87366 5.95197 5.07781 5.8594 5.26295C5.76683 5.44809 5.63242 5.60914 5.46683 5.73333L5.15483 5.96733C5.03244 6.06078 4.94618 6.19372 4.91069 6.34357C4.8752 6.49341 4.89268 6.65092 4.96016 6.78933C5.87128 8.63991 7.36978 10.1365 9.2215 11.0453Z" fill="white"/></svg>');
}
.header.on-dark-bg .header-wrap .utility-nav .book-a-tour a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6667 9.33333V10.8L11.7333 11.4667M10.6667 1.33333V4M14 5V4C14 3.64638 13.8595 3.30724 13.6095 3.05719C13.3594 2.80714 13.0203 2.66667 12.6667 2.66667H3.33333C2.97971 2.66667 2.64057 2.80714 2.39052 3.05719C2.14048 3.30724 2 3.64638 2 4V13.3333C2 13.687 2.14048 14.0261 2.39052 14.2761C2.64057 14.5262 2.97971 14.6667 3.33333 14.6667H5.66667M2 6.66667H5.33333M5.33333 1.33333V4M14.6667 10.6667C14.6667 12.8758 12.8758 14.6667 10.6667 14.6667C8.45753 14.6667 6.66667 12.8758 6.66667 10.6667C6.66667 8.45753 8.45753 6.66667 10.6667 6.66667C12.8758 6.66667 14.6667 8.45753 14.6667 10.6667Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.header.on-dark-bg .header-wrap .social-menu a {
  color: #ffffff;
}
.header.on-dark-bg .header-wrap .social-menu a svg path {
  fill: #ffffff;
}
.header.on-dark-bg .header-wrap .social-menu a:hover {
  color: #5c8f9c;
}
.header.on-dark-bg .header-wrap .social-menu a:hover svg path {
  fill: #5c8f9c;
}
.header.on-dark-bg .header-wrap .navicon-button .navicon {
  background: #ffffff;
}
.header.on-dark-bg .header-wrap .navicon-button .navicon::before, .header.on-dark-bg .header-wrap .navicon-button .navicon::after {
  background: #ffffff;
}

.header.on-light-bg .header-wrap {
  border-bottom-color: #0f172a;
}
@media (max-width: calc(1024px - 1px)) {
  .header.on-light-bg .header-wrap {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.header.on-light-bg .header-wrap .logo svg path {
  fill: #0f172a;
}
.header.on-light-bg .header-wrap .utility-nav a {
  color: #0f172a;
}
.header.on-light-bg .header-wrap .utility-nav a:hover {
  color: #5c8f9c;
}
.header.on-light-bg .header-wrap .utility-nav .call-us a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2215 11.0453C9.35918 11.1086 9.5143 11.123 9.66129 11.0863C9.80828 11.0496 9.93839 10.9639 10.0302 10.8433L10.2668 10.5333C10.391 10.3677 10.5521 10.2333 10.7372 10.1408C10.9224 10.0482 11.1265 10 11.3335 10H13.3335C13.6871 10 14.0263 10.1405 14.2763 10.3905C14.5264 10.6406 14.6668 10.9797 14.6668 11.3333V13.3333C14.6668 13.687 14.5264 14.0261 14.2763 14.2761C14.0263 14.5262 13.6871 14.6667 13.3335 14.6667C10.1509 14.6667 7.09865 13.4024 4.84821 11.1519C2.59778 8.90151 1.3335 5.84926 1.3335 2.66667C1.3335 2.31304 1.47397 1.9739 1.72402 1.72386C1.97407 1.47381 2.31321 1.33333 2.66683 1.33333H4.66683C5.02045 1.33333 5.35959 1.47381 5.60964 1.72386C5.85969 1.9739 6.00016 2.31304 6.00016 2.66667V4.66667C6.00016 4.87366 5.95197 5.07781 5.8594 5.26295C5.76683 5.44809 5.63242 5.60914 5.46683 5.73333L5.15483 5.96733C5.03244 6.06078 4.94618 6.19372 4.91069 6.34357C4.8752 6.49341 4.89268 6.65092 4.96016 6.78933C5.87128 8.63991 7.36978 10.1365 9.2215 11.0453Z" fill="black"/></svg>');
}
.header.on-light-bg .header-wrap .utility-nav .book-a-tour a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6667 9.33333V10.8L11.7333 11.4667M10.6667 1.33333V4M14 5V4C14 3.64638 13.8595 3.30724 13.6095 3.05719C13.3594 2.80714 13.0203 2.66667 12.6667 2.66667H3.33333C2.97971 2.66667 2.64057 2.80714 2.39052 3.05719C2.14048 3.30724 2 3.64638 2 4V13.3333C2 13.687 2.14048 14.0261 2.39052 14.2761C2.64057 14.5262 2.97971 14.6667 3.33333 14.6667H5.66667M2 6.66667H5.33333M5.33333 1.33333V4M14.6667 10.6667C14.6667 12.8758 12.8758 14.6667 10.6667 14.6667C8.45753 14.6667 6.66667 12.8758 6.66667 10.6667C6.66667 8.45753 8.45753 6.66667 10.6667 6.66667C12.8758 6.66667 14.6667 8.45753 14.6667 10.6667Z" stroke="black" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.header.on-light-bg .header-wrap .social-menu a {
  color: #0f172a;
}
.header.on-light-bg .header-wrap .social-menu a svg path {
  fill: #0f172a;
}
.header.on-light-bg .header-wrap .social-menu a:hover {
  color: #5c8f9c;
}
.header.on-light-bg .header-wrap .social-menu a:hover svg path {
  fill: #5c8f9c;
}
.header.on-light-bg .header-wrap .navicon-button .navicon {
  background: #0f172a;
}
.header.on-light-bg .header-wrap .navicon-button .navicon::before, .header.on-light-bg .header-wrap .navicon-button .navicon::after {
  background: #0f172a;
}

@media (max-width: calc(1024px - 1px)) {
  .header-wrap .desktop-nav {
    display: none;
  }
  .header-wrap .navicon-button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-wrap .desktop-nav {
    display: flex;
  }
  .header-wrap .navicon-button {
    display: none;
  }
}

.header.hidden_nav .header-wrap .desktop-nav {
  display: none !important;
}
.header.hidden_nav .header-wrap .navicon-button {
  display: block !important;
}
.header.hidden_nav .header-wrap .hidden-nav-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .header.hidden_nav .header-wrap .hidden-nav-wrap {
    gap: 44px;
  }
}
.header.hidden_nav.secondary-nav-hidden .hidden-nav-wrap .utility-nav {
  display: none;
}
.header.hidden_nav .mobile-nav.open {
  display: flex !important;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open .mobile-nav.open {
  display: flex;
}
@media (min-width: 1024px) {
  body.mobile-menu-open:has(.header.hidden_nav) {
    overflow: visible;
  }
}
body.mobile-menu-open .header.on-dark-bg .logo svg path,
body.mobile-menu-open .header.on-light-bg .logo svg path,
body.mobile-menu-open .header .logo svg path {
  fill: #ffffff !important;
}
body.mobile-menu-open .header.on-dark-bg .header-wrap,
body.mobile-menu-open .header.on-light-bg .header-wrap,
body.mobile-menu-open .header .header-wrap {
  border-bottom-color: #ffffff !important;
}
body.mobile-menu-open .header.on-dark-bg .header-wrap .utility-nav a,
body.mobile-menu-open .header.on-light-bg .header-wrap .utility-nav a,
body.mobile-menu-open .header .header-wrap .utility-nav a {
  color: #ffffff !important;
  background: transparent;
}
body.mobile-menu-open .header.on-dark-bg .header-wrap .utility-nav a:hover,
body.mobile-menu-open .header.on-light-bg .header-wrap .utility-nav a:hover,
body.mobile-menu-open .header .header-wrap .utility-nav a:hover {
  color: #5c8f9c !important;
}
body.mobile-menu-open .header.on-dark-bg .header-wrap .utility-nav .call-us a::before,
body.mobile-menu-open .header.on-light-bg .header-wrap .utility-nav .call-us a::before,
body.mobile-menu-open .header .header-wrap .utility-nav .call-us a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2215 11.0453C9.35918 11.1086 9.5143 11.123 9.66129 11.0863C9.80828 11.0496 9.93839 10.9639 10.0302 10.8433L10.2668 10.5333C10.391 10.3677 10.5521 10.2333 10.7372 10.1408C10.9224 10.0482 11.1265 10 11.3335 10H13.3335C13.6871 10 14.0263 10.1405 14.2763 10.3905C14.5264 10.6406 14.6668 10.9797 14.6668 11.3333V13.3333C14.6668 13.687 14.5264 14.0261 14.2763 14.2761C14.0263 14.5262 13.6871 14.6667 13.3335 14.6667C10.1509 14.6667 7.09865 13.4024 4.84821 11.1519C2.59778 8.90151 1.3335 5.84926 1.3335 2.66667C1.3335 2.31304 1.47397 1.9739 1.72402 1.72386C1.97407 1.47381 2.31321 1.33333 2.66683 1.33333H4.66683C5.02045 1.33333 5.35959 1.47381 5.60964 1.72386C5.85969 1.9739 6.00016 2.31304 6.00016 2.66667V4.66667C6.00016 4.87366 5.95197 5.07781 5.8594 5.26295C5.76683 5.44809 5.63242 5.60914 5.46683 5.73333L5.15483 5.96733C5.03244 6.06078 4.94618 6.19372 4.91069 6.34357C4.8752 6.49341 4.89268 6.65092 4.96016 6.78933C5.87128 8.63991 7.36978 10.1365 9.2215 11.0453Z" fill="white"/></svg>') !important;
}
body.mobile-menu-open .header.on-dark-bg .header-wrap .utility-nav .book-a-tour a::before,
body.mobile-menu-open .header.on-light-bg .header-wrap .utility-nav .book-a-tour a::before,
body.mobile-menu-open .header .header-wrap .utility-nav .book-a-tour a::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6667 9.33333V10.8L11.7333 11.4667M10.6667 1.33333V4M14 5V4C14 3.64638 13.8595 3.30724 13.6095 3.05719C13.3594 2.80714 13.0203 2.66667 12.6667 2.66667H3.33333C2.97971 2.66667 2.64057 2.80714 2.39052 3.05719C2.14048 3.30724 2 3.64638 2 4V13.3333C2 13.687 2.14048 14.0261 2.39052 14.2761C2.64057 14.5262 2.97971 14.6667 3.33333 14.6667H5.66667M2 6.66667H5.33333M5.33333 1.33333V4M14.6667 10.6667C14.6667 12.8758 12.8758 14.6667 10.6667 14.6667C8.45753 14.6667 6.66667 12.8758 6.66667 10.6667C6.66667 8.45753 8.45753 6.66667 10.6667 6.66667C12.8758 6.66667 14.6667 8.45753 14.6667 10.6667Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
body.mobile-menu-open .header.on-dark-bg .social-menu a,
body.mobile-menu-open .header.on-light-bg .social-menu a,
body.mobile-menu-open .header .social-menu a {
  color: #ffffff !important;
}
body.mobile-menu-open .header.on-dark-bg .social-menu a svg path,
body.mobile-menu-open .header.on-light-bg .social-menu a svg path,
body.mobile-menu-open .header .social-menu a svg path {
  fill: #ffffff !important;
}
body.mobile-menu-open .header.on-dark-bg .social-menu a:hover,
body.mobile-menu-open .header.on-light-bg .social-menu a:hover,
body.mobile-menu-open .header .social-menu a:hover {
  color: #5c8f9c !important;
}
body.mobile-menu-open .header.on-dark-bg .social-menu a:hover svg path,
body.mobile-menu-open .header.on-light-bg .social-menu a:hover svg path,
body.mobile-menu-open .header .social-menu a:hover svg path {
  fill: #5c8f9c !important;
}
body.mobile-menu-open .header.on-dark-bg .navicon-button .navicon::before, body.mobile-menu-open .header.on-dark-bg .navicon-button .navicon::after,
body.mobile-menu-open .header.on-light-bg .navicon-button .navicon::before,
body.mobile-menu-open .header.on-light-bg .navicon-button .navicon::after,
body.mobile-menu-open .header .navicon-button .navicon::before,
body.mobile-menu-open .header .navicon-button .navicon::after {
  background: #ffffff !important;
}

body.open-menu {
  overflow: hidden;
  position: fixed;
}
@media (min-width: 1024px) {
  body.open-menu {
    overflow: auto;
    position: static;
  }
}

.mobile-nav .nav-background-image,
.mobile-nav picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  pointer-events: none;
}
.mobile-nav .nav-background-image img,
.mobile-nav picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}

.desktop-nav .footer-only {
  display: none !important;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
}
.main-nav ul {
  list-style-type: none;
}

.main-nav > ul:not(.sub-menu) > li:not(.btn):hover > a:after, .main-nav > ul:not(.sub-menu) > li:not(.btn):active > a:after, .main-nav > ul:not(.sub-menu) > li:not(.btn):focus > a:after {
  left: 0 !important;
}

.main-nav .current-menu-item:not(.btn) > a,
.main-nav .current-page-parent:not(.btn) > a,
.main-nav .current_page_parent:not(.btn) > a,
.main-nav .current-menu-ancestor:not(.btn) > a,
.main-nav .current-page-ancestor:not(.btn) > a {
  color: #6b7280;
}
.main-nav .current-menu-item:not(.btn) > a:after,
.main-nav .current-page-parent:not(.btn) > a:after,
.main-nav .current_page_parent:not(.btn) > a:after,
.main-nav .current-menu-ancestor:not(.btn) > a:after,
.main-nav .current-page-ancestor:not(.btn) > a:after {
  left: 0 !important;
}
.main-nav .current-menu-item:not(.btn) > a .desktop-navicon,
.main-nav .current-menu-item:not(.btn) > a .desktop-navicon:after,
.main-nav .current-page-parent:not(.btn) > a .desktop-navicon,
.main-nav .current-page-parent:not(.btn) > a .desktop-navicon:after,
.main-nav .current_page_parent:not(.btn) > a .desktop-navicon,
.main-nav .current_page_parent:not(.btn) > a .desktop-navicon:after,
.main-nav .current-menu-ancestor:not(.btn) > a .desktop-navicon,
.main-nav .current-menu-ancestor:not(.btn) > a .desktop-navicon:after,
.main-nav .current-page-ancestor:not(.btn) > a .desktop-navicon,
.main-nav .current-page-ancestor:not(.btn) > a .desktop-navicon:after {
  background: #6b7280;
}

.main-nav .sub-menu .current-menu-item:not(.btn) > a,
.main-nav .sub-menu .current-menu-ancestor:not(.btn) > a,
.main-nav .sub-menu .current-page-ancestor:not(.btn) > a {
  color: #5c8f9c;
  background: #f3f4f6;
}

.nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.nav ul li {
  white-space: nowrap;
  position: relative;
}
.main-nav.nav > ul > li:not(.btn) > a {
  color: #6b7280;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1050px) {
  .main-nav.nav > ul > li:not(.btn) > a {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .main-nav.nav > ul > li:not(.btn) > a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.main-nav.nav > ul > li:not(.btn) > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #5c8f9c;
  position: absolute;
  bottom: 4px;
  left: -100%;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
  .main-nav.nav > ul > li:not(.btn) > a:after {
    bottom: 7px;
  }
}
.main-nav.nav > ul > li:not(.btn) > a:hover, .main-nav.nav > ul > li:not(.btn) > a:active, .main-nav.nav > ul > li:not(.btn) > a:focus {
  outline: none;
}
.main-nav.nav > ul > li:not(.btn) > a:hover:after, .main-nav.nav > ul > li:not(.btn) > a:active:after, .main-nav.nav > ul > li:not(.btn) > a:focus:after {
  left: 0;
}

.nav > ul > li.contact-btn > a:after,
.footer-nav.nav > ul > li > a:after {
  content: none !important;
}

.icon svg {
  display: block;
}

.desktop-nav .sub-menu {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  padding: 12px 29px 22px 46px;
  right: -30px;
  background: #ffffff;
  top: 100%;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #b8b8b8;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.desktop-nav .sub-menu li {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.desktop-nav .sub-menu li a {
  color: #6b7280;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
  justify-content: flex-end;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1200px) {
  .desktop-nav .sub-menu li a {
    font-size: 1rem;
  }
}
.desktop-nav .sub-menu li a:hover, .desktop-nav .sub-menu li a:active, .desktop-nav .sub-menu li a:focus {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 4px;
}
.desktop-nav .sub-menu li:last-of-type a {
  margin-bottom: 0;
}
.desktop-nav .sub-menu li span {
  white-space: nowrap;
}
.desktop-nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

li:has(.sub-menu:hover) > a:after,
.main-nav.nav > ul > li.current_page_item > a:after,
.main-nav.nav > ul > li.current-page-ancestor > a:after,
.main-nav.nav > ul > li.current-menu-ancestor a:after {
  left: 0;
}

.desktop-nav .sub-menu li.current_page_item a,
.desktop-nav .sub-menu li.current_page_parent a {
  color: #6b7280;
}

.nav:not(.footer-nav) li.menu-item-has-children {
  position: relative;
}

.nav.utility-nav {
  display: flex;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .nav.utility-nav {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .icon-menu-wrap .nav.utility-nav {
    justify-content: center;
  }
}

.header .header-wrap .utility-nav {
  display: flex;
}
.header .header-wrap .utility-nav .open-menu-only {
  display: none;
}
.header .header-wrap .utility-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .header .header-wrap .utility-nav ul {
    gap: 32px;
  }
}
@media (min-width: 1366px) {
  .header .header-wrap .utility-nav ul {
    gap: 48px;
  }
}
.header .header-wrap .utility-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: calc(1024px - 1px)) {
  .header .header-wrap .utility-nav a > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.header .header-wrap .utility-nav a:hover, .header .header-wrap .utility-nav a:active, .header .header-wrap .utility-nav a:focus {
  border: none !important;
  box-shadow: none !important;
}
.header .header-wrap .utility-nav a span span {
  text-box: trim-both cap alphabetic;
}
.header .header-wrap .utility-nav .call-us a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.2215 11.0453C9.35918 11.1086 9.5143 11.123 9.66129 11.0863C9.80828 11.0496 9.93839 10.9639 10.0302 10.8433L10.2668 10.5333C10.391 10.3677 10.5521 10.2333 10.7372 10.1408C10.9224 10.0482 11.1265 10 11.3335 10H13.3335C13.6871 10 14.0263 10.1405 14.2763 10.3905C14.5264 10.6406 14.6668 10.9797 14.6668 11.3333V13.3333C14.6668 13.687 14.5264 14.0261 14.2763 14.2761C14.0263 14.5262 13.6871 14.6667 13.3335 14.6667C10.1509 14.6667 7.09865 13.4024 4.84821 11.1519C2.59778 8.90151 1.3335 5.84926 1.3335 2.66667C1.3335 2.31304 1.47397 1.9739 1.72402 1.72386C1.97407 1.47381 2.31321 1.33333 2.66683 1.33333H4.66683C5.02045 1.33333 5.35959 1.47381 5.60964 1.72386C5.85969 1.9739 6.00016 2.31304 6.00016 2.66667V4.66667C6.00016 4.87366 5.95197 5.07781 5.8594 5.26295C5.76683 5.44809 5.63242 5.60914 5.46683 5.73333L5.15483 5.96733C5.03244 6.06078 4.94618 6.19372 4.91069 6.34357C4.8752 6.49341 4.89268 6.65092 4.96016 6.78933C5.87128 8.63991 7.36978 10.1365 9.2215 11.0453Z" fill="%23151515"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease;
}
.header .header-wrap .utility-nav .call-us .call-us-mobile {
  display: none;
}
@media (max-width: calc(1024px - 1px)) {
  .header .header-wrap .utility-nav .call-us .call-us-mobile {
    display: inline;
  }
}
.header .header-wrap .utility-nav .call-us .call-us-desktop {
  display: inline;
}
@media (max-width: calc(1024px - 1px)) {
  .header .header-wrap .utility-nav .call-us .call-us-desktop {
    display: none;
  }
}
.header .header-wrap .utility-nav .book-a-tour a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.6667 9.33333V10.8L11.7333 11.4667M10.6667 1.33333V4M14 5V4C14 3.64638 13.8595 3.30724 13.6095 3.05719C13.3594 2.80714 13.0203 2.66667 12.6667 2.66667H3.33333C2.97971 2.66667 2.64057 2.80714 2.39052 3.05719C2.14048 3.30724 2 3.64638 2 4V13.3333C2 13.687 2.14048 14.0261 2.39052 14.2761C2.64057 14.5262 2.97971 14.6667 3.33333 14.6667H5.66667M2 6.66667H5.33333M5.33333 1.33333V4M14.6667 10.6667C14.6667 12.8758 12.8758 14.6667 10.6667 14.6667C8.45753 14.6667 6.66667 12.8758 6.66667 10.6667C6.66667 8.45753 8.45753 6.66667 10.6667 6.66667C12.8758 6.66667 14.6667 8.45753 14.6667 10.6667Z" stroke="%23151515" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease;
}
.header .social-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .social-menu li {
  margin: 0;
}
.header .social-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: color 0.2s ease;
}
.header .social-menu a svg {
  width: 20px;
  height: 20px;
}
.header .social-menu a svg path {
  transition: fill 0.2s ease;
}

ul.utility-menu,
ul.icon-menu {
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  list-style-type: none;
  margin: 0;
}
ul.utility-menu li:hover svg path, ul.utility-menu li:active svg path, ul.utility-menu li:focus svg path,
ul.utility-menu a:hover svg path,
ul.utility-menu a:active svg path,
ul.utility-menu a:focus svg path,
ul.icon-menu li:hover svg path,
ul.icon-menu li:active svg path,
ul.icon-menu li:focus svg path,
ul.icon-menu a:hover svg path,
ul.icon-menu a:active svg path,
ul.icon-menu a:focus svg path {
  fill: #5c8f9c !important;
}
@media (min-width: 768px) {
  ul.utility-menu,
  ul.icon-menu {
    justify-content: flex-start;
  }
}

ul.icon-menu span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.icon-menu-wrap {
  justify-content: center;
}

@media (min-width: 768px) {
  ul.icon-menu {
    justify-content: flex-end;
  }
}
ul.icon-menu svg path {
  fill: #6b7280;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
ul.icon-menu li {
  cursor: default;
  pointer-events: none;
}
ul.icon-menu li:hover svg path, ul.icon-menu li:active svg path, ul.icon-menu li:focus svg path {
  fill: #0f172a;
}
ul.icon-menu li a {
  cursor: default;
  pointer-events: none;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
ul.icon-menu li a:hover, ul.icon-menu li a:active, ul.icon-menu li a:focus {
  background: transparent;
}

.navicon-button {
  position: relative;
  cursor: pointer;
  padding: 8px;
  z-index: 13;
  color: #111827;
  text-transform: uppercase;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #111827;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.navicon-button span {
  display: none;
  text-box: trim-both cap alphabetic;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .navicon-button span {
    display: block;
  }
}

.navicon {
  display: block;
  position: relative;
  width: 24px;
  height: 2px;
  background: #111827;
  transition: background 0.2s ease;
}
.navicon::before, .navicon::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #111827;
  left: 0;
  transform-origin: center;
  transition: transform 0.2s ease, top 0.2s ease, background 0.2s ease;
}
.navicon::before {
  top: -6px;
}
.navicon::after {
  top: 6px;
}

.navicon span {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.navicon-button.open span {
  opacity: 0;
}
.navicon-button.open .navicon {
  background: transparent !important;
}
.navicon-button.open .navicon::before {
  top: 0;
  transform: rotate(-45deg);
}
.navicon-button.open .navicon::after {
  top: 0;
  transform: rotate(45deg);
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0f172a;
}
.hero-slider .hero-swiper-container {
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-wrapper {
  height: 100%;
}
.hero-slider .hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider.swiper-effect-fade .swiper-slide,
.hero-slider .hero-swiper-container.swiper-effect-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.hero-slider.swiper-effect-fade .swiper-slide.swiper-slide-active,
.hero-slider .hero-swiper-container.swiper-effect-fade .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.hero-slider .slide-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider .slide-background figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.hero-slider .slide-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: top;
     object-position: top;
}
.hero-slider .slide-background.video-background .ytplayer,
.hero-slider .slide-background.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-width: 150%;
  min-height: 150%;
}
@media (max-aspect-ratio: 1/1) {
  .hero-slider .slide-background.video-background .ytplayer,
  .hero-slider .slide-background.video-background iframe {
    aspect-ratio: 16/9;
  }
}
.hero-slider .slide-content {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-height, 80px) + 24px) 24px 25vh;
  color: white;
}
@media (min-width: 1024px) {
  .hero-slider .slide-content {
    padding: 25vh 24px;
  }
}
@media (max-width: calc(1366px - 1px)) {
  .hero-slider .slide-content {
    padding-left: 48px;
    padding-right: 48px;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .hero-slider .slide-content {
    padding: 25vh 100px;
  }
}
.hero-slider .slide-content-wrap {
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 36px;
}
@media (min-width: 1024px) {
  .hero-slider .slide-content-wrap {
    height: 100%;
    margin: 0 auto;
  }
}
.hero-slider .word-block {
  width: 100%;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease-in-out 0.4s, transform 0.5s ease-in-out 0.4s;
}
.hero-slider .word-block .word {
  text-box: trim-both cap alphabetic;
  display: block;
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.222;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .hero-slider .word-block .word {
    font-size: 3.5rem;
  }
}
@media (min-width: 1366px) {
  .hero-slider .word-block .word {
    font-size: 4.5rem;
  }
}
.hero-slider .word-block.word-block-1 {
  text-align: left;
}
.hero-slider .word-block.word-block-2 {
  text-align: center;
  transition-delay: 0.6s;
}
.hero-slider .word-block.word-block-3 {
  text-align: right;
  transition-delay: 0.8s;
}
.hero-slider .swiper-slide-visible .word-block {
  opacity: 1;
  transform: translateY(0);
}
.hero-slider .slide-buttons {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .hero-slider .slide-buttons {
    bottom: 72px;
    width: auto;
  }
}
.hero-slider .slide-buttons .link-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .hero-slider .slide-buttons .link-wrap {
    gap: 16px;
  }
}
.hero-slider .hero-swiper-pagination {
  position: absolute;
  bottom: 101px !important;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 20;
  padding: 0 32px;
}
@media (min-width: 1024px) {
  .hero-slider .hero-swiper-pagination {
    bottom: 40px !important;
  }
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  border: none;
  margin: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 24px;
  height: 4px;
  background: rgba(232, 225, 217, 0.6);
  border-radius: 99px;
  transition: all 0.3s ease;
  position: absolute;
  pointer-events: none;
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet:hover::before {
  background: rgba(232, 225, 217, 0.8);
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #c28266;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-top-color: white;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.hero.bordered {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero.bordered .background-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero.bordered .background-image-wrap figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.hero.bordered .background-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero.bordered .hero-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: calc(var(--header-height, 80px) + 24px) var(--lr-content-margin) 32px;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-wrap {
    padding: 92px var(--lr-content-margin);
  }
}
@media (min-width: 1366px) {
  .hero.bordered .hero-wrap {
    padding: 92px 64px;
  }
}
.hero.bordered .hero-wrap.align-top {
  align-items: flex-start;
}
.hero.bordered .hero-wrap.align-center {
  align-items: center;
}
.hero.bordered .hero-wrap.align-bottom {
  align-items: flex-end;
}
.hero.bordered .hero-content-wrap {
  width: 100%;
  max-width: 1256px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-content-wrap {
    gap: 48px;
  }
}
.hero.bordered .hero-content-wrap .section-label {
  color: #ffffff;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-content-wrap .section-label {
    font-size: 1rem;
  }
}
.hero.bordered .hero-content-wrap .section-title {
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.16667;
  margin-bottom: 0;
}
.hero.bordered .hero-content-wrap .section-title.larger-heading {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-content-wrap .section-title {
    font-size: 3rem;
  }
  .hero.bordered .hero-content-wrap .section-title.larger-heading {
    font-size: 4.5rem;
  }
}
.hero.bordered .image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero.bordered .image-wrap figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.hero.bordered .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero.bordered .video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.hero.bordered .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-width: 150%;
  min-height: 150%;
}
@media (max-aspect-ratio: 1/1) {
  .hero.bordered .video-container iframe {
    aspect-ratio: 16/9;
  }
}
.hero.bordered.dark-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 2;
}
.hero.bordered.dark-overlay .hero-wrap {
  z-index: 10;
}
.hero.bordered.light-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.hero.bordered.light-overlay .hero-wrap {
  z-index: 10;
}

.image-gallery .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .image-gallery .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.image-gallery {
  margin-top: 0;
}
.image-gallery .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .image-gallery .title-wrap {
    row-gap: 48px;
  }
}
@media (min-width: 1366px) {
  .image-gallery .title-wrap {
    row-gap: 64px;
  }
}
.image-gallery .tab-nav {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  justify-content: center;
  border-bottom: none;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  display: flex;
}
@media (min-width: 1352px) {
  .image-gallery .tab-nav {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .image-gallery .tab-nav {
    padding: 0 !important;
  }
}
.image-gallery .menu-item {
  display: block;
  padding-top: 0;
  background: transparent;
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-feature-settings: "liga" off, "clig" off;
  cursor: pointer;
  flex: 1;
  opacity: 0.4;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #d4bfad;
  transition: opacity 0.2s ease, border-bottom-color 0.2s ease;
}
.image-gallery .menu-item:hover, .image-gallery .menu-item:active, .image-gallery .menu-item:focus {
  opacity: 1;
  border-bottom-color: #c28266;
}
.image-gallery .menu-item:focus, .image-gallery .menu-item:active {
  outline: none;
  box-shadow: none;
  border-bottom-color: #c28266;
}
.image-gallery .menu-item.selected {
  opacity: 1;
  background: transparent;
  color: #151515;
  border-bottom-color: #c28266;
}
.image-gallery .project-cat-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 1024px) {
  .image-gallery .project-cat-menu {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .image-gallery .project-cat-menu {
    max-width: 100vw;
    overflow: scroll;
    margin-right: -24px;
    width: calc(100% + 24px);
  }
  .image-gallery .project-cat-menu button:last-child {
    margin-right: 24px;
  }
}
.image-gallery img {
  border-radius: 0;
}
.image-gallery .image-gallery-wrap {
  display: grid;
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
  row-gap: var(--gutter-width);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-gallery .image-gallery-wrap.grid-columns-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .image-gallery .image-gallery-wrap.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.image-gallery .image-gallery-wrap.grid-columns-4 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .image-gallery .image-gallery-wrap.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-gallery .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

a.swipebox .tab:not(.active-tab),
.image-gallery a.swipebox:not(.active-tab) {
  display: none;
  visibility: hidden;
}

.slide-details {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
  justify-content: space-between;
}
.slide-details .count,
.slide-details .image-caption {
  color: #ffffff;
  margin: 24px 0 0;
}

.fancybox__footer {
  display: none !important;
}

/* Skip link */
.skip-map-link {
  background: #fff;
  color: #0077cc;
  padding: 0.5em 1em;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.skip-map-link:focus {
  display: block;
}

/* Focus styles for all interactive elements */
.cat-trigger:focus-visible,
.location-item:focus-visible,
.reset-map:focus-visible {
  outline: 3px solid #0077cc;
  outline-offset: 2px;
}

.gm-style img {
  max-width: 250px;
}

.location-map {
  background: #E8E1D9;
  color: #151515;
  margin: 0;
}
@media (min-width: 1024px) {
  .location-map {
    margin: 0;
  }
}
.location-map.border-top {
  border-top: 1px solid;
}
.location-map.border-bottom {
  border-bottom: 1px solid;
}
.location-map .title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .location-map .title-wrap {
    margin-bottom: 48px;
  }
}
.location-map .content-wrap {
  width: 100%;
}
.location-map .background-image {
  display: none;
}
@media (min-width: 1024px) {
  .location-map .background-image {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: -1;
    bottom: 0;
  }
}
.location-map.inview .background-image {
  opacity: 0.4 !important;
}
.location-map .feed-wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .location-map .feed-wrap {
    display: grid;
    grid-template-columns: 0.66fr 0.33fr;
    flex-direction: row;
  }
}

.map .section-title {
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.24;
}
.map {
  position: relative;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  /* Location list styling */
}
.map .content-wrap #neighborhood-map {
  height: 75vh;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .map .content-wrap #neighborhood-map {
    height: 800px;
  }
}
.map .reset-map {
  display: none;
  font-size: 14px;
  align-self: flex-end;
  margin: 0;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map .reset-map:hover, .map .reset-map:active, .map .reset-map:focus {
  text-decoration: none;
}
.map .marker {
  display: none;
}
.map .map-key {
  overflow: hidden;
  padding: 0;
  /* Category trigger button styling */
}
.with-bg-color .map .map-key {
  background: inherit;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border: none;
}
@media (max-width: calc(1024px - 1px)) {
  .map .map-key {
    margin: 64px 24px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    overflow: visible;
    max-height: 70vh;
  }
}
@media (min-width: 1024px) {
  .map .map-key {
    max-height: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
    padding: 32px 24px 0;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .map .map-key {
    padding: 64px 48px 0;
  }
}
.map .map-key .cat-trigger {
  margin: 0;
  padding: 24px 20px 24px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  margin-bottom: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: inherit;
}
.map .map-key .cat-trigger.open span.cat-trigger-content span {
  color: inherit;
}
.map .map-key .cat-trigger span.cat-trigger-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex: 1;
}
.map .map-key .cat-trigger span.cat-trigger-content span {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  display: block;
  margin: 0;
  transition: color 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.map .map-key .map-category {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
}
.no-bg-color .map .map-key .map-category {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.with-bg-color .map .map-key .map-category {
  background: rgba(0, 0, 0, 0.05);
}
.map .map-key .map-category:last-child {
  margin-bottom: 0;
}
.no-bg-color .map .map-key .map-category.active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.with-bg-color .map .map-key .map-category.active {
  background: rgba(0, 0, 0, 0.1);
}
.map .map-key .map-category.active ol {
  /* Height is managed by JavaScript for smooth animations */
  overflow: auto;
  margin: 0 0 16px;
  padding: 0 16px 0 0;
  max-height: 250px;
}
@media (min-width: 1024px) {
  .map .map-key .map-category.active ol {
    margin: 0 0 20px;
  }
}
.map .map-key h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
.map ol {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  height: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s ease;
}
.map ol li {
  display: list-item;
  margin: 0 0 6px 0;
  padding: 12px 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  color: inherit;
  /* Hover and active states - copper background with rounded borders */
}
.map ol li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 667px) {
  .map ol li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .map ol li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .map ol li {
    width: 100%;
  }
}
.map ol li:hover, .map ol li.active-link {
  background: #c28266;
  border-radius: 8px;
  color: #151515;
}
.map ol li:hover .location-title, .map ol li.active-link .location-title {
  color: #151515;
}
.map ol li:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.map ol li p.location-title {
  margin: 0;
  width: 100%;
  text-box: trim-both cap alphabetic;
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  transition: color 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
  color: inherit;
}
@media (min-width: 1024px) {
  .map ol li p.location-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 1024px) {
  .map ol li p.location-title {
    font-size: 0.9375rem;
  }
}
.map .active ol {
  display: block;
}
.map .drawer-bay {
  display: none;
}

/* Scrollbar styling */
.map ol::-webkit-scrollbar {
  width: 6px;
}
.map ol::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 0;
}
.map ol::-webkit-scrollbar-thumb {
  background: #c28266;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.map ol::-webkit-scrollbar-corner {
  background: transparent;
}

.scroll-off {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-off .google-map-marker {
  pointer-events: auto;
}

/* Navicon (plus/minus icon) Styling */
.map-navicon-button {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  padding: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.map-navicon-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.map-navicon-button .navicon:after {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-navicon {
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.map-navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 10px;
  background: currentColor;
  position: absolute;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}
.map-navicon.active:after {
  transform: rotate(0deg);
}

/* Open/active states for navicon */
.open .map-navicon-button {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
}

.open .map-navicon,
.active .map-navicon:after {
  background: currentColor;
}

.open .map-navicon-button .map-navicon:after {
  transform: rotate(0deg);
}

/* Popup Bubble Styling */
.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  padding: 8px;
  font-family: sans-serif;
  border-radius: 9.6px;
}
.popup-bubble .marker-wrap,
.popup-bubble .marker-text {
  border-radius: 9.6px;
  color: #c28266 !important;
  background-color: #c28266 !important;
  padding-bottom: 28px;
}
.popup-bubble .marker-text h3 {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 32px 52px 0 29px;
  margin-bottom: 16px;
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  .popup-bubble .marker-text h3 {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1366px) {
  .popup-bubble .marker-text h3 {
    font-size: 1rem;
  }
}
.popup-bubble .address {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0 29px 0;
  padding: 0 50px 0 29px;
}
@media (min-width: 1024px) {
  .popup-bubble .address {
    font-size: 0.9375rem;
  }
}
.popup-bubble .marker-text p:not(.address) {
  margin: 0;
  padding: 8px 29px 0;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 0.625rem;
  text-transform: uppercase;
}

/* Bubble Anchor */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}
@media (max-width: calc(1024px - 1px)) {
  .popup-bubble-anchor {
    max-width: 90%;
  }
}

.marker-text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid currentColor;
}

/* Popup Container */
.popup-container {
  cursor: auto;
  position: absolute;
  max-width: 400px;
  width: 100%;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.8%201.72294L15.108%200.0309448L8.4%206.73895L1.692%200.0309448L0%201.72294L6.708%208.43095L0%2015.1389L1.692%2016.8309L8.4%2010.1229L15.108%2016.8309L16.8%2015.1389L10.092%208.43095L16.8%201.72294Z%22%20fill%3D%22%230f172a%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll center center transparent;
  text-indent: -999em;
  background-size: 100%;
  overflow: hidden;
}

/* Map Loading States for Code Splitting */
.map-container.map-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background-color: #f3f4f6;
  border-radius: 8px;
}

.map-loader {
  text-align: center;
  padding: 2rem;
}
.map-loader p {
  color: #4b5563;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  animation: pulse 2s ease-in-out infinite;
}
.map-loader::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border: 3px solid #d1d5db;
  border-top-color: #5c8f9c;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.map-error {
  text-align: center;
  padding: 2rem;
  background-color: #ef4444;
  color: #ffffff;
  border-radius: 8px;
  color: inherit;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.parallax-images .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1352px) {
  .parallax-images .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.parallax-images .desktop-images {
  display: none;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .parallax-images .desktop-images {
    display: block;
  }
}
.parallax-images .parallax-layer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parallax-images .parallax-layer .image-wrap {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.parallax-images .parallax-layer img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.parallax-images .top-layer {
  position: relative;
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
}
.parallax-images .top-layer .image-wrap {
  max-width: 824px;
}
.parallax-images .bottom-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.parallax-images .bottom-layer .image-wrap {
  max-width: 100%;
}
.parallax-images .mobile-image {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .parallax-images .mobile-image {
    display: none;
  }
}
.parallax-images .mobile-image .image-wrap {
  margin: 0;
  width: 100%;
}
.parallax-images .mobile-image img {
  width: 100%;
  height: auto;
  display: block;
}

.popup .round-bg {
  background: #f3f4f6;
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .popup .round-bg {
    right: 32px;
    top: 32px;
  }
}

#popup-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
}

#popup-close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#popup-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup #popup-close {
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  position: relative;
}

.popup #popup-close:before,
.popup #popup-close:after {
  background: #9ca3af;
  height: 2px;
}

body.with-popup {
  overflow: hidden;
}

.popups.hidden {
  display: none;
}

.popups #popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.popups .popup {
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
  margin: 0 24px;
  max-width: 520px;
  z-index: 2;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  padding: 48px 32px 24px;
}
@media (min-width: 1024px) {
  .popups .popup {
    padding: 64px 80px 32px;
    margin: 0;
  }
}
.popups .popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.popup-title,
.popup .gform_title {
  color: #151515;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1024px) {
  .popup-title,
  .popup .gform_title {
    font-size: 2rem;
  }
}
.popup-title + p,
.popup .gform_title + p {
  margin-bottom: 0;
}

.popup .gform_title {
  margin-bottom: 16px;
}

.popup p,
.popup .gform_description {
  color: #4b5563;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 1.6;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 1024px) {
  .popup p,
  .popup .gform_description {
    font-size: 1rem;
  }
}

.popup .btn-large,
.popup .gform_button {
  margin-top: 32px;
}

.popup-no-thanks {
  margin-top: 24px;
}

.popup-no-thanks a {
  color: #4b5563;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.popup-no-thanks a:hover, .popup-no-thanks a:active, .popup-no-thanks a:focus {
  color: #151515;
}

#popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#popup-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.popup-transparent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.75;
  background: #0f172a;
}

.quotes {
  display: flex;
  overflow: visible;
}
@media (max-width: calc(1024px - 1px)) {
  .quotes.module {
    overflow: hidden;
  }
}
.quotes p,
.quotes blockquote {
  text-box: trim-both cap alphabetic;
}

.quotes .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  max-width: 608px;
}
@media (min-width: 1352px) {
  .quotes .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .quotes .content-wrap {
    row-gap: 80px;
  }
}

.quotes .section-title {
  margin: 0;
}

.quotes .quotes-container {
  width: 100%;
  overflow: visible;
  cursor: grab;
}
.quotes .quotes-container:active {
  cursor: grabbing;
}

.quotes .quotes {
  display: flex;
  flex-direction: row;
  height: auto;
}

.quotes .quote {
  display: flex;
  flex-direction: column;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.quotes .quote.swiper-slide-active {
  opacity: 1;
}
.quotes .quote-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: calc(1024px - 1px)) {
  .quotes .quote-content .btn {
    width: 100%;
  }
}

.quotes .quote-text {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.556;
}
@media (min-width: 1024px) {
  .quotes .quote-text {
    font-size: 1.125rem;
  }
}
.quotes .quote-text::before {
  content: open-quote;
  position: absolute;
  right: 100%;
  margin-right: 0;
}
.quotes .quote-text::after {
  content: close-quote;
  margin-left: -4px;
}

.quotes .quote-attribution {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-feature-settings: "liga" off, "clig" off;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (min-width: 1024px) {
  .quotes .quote-attribution {
    font-size: 1rem;
  }
}

.quotes .blog-post-slide .blog-post-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  height: 100%;
}

.quotes .blog-post-title {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-feature-settings: "liga" off, "clig" off;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.545;
}
.quotes .blog-post-publication {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-feature-settings: "liga" off, "clig" off;
  text-box: trim-both cap alphabetic;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (min-width: 1366px) {
  .quotes .blog-post-publication {
    font-size: 1rem;
  }
}

.quotes .blog-post-content .btn {
  align-self: flex-start;
  margin-top: 16px;
}

.quotes .quotes-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .quotes .quotes-pagination {
    margin-top: 48px;
  }
}

.quotes-pagination-bullet {
  width: 24px;
  height: 12px;
  border-radius: 99px;
  background: #d4bfad;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
  opacity: 1;
}
.quotes-pagination-bullet:hover {
  background: rgb(220.772, 204.056, 189.728);
}
.quotes-pagination-bullet:focus {
  outline: 2px solid #c28266;
  outline-offset: 2px;
}

.quotes-pagination-bullet-active {
  width: 48px;
  background: #c28266;
}
.quotes-pagination-bullet-active:hover {
  background: #c28266;
}

.quotes .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: rgba(15, 23, 42, 0.2);
}
.quotes .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: -54px;
  left: 0;
  height: 2px;
  display: flex;
  align-items: center;
  cursor: grab;
}
.quotes .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  height: 15px;
  background: #0f172a;
}

.spacer .content-wrap {
  margin: calc(var(--module-tb-margin) / 2) auto;
  max-width: var(--module-max-width);
  padding: 0 calc(var(--lr-content-margin) / 2);
}
@media (min-width: 1352px) {
  .spacer .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.spacer .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .spacer .content-wrap {
    position: relative;
  }
}

.spacer.no-margins .content-wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.spacer.no-margins .content-wrap .image-wrap,
.spacer.no-margins .content-wrap img {
  width: 100%;
}

.specials-bar .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .specials-bar .swiper-slide {
    display: block;
    padding: 8px 32px;
  }
}
@media (min-width: 1024px) {
  .specials-bar .swiper-slide {
    padding: 8px 32px;
  }
}
@media (min-width: 1366px) {
  .specials-bar .swiper-slide {
    padding: 8px 0;
  }
}

.specials-bar .swiper-wrapper {
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.specials-bar {
  width: 100%;
  text-align: center;
  background: #5c8f9c;
  align-items: center;
  justify-content: center;
  z-index: 95;
  position: relative;
  /* Simple display state - no animations, no height transitions */
  display: var(--specials-bar-display, none);
}
@media (max-width: calc(1024px - 1px)) {
  .mobile-header .specials-bar {
    display: var(--specials-bar-display, none);
  }
}
@media (min-width: 1024px) {
  .mobile-header .specials-bar {
    display: none;
  }
}
.specials-bar p.column-two {
  display: none;
}
@media (min-width: 1024px) {
  .specials-bar p.column-two {
    display: flex;
    margin-right: 80px;
  }
}
@media (min-width: 1024px) {
  .specials-bar p.column-two {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1440px) {
  .specials-bar p.column-two {
    margin: 0;
  }
}
.specials-bar.banner-centered p:first-of-type {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .specials-bar.banner-centered p.column-two {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1440px) {
  .specials-bar.banner-centered p.column-two {
    margin: 0;
  }
}
.specials-bar p {
  margin: 0;
  color: #ffffff;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  display: block;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .specials-bar p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    text-align: initial;
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .specials-bar p {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.specials-bar a {
  color: #ffffff;
  display: inline-block;
}
.specials-bar a:hover, .specials-bar a:active, .specials-bar a:focus {
  text-decoration: none;
}
.specials-bar svg {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .specials-bar svg {
    margin-left: 2px;
  }
}

.specials-bar .btn:hover, .specials-bar .btn:active, .specials-bar .btn:focus {
  color: #f3f4f6 !important;
}

.specials-bar .text-link {
  text-decoration: underline;
  margin-left: 8px;
}

.specials-bar .slide-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0;
  row-gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .specials-bar .slide-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .specials-bar .slide-wrap {
    padding: 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .specials-bar .slide-wrap {
    max-width: 1256px;
    margin: 0 auto;
  }
}

.specials-bar .swiper-button-prev,
.specials-bar .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .specials-bar .swiper-button-prev,
  .specials-bar .swiper-button-next {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: -999em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23a1c3f7%22%2F%3E%3Cpath%20d%3D%22M13%209.43998L19.03%2015.47C19.1707%2015.6105%2019.2498%2015.8012%2019.2498%2016C19.2498%2016.1988%2019.1707%2016.3895%2019.03%2016.53L13%2022.56%22%20stroke%3D%22%2366a3ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    top: initial;
    bottom: initial;
    margin: 0;
  }
}

.specials-bar .slider-controls {
  position: absolute;
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.specials-bar .swiper-button-prev {
  transform: rotate(180deg);
}

/* CSS-first approach: body classes control specials bar state */
.no-specials-bar .specials-bar {
  display: none !important;
  height: 0 !important;
}

/* CSS custom properties now handle visibility - no need for class-based overrides */
.specials-bar .message-close {
  margin-right: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
}
@media (min-width: 768px) {
  .specials-bar .message-close {
    margin-right: 0;
    position: absolute;
    right: 0;
    position: absolute;
    right: 32px;
    top: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.specials-bar.banner-split .slide-wrap {
  width: 85%;
  width: 100%;
  padding: 0 32px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .specials-bar.banner-split .slide-wrap {
    align-items: center;
    padding: 0 48px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .specials-bar.banner-split .slide-wrap {
    padding: 0;
  }
}
.specials-bar.banner-split p {
  margin-bottom: 0;
  margin-right: 24px;
}
.specials-bar.banner-split p a {
  color: inherit;
}
@media (max-width: calc(768px - 1px)) {
  .specials-bar.banner-split .message-close {
    position: absolute;
    top: 24px;
    top: 0;
    right: 24px;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}

.split-blocks {
  position: relative;
}
.split-blocks .content-wrap {
  margin: 0 auto var(--module-tb-margin);
}
@media (max-width: calc(1366px - 1px)) {
  .split-blocks .content-wrap {
    max-width: var(--module-max-width);
    padding: 0 var(--lr-content-margin);
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .split-blocks .content-wrap {
    margin: var(--module-tb-margin) auto;
  }
}
.split-blocks.module-has-bg {
  display: flex;
}
.split-blocks img {
  max-width: 100%;
  height: auto;
}
.split-blocks .background-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.split-blocks .background-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.split-blocks .link-wrap {
  margin: 0;
}
.split-blocks .split-blocks-buttons {
  width: 100%;
}

.split-blocks .content-wrap {
  display: grid;
  position: relative;
  align-items: stretch;
  gap: 64px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .split-blocks .content-wrap {
    gap: 40px;
  }
  .split-blocks .content-wrap.fifty-fifty {
    grid-template-columns: 1fr 1fr;
  }
  .split-blocks .content-wrap.sixty-fourty {
    grid-template-columns: 40fr 60fr;
  }
  .split-blocks .content-wrap.left-image {
    display: flex;
    flex-direction: row-reverse;
  }
  .split-blocks .content-wrap.left-image.fifty-fifty > div {
    width: 50%;
  }
  .split-blocks .content-wrap.left-image.sixty-fourty .text-content-wrap {
    width: 40%;
  }
  .split-blocks .content-wrap.left-image.sixty-fourty .image-content-wrap {
    width: 60%;
  }
}
@media (min-width: 1366px) {
  .split-blocks .content-wrap {
    max-width: 1256px;
    padding-left: 0;
    padding-right: 0;
  }
}

.split-blocks .text-content-wrap,
.card-swiper .text-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .split-blocks .text-content-wrap,
  .card-swiper .text-content-wrap {
    padding: 0;
  }
  .split-blocks .text-content-wrap .wrap,
  .card-swiper .text-content-wrap .wrap {
    height: 100%;
  }
  .split-blocks .text-content-wrap .section-title,
  .card-swiper .text-content-wrap .section-title {
    margin-bottom: auto;
  }
  .split-blocks .text-content-wrap .section-title:has(~ .stats),
  .card-swiper .text-content-wrap .section-title:has(~ .stats) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .split-blocks .text-content-wrap.more-padding,
  .card-swiper .text-content-wrap.more-padding {
    padding: 105px 0;
  }
}
@media (min-width: 1366px) {
  .split-blocks .text-content-wrap.more-padding,
  .card-swiper .text-content-wrap.more-padding {
    padding: 180px 0;
  }
}

.split-blocks .text-content-wrap .wrap,
.card-swiper .text-content-wrap .wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  width: 100%;
  padding: 0;
  gap: 32px;
}
.split-blocks .text-content-wrap .wrap p:first-of-type,
.card-swiper .text-content-wrap .wrap p:first-of-type {
  margin-top: 0;
}
.split-blocks .text-content-wrap .wrap p:last-child,
.card-swiper .text-content-wrap .wrap p:last-child {
  margin-bottom: 0;
}
.split-blocks .text-content-wrap:after,
.card-swiper .text-content-wrap:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
.split-blocks .right-image .wrap,
.card-swiper .right-image .wrap {
  padding: 0;
}
.split-blocks .right-image .text-content-wrap,
.card-swiper .right-image .text-content-wrap {
  justify-content: flex-start;
  flex-direction: row;
}

.split-blocks .section-label {
  font-size: 0.875rem;
  line-height: 1.26;
  text-transform: uppercase;
  margin: 0;
  z-index: 5;
}
@media (min-width: 1024px) {
  .split-blocks .section-label {
    font-size: 1rem;
  }
}

.split-blocks .right-image .section-label {
  right: initial;
  left: 0;
}

@media (max-width: calc(1024px - 1px)) {
  .split-blocks .section-title br {
    display: none;
  }
}
.split-blocks .split-blocks-content {
  color: #151515;
  max-width: 500px;
}
.split-blocks .split-blocks-content p {
  color: #151515;
}

.split-blocks .image-content-wrap {
  z-index: 2;
}
@media (max-width: calc(1024px - 1px)) {
  .split-blocks .image-content-wrap {
    padding: 128px 80px 64px;
    grid-row: 1;
  }
}
.split-blocks .image-content-wrap .image-wrap {
  width: 100%;
}
.text-blocks {
  position: relative;
  display: flex;
}
.text-blocks .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .text-blocks .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .text-blocks .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .text-blocks .grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
@media (min-width: 1024px) {
  .text-blocks .grid.fifty-fifty .text-column:nth-child(1) {
    grid-column: 1/7;
  }
  .text-blocks .grid.fifty-fifty .text-column:nth-child(2) {
    grid-column: 7/13;
  }
}
@media (min-width: 1024px) {
  .text-blocks .grid.fifty-fourty .text-column:nth-child(1) {
    grid-column: 1/7;
  }
  .text-blocks .grid.fifty-fourty .text-column:nth-child(2) {
    grid-column: 8/13;
  }
}
@media (min-width: 1024px) {
  .text-blocks .grid.sixty-fourty .text-column:nth-child(1) {
    grid-column: 1/8;
  }
  .text-blocks .grid.sixty-fourty .text-column:nth-child(2) {
    grid-column: 9/13;
  }
}
.text-blocks .text-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-blocks .text-column .section-title {
  margin: 0;
}
.wysiwyg {
  position: relative;
}
.wysiwyg.with-bg-image {
  overflow: hidden;
}
@media (min-width: 1366px) {
  .wysiwyg.with-bg-image .content-wrap {
    margin: 151px auto;
  }
}
.wysiwyg .background-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wysiwyg .background-image-wrap .background-image,
.wysiwyg .background-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wysiwyg .content-wrap {
  position: relative;
  width: 100%;
  z-index: 10;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}
@media (min-width: 1352px) {
  .wysiwyg .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.wysiwyg.left .content-wrap {
  text-align: left;
}
.wysiwyg.left .content-wrap .link-wrap {
  justify-content: flex-start;
}
.wysiwyg.center .content-wrap {
  text-align: center;
}
.wysiwyg.center .content-wrap .link-wrap {
  justify-content: center;
}
.wysiwyg.right .content-wrap {
  text-align: right;
}
.wysiwyg.right .content-wrap .link-wrap {
  justify-content: flex-end;
}
.wysiwyg.surface-raised {
  background-color: #f9fafb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.wysiwyg.surface-overlay {
  background-color: #f3f4f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.wysiwyg .section-title {
  color: inherit;
  font-family: "ChapRegular", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.16667;
  color: #111827;
  margin-bottom: 32px;
  margin: 0;
}
.wysiwyg .section-title.larger-heading {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .wysiwyg .section-title {
    font-size: 3rem;
  }
  .wysiwyg .section-title.larger-heading {
    font-size: 4.5rem;
  }
}
.wysiwyg .section-title:not(:only-child) {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .wysiwyg .section-title:not(:only-child) {
    margin-bottom: 32px;
  }
}

.blog .wysiwyg .content-wrap,
.wysiwyg.max-content-width .content-wrap {
  max-width: 1256px;
}

.wysiwyg .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 824px;
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap {
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap:not(:has(.section-title)) p {
    font-size: 1.375rem;
    line-height: 1.5454;
  }
}
.wysiwyg .content-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.wysiwyg .content-wrap h1,
.wysiwyg .content-wrap h2,
.wysiwyg .content-wrap h3,
.wysiwyg .content-wrap h4,
.wysiwyg .content-wrap h5,
.wysiwyg .content-wrap h6 {
  color: #111827;
}
.wysiwyg .content-wrap h1:first-child,
.wysiwyg .content-wrap h2:first-child,
.wysiwyg .content-wrap h3:first-child,
.wysiwyg .content-wrap h4:first-child,
.wysiwyg .content-wrap h5:first-child,
.wysiwyg .content-wrap h6:first-child {
  margin-top: 0;
}
.wysiwyg .content-wrap p {
  margin: 0 0 24px 0;
  margin: 0;
}
.wysiwyg .content-wrap p:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-wrap ul,
.wysiwyg .content-wrap ol {
  margin: 0 0 24px 0;
  padding-left: 24px;
}
.wysiwyg .content-wrap ul li,
.wysiwyg .content-wrap ol li {
  margin-bottom: 8px;
  color: #151515;
}
.wysiwyg .content-wrap ul li:last-child,
.wysiwyg .content-wrap ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-wrap ul:has(li.custom-bullet) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wysiwyg .content-wrap li.custom-bullet {
  padding: 24px 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
  margin-bottom: 0;
  color: #151515;
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.wysiwyg .content-wrap li.custom-bullet strong,
.wysiwyg .content-wrap li.custom-bullet b {
  display: block;
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  font-weight: 700;
}
.wysiwyg .content-wrap blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f9fafb;
  border-left: 4px solid #5c8f9c;
  border-radius: 4px;
  font-style: italic;
  color: #151515;
}
.wysiwyg .content-wrap .link-wrap {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap .link-wrap {
    margin-top: 32px;
  }
}
.wysiwyg .content-wrap .with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap .with-sidebar {
    grid-template-columns: minmax(auto, 716px) 380px;
  }
}
@media (min-width: 1366px) {
  .wysiwyg .content-wrap .with-sidebar {
    gap: 148px;
  }
}
.wysiwyg .content-wrap .with-sidebar .main-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap .with-sidebar .main-content {
    row-gap: 32px;
  }
}

.wysiwyg .content-wrap .contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: calc(1024px - 1px)) {
  .wysiwyg .content-wrap .contact-sidebar {
    grid-row: 1;
  }
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-title {
  color: #151515;
  font-family: "MaisonNeueBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  text-box: trim-both cap alphabetic;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin: 0 0 32px 0;
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-content {
  color: #151515;
  font-family: "MaisonNeueLight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-content p {
  font-size: 1rem;
  font-size: 16px !important;
  margin: 0 0 16px 0;
  text-box: trim-both cap alphabetic;
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-content p:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-content a {
  color: #151515;
  text-decoration: none;
}
.wysiwyg .content-wrap .contact-sidebar .sidebar-section .sidebar-content a:hover {
  text-decoration: underline;
}

.module.with-bg-color {
  display: flex;
}

@media (max-width: calc(1024px - 1px)) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-top .content-wrap {
  margin-top: 0 !important;
}

.no-margin-bottom .content-wrap {
  margin-bottom: 0 !important;
}

@media (max-width: calc(768px - 1px)) {
  .desktop-image {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-image {
    display: none;
  }
}

.image-wrap picture {
  width: 100%;
}

.black-overlay-40 .image-wrap:before,
.black-overlay-40 .videoWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.black-overlay-40 .videoWrapper:before {
  z-index: 11;
}

.black-overlay .image-wrap:before,
.black-overlay .videoWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.black-overlay .videoWrapper:before {
  z-index: 11;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe,
.videoWrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: calc(1024px - 1px)) {
  .hero .videoWrapper {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero .videoWrapper iframe {
    position: absolute;
    border: 0;
    min-height: 100vh;
    width: 390vw;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .hero .videoWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    padding-top: 45.1388888889%;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero .videoWrapper iframe {
    max-width: none;
  }
}
@media (min-width: 1024px) and (max-width: calc(1352px - 1px)) {
  .hero .videoWrapper iframe {
    height: 100% !important;
    left: initial;
    right: initial;
    top: initial;
    top: 0;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
  }
}
@media (min-width: 1352px) {
  .hero .videoWrapper iframe {
    position: absolute;
    width: 100vw !important;
    height: 56.25vw !important;
    top: 0;
    left: 0;
  }
}

/******************************************************************
Site Name:
Author: 

Stylesheet: Print Stylesheet

This is the print stylesheet.

******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style.css.map*/