@charset "UTF-8";
/*! 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;
}
@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;
  }
}

.content-padding {
  padding: 0 var(--lr-content-margin);
}

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

/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: "nib-semibold-pro";
  src: url("../../../files/webfonts/nib-semibold-pro.eot");
  src: url("../../../files/webfonts/nib-semibold-pro.eot?#iefix") format("embedded-opentype"), url("../../../files/webfonts/nib-semibold-pro.woff2") format("woff2"), url("../../../files/webfonts/nib-semibold-pro.woff") format("woff"), url("../../../files/webfonts/nib-semibold-pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nib-regular-pro";
  src: url("../../../files/webfonts/nib-regular-pro.eot");
  src: url("../../../files/webfonts/nib-regular-pro.eot?#iefix") format("embedded-opentype"), url("../../../files/webfonts/nib-regular-pro.woff2") format("woff2"), url("../../../files/webfonts/nib-regular-pro.woff") format("woff"), url("../../../files/webfonts/nib-regular-pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nib-bold-pro";
  src: url("../../../files/webfonts/nib-bold-pro.eot");
  src: url("../../../files/webfonts/nib-bold-pro.eot?#iefix") format("embedded-opentype"), url("../../../files/webfonts/nib-bold-pro.woff2") format("woff2"), url("../../../files/webfonts/nib-bold-pro.woff") format("woff"), url("../../../files/webfonts/nib-bold-pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Big-caslon";
  src: url("../../../files/webfonts/BigCaslon-Rom.eot");
  src: url("../../../files/webfonts/BigCaslon-Rom.woff2") format("woff2");
  src: url("../../../files/webfonts/BigCaslon-Rom.woff") format("woff");
  src: url("../../../files/webfonts/BigCaslon-Rom.ttf.") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quasimoda-Regular";
  src: url("../../../files/webfonts/Quasimoda-Regular.eot");
  src: url("../../../files/webfonts/Quasimoda-Regular.woff2") format("woff2");
  src: url("../../../files/webfonts/Quasimoda-Regular.woff") format("woff");
  src: url("../../../files/webfonts/Quasimoda-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quasimoda";
  src: url("../../../files/webfonts/Quasimoda-Regular.eot");
  src: url("../../../files/webfonts/Quasimoda-Regular.woff2") format("woff2");
  src: url("../../../files/webfonts/Quasimoda-Regular.woff") format("woff");
  src: url("../../../files/webfonts/Quasimoda-Regular.ttf") format("truetype");
  src: url("../../../files/webfonts/Quasimoda-Medium.eot");
  src: url("../../../files/webfonts/Quasimoda-Medium.woff2") format("woff2");
  src: url("../../../files/webfonts/Quasimoda-Medium.woff") format("woff");
  src: url("../../../files/webfonts/Quasimoda-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.txt-black-600 {
  color: #383D48;
}
.txt-black-500 {
  color: #5A606D;
}
.txt-black-400 {
  color: #7E889A;
}
.txt-black-300 {
  color: #A9B2BC;
}
.txt-black-200 {
  color: #C7CED6;
}
.txt-black-100 {
  color: #F1F3F9;
}
.txt-primary-500 {
  color: #B88F91;
}
.txt-primary-400 {
  color: #4C94FF;
}
.txt-primary-300 {
  color: #66A3FF;
}
.txt-primary-200 {
  color: #A1C3F7;
}
.txt-primary-100 {
  color: #CCDEFA;
}
.txt-secondary-500 {
  color: #DAA045;
}
.txt-secondary-400 {
  color: #5E0BDA;
}
.txt-secondary-300 {
  color: #975DEF;
}
.txt-secondary-200 {
  color: #CB9AF9;
}
.txt-secondary-100 {
  color: #E1D1FA;
}
.txt-alert-500 {
  color: #800A0A;
}
.txt-alert-400 {
  color: #D10A0A;
}
.txt-alert-300 {
  color: #F03D3D;
}
.txt-alert-200 {
  color: #FF9999;
}
.txt-alert-100 {
  color: #FEECEC;
}
.txt-warning-500 {
  color: #CB7701;
}
.txt-warning-400 {
  color: #FAA628;
}
.txt-warning-300 {
  color: #FBC013;
}
.txt-warning-200 {
  color: #FFDD8F;
}
.txt-warning-100 {
  color: #FCF1CF;
}
.txt-success-500 {
  color: #005238;
}
.txt-success-400 {
  color: #009969;
}
.txt-success-300 {
  color: #0FBA85;
}
.txt-success-200 {
  color: #68F3C8;
}
.txt-success-100 {
  color: #BEFDEA;
}

.bdr-black-600 {
  border-color: #383D48;
}
.bdr-black-500 {
  border-color: #5A606D;
}
.bdr-black-400 {
  border-color: #7E889A;
}
.bdr-black-300 {
  border-color: #A9B2BC;
}
.bdr-black-200 {
  border-color: #C7CED6;
}
.bdr-black-100 {
  border-color: #F1F3F9;
}
.bdr-primary-500 {
  border-color: #B88F91;
}
.bdr-primary-400 {
  border-color: #4C94FF;
}
.bdr-primary-300 {
  border-color: #66A3FF;
}
.bdr-primary-200 {
  border-color: #A1C3F7;
}
.bdr-primary-100 {
  border-color: #CCDEFA;
}
.bdr-secondary-500 {
  border-color: #DAA045;
}
.bdr-secondary-400 {
  border-color: #5E0BDA;
}
.bdr-secondary-300 {
  border-color: #975DEF;
}
.bdr-secondary-200 {
  border-color: #CB9AF9;
}
.bdr-secondary-100 {
  border-color: #E1D1FA;
}
.bdr-alert-500 {
  border-color: #800A0A;
}
.bdr-alert-400 {
  border-color: #D10A0A;
}
.bdr-alert-300 {
  border-color: #F03D3D;
}
.bdr-alert-200 {
  border-color: #FF9999;
}
.bdr-alert-100 {
  border-color: #FEECEC;
}
.bdr-warning-500 {
  border-color: #CB7701;
}
.bdr-warning-400 {
  border-color: #FAA628;
}
.bdr-warning-300 {
  border-color: #FBC013;
}
.bdr-warning-200 {
  border-color: #FFDD8F;
}
.bdr-warning-100 {
  border-color: #FCF1CF;
}
.bdr-success-500 {
  border-color: #005238;
}
.bdr-success-400 {
  border-color: #009969;
}
.bdr-success-300 {
  border-color: #0FBA85;
}
.bdr-success-200 {
  border-color: #68F3C8;
}
.bdr-success-100 {
  border-color: #BEFDEA;
}

.bdr-white {
  border-color: #FFFFFF;
}

.txt-white {
  color: #FFFFFF;
}

.bg-black-600 {
  background-color: #383D48;
}
.bg-black-500 {
  background-color: #5A606D;
}
.bg-black-400 {
  background-color: #7E889A;
}
.bg-black-300 {
  background-color: #A9B2BC;
}
.bg-black-200 {
  background-color: #C7CED6;
}
.bg-black-100 {
  background-color: #F1F3F9;
}
.bg-primary-500 {
  background-color: #B88F91;
}
.bg-primary-400 {
  background-color: #4C94FF;
}
.bg-primary-300 {
  background-color: #66A3FF;
}
.bg-primary-200 {
  background-color: #A1C3F7;
}
.bg-primary-100 {
  background-color: #CCDEFA;
}
.bg-secondary-500 {
  background-color: #DAA045;
}
.bg-secondary-400 {
  background-color: #5E0BDA;
}
.bg-secondary-300 {
  background-color: #975DEF;
}
.bg-secondary-200 {
  background-color: #CB9AF9;
}
.bg-secondary-100 {
  background-color: #E1D1FA;
}
.bg-alert-500 {
  background-color: #800A0A;
}
.bg-alert-400 {
  background-color: #D10A0A;
}
.bg-alert-300 {
  background-color: #F03D3D;
}
.bg-alert-200 {
  background-color: #FF9999;
}
.bg-alert-100 {
  background-color: #FEECEC;
}
.bg-warning-500 {
  background-color: #CB7701;
}
.bg-warning-400 {
  background-color: #FAA628;
}
.bg-warning-300 {
  background-color: #FBC013;
}
.bg-warning-200 {
  background-color: #FFDD8F;
}
.bg-warning-100 {
  background-color: #FCF1CF;
}
.bg-success-500 {
  background-color: #005238;
}
.bg-success-400 {
  background-color: #009969;
}
.bg-success-300 {
  background-color: #0FBA85;
}
.bg-success-200 {
  background-color: #68F3C8;
}
.bg-success-100 {
  background-color: #BEFDEA;
}

/*! 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;
      -ms-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;
  overflow: hidden;
}
#swipebox-slider .slide .image-caption {
  white-space: normal;
}
#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 {
  max-width: 85%;
  max-height: 80vh;
  width: auto;
}
@media (min-width: 1460px) {
  #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 {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          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;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  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;
      -ms-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%;
}

/**
* Swiper 5.4.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://swiperjs.com
*
* Copyright 2014-2020 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: May 15, 2020
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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;
   -ms-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;
   -ms-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;
   -ms-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;
  -webkit-clip-path: inset(50%) !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;
}

.btn, .btn-small, .modal .apply a, .nav.utility-nav li a, .btn-x-small, .btn-medium, .quick-floorplan-finder input[type=submit], .btn-large {
  display: inline-block;
  text-align: center;
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  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);
  border-radius: 50px;
  text-transform: lowercase;
}
.btn:hover, .btn-small:hover, .modal .apply a:hover, .nav.utility-nav li a:hover, .btn-x-small:hover, .btn-medium:hover, .quick-floorplan-finder input[type=submit]:hover, .btn-large:hover {
  color: #FFFFFF;
}

.btn-large {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 24px 17px;
}
@media (min-width: 1024px) {
  .btn-large {
    padding: 13px 25px 17px 25px;
  }
}
@media (min-width: 1366px) {
  .btn-large {
    font-size: 18px;
    line-height: 26px;
  }
}

.btn-medium, .quick-floorplan-finder input[type=submit] {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 48px;
  padding: 6px 48px 11px;
}

.btn-x-small {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 12px;
}

.btn-small, .modal .apply a, .nav.utility-nav li a {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 28px 8px 19px;
}

.white-bg-rose-txt {
  background: #FFFFFF;
  color: #B88F91;
  border: 2px solid #FFFFFF;
}
.white-bg-rose-txt svg path {
  fill: #FFFFFF;
}
.white-bg-rose-txt:hover, .white-bg-rose-txt:active {
  background: #B88F91;
  border-color: #B88F91;
  color: #FFFFFF;
}
.white-bg-rose-txt:hover svg path, .white-bg-rose-txt:active svg path {
  fill: #FFFFFF;
}

.white-bg-sun-txt {
  background: #FFFFFF;
  color: #C8AB80;
  border: 2px solid #FFFFFF;
}
.white-bg-sun-txt svg path {
  fill: #FFFFFF;
}
.white-bg-sun-txt:hover, .white-bg-sun-txt:active {
  background: #C8AB80;
  border-color: #C8AB80;
  color: #FFFFFF;
}
.white-bg-sun-txt:hover svg path, .white-bg-sun-txt:active svg path {
  fill: #FFFFFF;
}

.white-bg-cobalt-txt {
  background: #FFFFFF;
  color: #005E72;
  border: 2px solid #FFFFFF;
}
.white-bg-cobalt-txt svg path {
  fill: #FFFFFF;
}
.white-bg-cobalt-txt:hover, .white-bg-cobalt-txt:active {
  background: #005E72;
  border-color: #005E72;
  color: #FFFFFF;
}
.white-bg-cobalt-txt:hover svg path, .white-bg-cobalt-txt:active svg path {
  fill: #FFFFFF;
}

.rose-bg {
  background: #B88F91;
  color: #FFFFFF;
  border: 2px solid #B88F91;
}
.rose-bg svg path {
  fill: #FFFFFF;
}
.rose-bg:hover, .rose-bg:active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #B88F91;
}
.rose-bg:hover svg path, .rose-bg:active svg path {
  fill: #B88F91;
}

.cobalt-bg {
  background: #005E72;
  color: #FFFFFF;
  border: 2px solid #005E72;
}
.cobalt-bg svg path {
  fill: #FFFFFF;
}
.cobalt-bg:hover, .cobalt-bg:active {
  background: #CCDEE3;
  border-color: #CCDEE3;
  color: #005E72;
}
.cobalt-bg:hover svg path, .cobalt-bg:active svg path {
  fill: #005E72;
}

.cobalt-light-bg {
  background: #CCDEE3;
  color: #005E72;
  border: 2px solid #CCDEE3;
}
.cobalt-light-bg svg path {
  fill: #FFFFFF;
}
.cobalt-light-bg:hover, .cobalt-light-bg:active {
  background: #005E72;
  border-color: #005E72;
  color: #CCDEE3;
}
.cobalt-light-bg:hover svg path, .cobalt-light-bg:active svg path {
  fill: #CCDEE3;
}

.sage-bg {
  background: #749698;
  color: #FFFFFF;
  border: 2px solid #749698;
}
.sage-bg svg path {
  fill: #FFFFFF;
}
.sage-bg:hover, .sage-bg:active {
  background: #E3EBEB;
  border-color: #E3EBEB;
  color: #749698;
}
.sage-bg:hover svg path, .sage-bg:active svg path {
  fill: #749698;
}

.sage-light-bg {
  background: #E3EBEB;
  color: #005E72;
  border: 2px solid #E3EBEB;
}
.sage-light-bg svg path {
  fill: #FFFFFF;
}
.sage-light-bg:hover, .sage-light-bg:active {
  background: #749698;
  border-color: #749698;
  color: #E3EBEB;
}
.sage-light-bg:hover svg path, .sage-light-bg:active svg path {
  fill: #E3EBEB;
}

.sun-bg {
  background: #C8AB80;
  color: #FFFFFF;
  border: 2px solid #C8AB80;
}
.sun-bg svg path {
  fill: #FFFFFF;
}
.sun-bg:hover, .sun-bg:active {
  background: #ac9067;
  border-color: #ac9067;
}
.sun-bg:hover svg path, .sun-bg:active svg path {
  fill: #FFFFFF;
}

.transparent-rose {
  background: transparent;
  color: #B88F91;
  border: 2px solid #B88F91;
}
.transparent-rose svg path {
  fill: #B88F91;
}
.transparent-rose:hover, .transparent-rose:active {
  background: #B88F91;
  border-color: #B88F91;
  color: #FFFFFF;
}
.transparent-rose:hover svg path, .transparent-rose:active svg path {
  fill: #FFFFFF;
}

.transparent-sun {
  background: transparent;
  color: #C8AB80;
  border: 2px solid #C8AB80;
}
.transparent-sun svg path {
  fill: #C8AB80;
}
.transparent-sun:hover, .transparent-sun:active {
  background: #C8AB80;
  border-color: #C8AB80;
  color: #FFFFFF;
}
.transparent-sun:hover svg path, .transparent-sun:active svg path {
  fill: #FFFFFF;
}

.transparent-cobalt {
  background: transparent;
  color: #005E72;
  border: 2px solid #005E72;
}
.transparent-cobalt svg path {
  fill: #005E72;
}
.transparent-cobalt:hover, .transparent-cobalt:active {
  background: #005E72;
  border-color: #005E72;
  color: #FFFFFF;
}
.transparent-cobalt:hover svg path, .transparent-cobalt:active svg path {
  fill: #FFFFFF;
}

.color-bg {
  background: #B88F91;
  color: #FFFFFF;
  border: 2px solid #B88F91;
}
.color-bg svg path {
  fill: #FFFFFF;
}
.color-bg:hover, .color-bg:active {
  background: #383D48;
  border-color: #383D48;
}
.color-bg:hover svg path, .color-bg:active svg path {
  fill: #FFFFFF;
}

.yellow-bg, .nav.utility-nav li:not(.sign-in) a {
  background: #DAA045;
  color: #B88F91;
}
.yellow-bg svg path, .nav.utility-nav li:not(.sign-in) a svg path {
  fill: #B88F91;
}
.yellow-bg:hover, .nav.utility-nav li:not(.sign-in) a:hover, .yellow-bg:active, .nav.utility-nav li:not(.sign-in) a:active {
  background: #B88F91;
  color: #FFFFFF;
}
.yellow-bg:hover svg path, .nav.utility-nav li:not(.sign-in) a:hover svg path, .yellow-bg:active svg path, .nav.utility-nav li:not(.sign-in) a:active svg path {
  fill: #FFFFFF;
}

.green-bg {
  background: #B88F91;
  color: #FFFFFF;
}
.green-bg svg path {
  fill: #FFFFFF;
}
.green-bg:hover, .green-bg:active {
  background: #DAA045;
  color: #B88F91;
}
.green-bg:hover svg path, .green-bg:active svg path {
  fill: #B88F91;
}

.white-on-green-bg, .quick-floorplan-finder input[type=submit] {
  background: #FFFFFF;
  color: #B88F91;
}
.white-on-green-bg svg path, .quick-floorplan-finder input[type=submit] svg path {
  fill: #B88F91;
}
.white-on-green-bg:hover, .quick-floorplan-finder input[type=submit]:hover, .white-on-green-bg:active, .quick-floorplan-finder input[type=submit]:active {
  background: #DAA045;
  color: #B88F91;
}
.white-on-green-bg:hover svg path, .quick-floorplan-finder input[type=submit]:hover svg path, .white-on-green-bg:active svg path, .quick-floorplan-finder input[type=submit]:active svg path {
  fill: #B88F91;
}

.white-on-peach-bg {
  background: #FFFFFF;
  color: #AF7860;
}
.white-on-peach-bg svg path {
  fill: #AF7860;
}
.white-on-peach-bg:hover, .white-on-peach-bg:active {
  background: #DAA045;
  color: #B88F91;
}
.white-on-peach-bg:hover svg path, .white-on-peach-bg:active svg path {
  fill: #B88F91;
}

.transparent-bg {
  color: #B88F91;
  background: transparent;
  border: 2px solid #B88F91;
}
.transparent-bg svg path {
  fill: #B88F91;
}
.transparent-bg:hover, .transparent-bg:active {
  background: #DAA045;
  border-color: #DAA045;
  color: #B88F91;
}
.transparent-bg:hover svg path, .transparent-bg:active svg path {
  fill: #B88F91;
}

.link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@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;
}

.text-btn {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}
.text-btn:after {
  content: "";
  margin-left: 8px;
  display: block;
  height: 16px;
  width: 9px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23B88F91%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;
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.text-btn:hover, .text-btn:active {
  color: #5A606D;
}
.text-btn:hover:after, .text-btn:active:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%235A606D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.btn-shape-standard {
  border-radius: 4px;
}

.btn-shape-rounded {
  border-radius: 40px;
  border: 2px solid;
}

.btn-shape-circle, .btn-shape-circle-focus-ring {
  padding: 0;
  border-radius: 100%;
}
.btn-shape-circle span, .btn-shape-circle-focus-ring span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-shape-circle-focus-ring {
  background: transparent;
  border: 4px solid #383D48;
}

.btn-shape-focus-ring, .promo-blocks .content .btn, .nav.utility-nav li.sign-in a {
  background: transparent;
  box-shadow: inset 0 0 0 2px;
  border-radius: 4px;
}
.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;
  -webkit-backface-visibility: hidden;
          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: 1024px) {
  .modal {
    width: 700px;
  }
}
.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%;
  opacity: 0.5;
}

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

.modal-overlay .close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
}
.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);
}

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

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

.nav-wrap {
  display: flex;
  flex-direction: column;
}
.desktop-nav {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-nav {
    display: flex;
    flex-direction: row;
  }
  .desktop-nav .main-nav {
    display: flex;
    align-items: center;
  }
  .desktop-nav .main-nav > ul {
    margin-top: 0;
  }
  .desktop-nav .main-nav li:hover > a {
    color: #DAA045;
  }
  .desktop-nav .sub-menu {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    padding: 8px 8px;
    left: -20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(56, 61, 72, 0.1);
    border-radius: 4px;
    top: calc(100% + 54px);
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .desktop-nav .sub-menu li {
    margin: 0;
  }
  .desktop-nav .sub-menu li a {
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
    color: #5A606D;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 8px;
    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);
  }
  .desktop-nav .sub-menu li a:hover, .desktop-nav .sub-menu li a:active {
    color: #5A606D;
    background: transparent;
    border-radius: 4px;
  }
  .desktop-nav .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }
  .desktop-nav .sub-menu li a span {
    white-space: nowrap;
  }
  .desktop-nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

.desktop-nav .main-nav > ul > li {
  margin: 0;
}
.desktop-nav .main-nav > ul > li:hover > a, .desktop-nav .main-nav > ul > li:active > a {
  color: #DAA045;
  background: transparent;
  border-radius: 4px;
}
.desktop-nav .main-nav > ul > li > a {
  white-space: nowrap;
  padding: 8px;
  border-radius: 4px;
}
.desktop-nav .main-nav > ul > li:last-of-type {
  margin-right: 0;
}

.desktop-nav .nav-arrow-wrap {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.desktop-nav .nav-arrow {
  fill: #7E889A;
  width: 12px;
  height: 8px;
}
.desktop-nav li:hover .nav-arrow, .desktop-nav li:active .nav-arrow {
  transform: rotate(180deg);
}

.main-nav ul {
  list-style-type: none;
}

@media (min-width: 1024px) {
  .desktop-nav .main-nav .sub-menu li.current-menu-item a {
    color: #5A606D;
  }
}

.main-nav .current-menu-item > a,
.main-nav .current-page-parent > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current-page-ancestor > a {
  color: #DAA045;
  background: transparent;
}
.main-nav .current-menu-item > a .desktop-navicon,
.main-nav .current-menu-item > a .desktop-navicon:after,
.main-nav .current-page-parent > a .desktop-navicon,
.main-nav .current-page-parent > a .desktop-navicon:after,
.main-nav .current-menu-ancestor > a .desktop-navicon,
.main-nav .current-menu-ancestor > a .desktop-navicon:after,
.main-nav .current-page-ancestor > a .desktop-navicon,
.main-nav .current-page-ancestor > a .desktop-navicon:after {
  background: #DAA045;
}

.main-nav .current-menu-item > a,
.main-nav .current-page-parent > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current-page-ancestor > a {
  border-radius: 4px;
}

.sub-nav .current-menu-item > a {
  color: #5A606D;
}
.sub-nav .current-menu-item > a:after {
  background: #5A606D;
}

.nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.nav ul li {
  white-space: nowrap;
  position: relative;
}
.nav ul li:hover, .nav ul li:active {
  outline: none;
  background: transparent;
}

@media (max-width: calc(1024px - 1px)) {
  .nav.utility-nav ul {
    flex-direction: column;
    align-items: center;
  }
  .nav.utility-nav ul li {
    width: 100%;
  }
  .nav.utility-nav ul li a {
    width: 100%;
  }
  .nav.utility-nav ul li:first-child {
    margin-bottom: 10px;
  }
}

.nav.utility-nav .social-menu li {
  margin-right: 0;
}
.nav.utility-nav .social-menu li a {
  padding: 8px 12px;
}
.nav.utility-nav .social-menu li:last-of-type a {
  padding-right: 0;
}

.nav a {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  letter-spacing: 0.25px;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav a:hover, .nav a:active {
  outline: none;
}
.nav a:hover, .nav a:active {
  outline: none;
}

.desktop-nav .utility-nav ul {
  margin-left: 32px;
  margin: 0;
  margin-left: min(2.222vw, 32px);
  padding: 0;
}
.nav.utility-nav li:not(.sign-in) a {
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav.utility-nav li:not(.sign-in) a:hover, .nav.utility-nav li:not(.sign-in) a:active {
  background: #5A606D;
}

.nav.utility-nav .social-menu li a {
  background: transparent;
  position: relative;
}
.nav.utility-nav .social-menu li a:hover, .nav.utility-nav .social-menu li a:active {
  background: transparent;
}
.nav.utility-nav .social-menu li a span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.nav.utility-nav li.sign-in a:hover, .nav.utility-nav li.sign-in a:active {
  color: #B88F91;
}

.utility-nav li {
  position: relative;
  display: flex;
  align-items: center;
}
.utility-nav li svg path {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.utility-nav li:hover svg path, .utility-nav li:active svg path {
  fill: #B88F91;
}
.utility-nav li:hover a, .utility-nav li:active a {
  color: #5A606D;
}

.icon svg {
  display: block;
}

@media (min-width: 1024px) {
  .icon-mail {
    margin-bottom: 1px;
  }
}

.close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding: 32px var(--lr-content-margin) 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 4px;
}
.close-mobile-menu svg path {
  stroke: #FFFFFF;
}

.mobile-nav {
  width: 75%;
  height: 100%;
  overflow-y: auto;
  background: #B88F91;
  top: 0;
  transition: right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  right: -100%;
  z-index: 11;
  box-shadow: -6px 4px 8px rgba(56, 61, 72, 0.1);
}
.mobile-nav .social-menu li {
  margin-bottom: 0;
}
.mobile-nav.open {
  right: 0;
}
.mobile-nav .search-link {
  display: none;
}
.mobile-nav .nav.utility-nav li:not(.sign-in) a {
  background: transparent;
  border: 2px solid #FFFFFF;
  width: auto;
  padding: 4px 14px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.footer .nav.main-nav ul li.search-link {
  display: none;
}

.mobile-nav .nav {
  padding: 0 var(--lr-content-margin);
  margin: var(--lr-content-margin) 0 24px;
}
.mobile-nav .nav ul {
  flex-direction: column;
  row-gap: 24px;
  margin: 0;
}
.mobile-nav .nav li a {
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.mobile-nav .nav a {
  width: 100%;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mobile-nav .nav a:hover, .mobile-nav .nav a:active {
    color: #FFFFFF;
  }
}
.mobile-nav .nav.utility-nav {
  margin: 28px 0;
  display: none;
}
.mobile-nav .nav.utility-nav ul {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.mobile-nav .nav.utility-nav ul.social-menu {
  justify-content: center;
}
.mobile-nav .nav.utility-nav ul.social-menu li {
  width: auto;
}
.mobile-nav .nav.utility-nav li {
  width: 100%;
}
.mobile-nav .nav.utility-nav li.contact-link {
  width: 100%;
  margin-bottom: 4px;
}
.mobile-nav .nav.utility-nav li.sign-in a {
  color: #5A606D;
}
.mobile-nav .nav.utility-nav a {
  color: #FFFFFF;
  padding: 12px 0;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.mobile-nav .nav.utility-nav a:hover, .mobile-nav .nav.utility-nav a:active {
  color: #FFFFFF;
}
.mobile-nav .nav .sub-menu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.mobile-nav .nav .sub-menu li {
  margin-top: 4px;
  margin-bottom: 8px;
}
.mobile-nav .nav .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-nav .nav .sub-menu li a {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.mobile-nav .nav li.open .sub-menu {
  max-height: 500px;
}

.mobile-nav .contact-info {
  padding: 0 var(--lr-content-margin);
  margin: var(--lr-content-margin) 0 48px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.mobile-nav .contact-info .column.contact {
  order: -1;
}
.mobile-nav .contact-info h3 {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.5;
}
.mobile-nav .contact-info p {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin: 6px 0 0;
}
.mobile-nav .contact-info p a {
  color: #FFFFFF;
}

.mobile-nav-info {
  padding: 20px;
}
.mobile-nav-info p,
.mobile-nav-info a {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.mobile-nav-info a {
  text-decoration: underline;
}

.navicon-button {
  display: inline-block;
  display: block;
  position: relative;
  padding: 7px 0;
  transition: 0.1s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 1;
}
.navicon-button .navicon:before,
.navicon-button .navicon:after {
  transition: 0.1s;
}

.navicon {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  background: #383D48;
  transition: 0.2s;
  border-radius: 0;
  float: right;
}
.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 22px;
  background: #383D48;
  position: absolute;
  z-index: -1;
  transition: all 0.1s;
  border-radius: 0;
}
.open .navicon:before, .open .navicon:after {
  background: #B88F91;
}
.navicon:before {
  top: 6px;
}
.navicon:after {
  top: -6px;
}

.open:not(.steps) .navicon:before,
.open:not(.steps) .navicon:after {
  top: 0 !important;
}

.open .navicon:before,
.open .navicon:after {
  transition: 0.2s;
}

/* Minus */
.open {
  transform: scale(1);
}

/* × and + */
.open.plus .navicon,
.open.x .navicon {
  background: transparent;
}
.open.plus .navicon:before,
.open.x .navicon:before {
  transform: rotate(-45deg);
}
.open.plus .navicon:after,
.open.x .navicon:after {
  transform: rotate(45deg);
}

.open.plus {
  transform: scale(1) rotate(45deg);
}

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

.mobile-navicon-button {
  cursor: pointer;
  padding: 0 13px 0 0;
  margin-left: 16px;
  transition: 0.1s;
  opacity: 0.9;
}
.mobile-navicon-button .navicon:after {
  transition: 0.1s;
}

.mobile-navicon {
  display: block;
  position: relative;
  width: 22px;
  height: 2px;
  background: #5A606D;
  transition: 0.2s;
}
.mobile-navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 22px;
  background: #5A606D;
  z-index: -1;
  transition: 0.2s 0.1s;
}
.mobile-navicon:after {
  transform: rotate(90deg);
}

/* Transforming into - */
.mobile-navicon-button.open .mobile-navicon:after {
  transform: rotate(0deg);
}

.desktop-navicon-button {
  cursor: pointer;
  transition: 0.2s/2;
  opacity: 0.9;
}
.desktop-navicon-button .navicon:after {
  transition: 0.2s/2;
}

.desktop-navicon {
  display: block;
  position: relative;
  width: 8px;
  height: 1px;
  background: #383D48;
  transition: 0.2s;
  margin-left: 4px;
  transition: background 0.2s ease-in-out;
}
.desktop-navicon:after {
  display: block;
  content: "";
  height: 1px;
  width: 8px;
  background: #383D48;
  z-index: -1;
  transition: 0.2s 0.2s/2;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.desktop-navicon:after {
  transform: rotate(90deg);
}

.nav li:hover a .desktop-navicon,
.nav li:hover a .desktop-navicon:after {
  background: #B88F91;
  transform: rotate(0deg);
}

/* Transforming into - */
li.open .desktop-navicon-button .desktop-navicon:after {
  transform: rotate(0deg);
}

@media (min-width: 1024px) {
  .header.flex {
    display: flex;
    align-items: center;
    padding: 32px var(--lr-content-margin);
    padding: 0;
    margin: 0 auto;
    max-width: none;
  }
  .header.flex.with-specials-bar {
    padding: 0;
  }
  .header.flex .header-wrap.flex {
    padding: 32px var(--lr-content-margin);
    margin: 0 auto;
  }
}
@media (min-width: 1352px) {
  .header.flex .header-wrap.flex {
    padding: 32px 0;
  }
}

.header-wrap.flex {
  display: none;
  max-width: var(--module-max-width);
}
@media (min-width: 1024px) {
  .header-wrap.flex {
    display: flex;
  }
}

@media (max-width: calc(1366px - 1px)) {
  .header.standard_nav .header-wrap {
    flex-direction: column;
  }
  .header.standard_nav .header-wrap .nav {
    margin-top: 16px;
  }
}
@media (min-width: 1366px) {
  .header.standard_nav .header-wrap {
    justify-content: space-between;
  }
}

.header.fully_centered_nav .header-wrap {
  flex-direction: column;
}
.header.fully_centered_nav .header-wrap .nav {
  margin-top: 16px;
}

.gform_body label,
.gform_body legend {
  color: #B88F91;
  font-weight: bold;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .gform_body label,
.gform_body legend {
    font-size: 14px;
    line-height: 24px;
  }
}

.gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 12px 32px;
  background: #B88F91;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  border-top-right-radius: 25px;
  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);
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
}
.gform_button:hover, .gform_button:active {
  background: #AD762A;
  color: #FFFFFF;
}
.gform_button:disabled {
  background: #F1F3F9;
  color: #C7CED6;
  cursor: not-allowed;
}
.gform_button:disabled:hover, .gform_button:disabled:active {
  background: #F1F3F9;
  color: #C7CED6;
}

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

.gform_wrapper.gravity-theme form {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.gform_wrapper.gravity-theme form .gform_fields {
  row-gap: 16px;
}
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=file],
.gform_wrapper.gravity-theme form textarea {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #C7CED6;
  max-width: 100%;
  background: transparent;
}
.gform_wrapper.gravity-theme form input[type=text]:focus,
.gform_wrapper.gravity-theme form input[type=email]:focus,
.gform_wrapper.gravity-theme form input[type=url]:focus,
.gform_wrapper.gravity-theme form input[type=tel]:focus,
.gform_wrapper.gravity-theme form input[type=number]:focus,
.gform_wrapper.gravity-theme form input[type=file]:focus,
.gform_wrapper.gravity-theme form textarea:focus {
  outline: none;
  border: 2px solid #7E889A;
}

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 #7E889A;
  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: Quasimoda-regular, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
}
.ginput_container_date input {
  width: 100%;
}
.ginput_container_date:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  background: url("../../../files/svg/calendar-icon.svg") no-repeat 0 0 transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}

.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: #A1A096;
}

[placeholder] {
  color: #A1A096;
}

::-webkit-input-placeholder {
  color: #A1A096;
}

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

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

:-ms-input-placeholder {
  color: #A1A096;
}

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

.select2-container--open .select2-dropdown--below {
  border-radius: 4px;
  overflow: hidden;
}

.select2-dropdown {
  box-shadow: 0px 6px 12px rgba(56, 61, 72, 0.1);
  background: #FFFFFF;
  border: 2px solid #B88F91 !important;
  border-radius: 4px;
}
.select2-dropdown.select2-dropdown--below {
  margin-top: 1px;
  padding: 8px;
}

.admin-bar .select2-dropdown.select2-dropdown--below {
  margin-top: 31px;
  padding: 8px;
}
.admin-bar .select2-dropdown.select2-dropdown--above {
  margin-top: 31px;
}

.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 24px;
  color: #A1A096;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #FFFFFF;
  padding: 12px 24px;
}
@media (min-width: 1024px) {
  .select2-container--default .select2-results__option {
    font-size: 16px;
    line-height: 24px;
  }
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #FFFFFF;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FFFFFF;
  color: #B88F91;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  position: relative;
  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);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 18px;
  left: 0;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2215%22%20viewBox%3D%220%200%2018%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%205.91304L7.2973%2012L16%202%22%20stroke%3D%22%234E5E3D%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:active {
  color: #B88F91;
  background: transparent;
  border-radius: 4px;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #C7CED6;
  max-width: 100%;
  background: transparent;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #7E889A;
}

.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-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered:hover, .select2-container .select2-selection--single .select2-selection__rendered:active {
  outline: none;
}

.selection:hover, .selection:active {
  outline: none;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 13px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 13px;
  border: none;
  width: 13px;
  height: 8px;
  top: 16px;
  right: 16px;
  left: initial;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  display: block;
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.gfield_select {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #444;
  padding: 12px 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: inset 1px 1px 1px #C7CED6, inset -1px -1px 1px #C7CED6;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.56 1L8.53001 7.03001C8.38951 7.1707 8.19884 7.24976 8.00001 7.24976C7.80118 7.24976 7.61051 7.1707 7.47001 7.03001L1.43999 1' stroke='%237E889A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
.gfield_select:hover, .gfield_select:active {
  outline: none;
}

/* Hide arrow icon in IE browsers */
.gfield_select::-ms-expand {
  display: none;
}

.gfield_select option {
  font-weight: normal;
}

*[dir=rtl] .gfield_select,
:root:lang(ar) .gfield_select,
:root:lang(iw) .gfield_select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.ginput_container_checkbox li:first-of-type {
  margin-top: 0;
}
.ginput_container_checkbox li:last-of-type {
  margin-bottom: 0;
}

.gform_body input[type=checkbox],
.sidebar-filters input[type=checkbox] {
  display: none;
}
.gform_body input[type=checkbox] + label,
.sidebar-filters input[type=checkbox] + label {
  color: #005E72;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  display: block;
  text-align: left;
  background: transparent;
  position: relative;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 32px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gform_body input[type=checkbox] + label,
.sidebar-filters input[type=checkbox] + label {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
  }
}
.gform_body input[type=checkbox] + label:hover,
.sidebar-filters input[type=checkbox] + label:hover {
  cursor: pointer;
}
.gform_body input[type=checkbox] + label:before,
.sidebar-filters input[type=checkbox] + label:before {
  content: "";
  background-color: transparent;
  position: absolute;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: -32px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #005E72;
}
.gform_body input[type=checkbox]:checked + label:before,
.sidebar-filters input[type=checkbox]:checked + label:before {
  border: 2px solid #005E72;
  border-radius: 4px;
}
.gform_body input[type=checkbox] + label:after,
.sidebar-filters input[type=checkbox] + label:after {
  content: "";
  background-color: transparent;
  position: absolute;
  transition: background 0.25s ease-out, opacity 0.25s ease-out;
  width: 13px;
  height: 12px;
  left: -28px;
  top: 5px;
}
.gform_body input[type=checkbox] + label:after:hover,
.sidebar-filters input[type=checkbox] + label:after:hover {
  cursor: pointer;
}
.gform_body input[type=checkbox]:checked + label:after,
.sidebar-filters input[type=checkbox]:checked + 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%23005E72%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  width: 28px;
  height: 24px;
  left: -34px;
  top: -2px;
  background-size: 100%;
}
.gform_body.mobile-only input[type=checkbox] + label,
.sidebar-filters.mobile-only input[type=checkbox] + label {
  color: #005E72 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .gform_body.mobile-only input[type=checkbox] + label,
.sidebar-filters.mobile-only input[type=checkbox] + label {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
  }
}

.post-list .sidebar-filters input[type=checkbox]:checked + label {
  color: #B88F91;
}
.post-list .sidebar-filters input[type=checkbox] + label {
  color: #005E72;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
  color: #B88F91;
  display: block;
  text-align: left;
  background: transparent;
  position: relative;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 32px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-list .sidebar-filters input[type=checkbox] + label {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
  }
}
.post-list .sidebar-filters input[type=checkbox] + label:before {
  border: 2px solid #B88F91;
}
.post-list .sidebar-filters input[type=checkbox]:checked + label:before {
  border: 2px solid #B88F91;
}
.post-list .sidebar-filters input[type=checkbox]:checked + 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%23B88F91%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.ginput_container_radio li:first-of-type {
  margin-top: 0;
}
.ginput_container_radio li:last-of-type {
  margin-bottom: 0;
}

input[type=radio] + label {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 24px;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  text-align: left;
  background: transparent;
  color: #5A606D;
  opacity: 1;
  position: relative;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  margin-left: 32px;
  margin-bottom: 0;
  color: #B88F91;
  opacity: 0.5;
}
@media (min-width: 768px) {
  input[type=radio] + label {
    font-size: 16px;
    line-height: 24px;
  }
}

input[type=radio]:checked + label {
  color: #B88F91;
  opacity: 1;
}

input[type=radio] + label:hover {
  cursor: pointer;
}

input[type=radio] + label:before {
  content: "";
  background-color: transparent;
  position: absolute;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: -32px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #B88F91;
}

input[type=radio]:checked + label:before {
  border: 2px solid #B88F91;
  border-radius: 100%;
}

input[type=radio] + label:after {
  content: "";
  background-color: transparent;
  position: absolute;
  transition: background 0.25s ease-out, opacity 0.25s ease-out;
  width: 24px;
  height: 24px;
  left: -32px;
  top: 5px;
  border-radius: 24px;
}

input[type=radio] + label:after:hover {
  cursor: pointer;
}

input[type=radio]:checked + label:after {
  background-color: #B88F91;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  left: -27px;
}

.sidebar-filters.mobile-only input[type=radio] + label {
  color: #B88F91 !important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sidebar-filters.mobile-only input[type=radio] + label {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 24px;
  }
}
.sidebar-filters.mobile-only input[type=radio] + label:before {
  border: 2px solid #B88F91;
}
.sidebar-filters.mobile-only input[type=radio]:checked + label:after {
  background: #B88F91;
}

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

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

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

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

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #666;
}

.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 {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(/wp-content/plugins/gravityforms/images/datepicker/arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1", GradientType=0);
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede", GradientType=0);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

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

.gfield_required {
  color: #800A0A;
}

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

.gfield_description.validation_message,
.instruction.validation_message {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

.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: #F03D3D;
}

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

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

.hbspt-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form textarea {
  min-height: 150px;
}
.hbspt-form .actions {
  display: flex;
  justify-content: center;
}
.hbspt-form input[type=submit] {
  width: auto !important;
  margin: 0 auto !important;
}
.hbspt-form .hs-form-booleancheckbox span {
  line-height: 1;
}
.hbspt-form .hs-form-booleancheckbox input {
  width: auto !important;
}
.hbspt-form .hs-form-booleancheckbox label {
  display: flex !important;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.hbspt-form fieldset > div {
  margin: 0 0 16px;
}
.hbspt-form select {
  color: #A1A096;
}
.hbspt-form input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 12px 32px;
  background: #B88F91;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  border-top-right-radius: 25px;
  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);
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
}
.hbspt-form input[type=submit]:hover, .hbspt-form input[type=submit]:active {
  background: #AD762A;
  color: #FFFFFF;
}
.hbspt-form input[type=submit]:disabled {
  background: #F1F3F9;
  color: #C7CED6;
  cursor: not-allowed;
}
.hbspt-form input[type=submit]:disabled:hover, .hbspt-form input[type=submit]:disabled:active {
  background: #F1F3F9;
  color: #C7CED6;
}
.hbspt-form .hs-input {
  width: 100% !important;
}
.hbspt-form .hs-form-field label {
  color: #B88F91;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
.hbspt-form ul.inputs-list {
  padding: 0;
  margin-top: 4px;
}
.hbspt-form ul.inputs-list li {
  list-style-type: none;
  line-height: 1.231;
  font-size: 12px;
}
.hbspt-form .hs-submit {
  margin-top: 4px;
}
.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=url],
.hbspt-form input[type=tel],
.hbspt-form input[type=number],
.hbspt-form input[type=file],
.hbspt-form textarea,
.hbspt-form select,
.hbspt-form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #FFFFFF;
  max-width: 100%;
  background: #FFFFFF;
}
.hbspt-form input[type=text]:focus,
.hbspt-form input[type=email]:focus,
.hbspt-form input[type=url]:focus,
.hbspt-form input[type=tel]:focus,
.hbspt-form input[type=number]:focus,
.hbspt-form input[type=file]:focus,
.hbspt-form textarea:focus,
.hbspt-form select:focus,
.hbspt-form .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #B88F91;
}
.hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}
.sidebar-wrapper .hbspt-form input[type=text],
.sidebar-wrapper .hbspt-form input[type=email],
.sidebar-wrapper .hbspt-form input[type=url],
.sidebar-wrapper .hbspt-form input[type=tel],
.sidebar-wrapper .hbspt-form input[type=number],
.sidebar-wrapper .hbspt-form input[type=file],
.sidebar-wrapper .hbspt-form textarea,
.sidebar-wrapper .hbspt-form select {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #B88F91;
  max-width: 100%;
  background: #FFFFFF;
  color: #B88F91;
}
.sidebar-wrapper .hbspt-form input[type=text]:focus,
.sidebar-wrapper .hbspt-form input[type=email]:focus,
.sidebar-wrapper .hbspt-form input[type=url]:focus,
.sidebar-wrapper .hbspt-form input[type=tel]:focus,
.sidebar-wrapper .hbspt-form input[type=number]:focus,
.sidebar-wrapper .hbspt-form input[type=file]:focus,
.sidebar-wrapper .hbspt-form textarea:focus,
.sidebar-wrapper .hbspt-form select:focus {
  outline: none;
  border: 2px solid #B88F91;
}
.sidebar-wrapper .hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}
.landing-page-content .hbspt-form input[type=text],
.landing-page-content .hbspt-form input[type=email],
.landing-page-content .hbspt-form input[type=url],
.landing-page-content .hbspt-form input[type=tel],
.landing-page-content .hbspt-form input[type=number],
.landing-page-content .hbspt-form input[type=file],
.landing-page-content .hbspt-form textarea,
.landing-page-content .hbspt-form select {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #C8AB80;
  max-width: 100%;
  background: #FFFFFF;
  color: #C8AB80;
  border-radius: 50px;
}
.landing-page-content .hbspt-form input[type=text]:focus,
.landing-page-content .hbspt-form input[type=email]:focus,
.landing-page-content .hbspt-form input[type=url]:focus,
.landing-page-content .hbspt-form input[type=tel]:focus,
.landing-page-content .hbspt-form input[type=number]:focus,
.landing-page-content .hbspt-form input[type=file]:focus,
.landing-page-content .hbspt-form textarea:focus,
.landing-page-content .hbspt-form select:focus {
  outline: none;
  border: 2px solid #C8AB80;
}
.landing-page-content .hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}
.landing-page-content .hbspt-form input[type=submit] {
  width: 100% !important;
}

#contact-form .hbspt-form form {
  max-width: 600px;
  margin: 0 auto;
}
#contact-form .hbspt-form input[type=text],
#contact-form .hbspt-form input[type=email],
#contact-form .hbspt-form input[type=url],
#contact-form .hbspt-form input[type=tel],
#contact-form .hbspt-form input[type=number],
#contact-form .hbspt-form input[type=file],
#contact-form .hbspt-form textarea,
#contact-form .hbspt-form select,
#contact-form .hbspt-form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #B88F91;
  max-width: 100%;
  background: #FFFFFF;
  color: #B88F91;
}
#contact-form .hbspt-form input[type=text]:focus,
#contact-form .hbspt-form input[type=email]:focus,
#contact-form .hbspt-form input[type=url]:focus,
#contact-form .hbspt-form input[type=tel]:focus,
#contact-form .hbspt-form input[type=number]:focus,
#contact-form .hbspt-form input[type=file]:focus,
#contact-form .hbspt-form textarea:focus,
#contact-form .hbspt-form select:focus,
#contact-form .hbspt-form .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #B88F91;
}
#contact-form .hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}

#green-bg .hbspt-form form {
  max-width: 600px;
  margin: 0 auto;
}
#green-bg .hbspt-form .hs-form-field label {
  color: #FFFFFF;
}
#green-bg .hbspt-form input[type=text],
#green-bg .hbspt-form input[type=email],
#green-bg .hbspt-form input[type=url],
#green-bg .hbspt-form input[type=tel],
#green-bg .hbspt-form input[type=number],
#green-bg .hbspt-form input[type=file],
#green-bg .hbspt-form textarea,
#green-bg .hbspt-form select,
#green-bg .hbspt-form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #FFFFFF;
  max-width: 100%;
  background: transparent;
  color: #FFFFFF;
}
#green-bg .hbspt-form input[type=text]:focus,
#green-bg .hbspt-form input[type=email]:focus,
#green-bg .hbspt-form input[type=url]:focus,
#green-bg .hbspt-form input[type=tel]:focus,
#green-bg .hbspt-form input[type=number]:focus,
#green-bg .hbspt-form input[type=file]:focus,
#green-bg .hbspt-form textarea:focus,
#green-bg .hbspt-form select:focus,
#green-bg .hbspt-form .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #FFFFFF;
}
#green-bg .hbspt-form input[type=submit] {
  background: #FFFFFF;
  color: #B88F91;
}
#green-bg .hbspt-form input[type=submit]:hover, #green-bg .hbspt-form input[type=submit]:active {
  background: #DAA045;
}
#green-bg .hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}

.hbspt-form .submitted-message p {
  text-align: center;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 1024px) {
  .hbspt-form .submitted-message p {
    font-size: 18px;
    line-height: 26px;
  }
}

.tab-nav {
  display: flex;
  border-bottom: 1px solid #F1F3F9;
}
@media (min-width: 768px) {
  .tab-nav {
    display: block;
  }
}

.tab-nav a {
  position: relative;
  font-weight: bold;
  margin-right: 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #C7CED6;
}
@media (min-width: 768px) {
  .tab-nav a {
    font-size: 28px;
    line-height: 42px;
    margin-right: 64px;
  }
  .tab-nav a:hover, .tab-nav a:active {
    outline: none;
  }
  .tab-nav a:hover {
    color: #383D48;
  }
  .tab-nav a:hover:after {
    background: #B88F91;
  }
}
.tab-nav a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 3px;
  width: 100%;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tab-nav a.active-tab {
  color: #383D48;
}
.tab-nav a.active-tab:after {
  background: #B88F91;
}

:root {
  --module-tb-margin: 56px;
  --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 {
    --module-tb-margin: 72px;
    --gutter-width: 30px;
    --outer-margin: 30px;
  }
}
@media (min-width: 1366px) {
  :root {
    --gutter-width: 40px;
    --outer-margin: 0;
  }
}

.col {
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

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

.flex-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--gutter-width);
}
.flex-grid .flex-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--gutter-width);
}
.flex-grid .flex-row.center-content {
  align-items: center;
}
.flex-grid .flex-row.space-between {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .flex-grid .flex-row {
    flex-direction: row;
    -moz-column-gap: var(--gutter-width);
         column-gap: var(--gutter-width);
  }
  .flex-grid .flex-row.center-content {
    align-items: flex-start;
    justify-content: center;
  }
  .flex-grid .flex-row .flex-col {
    flex: 1;
  }
}

.grid-container-bleed {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.grid-container-fluid,
.grid-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1256px;
}

.grid-container-fluid {
  max-width: var(--module-max-width);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}

.box-row {
  background: #B88F91;
  min-height: 150px;
}

.box-row-2 {
  background: #66A3FF;
}

.row {
  min-width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem);
}
.row > div {
  margin-bottom: var(--gutter-width);
}
.grid-container-bleed .row {
  margin-right: 0;
  margin-left: 0;
}
.grid-container-bleed .row > div {
  margin-bottom: 0;
}

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  flex: 0 0 auto;
}
.grid-container .col-xs, .grid-container-fluid .col-xs,
.grid-container .col-xs-1,
.grid-container-fluid .col-xs-1,
.grid-container .col-xs-2,
.grid-container-fluid .col-xs-2,
.grid-container .col-xs-3,
.grid-container-fluid .col-xs-3,
.grid-container .col-xs-4,
.grid-container-fluid .col-xs-4,
.grid-container .col-xs-5,
.grid-container-fluid .col-xs-5,
.grid-container .col-xs-6,
.grid-container-fluid .col-xs-6,
.grid-container .col-xs-7,
.grid-container-fluid .col-xs-7,
.grid-container .col-xs-8,
.grid-container-fluid .col-xs-8,
.grid-container .col-xs-9,
.grid-container-fluid .col-xs-9,
.grid-container .col-xs-10,
.grid-container-fluid .col-xs-10,
.grid-container .col-xs-11,
.grid-container-fluid .col-xs-11,
.grid-container .col-xs-12,
.grid-container-fluid .col-xs-12,
.grid-container .col-xs-offset-0,
.grid-container-fluid .col-xs-offset-0,
.grid-container .col-xs-offset-1,
.grid-container-fluid .col-xs-offset-1,
.grid-container .col-xs-offset-2,
.grid-container-fluid .col-xs-offset-2,
.grid-container .col-xs-offset-3,
.grid-container-fluid .col-xs-offset-3,
.grid-container .col-xs-offset-4,
.grid-container-fluid .col-xs-offset-4,
.grid-container .col-xs-offset-5,
.grid-container-fluid .col-xs-offset-5,
.grid-container .col-xs-offset-6,
.grid-container-fluid .col-xs-offset-6,
.grid-container .col-xs-offset-7,
.grid-container-fluid .col-xs-offset-7,
.grid-container .col-xs-offset-8,
.grid-container-fluid .col-xs-offset-8,
.grid-container .col-xs-offset-9,
.grid-container-fluid .col-xs-offset-9,
.grid-container .col-xs-offset-10,
.grid-container-fluid .col-xs-offset-10,
.grid-container .col-xs-offset-11,
.grid-container-fluid .col-xs-offset-11,
.grid-container .col-xs-offset-12,
.grid-container-fluid .col-xs-offset-12 {
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

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

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

.around-xs {
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 480px) {
  .grid-container {
    width: var(--container-sm, 46rem);
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    flex: 0 0 auto;
  }
  .grid-container .col-sm, .grid-container-fluid .col-sm,
.grid-container .col-sm-1,
.grid-container-fluid .col-sm-1,
.grid-container .col-sm-2,
.grid-container-fluid .col-sm-2,
.grid-container .col-sm-3,
.grid-container-fluid .col-sm-3,
.grid-container .col-sm-4,
.grid-container-fluid .col-sm-4,
.grid-container .col-sm-5,
.grid-container-fluid .col-sm-5,
.grid-container .col-sm-6,
.grid-container-fluid .col-sm-6,
.grid-container .col-sm-7,
.grid-container-fluid .col-sm-7,
.grid-container .col-sm-8,
.grid-container-fluid .col-sm-8,
.grid-container .col-sm-9,
.grid-container-fluid .col-sm-9,
.grid-container .col-sm-10,
.grid-container-fluid .col-sm-10,
.grid-container .col-sm-11,
.grid-container-fluid .col-sm-11,
.grid-container .col-sm-12,
.grid-container-fluid .col-sm-12,
.grid-container .col-sm-offset-0,
.grid-container-fluid .col-sm-offset-0,
.grid-container .col-sm-offset-1,
.grid-container-fluid .col-sm-offset-1,
.grid-container .col-sm-offset-2,
.grid-container-fluid .col-sm-offset-2,
.grid-container .col-sm-offset-3,
.grid-container-fluid .col-sm-offset-3,
.grid-container .col-sm-offset-4,
.grid-container-fluid .col-sm-offset-4,
.grid-container .col-sm-offset-5,
.grid-container-fluid .col-sm-offset-5,
.grid-container .col-sm-offset-6,
.grid-container-fluid .col-sm-offset-6,
.grid-container .col-sm-offset-7,
.grid-container-fluid .col-sm-offset-7,
.grid-container .col-sm-offset-8,
.grid-container-fluid .col-sm-offset-8,
.grid-container .col-sm-offset-9,
.grid-container-fluid .col-sm-offset-9,
.grid-container .col-sm-offset-10,
.grid-container-fluid .col-sm-offset-10,
.grid-container .col-sm-offset-11,
.grid-container-fluid .col-sm-offset-11,
.grid-container .col-sm-offset-12,
.grid-container-fluid .col-sm-offset-12 {
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

  .around-sm {
    justify-content: space-around;
  }

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

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .grid-container {
    width: var(--container-md, 61rem);
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    flex: 0 0 auto;
  }
  .grid-container .col-md, .grid-container-fluid .col-md,
.grid-container .col-md-1,
.grid-container-fluid .col-md-1,
.grid-container .col-md-2,
.grid-container-fluid .col-md-2,
.grid-container .col-md-3,
.grid-container-fluid .col-md-3,
.grid-container .col-md-4,
.grid-container-fluid .col-md-4,
.grid-container .col-md-5,
.grid-container-fluid .col-md-5,
.grid-container .col-md-6,
.grid-container-fluid .col-md-6,
.grid-container .col-md-7,
.grid-container-fluid .col-md-7,
.grid-container .col-md-8,
.grid-container-fluid .col-md-8,
.grid-container .col-md-9,
.grid-container-fluid .col-md-9,
.grid-container .col-md-10,
.grid-container-fluid .col-md-10,
.grid-container .col-md-11,
.grid-container-fluid .col-md-11,
.grid-container .col-md-12,
.grid-container-fluid .col-md-12,
.grid-container .col-md-offset-0,
.grid-container-fluid .col-md-offset-0,
.grid-container .col-md-offset-1,
.grid-container-fluid .col-md-offset-1,
.grid-container .col-md-offset-2,
.grid-container-fluid .col-md-offset-2,
.grid-container .col-md-offset-3,
.grid-container-fluid .col-md-offset-3,
.grid-container .col-md-offset-4,
.grid-container-fluid .col-md-offset-4,
.grid-container .col-md-offset-5,
.grid-container-fluid .col-md-offset-5,
.grid-container .col-md-offset-6,
.grid-container-fluid .col-md-offset-6,
.grid-container .col-md-offset-7,
.grid-container-fluid .col-md-offset-7,
.grid-container .col-md-offset-8,
.grid-container-fluid .col-md-offset-8,
.grid-container .col-md-offset-9,
.grid-container-fluid .col-md-offset-9,
.grid-container .col-md-offset-10,
.grid-container-fluid .col-md-offset-10,
.grid-container .col-md-offset-11,
.grid-container-fluid .col-md-offset-11,
.grid-container .col-md-offset-12,
.grid-container-fluid .col-md-offset-12 {
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

  .around-md {
    justify-content: space-around;
  }

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

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .grid-container {
    width: var(--container-lg, 71rem);
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    flex: 0 0 auto;
  }
  .grid-container .col-lg,
.grid-container .col-lg-1,
.grid-container .col-lg-2,
.grid-container .col-lg-3,
.grid-container .col-lg-4,
.grid-container .col-lg-5,
.grid-container .col-lg-6,
.grid-container .col-lg-7,
.grid-container .col-lg-8,
.grid-container .col-lg-9,
.grid-container .col-lg-10,
.grid-container .col-lg-11,
.grid-container .col-lg-12,
.grid-container .col-lg-offset-0,
.grid-container .col-lg-offset-1,
.grid-container .col-lg-offset-2,
.grid-container .col-lg-offset-3,
.grid-container .col-lg-offset-4,
.grid-container .col-lg-offset-5,
.grid-container .col-lg-offset-6,
.grid-container .col-lg-offset-7,
.grid-container .col-lg-offset-8,
.grid-container .col-lg-offset-9,
.grid-container .col-lg-offset-10,
.grid-container .col-lg-offset-11,
.grid-container .col-lg-offset-12 {
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

  .around-lg {
    justify-content: space-around;
  }

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

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.search-link a {
  position: relative;
  overflow: hidden;
  text-indent: -999em;
}
.search-link a span {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}
.search-link a:after {
  content: "";
  position: relative;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.95%2016.2201C13.4185%2015.5984%2014.6695%2014.5551%2015.5449%2013.2223C16.4203%2011.8894%2016.8806%2010.3271%2016.8677%208.73252C16.8548%207.13798%2016.3692%205.58299%2015.4724%204.2645C14.5756%202.94601%2013.3078%201.9233%2011.8294%201.32554C10.3511%200.727771%208.72871%200.581791%207.16749%200.906346C5.60628%201.2309%204.17641%202.01136%203.05882%203.14878C1.94123%204.2862%201.18614%205.72956%200.88908%207.29624C0.592022%208.86292%200.766364%2010.4825%201.39003%2011.95C2.22532%2013.9156%203.80658%2015.4693%205.78654%2016.2699C7.7665%2017.0705%209.98328%2017.0526%2011.95%2016.2201Z%22%20stroke%3D%22%23383D48%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.5%2014.4901L20.75%2020.7401%22%20stroke%3D%22%23383D48%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin: auto 0;
  transition: background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.desktop-nav .main-nav > ul > li.search-link a:hover, .desktop-nav .main-nav > ul > li.search-link a:active {
  background: transparent;
}
.desktop-nav .main-nav > ul > li.search-link a:hover:after, .desktop-nav .main-nav > ul > li.search-link a:active:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.95%2016.2201C13.4185%2015.5984%2014.6695%2014.5551%2015.5449%2013.2223C16.4203%2011.8894%2016.8806%2010.3271%2016.8677%208.73252C16.8548%207.13798%2016.3692%205.58299%2015.4724%204.2645C14.5756%202.94601%2013.3078%201.9233%2011.8294%201.32554C10.3511%200.727771%208.72871%200.581791%207.16749%200.906346C5.60628%201.2309%204.17641%202.01136%203.05882%203.14878C1.94123%204.2862%201.18614%205.72956%200.88908%207.29624C0.592022%208.86292%200.766364%2010.4825%201.39003%2011.95C2.22532%2013.9156%203.80658%2015.4693%205.78654%2016.2699C7.7665%2017.0705%209.98328%2017.0526%2011.95%2016.2201Z%22%20stroke%3D%22%23B88F91%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14.5%2014.4901L20.75%2020.7401%22%20stroke%3D%22%23B88F91%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

#searchform {
  display: flex;
  flex-direction: column;
}

form#searchform input[type=text] {
  width: 100%;
}

.search-label {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  text-transform: none;
}

.search-pop-up {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 0%;
  width: 100%;
  z-index: 9998;
  background-color: #B88F91;
  opacity: 1;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
.search-pop-up form {
  padding: 38px 32px 0 32px;
}
@media (min-width: 896px) {
  .search-pop-up form {
    padding: 38px 48px 0 48px;
  }
}
@media (min-width: 1275px) {
  .search-pop-up form {
    padding: 38px 56px 0 56px;
  }
}
.search-pop-up input[type=text] {
  border: none;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding: 0 0 18px;
  overflow: hidden;
  word-break: break-word;
  color: #FFFFFF;
  text-indent: 0;
  position: relative;
  padding-left: 0;
  background-color: transparent;
  height: auto;
  font-size: 3em;
  border-radius: 0;
  outline: 0;
  margin-top: 25px;
}
.search-pop-up label {
  font-size: 24px;
  color: #FFFFFF;
}
.search-pop-up .search-close {
  margin: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2228%22%20height%3D%2229%22%20viewBox%3D%220%200%2028%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.14%2014.37L27.38%203.08999L24.96%200.679993L13.69%2011.93L2.41%200.679993L0%203.08999L11.25%2014.37L0.03%2025.66L2.44%2028.07L13.69%2016.82L24.96%2028.04L27.38%2025.62L16.14%2014.37Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  right: 32px;
  top: 38px;
  border: none;
  outline: 0;
  background-color: transparent;
}
@media (min-width: 896px) {
  .search-pop-up .search-close {
    right: 48px;
  }
}
@media (min-width: 1275px) {
  .search-pop-up .search-close {
    right: 56px;
  }
}
.search-pop-up .search-close:active {
  top: 40px;
}

.active-search .search-pop-up {
  height: 100%;
  transition: height 0.25s ease-in;
}

.content-type {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #4C94FF;
  margin-bottom: 8px;
  transition: color 0.2s ease-in-out;
}
.content-type span.date {
  font-weight: normal;
}

.search-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0 0;
}
.search-details h2 {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
  font-size: 34px;
}
.search-details h2 .primary {
  font-style: italic;
}

.module:not(.no-animation) > .content-wrap,
.module:not(.no-animation) > .hero-content-wrap,
.module:not(.no-animation) > .swiper-container,
.module:not(.no-animation) > .footer-wrap {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.module.inview:not(.no-animation) > .content-wrap,
.module.inview:not(.no-animation) > .hero-content-wrap,
.module.inview:not(.no-animation) > .swiper-container,
.module.inview:not(.no-animation) > .footer-wrap {
  opacity: 1;
}

.module.no-animation {
  opacity: 1;
}
.module.no-animation img, .module.no-animation img.custom {
  opacity: 1;
}

img.custom:not(.fade-in) {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

img.custom.loaded:not(.fade-in) {
  opacity: 1;
}

@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 8px 0;
  margin: 0;
}

h1 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
}

h2 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

h3 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

h4 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

h5 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

h6 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

p,
.module li {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0;
}
@media (min-width: 1024px) {
  p,
.module li {
    margin: 16px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

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

.font-xxx-small {
  font-size: 12px;
  line-height: 18px;
}

.font-xx-small {
  font-size: 14px;
  line-height: 24px;
}

.font-x-small {
  font-size: 16px;
  line-height: 24px;
}

.font-small {
  font-size: 18px;
  line-height: 26px;
}

.font-medium {
  font-size: 22px;
  line-height: 34px;
}

.font-large {
  font-size: 28px;
  line-height: 42px;
}

.font-x-large {
  font-size: 34px;
  line-height: 48px;
}

.font-xx-large {
  font-size: 48px;
  line-height: 56px;
}

.font-xxx-large {
  font-size: 72px;
  line-height: 88px;
}

.font-1, .font-1-bold {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
}

.font-1-bold {
  font-weight: 600;
}

.font-2, .font-2-bold {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
}

.font-2-bold {
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

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

.clear {
  clear: both;
}

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

::-moz-selection {
  background: #5A606D;
  color: #FFFFFF;
}

::selection {
  background: #5A606D;
  color: #FFFFFF;
}

body {
  width: 100%;
  font-size: 16px;
  display: block;
  overflow-x: hidden;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  background: #FFFFFF;
  -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;
}

div {
  position: relative;
}

.strikethrough {
  text-decoration: line-through;
}

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

.active-modal .header,
.swipebox-html .header {
  z-index: 10;
}

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

.relative {
  position: relative;
}

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

img {
  display: block;
}

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

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

.no-scroll {
  overflow: hidden;
}

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

.doorway-launcher-button .doorway-launcher-overlay {
  background: transparent !important;
}

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

.cover {
  background-size: cover;
  background-position: center center;
}

.flex {
  display: flex;
}

/* =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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

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

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

.article-details .post-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 1.444;
  text-align: center;
}
@media (min-width: 1024px) {
  .article-details .post-title {
    font-size: 22px;
    line-height: 1.444;
  }
}

.article-details .author-name {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .article-details .author-name {
    font-size: 14px;
    line-height: 24px;
  }
}

.post-list .content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .post-list .content-wrap {
    -moz-column-gap: 24px;
         column-gap: 24px;
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1366px) {
  .post-list .content-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.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;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .post-index-interior-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
    -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-header .image-wrap,
.post-single-post-wrap .image-wrap {
  height: 255px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .article-header .image-wrap,
.post-single-post-wrap .image-wrap {
    height: 332px;
  }
}
.article-header .image-wrap > a,
.post-single-post-wrap .image-wrap > a {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.article-header .image-wrap img,
.post-single-post-wrap .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

article.featured .article-header .image-wrap:before {
  content: "Featured";
  background: #B88F91;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 8px 16px;
}

article.featured {
  order: -1;
}

.searchandfilter h4 {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .searchandfilter h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

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

.searchandfilter ul {
  padding: 0;
}
.searchandfilter ul li {
  color: #B88F91 !important;
  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: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .email-form-wrap h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
.email-form-wrap p {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.email-form-wrap p:last-of-type {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .email-form-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
}

.sf-field-sort_order label {
  width: 100%;
}

.sidebar-filters .searchandfilter select.sf-input-select {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #B88F91;
  max-width: 100%;
  background: #FFFFFF;
  color: #A1A096;
  max-width: 100%;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%237E889A%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 50%, 0 0;
}
.sidebar-filters .searchandfilter select.sf-input-select:focus {
  outline: none;
  border: 2px solid #B88F91;
}

@media (min-width: 1024px) {
  #blog-hero {
    justify-content: center;
  }
}
#blog-hero .hero-content-wrap {
  width: 100%;
  max-width: 1256px;
  left: 0;
  right: 0;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  #blog-hero .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  #blog-hero .hero-content-wrap {
    row-gap: 24px;
    margin-bottom: 90px;
  }
}
#blog-hero .link-wrap {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  #blog-hero .image-wrap {
    padding-top: calc((597 / 1600) * 100%);
    height: 0;
    overflow: hidden;
  }
  #blog-hero .image-wrap img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: calc(1024px - 1px)) {
  #blog-section-top .hero-content-wrap,
#blog-hero .hero-content-wrap {
    position: relative;
  }
  #blog-section-top .image-wrap,
#blog-hero .image-wrap {
    position: absolute;
  }
}

.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: #B88F91;
}

.blog-single.module {
  color: #B88F91;
}
.blog-single.module article {
  margin: 0 auto;
}
.blog-single.module .content-wrap {
  max-width: 1256px;
}
.blog-single.module .article-header {
  margin-bottom: 24px;
  max-width: 824px;
  margin: 0 auto 24px;
}
@media (min-width: 1024px) {
  .blog-single.module .article-header {
    margin-bottom: 32px;
  }
}
.blog-single.module .entry-content {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .blog-single.module .entry-content {
    margin-bottom: 64px;
  }
}
.blog-single.module p.date {
  margin-top: 24px;
}
.blog-single.module .wp-caption {
  width: auto !important;
}

.blog-single .post-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
@media (min-width: 1024px) {
  .blog-single .post-title {
    font-size: 34px;
    line-height: 48px;
  }
}

.blog-single .author-name {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .blog-single .author-name {
    font-size: 14px;
    line-height: 24px;
  }
}

.blog-single .date,
.blog-single .category-name {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .blog-single .date,
.blog-single .category-name {
    font-size: 14px;
    line-height: 24px;
  }
}

.blog-single .topic-wrap {
  margin: 11px auto 32px;
  text-align: center;
  max-width: 824px;
}

.blog-single .topic-name {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .blog-single .topic-name {
    letter-spacing: 3.5px;
    font-size: 18px;
    line-height: 26px;
  }
}

.blog-single .category-name {
  display: block;
  margin: 11px auto 32px;
}

.blog-single .image-wrap {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .blog-single .image-wrap {
    margin-bottom: 40px;
  }
}
.blog-single .image-wrap img {
  max-width: 1256px;
  height: auto;
  width: 100%;
}

.blog-single.wysiwyg .entry-content img {
  max-width: 100%;
  height: auto;
}
.blog-single.wysiwyg .entry-content h1 span,
.blog-single.wysiwyg .entry-content h2 span,
.blog-single.wysiwyg .entry-content h3 span,
.blog-single.wysiwyg .entry-content h4 span,
.blog-single.wysiwyg .entry-content h5 span,
.blog-single.wysiwyg .entry-content h6 span {
  font-weight: 700 !important;
}
.blog-single.wysiwyg .entry-content h1,
.blog-single.wysiwyg .entry-content h2,
.blog-single.wysiwyg .entry-content h3 {
  margin: 24px 0;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h1,
.blog-single.wysiwyg .entry-content h2,
.blog-single.wysiwyg .entry-content h3 {
    margin: 32px 0;
  }
}
.blog-single.wysiwyg .entry-content h2 {
  color: inherit;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
.blog-single.wysiwyg .entry-content h3 {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
.blog-single.wysiwyg .entry-content h4 {
  color: inherit;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h4 {
    margin-top: 40px;
    margin-bottom: 48px;
    font-size: 22px;
    line-height: 34px;
  }
}
.blog-single.wysiwyg .entry-content h5 {
  color: inherit;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h5 {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-single.wysiwyg .entry-content h6 {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h6 {
    margin-top: 48px;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-single.wysiwyg .entry-content ul,
.blog-single.wysiwyg .entry-content ol {
  padding: 0;
  padding-left: 28px;
}
.blog-single.wysiwyg .entry-content p,
.blog-single.wysiwyg .entry-content li {
  color: #383D48;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content p,
.blog-single.wysiwyg .entry-content li {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-single.wysiwyg .entry-content p a,
.blog-single.wysiwyg .entry-content li a {
  text-decoration: none;
  color: #AD762A;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-single.wysiwyg .entry-content p a:hover, .blog-single.wysiwyg .entry-content p a:active,
.blog-single.wysiwyg .entry-content li a:hover,
.blog-single.wysiwyg .entry-content li a:active {
  color: #B88F91;
}
.blog-single.wysiwyg .entry-content p b,
.blog-single.wysiwyg .entry-content p strong,
.blog-single.wysiwyg .entry-content li b,
.blog-single.wysiwyg .entry-content li strong {
  color: #383D48;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-weight: normal;
}
.blog-single.wysiwyg .entry-content p span,
.blog-single.wysiwyg .entry-content li span {
  font-weight: 300 !important;
}
.blog-single.wysiwyg .entry-content li {
  margin: 12px 0;
}

.blog-single.wysiwyg .entry-content blockquote {
  padding: 24px 0;
  margin: 24px auto;
  border-top: 1px solid #818278;
  border-bottom: 1px solid #818278;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content blockquote {
    margin: 32px auto;
  }
}
.blog-single.wysiwyg .entry-content blockquote p {
  color: #B88F91;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content blockquote p {
    font-size: 28px;
    line-height: 42px;
  }
}

.blog-single.wysiwyg .entry-content .wp-caption {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
  margin: 32px auto 16px;
}
@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content .wp-caption {
    margin: 56px auto 32px;
  }
}
.blog-single.wysiwyg .entry-content .wp-caption-text {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  padding: 0;
}

.blog-single hr {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single .author-info {
  padding: 24px 0;
  max-width: 824px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .blog-single .author-info {
    padding: 32px 0;
  }
}
.blog-single .author-info .author-name {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .blog-single .author-info .author-name {
    font-size: 22px;
    line-height: 34px;
  }
}
.blog-single .author-info p {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .blog-single .author-info p {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-single .author-info p:last-child {
  margin-bottom: 0;
}

.blog-single .author-image {
  border-radius: 100%;
  width: 88px;
  margin: 0 auto 2px;
}

.share-wrap {
  margin-top: 8px;
  display: flex;
  row-gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 32px;
}
.share-wrap h3 {
  width: 100%;
  text-align: center;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 24px;
}

.article-header .share-wrap {
  margin-bottom: 0;
}

#blog-section-top {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 32px;
}
#blog-section-top .hero-content-wrap {
  row-gap: 24px;
  position: absolute;
  z-index: 20;
  max-width: 824px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: calc(1024px - 1px)) {
  #blog-section-top .hero-content-wrap {
    padding-top: var(--module-tb-margin);
    padding-bottom: var(--module-tb-margin);
    position: relative;
  }
}
#blog-section-top .author-name {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  #blog-section-top .image-wrap {
    padding-top: calc((597 / 1600) * 100%);
    height: 0;
    overflow: hidden;
  }
  #blog-section-top .image-wrap img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: none;
  }
}

.dataTables_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 40px;
}
@media (max-width: calc(768px - 1px)) {
  .dataTables_wrapper {
    max-width: 340px;
    overflow: auto;
  }
}
@media (min-width: 1024px) {
  .dataTables_wrapper {
    margin-top: 48px;
  }
}
.dataTables_wrapper th {
  border-right: 1px solid #FFFFFF;
}
.dataTables_wrapper td {
  text-align: center;
  padding: 12px 4px;
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.dataTables_wrapper:last-of-type {
  border-right: none;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background: #AD762A;
}

.tablepress .row-hover tr:hover td {
  background: #DAA045;
}

@media (min-width: 768px) {
  .dataTables_scrollHeadInner,
.dataTables_scrollBody,
.tablepress {
    width: 100% !important;
  }
}

.tablepress tfoot th,
.tablepress thead th {
  background: #B88F91;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .tablepress tfoot th,
.tablepress thead th {
    font-size: 16px;
    line-height: 24px;
  }
}

.tablepress td:nth-child(odd) {
  background: #D6D1C2;
}

.tablepress td:nth-child(even) {
  background: #E4E0CF;
}

.tablepress tbody td {
  border: 1px solid #FFFFFF;
}

@media (min-width: 768px) {
  .tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
    right: 12px;
  }
}

.landing-page-content.wysiwyg.blog-single {
  overflow: hidden;
}
.landing-page-content.wysiwyg.blog-single .entry-content {
  margin: 0 auto !important;
}
.landing-page-content.wysiwyg.blog-single .entry-content p,
.landing-page-content.wysiwyg.blog-single .entry-content li {
  color: #B88F91 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .landing-page-content.wysiwyg.blog-single .entry-content p,
.landing-page-content.wysiwyg.blog-single .entry-content li {
    font-size: 22px !important;
    line-height: 34px !important;
  }
}
.landing-page-content.wysiwyg.blog-single .page-title {
  font-size: 34px;
  line-height: 48px;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 1024px) {
  .landing-page-content.wysiwyg.blog-single .page-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.landing-page-content.wysiwyg.blog-single .right-column {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.landing-page-content.wysiwyg.blog-single .form-title {
  margin-top: 16px;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .landing-page-content.wysiwyg.blog-single .form-title {
    margin-top: 24px;
    font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
    color: #C8AB80;
    font-size: 48px;
    line-height: 56px;
  }
}
.landing-page-content.wysiwyg.blog-single .image-wrap {
  width: 150%;
  right: 0;
  margin: 0;
}
.landing-page-content.wysiwyg.blog-single .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .landing-page-content.wysiwyg.blog-single .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media (min-width: 1366px) {
  .landing-page-content.wysiwyg.blog-single .content-wrap {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
}

.article-feed.top-left-flourish .content-wrap {
  padding-top: calc(var(--module-tb-margin) + 48px);
  margin-top: 0;
}
.article-feed.top-left-flourish .content-wrap:after {
  content: "";
  width: 261px;
  height: 121px;
  background: url("../../../files/images/article-feed-flourish.webp") no-repeat scroll 0 0 transparent;
  position: absolute;
  left: -2vw;
  top: 0;
  pointer-events: none;
}

.article-feed {
  display: flex;
  overflow: hidden;
  background: #5A606D;
}

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

.article-feed .feed-wrap {
  display: flex;
  flex-direction: column;
}

.article-feed .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 1366px) {
  .article-feed .title-wrap {
    margin-bottom: 40px;
  }
}

.article-feed .title-wrap .btn {
  color: #FFFFFF;
}
.article-feed .title-wrap .btn:hover, .article-feed .title-wrap .btn:active {
  color: #FFFFFF;
  background: #383D48;
}

.article-feed .section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
}
.article-feed .section-title b, .article-feed .section-title strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1366px) {
  .article-feed .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.article-feed .cards {
  display: flex;
  flex-direction: row;
}
.article-feed .cards .btn {
  align-self: center;
  flex-shrink: 0;
  margin: 0;
  padding: 8px 19px;
}

.article-feed .card {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.article-feed .card .card-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
}
.article-feed .card .card-title a {
  color: #FFFFFF;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-feed .card .card-title a:hover, .article-feed .card .card-title a:active {
  color: #383D48 !important;
}
@media (min-width: 1024px) {
  .article-feed .card .card-title {
    font-size: 22px;
    line-height: 34px;
  }
}
.article-feed .card .read-more {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 8px;
  display: block;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-feed .card .read-more:hover, .article-feed .card .read-more:active {
  color: #383D48 !important;
}
.article-feed .card .image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
  height: 0;
  overflow: hidden;
  padding-top: calc((327 / 283) * 100%);
}
.article-feed .card .image-wrap a {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.article-feed .card .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.article-feed .card .image-wrap:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.article-feed .btn {
  margin: 24px auto 0;
  border-radius: 0;
  border-color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.article-feed .btn:hover, .article-feed .btn:active {
  border-color: #DAA045;
}

.under-image .card-info-wrap {
  background: transparent;
  width: 100%;
  border-radius: 0;
}

.over-image .card-info-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
  background: transparent;
}

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

.article-feed .swiper-button-prev,
.article-feed .swiper-button-next {
  width: 68px;
  height: 68px;
  right: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.article-feed .swiper-button-prev:after,
.article-feed .swiper-button-next:after {
  content: none;
}

.article-feed .swiper-button-prev {
  transform: scale(-1);
  right: initial;
  left: 0;
}

.article-feed .swiper-button-disabled {
  opacity: 0;
}

@media (min-width: 1024px) {
  .amenities.amenities-standard .tab {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}
.amenities .title {
  margin-bottom: 8px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .amenities .title {
    font-size: 22px;
    line-height: 34px;
  }
}

.tab {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tab {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

.amenities-list ul {
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .amenities-list ul {
    margin-top: 0;
  }
}

.amenities-list ul li {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 4px;
  margin: 11px 0px;
  border-bottom: 1px solid #A1A096;
  color: #B88F91;
  display: flex;
  align-items: center;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .amenities-list ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.amenities-list ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 4px;
  margin-right: 8px;
  background: #B88F91;
  flex-shrink: 0;
  position: relative;
}

.amenities .note {
  font-size: 14px;
  line-height: 24px;
  color: #7E889A;
}

.amenities .swiper-container {
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .amenities .swiper-container {
    margin: 0;
    max-width: 100%;
  }
}

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

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

.swiper-slide .image-caption {
  font-size: 12px;
  line-height: 18px;
  color: #5A606D;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 13px;
}
.swiper-slide .image-caption.no-caption {
  margin-bottom: 16px;
  overflow: hidden;
  text-indent: -99em;
  visibility: hidden;
}

.amenities .swiper-controls {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .amenities .swiper-controls {
    justify-content: flex-end;
  }
}
.amenities .swiper-controls .swiper-button-prev,
.amenities .swiper-controls .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  width: 48px;
  height: 48px;
  margin: 0;
}
.amenities .swiper-controls .swiper-button-prev:hover, .amenities .swiper-controls .swiper-button-prev:active,
.amenities .swiper-controls .swiper-button-next:hover,
.amenities .swiper-controls .swiper-button-next:active {
  outline: none;
}
.amenities .swiper-controls .swiper-button-prev:after,
.amenities .swiper-controls .swiper-button-next:after {
  content: none;
}
.amenities .swiper-controls .swiper-button-prev {
  margin-right: 24px;
}
.amenities .swiper-controls .swiper-button-next {
  margin-right: 0;
}

.amenities .swiper-pagination {
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .amenities .swiper-pagination {
    display: block;
    color: #5A606D;
    position: relative;
    width: auto;
    left: initial;
    bottom: initial;
  }
}

.amenities .swiper-pagination-total {
  color: #A9B2BC;
}

.amenities-tabs-full .section-title {
  font-weight: bold;
  color: #B88F91;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1366px) {
  .amenities-tabs-full .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.amenities-tabs-full .tab-nav {
  display: flex;
  border-bottom: 1px solid transparent;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .amenities-tabs-full .tab-nav {
    flex-direction: row;
    margin-bottom: 48px;
  }
}

.amenities-tabs-full .tab-nav a {
  font-size: 16px;
  line-height: 24px;
  margin-right: 0;
  margin-bottom: 24px;
  margin-right: 24px;
  font-weight: normal;
  letter-spacing: 0;
  color: #7E889A;
}
@media (min-width: 768px) {
  .amenities-tabs-full .tab-nav a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .amenities-tabs-full .tab-nav a {
    font-size: 22px;
    line-height: 34px;
    margin-right: 0;
  }
  .amenities-tabs-full .tab-nav a:hover, .amenities-tabs-full .tab-nav a:active {
    color: #383D48;
  }
  .amenities-tabs-full .tab-nav a:hover:after, .amenities-tabs-full .tab-nav a:active:after {
    background: #5A606D;
  }
}
.amenities-tabs-full .tab-nav a.active-tab {
  color: #383D48;
}
.amenities-tabs-full .tab-nav a.active-tab:after {
  background: #5A606D;
}
.amenities-tabs-full .tab-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.amenities-tabs-full .tab {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .amenities-tabs-full .tab {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

.amenities-tabs-full .swiper-container {
  overflow: visible;
}
@media (min-width: 768px) {
  .amenities-tabs-full .swiper-container {
    max-width: 100%;
  }
}

.amenities-tabs-full .swiper-slide .image-caption {
  color: #7E889A;
}
@media (min-width: 1024px) {
  .amenities-tabs-full .swiper-slide .image-caption {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
}

.amenities-tabs-full .swiper-pagination {
  pointer-events: none;
  display: none;
}
@media (min-width: 1024px) {
  .amenities-tabs-full .swiper-pagination {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .amenities-tabs-full .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 16px;
    background: #C7CED6;
    opacity: 1;
  }
  .amenities-tabs-full .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .amenities-tabs-full .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B88F91;
  }
  .amenities-tabs-full .swiper-pagination .swiper-pagination-bullet:hover, .amenities-tabs-full .swiper-pagination .swiper-pagination-bullet:active {
    outline: none;
  }
}

@media (min-width: 1024px) {
  .amenities-tabs-full .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 71px;
  }
  .amenities-tabs-full .swiper-controls .swiper-button-prev,
.amenities-tabs-full .swiper-controls .swiper-button-next {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    width: 48px;
    height: 48px;
    margin: 0;
  }
  .amenities-tabs-full .swiper-controls .swiper-button-prev:after,
.amenities-tabs-full .swiper-controls .swiper-button-next:after {
    content: none;
  }
}
@media (min-width: 1024px) {
  .amenities-tabs-full .swiper-controls .swiper-button-prev {
    margin-right: 0;
    left: calc(-1 * (48px + 8px));
  }
}
@media (min-width: 1366px) {
  .amenities-tabs-full .swiper-controls .swiper-button-prev {
    left: calc(-1 * (48px + 40px));
  }
}
@media (min-width: 1024px) {
  .amenities-tabs-full .swiper-controls .swiper-button-next {
    margin-right: 0;
    right: calc(-1 * (48px + 8px));
  }
}
@media (min-width: 1366px) {
  .amenities-tabs-full .swiper-controls .swiper-button-next {
    right: calc(-1 * (48px + 40px));
  }
}

.amenities-tabs-half-half {
  margin: var(--module-tb-margin) auto;
}
.amenities-tabs-half-half .section-title {
  font-weight: bold;
  color: #B88F91;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1366px) {
  .amenities-tabs-half-half .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.amenities-tabs-half-half .tab-nav {
  display: flex;
  border-bottom: 1px solid transparent;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .tab-nav {
    flex-direction: row;
    margin-bottom: 16px;
  }
}

.amenities-tabs-half-half .tab-nav a {
  font-size: 16px;
  line-height: 24px;
  margin-right: 0;
  margin-bottom: 24px;
  margin-right: 24px;
  font-weight: normal;
  letter-spacing: 0;
  color: #7E889A;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .tab-nav a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .amenities-tabs-half-half .tab-nav a {
    font-size: 22px;
    line-height: 34px;
    margin-right: 0;
  }
  .amenities-tabs-half-half .tab-nav a:hover, .amenities-tabs-half-half .tab-nav a:active {
    color: #383D48;
  }
  .amenities-tabs-half-half .tab-nav a:hover:after, .amenities-tabs-half-half .tab-nav a:active:after {
    background: #5A606D;
  }
}
.amenities-tabs-half-half .tab-nav a.active-tab {
  color: #383D48;
}
.amenities-tabs-half-half .tab-nav a.active-tab:after {
  background: #5A606D;
}
.amenities-tabs-half-half .tab-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.amenities-tabs-half-half .tab {
  display: flex;
  flex-direction: column;
}
.amenities-tabs-half-half .swiper-container {
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .swiper-container {
    max-width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .amenities-tabs-half-half .swiper-container {
    flex-wrap: nowrap;
  }
}

.amenities-tabs-half-half .swiper-slide {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .swiper-slide {
    flex-direction: row;
  }
}
.amenities-tabs-half-half .tab-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #7E889A;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .tab-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.amenities-tabs-half-half .slide-headline {
  font-weight: bold;
  color: #383D48;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .slide-headline {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.amenities-tabs-half-half p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half p {
    font-size: 18px;
    line-height: 26px;
  }
}
.amenities-tabs-half-half .image-wrap {
  padding: 0;
}
.amenities-tabs-half-half .slide-content-wrap {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .slide-content-wrap {
    margin: 0;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .amenities-tabs-half-half .slide-content-wrap {
    padding-left: 88px;
  }
}

.amenities-tabs-half-half .swiper-pagination {
  pointer-events: none;
}

.amenities-tabs-half-half .swiper-controls {
  margin: 24px 0 0;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .amenities-tabs-half-half .swiper-controls {
    left: initial;
    width: 100%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .amenities-tabs-half-half .swiper-controls {
    position: absolute;
    width: 50%;
    margin: 0;
    justify-content: flex-start;
    padding-left: 88px;
  }
}
.amenities-single-tab-half-half {
  margin: var(--module-tb-margin) auto 0;
  padding: 0;
  max-width: none;
}
.amenities-single-tab-half-half .section-title {
  font-weight: bold;
  color: #B88F91;
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
  width: 100%;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1366px) {
  .amenities-single-tab-half-half .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1256px) {
  .amenities-single-tab-half-half .section-title {
    max-width: 1256px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1352px) {
  .amenities-single-tab-half-half .section-title {
    padding-right: 0;
    padding-left: 0;
  }
}

.amenities-single-tab-half-half .tab {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .amenities-single-tab-half-half .tab {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .tab {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}

.amenities-single-tab-half-half .swiper-container {
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .amenities-single-tab-half-half .swiper-container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .swiper-container {
    max-width: 100%;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .amenities-single-tab-half-half .swiper-container {
    flex-wrap: nowrap;
    padding: 0 0 56px;
  }
}
@media (min-width: 1366px) {
  .amenities-single-tab-half-half .swiper-container {
    padding: 0;
  }
}

.amenities-single-tab-half-half .swiper-slide {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .swiper-slide {
    flex-direction: row;
  }
}
.amenities-single-tab-half-half .tab-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #7E889A;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .tab-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.amenities-single-tab-half-half .slide-headline {
  font-weight: bold;
  color: #383D48;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .slide-headline {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.amenities-single-tab-half-half p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half p {
    font-size: 18px;
    line-height: 26px;
  }
}
.amenities-single-tab-half-half a {
  font-size: 16px;
  line-height: 24px;
  color: #383D48;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.amenities-single-tab-half-half a:after {
  content: "";
  margin-left: 8px;
  display: block;
  height: 16px;
  width: 9px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23383D48%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;
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.amenities-single-tab-half-half a:hover, .amenities-single-tab-half-half a:active {
  color: #B88F91;
}
.amenities-single-tab-half-half a:hover:after, .amenities-single-tab-half-half a:active:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23B88F91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half a {
    font-size: 18px;
    line-height: 26px;
  }
}
.amenities-single-tab-half-half .image-wrap {
  padding: 0;
}
.amenities-single-tab-half-half .slide-content-wrap {
  margin: 24px 0 0;
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .slide-content-wrap {
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .amenities-single-tab-half-half .slide-content-wrap {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.amenities-single-tab-half-half .swiper-pagination {
  pointer-events: none;
}

.amenities-single-tab-half-half .swiper-controls {
  margin: 24px 0 24px;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .amenities-single-tab-half-half .swiper-controls {
    left: initial;
    width: 100%;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .amenities-single-tab-half-half .swiper-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    justify-content: flex-start;
    padding-left: 88px;
  }
}
@media (min-width: 1366px) {
  .amenities-single-tab-half-half .swiper-controls {
    width: 50%;
    left: initial;
    margin: 0 0 48px;
  }
}
@media (min-width: 768px) {
  .tab.flex-row.image-left {
    flex-direction: row-reverse;
  }
}

.amenities-simple-title {
  font-weight: bold;
  color: #B88F91;
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .amenities-simple-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.amenities-simple-half-and-half .image-wrap {
  margin: 32px 0 0;
}
@media (min-width: 768px) {
  .amenities-simple-half-and-half .image-wrap {
    margin: 0;
  }
}
.amenities-simple-half-and-half .image-wrap img {
  width: 100%;
  max-width: 100%;
}

.amenities-two-column-variable {
  margin: var(--module-tb-margin) auto;
}
@media (min-width: 768px) {
  .amenities-two-column-variable {
    display: flex;
    align-items: flex-start;
  }
}
.amenities-two-column-variable.list-only .list-values {
  padding-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .amenities-two-column-variable.list-only .list-values {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .amenities-two-column-variable.list-only .list-values {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }
}
.amenities-two-column-variable.list-only .list-values ul {
  margin: 0;
}

.amenities-two-column-variable .amenities-section-title {
  color: #7E889A;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .amenities-two-column-variable .amenities-section-title {
    font-size: 14px;
    line-height: 24px;
  }
}

.amenities-two-column-variable .amenities-headline {
  font-weight: bold;
  color: #383D48;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .amenities-two-column-variable .amenities-headline {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 48px;
  }
}

.amenities-two-column-variable p {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .amenities-two-column-variable p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .amenities-two-column-variable .list-values {
    padding-top: 103px;
  }
}

.amenities-two-column-variable .list-values ul {
  margin-top: 32px;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .amenities-two-column-variable .list-values ul {
    margin-top: 0;
  }
}

.amenities-two-column-variable .list-values ul li {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #C7CED6;
  color: #B88F91;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .amenities-two-column-variable .list-values ul li {
    font-size: 14px;
    line-height: 24px;
  }
}
.amenities-two-column-variable .list-values ul li .item-key {
  font-weight: bold;
}
.amenities-two-column-variable .list-values ul li:before {
  content: none;
}

.amenities-two-column-list.with-bg-color {
  display: flex;
}
.amenities-two-column-list.with-bg-color + .with-bg-color .content-wrap {
  margin-top: 0;
}
.amenities-two-column-list .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1352px) {
  .amenities-two-column-list .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .amenities-two-column-list .content-wrap {
    row-gap: 32px;
  }
}

.amenities-two-column-list.full-two-col-list .list-values {
  max-width: 100%;
  padding-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .amenities-two-column-list.full-two-col-list .list-values {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .amenities-two-column-list.full-two-col-list .list-values {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.amenities-two-column-list.full-two-col-list .list-values ul {
  margin: 0;
}

@media (min-width: 768px) {
  .amenities-two-column-list.small-two-col-list .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: var(--gutter-width);
         column-gap: var(--gutter-width);
  }
}

.amenities-two-column-list .amenities-section-title {
  font-size: 22px;
  line-height: 34px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .amenities-two-column-list .amenities-section-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.amenities-two-column-list.small-two-col-list .amenities-section-title {
  color: #B88F91;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .amenities-two-column-list.small-two-col-list .amenities-section-title {
    font-size: 34px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .amenities-two-column-list .list-values {
    max-width: 100%;
  }
}

.amenities-two-column-list .list-values ul {
  margin-top: 0;
  padding: 0;
  list-style-type: disc;
}
@media (min-width: 768px) {
  .amenities-two-column-list .list-values ul {
    margin-top: 0;
  }
}

.amenities-two-column-list .list-values ul li {
  margin-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #C7CED6;
  display: list-item;
  list-style-position: inside;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.amenities-two-column-list .list-values ul li:before {
  content: none;
}
.amenities-two-column-list .list-values ul li::marker {
  color: inherit;
}
.amenities-two-column-list .list-values ul li:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .amenities-two-column-list .list-values ul li {
    font-size: 18px;
    line-height: 26px;
  }
}

.amenities-two-column-list .amenities-note {
  color: #B88F91;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  -moz-column-span: all;
       column-span: all;
  text-align: center;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .amenities-two-column-list .amenities-note {
    font-size: 16px;
    line-height: 24px;
  }
}

.amenities-icons .section-title {
  font-size: 34px;
  line-height: 48px;
  font-weight: bold;
  color: #B88F91;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .amenities-icons .section-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 56px;
  }
}
.amenities-icons.full-icons.two-columns .row > div {
  padding: 0;
}
.amenities-icons.full-icons.two-columns .content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
@media (min-width: 768px) {
  .amenities-icons.full-icons.two-columns .content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 56px;
  }
}
@media (min-width: 1024px) {
  .amenities-icons.full-icons.two-columns .content-wrap {
    grid-column-gap: 256px;
  }
}
.amenities-icons.full-icons.four-columns .content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
@media (min-width: 667px) {
  .amenities-icons.full-icons.four-columns .content-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .amenities-icons.full-icons.four-columns .content-wrap {
    grid-column-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .amenities-icons.full-icons.four-columns .content-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.amenities-icons.simple-icons .title-content-wrap .section-title {
  color: #383D48;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons .title-content-wrap .section-title {
    margin-bottom: 0;
    text-align: left;
    font-size: 34px;
    line-height: 48px;
  }
}
.amenities-icons.simple-icons .title-content-wrap .description {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons .title-content-wrap .description {
    text-align: left;
  }
}
.amenities-icons.simple-icons .title-content-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #5A606D;
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons .title-content-wrap p {
    font-size: 18px;
    line-height: 26px;
  }
}
.amenities-icons.simple-icons .title-content-wrap p:first-of-type {
  margin: 0;
}
.amenities-icons.simple-icons .content-wrap {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons .content-wrap {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .amenities-icons.simple-icons .content-wrap {
    margin-top: 88px;
  }
}
.amenities-icons.simple-icons.four-columns .content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
@media (min-width: 667px) {
  .amenities-icons.simple-icons.four-columns .content-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons.four-columns .content-wrap {
    grid-column-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .amenities-icons.simple-icons.four-columns .content-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.amenities-icons.simple-icons.four-columns .item-wrap {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons.four-columns .item-wrap {
    justify-content: flex-start;
  }
}
.amenities-icons.simple-icons.four-columns .item-wrap .icon {
  margin-bottom: 0;
  margin-right: 24px;
}
.amenities-icons.simple-icons.four-columns .item-wrap .item-title {
  margin: 0;
}
.amenities-icons.simple-icons.two-columns .content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
@media (min-width: 667px) {
  .amenities-icons.simple-icons.two-columns .content-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .amenities-icons.simple-icons.two-columns .content-wrap {
    grid-column-gap: 40px;
  }
}
.amenities-icons .item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.amenities-icons .item-wrap p {
  text-align: center;
  color: #B88F91;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .amenities-icons .item-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
.amenities-icons .icon {
  margin-bottom: 24px;
}
.amenities-icons .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #383D48;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .amenities-icons .item-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.available-units {
  display: flex;
  overflow: hidden;
}
.available-units .sidebar-filters,
.available-units .results-button,
.available-units .filter-toggle {
  display: none !important;
}

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

.available-units p.no-units-txt {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  grid-column: 1/-1;
  text-align: center;
}
@media (min-width: 1024px) {
  .available-units p.no-units-txt {
    font-size: 22px;
    line-height: 34px;
  }
}

.mb-floorplans .units-fp-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: var(--gutter-width);
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
}
@media (min-width: 1024px) {
  .mb-floorplans .units-fp-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .mb-floorplans .units-fp-wrap .card {
    margin-bottom: 0;
  }
}

.units-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .units-title-wrap {
    margin-bottom: 48px;
  }
}
.units-title-wrap .available-units-title {
  width: auto;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .units-title-wrap .available-units-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1024px) {
  .units-title-wrap .available-units-title {
    text-align: left;
  }
}
.units-title-wrap .view-all {
  text-transform: uppercase;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .units-title-wrap .view-all {
    font-size: 18px;
    line-height: 26px;
  }
}
.units-title-wrap .view-all:hover, .units-title-wrap .view-all:active {
  color: #AD762A;
}

.amenities-drawers:not(.white-bg) {
  padding: 16px 24px;
  padding: 16px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .amenities-drawers:not(.white-bg) {
    padding: 0;
  }
}
.amenities-drawers:not(.white-bg) .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .amenities-drawers:not(.white-bg) .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.amenities-drawers.with-bg-color {
  display: flex;
}

.amenities-drawers .section-title {
  color: #B88F91;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 16px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .amenities-drawers .section-title {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.amenities-drawers {
  /* Accordion styles */
}
.amenities-drawers .tab-nav {
  border: none;
  margin-bottom: 40px;
}
@media (max-width: calc(1024px - 1px)) {
  .amenities-drawers .tab-nav {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .amenities-drawers .tab-nav a {
    font-size: 22px;
    line-height: 34px;
    color: #A1A096;
  }
  .amenities-drawers .tab-nav a:hover, .amenities-drawers .tab-nav a:active {
    color: #B88F91;
  }
  .amenities-drawers .tab-nav a.active-tab {
    color: #B88F91;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .amenities-drawers .tab {
    display: flex !important;
    visibility: visible !important;
  }
}
.amenities-drawers input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.amenities-drawers .row {
  display: flex;
}
.amenities-drawers .row .col {
  flex: 1;
}
.amenities-drawers .row .col:last-child {
  margin-left: 1em;
}
.amenities-drawers .list-tabs,
.amenities-drawers .question-wrap {
  overflow: hidden;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .amenities-drawers .tab-desktop-title {
    color: #B88F91;
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
.amenities-drawers .list-tab {
  width: 100%;
  color: #383D48;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .amenities-drawers .list-tab {
    border: none;
  }
}
.amenities-drawers .list-tab-label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .amenities-drawers .list-tab-label {
    font-size: 28px;
    line-height: 42px;
  }
}
.amenities-drawers .list-tab-content {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .amenities-drawers .list-tab-content {
    padding: 0;
    height: auto !important;
    margin: 0;
  }
}
.amenities-drawers .drawer-open .list-tab-label::after {
  transform: rotate(90deg);
}
.amenities-drawers .drawer-open .list-tab-label i {
  border-color: #383D48;
}
.amenities-drawers .drawer-open .list-tab-label i:before, .amenities-drawers .drawer-open .list-tab-label i:after {
  background: #383D48;
}
.amenities-drawers .drawer-open .list-tab-label i:after {
  transform: rotate(90deg);
}
.amenities-drawers .drawer-open .list-tab-content {
  margin: 16px 0 16px;
  padding: 0;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .amenities-drawers .drawer-open .list-tab-content {
    margin: 16px 32px 16px 0;
    padding: 0;
  }
}

.amenities-drawers .list-tab-label i {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .amenities-drawers .list-tab-label i {
    display: none !important;
  }
}
.amenities-drawers .list-tab-label i:after, .amenities-drawers .list-tab-label i:before {
  content: "";
  background: #383D48;
  position: absolute;
  transition: transform 0.15s ease-out;
}
.amenities-drawers .list-tab-label i:after {
  width: 2px;
  height: 24px;
}
.amenities-drawers .list-tab-label i:before {
  width: 24px;
  height: 2px;
}

@media (min-width: 1024px) {
  .amenities-drawers .item-description {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
}
.amenities-drawers .item-description a {
  text-decoration: underline;
  color: #8B5D61;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.amenities-drawers .item-description a:hover, .amenities-drawers .item-description a:active {
  color: #C8AB80;
  text-decoration: none;
}
.amenities-drawers .item-description img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.amenities-drawers .item-description ul {
  padding-left: 16px;
}
.amenities-drawers .item-description ul:not(:first-child) {
  margin-top: 16px;
}
.amenities-drawers .item-description ul:first-child {
  margin-top: 0;
}
.amenities-drawers .item-description p:first-of-type {
  margin-top: 0;
}
.amenities-drawers .item-description p:last-of-type {
  margin-bottom: 0;
}
.amenities-drawers .item-description h1,
.amenities-drawers .item-description h2,
.amenities-drawers .item-description h3,
.amenities-drawers .item-description h4,
.amenities-drawers .item-description h5,
.amenities-drawers .item-description h6 {
  margin-bottom: 16px;
  color: #B88F91;
}
.amenities-drawers .item-description p,
.amenities-drawers .item-description li {
  color: #818278;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .amenities-drawers .item-description p,
.amenities-drawers .item-description li {
    font-size: 16px;
    line-height: 24px;
  }
}
.amenities-drawers .item-description li {
  margin: 8px 0;
}

.content-wrap .list-tab-label svg {
  margin: 0;
}

.amenities-drawers .drawer-swiper {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .amenities-drawers .drawer-swiper {
    max-width: 824px;
    overflow: hidden;
    margin-top: 0;
  }
}
.amenities-drawers .drawer-swiper .swiper-slide {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}
.amenities-drawers .drawer-swiper .image-caption {
  margin-top: 8px;
  text-align: center;
}

.amenities-drawers .swiper-button-prev:after,
.amenities-drawers .swiper-button-next:after {
  content: none;
}

.module.breadcrumbs {
  margin: 24px auto;
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 1256px) {
  .module.breadcrumbs {
    max-width: 1256px;
  }
}
@media (min-width: 1352px) {
  .module.breadcrumbs {
    margin: 32px auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.breadcrumbs p {
  font-weight: normal;
  color: #B88F91;
  font-size: 14px;
  line-height: 24px;
}
.breadcrumbs p a {
  margin-right: 5px;
  color: #B88F91;
}
.breadcrumbs p a:hover, .breadcrumbs p a:active {
  background: transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .breadcrumbs p {
    margin: 0 0 0 -16px;
    font-size: 16px;
    line-height: 24px;
  }
  .breadcrumbs p a {
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .breadcrumbs p a:hover, .breadcrumbs p a:active {
    color: #AD762A;
  }
}
.breadcrumbs p a,
.breadcrumbs p .breadcrumb_last {
  padding: 8px 8px;
}
@media (min-width: 768px) {
  .breadcrumbs p a,
.breadcrumbs p .breadcrumb_last {
    padding: 8px 16px;
  }
}
.breadcrumbs p .breadcrumb_last {
  color: #B88F91;
}
.breadcrumbs p span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

span.separator {
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999997L5.64665 5.64665C5.74045 5.74032 5.79316 5.86743 5.79316 5.99999C5.79316 6.13254 5.74045 6.25966 5.64665 6.35332L1 10.9999' stroke='%23B88F91' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}

.module.breadcrumbs.light-theme {
  background: transparent;
}
.module.breadcrumbs.primary-theme {
  max-width: none;
  background: #B88F91;
  margin: 0;
  padding: 24px var(--lr-content-margin);
}
.module.breadcrumbs.primary-theme p a {
  color: #383D48;
}
.module.breadcrumbs.primary-theme p .breadcrumb_last {
  color: #B88F91;
}
.module.breadcrumbs.primary-theme #breadcrumbs {
  max-width: 1256px;
  margin: 0 auto;
}
.module.breadcrumbs.dark-theme {
  background: #383D48;
  margin: 0;
  padding: 24px var(--lr-content-margin);
}

.card-swiper.bottom-right-flourish {
  padding-bottom: 40px;
}
.card-swiper.bottom-right-flourish .content-wrap {
  z-index: 2;
}
@media (min-width: 1366px) {
  .card-swiper.bottom-right-flourish {
    padding-bottom: 90px;
  }
}
.card-swiper.bottom-right-flourish:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../../files/images/amenities-flourish.webp") no-repeat scroll bottom right transparent;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.card-swiper {
  display: flex;
  overflow: hidden;
  background: #E8D5D6;
}
.card-swiper.not-looped .swiper-wrapper {
  justify-content: center;
}

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

.card-swiper .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
}
.card-swiper .btn {
  align-self: center;
}
.card-swiper .section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
}
@media (min-width: 1366px) {
  .card-swiper .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.card-swiper .cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.card-swiper .card {
  display: flex;
  flex-direction: column;
  background: #E8D5D6;
  overflow: hidden;
  height: auto;
  box-shadow: none;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-swiper .card:hover, .card-swiper .card:active {
  box-shadow: 0px 8px 16px rgba(56, 61, 72, 0.75);
}
.card-swiper .card .card-title-wrap,
.card-swiper .card .card-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 24px;
}
.card-swiper .card .card-title-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}
.card-swiper .card .card-sub-title {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.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 {
  color: #FFFFFF;
}
.card-swiper .card .card-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  line-height: 34px;
}
.card-swiper .card .card-title a {
  color: #FFFFFF;
}
.card-swiper .card .card-title a:hover, .card-swiper .card .card-title a:active {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .card-swiper .card .card-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.card-swiper .card .read-more {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  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 {
  color: #383D48 !important;
}
.card-swiper .card .card-content-wrap p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.card-swiper .card .card-content-wrap a {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}
.card-swiper .card .card-content-wrap a:hover, .card-swiper .card .card-content-wrap a:active {
  text-decoration: none;
}
.card-swiper .card .image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.card-swiper .card .image-wrap:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.mobile-only.btn {
  margin: 24px auto 0;
}

.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 {
  border: 3px solid white;
}
.card-swiper .card:not(.active) .card-info-wrap {
  top: 0 !important;
}

.card-swiper .card-title-wrap {
  background: #E8D5D6;
  justify-content: center;
}

.card-swiper .card-content-wrap {
  position: absolute;
  width: 100%;
  background: #E8D5D6;
  overflow: hidden;
}

.card-swiper {
  /* Scrollbar */
}
.card-swiper .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: #383D48;
}
.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: -webkit-grab;
  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: #383D48;
}

.contact-module {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-module .content-wrap {
  background: #F1F3F9;
  border-radius: 16px;
  width: auto;
  padding: 48px;
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
  max-width: 100%;
}
@media (min-width: 1024px) {
  .contact-module .content-wrap {
    max-width: 472px;
    margin: 72px auto;
    padding: 40px;
  }
}
.contact-module img {
  position: absolute;
  z-index: -1;
  width: auto;
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .drawers.ambassador-drawers:before {
    position: absolute;
    content: "";
    width: 158px;
    height: 158px;
    bottom: 200px;
    left: 48px;
    background: url("../../../files/images/ambassador-drawers-square-bottom-left.webp") no-repeat scroll 0 0 transparent;
    pointer-events: none;
  }
}
.drawers.ambassador-drawers .content-wrap {
  max-width: 824px;
}
.drawers.ambassador-drawers .section-title {
  text-align: center;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .drawers.ambassador-drawers .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.drawers.ambassador-drawers .list-tab-label {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .drawers.ambassador-drawers .list-tab-label {
    font-size: 28px;
    line-height: 42px;
  }
}
.drawers.ambassador-drawers .item-description p,
.drawers.ambassador-drawers .item-description li {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .drawers.ambassador-drawers .item-description p,
.drawers.ambassador-drawers .item-description li {
    font-size: 22px;
    line-height: 34px;
  }
}

.drawers {
  padding: 16px 24px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .drawers {
    padding: 0;
  }
}
.drawers .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) {
  .drawers .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.drawers .section-title {
  color: #B88F91;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 16px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .drawers .section-title {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.drawers {
  /* Accordion styles */
}
.drawers input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.drawers .row {
  display: flex;
}
.drawers .row .col {
  flex: 1;
}
.drawers .row .col:last-child {
  margin-left: 1em;
}
.drawers .list-tabs,
.drawers .question-wrap {
  overflow: hidden;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.drawers .list-tab {
  width: 100%;
  color: #B88F91;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 32px;
}
.drawers .list-tab-label {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .drawers .list-tab-label {
    font-size: 22px;
    line-height: 34px;
  }
}
.drawers .list-tab-content {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .drawers .list-tab-content {
    padding: 0;
    margin: 0 32px 0 0;
  }
}
.drawers .drawer-open .list-tab-label::after {
  transform: rotate(90deg);
}
.drawers .drawer-open .list-tab-label i {
  border-color: #B88F91;
}
.drawers .drawer-open .list-tab-label i:before, .drawers .drawer-open .list-tab-label i:after {
  background: #B88F91;
}
.drawers .drawer-open .list-tab-label i:after {
  transform: rotate(90deg);
}
.drawers .drawer-open .list-tab-content {
  margin: 16px 0 16px;
  padding: 0;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .drawers .drawer-open .list-tab-content {
    margin: 16px 32px 16px 0;
    padding: 0;
  }
}

.list-tab-label i {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.list-tab-label i:after, .list-tab-label i:before {
  content: "";
  background: #B88F91;
  position: absolute;
  transition: transform 0.15s ease-out;
}
.list-tab-label i:after {
  width: 2px;
  height: 24px;
}
.list-tab-label i:before {
  width: 24px;
  height: 2px;
}

.drawers .item-description img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.drawers .item-description ul:not(:first-child) {
  margin-top: 16px;
}
.drawers .item-description ul:first-child {
  margin-top: 0;
}
.drawers .item-description p:first-of-type {
  margin-top: 0;
}
.drawers .item-description p:last-of-type {
  margin-bottom: 0;
}
.drawers .item-description p,
.drawers .item-description li {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .drawers .item-description p,
.drawers .item-description li {
    font-size: 14px;
    line-height: 24px;
  }
}

.content-wrap .list-tab-label svg {
  margin: 0;
}

.embed .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) {
  .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 .section-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
.embed .section-title b,
.embed .section-title strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .embed .section-title {
    font-size: 34px;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .embed .section-title {
    font-size: 48px;
    line-height: 1;
  }
}
.embed .title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (min-width: 1366px) {
  .embed .title-wrap {
    row-gap: 8px;
  }
}
.embed .title-wrap p {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .embed .title-wrap p {
    max-width: 669px;
    font-size: 22px;
    line-height: 34px;
  }
}
.embed .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
@media (min-width: 1366px) {
  .embed .content-wrap {
    row-gap: 40px;
  }
}

.matterport-showcase iframe {
  min-height: 240px;
  margin: 16px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .matterport-showcase iframe {
    min-height: 360px;
  }
}
@media screen and (min-width: 992px) {
  .matterport-showcase iframe {
    height: 600px;
    max-width: 1068px;
    margin: 0 auto 15px;
  }
}
.matterport-showcase {
  text-align: center;
}

.feature-blocks-cards img {
  max-width: 100%;
}

.feature-blocks-cards .cards {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}
@media (min-width: 1024px) {
  .feature-blocks-cards .cards {
    grid-column-gap: 40px;
  }
}
.feature-blocks-cards .cards .card-info-wrap {
  z-index: 2;
}
.feature-blocks-cards .cards .card-info-wrap .card-title {
  font-weight: bold;
}
.feature-blocks-cards .cards .card-info-wrap .card-description {
  margin: 0;
}

.feature-blocks-cards.two-columns .cards {
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
@media (min-width: 1024px) {
  .feature-blocks-cards.two-columns .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
  }
}

.feature-blocks-cards.three-columns .cards {
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
@media (min-width: 1024px) {
  .feature-blocks-cards.three-columns .cards {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 40px;
  }
}

.feature-blocks-cards.four-columns .cards {
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
@media (min-width: 768px) {
  .feature-blocks-cards.four-columns .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .feature-blocks-cards.four-columns .cards {
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
  }
}

.two-columns.over-image .card {
  overflow: hidden;
  border-radius: 16px;
}
.two-columns.over-image a {
  height: 0;
  padding-top: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.two-columns.over-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
.two-columns.over-image .card-title {
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .two-columns.over-image .card-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.two-columns.under-image .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .two-columns.under-image .card-title {
    font-size: 22px;
    line-height: 34px;
  }
}
.two-columns.under-image .card-description {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .two-columns.under-image .card-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.two-columns.under-image-no-bg .card-info-wrap {
  margin-top: 24px;
}
.two-columns.under-image-no-bg .card-title {
  font-size: 22px;
  line-height: 34px;
  color: #B88F91;
}
.two-columns.under-image-no-bg .card-description {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}

.three-columns.over-image .card {
  overflow: hidden;
  border-radius: 16px;
}
.three-columns.over-image a {
  height: 0;
  padding-top: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.three-columns.over-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
.three-columns.over-image .card-title {
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .three-columns.over-image .card-title {
    font-size: 34px;
    line-height: 48px;
  }
}
.three-columns.under-image .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .three-columns.under-image .card-title {
    font-size: 22px;
    line-height: 34px;
  }
}
.three-columns.under-image .card-description {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .three-columns.under-image .card-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.three-columns.under-image-no-bg .card-info-wrap {
  margin-top: 24px;
}
.three-columns.under-image-no-bg .card-title {
  font-size: 22px;
  line-height: 34px;
  color: #B88F91;
}
.three-columns.under-image-no-bg .card-description {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}

.four-columns.over-image .card {
  overflow: hidden;
  border-radius: 16px;
}
.four-columns.over-image a {
  height: 0;
  padding-top: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.four-columns.over-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
.four-columns.over-image .card-title {
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .four-columns.over-image .card-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.four-columns.under-image .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.four-columns.under-image .card-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
.four-columns.under-image-no-bg .card-info-wrap {
  margin-top: 16px;
}
.four-columns.under-image-no-bg .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}
.four-columns.under-image-no-bg .card-description {
  font-size: 16px;
  line-height: 24px;
  color: #B88F91;
}

.grid .cards {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-row-gap: 24px;
}
@media (min-width: 768px) {
  .grid .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: minmax(58.33333333%, 1fr) 1fr;
  }
}
@media (min-width: 1024px) {
  .grid .cards {
    grid-row-gap: 40px;
  }
}
.grid .cards img {
  position: absolute;
}
.grid .cards .card:first-of-type {
  height: 0;
  overflow: hidden;
  padding-top: 103.9106145251%;
  grid-column: 1;
  grid-row: 1/span 2;
}
@media (min-width: 768px) {
  .grid .cards .card:first-of-type {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.grid .cards .card {
  overflow: hidden;
}
@media (min-width: 768px) {
  .grid .cards .card {
    grid-column: 2;
    grid-row: span 1;
  }
}
.grid .cards .card a:not(.card-description-link) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.grid .cards .card-info-wrap {
  margin-top: 24px;
}

@media (max-width: calc(768px - 1px)) {
  .grid.over-image .card {
    height: 0;
    padding-top: 100%;
  }
}
.grid.over-image .card-title {
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .grid.over-image .card-title {
    font-size: 34px;
    line-height: 48px;
  }
}
.grid.under-image .card-title {
  font-size: 22px;
  line-height: 34px;
  color: #FFFFFF;
}
.grid.under-image .card-description {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.grid.under-image .card {
  border-radius: 16px;
}
@media (max-width: calc(768px - 1px)) {
  .grid.under-image .card {
    height: 0;
    padding-top: 100%;
  }
}
.grid.under-image-no-bg .card-title {
  font-size: 22px;
  line-height: 34px;
  color: #B88F91;
}
.grid.under-image-no-bg .card-description {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}
.grid.under-image-no-bg .card-info-wrap {
  margin-top: 24px;
}
.grid.under-image-no-bg .card {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.grid.under-image-no-bg .card:first-of-type {
  height: auto;
  padding: 0;
}
.grid.under-image-no-bg .card:first-of-type img {
  position: relative;
}
.grid.under-image-no-bg .cards img {
  position: relative;
}
@media (min-width: 768px) {
  .grid.under-image-no-bg .cards img {
    position: absolute;
  }
}
.grid.under-image-no-bg .cards a:not(.card-description-link) {
  overflow: hidden;
  position: relative;
}

.cards-w-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cards-w-content {
    flex-direction: row;
    display: grid;
    grid-template-columns: 1fr 824px;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
}
.cards-w-content .content-wrap {
  margin-bottom: 24px;
}
.cards-w-content .feature-block-heading {
  color: #383D48;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .cards-w-content .feature-block-heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.cards-w-content p {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .cards-w-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.cards-w-content img {
  border-radius: 16px;
}
.cards-w-content .cards {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-row-gap: 24px;
}
@media (min-width: 768px) {
  .cards-w-content .cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards-w-content .cards {
    grid-row-gap: 40px;
  }
}
.cards-w-content .card-info-wrap {
  margin-top: 16px;
}

.cards-w-content.over-image .card-title {
  font-size: 28px;
  line-height: 42px;
}
.cards-w-content.under-image .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.cards-w-content.under-image .card-description {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.cards-w-content.under-image-no-bg .card-title {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}
.cards-w-content.under-image-no-bg .card-description {
  font-size: 16px;
  line-height: 24px;
  color: #B88F91;
}

.over-image .card-title {
  color: #FFFFFF;
}

.over-image .card {
  border-radius: 16px;
}
.over-image .card img {
  border-radius: 16px;
}
.over-image .card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #383D48;
  opacity: 0.7;
  border-radius: 16px;
}

.under-image-no-bg .cards a,
.under-image-no-bg img {
  border-radius: 16px;
}

.feature-block-full-width img {
  border-radius: 16px;
}

.feature-block-full-width .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 64px 64px;
}
@media (min-width: 1024px) {
  .feature-block-full-width .content-wrap {
    max-width: 501px;
  }
}

@media (min-width: 768px) and (max-width: calc(1366px - 1px)) {
  .feature-block-full-width.big-title .content-wrap {
    padding: 0 0 24px 64px;
  }
}
@media (min-width: 1024px) {
  .feature-block-full-width.big-title .content-wrap {
    max-width: 100%;
  }
}

.feature-block-full-width .feature-block-fw-title {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .feature-block-full-width .feature-block-fw-title {
    font-size: 34px;
    line-height: 48px;
  }
}
.feature-block-full-width .feature-block-fw-title.big-title {
  margin: 0;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .feature-block-full-width .feature-block-fw-title.big-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.feature-block-full-width .description-wrap p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
}
.feature-block-full-width .description-wrap p:first-child {
  margin-top: 0;
}

.feature-block-full-width .text-btn {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 40px;
}
.feature-block-full-width .text-btn:after {
  content: "";
  margin-left: 8px;
  display: block;
  height: 16px;
  width: 9px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23FFFFFF%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;
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.feature-block-full-width .text-btn:hover, .feature-block-full-width .text-btn:active {
  color: #B88F91;
}
.feature-block-full-width .text-btn:hover:after, .feature-block-full-width .text-btn:active:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23B88F91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 768px) {
  .feature-block-full-width .text-btn {
    margin-top: 40px;
  }
}

.feature-block-full-width .btn {
  background: #FFFFFF;
  color: #5A606D;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .feature-block-full-width .btn {
    margin-top: 48px;
  }
}
.feature-block-full-width .btn:hover, .feature-block-full-width .btn:active {
  background: #B88F91;
  color: #FFFFFF;
}

@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.content-overlay {
    width: auto;
    overflow: hidden;
    margin: var(--module-tb-margin) var(--lr-content-padding);
    padding: 0;
    border-radius: 16px;
  }
}

@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.content-overlay .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
  }
  .feature-block-full-width.content-overlay .image-wrap img {
    position: absolute;
    min-height: 100%;
    max-width: none;
    width: auto;
  }
}
.feature-block-full-width.content-overlay .image-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #383D48;
  opacity: 0.7;
  border-radius: 16px;
}

@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.content-overlay .content-wrap {
    position: relative;
    padding: 176px 24px;
  }
}
@media (min-width: 768px) {
  .feature-block-full-width.content-overlay .content-wrap {
    justify-content: center;
    padding: inherit;
  }
}
@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .feature-block-full-width.content-overlay .content-wrap {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .feature-block-full-width.content-overlay .secondary-content-wrap {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .feature-block-full-width.content-overlay .secondary-content-wrap {
    padding: 24px 0 24px 48px;
  }
}
@media (min-width: 1366px) {
  .feature-block-full-width.content-overlay .secondary-content-wrap {
    padding: 24px 0 24px 64px;
  }
}

.feature-block-full-width.big-title.content-overlay .content-wrap {
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.big-title.content-overlay .content-wrap {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .feature-block-full-width.big-title.content-overlay .content-wrap {
    padding: inherit;
  }
}
@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .feature-block-full-width.big-title.content-overlay .content-wrap {
    justify-content: flex-end;
  }
}

.feature-block-full-width.big-title.content-overlay .secondary-content-wrap {
  height: 100%;
  padding: 24px;
}

.feature-block-full-width.big-title .fb-image-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.big-title .fb-image-link {
    padding: 560px 0 0;
  }
}
@media (min-width: 768px) {
  .feature-block-full-width.big-title .fb-image-link {
    padding: 0;
  }
}

@media (max-width: calc(768px - 1px)) {
  .feature-block-full-width.half-content {
    width: auto;
    display: flex;
    flex-direction: column;
    row-gap: 0;
    overflow: hidden;
    margin: var(--module-tb-margin) var(--lr-content-padding);
    padding: 0;
    border-radius: 16px;
  }
  .feature-block-full-width.half-content .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 176px 0;
  }
  .feature-block-full-width.half-content img {
    position: absolute;
    max-width: none;
    min-height: 100%;
    width: auto;
  }
  .feature-block-full-width.half-content .content-wrap {
    position: relative;
    background: #7E889A;
    padding: 24px 24px 40px;
  }
}

@media (min-width: 768px) {
  .feature-block-full-width.half-content .content-wrap {
    padding: inherit;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .feature-block-full-width.half-content .content-wrap {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .feature-block-full-width.half-content .secondary-content-wrap {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .feature-block-full-width.half-content .secondary-content-wrap {
    padding: 24px 0 24px 48px;
  }
}
@media (min-width: 1366px) {
  .feature-block-full-width.half-content .secondary-content-wrap {
    padding: 24px 0 24px 64px;
  }
}

@media (min-width: 768px) {
  .feature-block-full-width.half-content .image-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(126, 136, 154, 0.7);
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .feature-block-full-width.half-content .image-wrap:after {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #7E889A;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.feature-block-half-and-half img {
  border-radius: 16px;
}

.feature-block-half-and-half .section-title {
  color: #383D48;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .feature-block-half-and-half .section-title {
    font-size: 34px;
    line-height: 48px;
  }
}

.feature-block-half-and-half .content-wrap .half-content-wrap {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-block-half-and-half .content-wrap > div {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .feature-block-half-and-half .content-wrap {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .feature-block-half-and-half.image-right .content-wrap {
    flex-direction: row-reverse;
  }
}

.feature-block-half-and-half .image-wrap {
  margin-bottom: 0;
}

.feature-block-half-and-half .half-content-wrap {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.feature-block-half-and-half .swiper-container {
  width: 100%;
}
.feature-block-half-and-half .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .feature-block-half-and-half .swiper-container .swiper-slide {
    -moz-column-gap: 24px;
         column-gap: 24px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-half-and-half .swiper-container .swiper-controls {
    position: relative;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .feature-block-half-and-half .swiper-container .swiper-controls {
    position: absolute;
    width: 50%;
    margin: 0 0 48px;
    justify-content: flex-start;
    padding-left: 88px;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .feature-block-half-and-half.image-right .swiper-container .swiper-slide {
    flex-direction: row-reverse;
  }
}
.feature-block-half-and-half.image-right .swiper-container .swiper-controls {
  right: initial;
  left: 0;
}

.feature-block-half-and-half .feature-block-fw-title {
  color: #383D48;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {
  .feature-block-half-and-half .feature-block-fw-title {
    font-size: 34px;
    line-height: 48px;
  }
}

.feature-block-half-and-half .description-wrap p {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}
.feature-block-half-and-half .description-wrap p:first-child {
  margin-top: 0;
}
.feature-block-half-and-half .description-wrap p:last-child {
  margin-bottom: 0;
}

.feature-block-half-and-half .text-btn {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.feature-block-half-and-half .text-btn:after {
  content: "";
  margin-left: 8px;
  display: block;
  height: 16px;
  width: 9px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23B88F91%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;
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.feature-block-half-and-half .text-btn:hover, .feature-block-half-and-half .text-btn:active {
  color: #383D48;
}
.feature-block-half-and-half .text-btn:hover:after, .feature-block-half-and-half .text-btn:active:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23383D48%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.feature-block-half-and-half .btn {
  background: #B88F91;
  color: #FFFFFF;
}
.feature-block-half-and-half .btn:hover, .feature-block-half-and-half .btn:active {
  background: #383D48;
  color: #FFFFFF;
}

.feature-block-half-and-half .swiper-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-block-half-and-half .swiper-controls .swiper-button-prev,
.feature-block-half-and-half .swiper-controls .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  width: 48px;
  height: 48px;
  margin: 0;
}
.feature-block-half-and-half .swiper-controls .swiper-button-prev:hover, .feature-block-half-and-half .swiper-controls .swiper-button-prev:active,
.feature-block-half-and-half .swiper-controls .swiper-button-next:hover,
.feature-block-half-and-half .swiper-controls .swiper-button-next:active {
  outline: none;
}
.feature-block-half-and-half .swiper-controls .swiper-button-prev:after,
.feature-block-half-and-half .swiper-controls .swiper-button-next:after {
  content: none;
}
.feature-block-half-and-half .swiper-controls .swiper-button-prev {
  margin-right: 24px;
}
.feature-block-half-and-half .swiper-controls .swiper-button-next {
  margin-right: 40px;
}

.feature-block-half-and-half .swiper-pagination {
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .feature-block-half-and-half .swiper-pagination {
    display: block;
    color: #5A606D;
    position: relative;
    width: auto;
    left: initial;
    bottom: initial;
  }
}

.feature-block-half-and-half .swiper-pagination-total {
  color: #383D48;
}

.fb-half-and-half.hero .hero-title {
  font-size: 28px;
  line-height: 1.222;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 1366px) {
  .fb-half-and-half.hero .hero-title {
    font-size: 48px;
    line-height: 1.222;
  }
}

.fb-half-and-half.hero .hero-section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
}

.fb-half-and-half.hero p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .fb-half-and-half.hero p {
    font-size: 16px;
    line-height: 24px;
  }
}

.fb-half-and-half.hero .btn.color-bg {
  background: #B88F91;
  border-color: #B88F91;
  color: #FFFFFF;
}
.fb-half-and-half.hero .btn.color-bg:hover, .fb-half-and-half.hero .btn.color-bg:active {
  color: #FFFFFF;
  background: #A9B2BC;
  border-color: #A9B2BC;
}

.fb-half-and-half.hero .btn.transparent-bg {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.fb-half-and-half.hero .btn.transparent-bg:hover, .fb-half-and-half.hero .btn.transparent-bg:active {
  color: #FFFFFF;
  background: #B88F91;
  border-color: #B88F91;
}

.fb-half-and-half.hero {
  background: #383D48;
}

.fb-half-and-half.hero .swiper-pagination {
  pointer-events: none;
  font-size: 18px;
  line-height: 26px;
  color: #7E889A;
}

.fb-half-and-half.hero .swiper-button-prev svg circle,
.fb-half-and-half.hero .swiper-button-next svg circle {
  stroke: #7E889A;
  transition: stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fb-half-and-half.hero .swiper-button-prev svg path,
.fb-half-and-half.hero .swiper-button-next svg path {
  fill: #7E889A;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fb-half-and-half.hero .swiper-button-prev:hover svg circle, .fb-half-and-half.hero .swiper-button-prev:active svg circle,
.fb-half-and-half.hero .swiper-button-next:hover svg circle,
.fb-half-and-half.hero .swiper-button-next:active svg circle {
  stroke: #B88F91;
}
.fb-half-and-half.hero .swiper-button-prev:hover svg path, .fb-half-and-half.hero .swiper-button-prev:active svg path,
.fb-half-and-half.hero .swiper-button-next:hover svg path,
.fb-half-and-half.hero .swiper-button-next:active svg path {
  fill: #B88F91;
}

.hero.fb-half-and-half {
  margin: 0;
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half {
    overflow: hidden;
  }
}
.hero.fb-half-and-half .swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half .swiper-slide {
    flex-direction: row;
  }
  .hero.fb-half-and-half .swiper-slide.image-left {
    flex-direction: row-reverse;
  }
  .hero.fb-half-and-half .swiper-slide.image-left .hero-content-wrap {
    padding-left: 72px;
  }
  .hero.fb-half-and-half .swiper-slide.image-right .hero-content-wrap {
    padding-right: 72px;
  }
}
.hero.fb-half-and-half .hero-content-wrap {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hero.fb-half-and-half .hero-content-wrap {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half .hero-content-wrap {
    margin-left: 0;
    max-width: 628px;
  }
}
@media (min-width: 1352px) {
  .hero.fb-half-and-half .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.hero.fb-half-and-half .hero-content-wrap.left {
  align-items: flex-start;
  text-align: left;
}
.hero.fb-half-and-half .hero-content-wrap.center {
  align-items: center;
  text-align: center;
}
.hero.fb-half-and-half .hero-content-wrap.right {
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .hero.fb-half-and-half .hero-content-wrap {
    padding-right: var(--lr-content-margin);
  }
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half .hero-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 1366px) {
  .hero.fb-half-and-half .hero-content-wrap {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half .image-wrap {
    width: 50%;
  }
}
.hero.fb-half-and-half .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.hero .swiper-controls {
  position: relative;
  padding: 60px 24px;
  width: 100%;
  right: 0;
  height: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .hero .swiper-controls {
    padding: 0;
    right: 8px;
    position: absolute;
    width: 50%;
    right: initial;
    left: initial;
    height: auto;
    top: initial;
    bottom: 8px;
    margin: 0 var(--lr-boxed-padding);
    padding-right: var(--lr-content-margin);
    padding-left: var(--lr-content-margin);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .hero .swiper-controls {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hero .swiper-controls {
    margin-left: 0;
    max-width: 628px;
  }
}
@media (min-width: 1024px) and (min-width: 1352px) {
  .hero .swiper-controls {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .hero .swiper-controls {
    right: 50%;
  }
}
.hero .swiper-controls .swiper-button-next:after,
.hero .swiper-controls .swiper-container-rtl .swiper-button-prev:after,
.hero .swiper-controls .swiper-button-prev:after,
.hero .swiper-controls .swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.hero .swiper-button-prev,
.hero .swiper-button-next,
.hero .swiper-pagination {
  position: relative;
}
.hero .swiper-button-prev:hover, .hero .swiper-button-prev:active,
.hero .swiper-button-next:hover,
.hero .swiper-button-next:active,
.hero .swiper-pagination:hover,
.hero .swiper-pagination:active {
  outline: none;
}

.hero .swiper-pagination {
  pointer-events: none;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  top: 0;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: 0;
}

.hero .swiper-button-prev {
  margin-right: 16px;
}

.hero .swiper-pagination {
  width: auto;
  bottom: initial;
  left: initial;
  margin-left: 64px;
}

.hero.fb-half-and-half .hero-scroll {
  left: initial;
  right: 24px;
  bottom: 40px;
}
@media (min-width: 1024px) {
  .hero.fb-half-and-half .hero-scroll {
    right: calc(50% + 40px);
    margin: 0;
    bottom: 0;
  }
}

.feature-block-thirds.with-margins {
  padding: 16px 24px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .feature-block-thirds.with-margins {
    padding: 0;
  }
}
.feature-block-thirds.with-margins .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .feature-block-thirds.with-margins .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.feature-block-thirds.with-margins:not(.with-bg-color) {
  display: block;
}

.feature-block-thirds .section-title {
  color: #383D48;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .feature-block-thirds .section-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.feature-block-thirds .content-wrap .half-content-wrap {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature-block-thirds .content-wrap > div {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .feature-block-thirds .content-wrap {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
}

.feature-block-thirds.no-margins.image-left .half-content-wrap {
  padding-right: var(--lr-content-margin);
}

.feature-block-thirds.no-margins.image-right .half-content-wrap {
  padding-left: var(--lr-content-margin);
}
@media (min-width: 1366px) {
  .feature-block-thirds.no-margins.image-right .half-content-wrap {
    padding-left: var(--gutter-width);
  }
}

@media (min-width: 768px) {
  .feature-block-thirds.image-right .content-wrap {
    flex-direction: row-reverse;
  }
}

.feature-block-thirds .image-wrap {
  margin-bottom: 0;
}

.feature-block-thirds .half-content-wrap {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
}

.feature-block-thirds .swiper-container {
  width: 100%;
}
.feature-block-thirds .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .feature-block-thirds .swiper-container .swiper-slide {
    -moz-column-gap: var(--gutter-width);
         column-gap: var(--gutter-width);
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-thirds .swiper-container .swiper-controls {
    position: relative;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .feature-block-thirds .swiper-container .swiper-controls {
    position: absolute;
    width: 50%;
    margin: 0 0 48px;
    justify-content: flex-start;
    padding-left: 88px;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .feature-block-thirds.image-right .swiper-container .swiper-slide {
    flex-direction: row-reverse;
  }
}
.feature-block-thirds.image-right .swiper-container .swiper-controls {
  right: initial;
  left: 0;
}

.feature-block-thirds .title {
  color: #383D48;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .feature-block-thirds .title {
    font-size: 28px;
    line-height: 42px;
  }
}

.feature-block-thirds .description-wrap p {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
}
.feature-block-thirds .description-wrap p:first-child {
  margin-top: 0;
}
.feature-block-thirds .description-wrap p:last-child {
  margin-bottom: 0;
}

.feature-block-thirds .btn {
  background: #B88F91;
  color: #FFFFFF;
}
.feature-block-thirds .btn:hover, .feature-block-thirds .btn:active {
  background: #383D48;
  color: #FFFFFF;
}

.feature-block-thirds .swiper-controls {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.feature-block-thirds .swiper-controls .swiper-button-prev,
.feature-block-thirds .swiper-controls .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  width: 48px;
  height: 48px;
  margin: 0;
}
.feature-block-thirds .swiper-controls .swiper-button-prev:hover, .feature-block-thirds .swiper-controls .swiper-button-prev:active,
.feature-block-thirds .swiper-controls .swiper-button-next:hover,
.feature-block-thirds .swiper-controls .swiper-button-next:active {
  outline: none;
}
.feature-block-thirds .swiper-controls .swiper-button-prev:after,
.feature-block-thirds .swiper-controls .swiper-button-next:after {
  content: none;
}
.feature-block-thirds .swiper-controls .swiper-button-prev {
  margin-right: 24px;
}
.feature-block-thirds .swiper-controls .swiper-button-next {
  margin-right: 40px;
}

.feature-block-thirds .swiper-pagination {
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .feature-block-thirds .swiper-pagination {
    display: block;
    color: #5A606D;
    position: relative;
    width: auto;
    left: initial;
    bottom: initial;
  }
}

.feature-block-thirds .swiper-pagination-total {
  color: #383D48;
}

.feature-block-text {
  margin: var(--module-tb-margin) auto;
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-text {
    padding: 0 var(--lr-content-padding) 0;
  }
}
.feature-block-text .description-wrap {
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .feature-block-text .description-wrap {
    margin: 0;
  }
}
.feature-block-text .description-wrap p {
  color: #B88F91;
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-text .description-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
.feature-block-text .description-wrap p:first-of-type {
  margin-top: 0;
}
.feature-block-text .text-btn {
  color: #B88F91;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 40px;
}
.feature-block-text .text-btn:after {
  content: "";
  margin-left: 8px;
  display: block;
  height: 16px;
  width: 9px;
  overflow: hidden;
  text-indent: -999em;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23B88F91%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;
  transition: margin-left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-image 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.feature-block-text .text-btn:hover, .feature-block-text .text-btn:active {
  color: #383D48;
}
.feature-block-text .text-btn:hover:after, .feature-block-text .text-btn:active:after {
  margin-left: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201.44004L7.03001%207.47005C7.1707%207.61055%207.24976%207.80122%207.24976%208.00005C7.24976%208.19888%207.1707%208.38956%207.03001%208.53005L1%2014.5601%22%20stroke%3D%22%23383D48%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 768px) {
  .feature-block-text .text-btn {
    margin-top: 40px;
  }
}
.feature-block-text .text-btn:hover, .feature-block-text .text-btn:active {
  color: #383D48;
}
.feature-block-text .btn {
  background: #B88F91;
  color: #FFFFFF;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .feature-block-text .btn {
    margin-top: 48px;
  }
}
.feature-block-text .btn:hover, .feature-block-text .btn:active {
  background: #FFFFFF;
  color: #383D48;
}

.feature-block-text .image-wrap img {
  border-radius: 16px;
}

.feature-block-text .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: calc(768px - 1px)) {
  .feature-block-text .content-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.feature-block-text-title {
  color: #383D48;
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .feature-block-text-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.mb-floorplans .none-found {
  grid-column: 1/-1;
  color: #B88F91;
}

.flex-row.floorplans {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .flex-row.floorplans {
    grid-template-columns: 1fr 2.75fr;
  }
}
@media (min-width: 1366px) {
  .flex-row.floorplans {
    grid-template-columns: 1fr 2.75fr;
  }
}

.flex-col.floorplan-wrap {
  row-gap: var(--gutter-width);
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.flex-col.floorplan-wrap.hide-sold-out .sold-out {
  display: none !important;
}
@media (min-width: 768px) {
  .flex-col.floorplan-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .flex-col.floorplan-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1366px) {
  .flex-col.floorplan-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mb-floorplans .floorplan-wrap:after {
  content: none;
}

#list-view {
  flex-wrap: wrap;
}

.floor-plan-note-wrap {
  width: 100%;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
}
@media (min-width: 1024px) {
  .floor-plan-note-wrap {
    grid-template-columns: 1fr 2.75fr;
  }
  .floor-plan-note-wrap .floor-plan-note {
    grid-column: 2;
  }
}

.floor-plan-note {
  margin-top: 16px;
  border: 2px solid #AD762A;
  padding: 24px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
@media (min-width: 1024px) {
  .floor-plan-note {
    margin-top: 0;
  }
}
.floor-plan-note h3 {
  color: #AD762A;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .floor-plan-note h3 {
    font-size: 22px;
    line-height: 34px;
  }
}
.floor-plan-note a {
  color: #AD762A;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  border: 2px solid #AD762A;
  border-radius: 0;
  padding: 4px 12px 6px;
}
.floor-plan-note a:hover, .floor-plan-note a:active {
  background: #AD762A;
  color: #FFFFFF;
}

.card[data-type="1"] {
  order: -1;
}

.card[data-type="2"] {
  order: 1;
}

.card[data-type="3"] {
  order: 2;
}

.card[data-type="4"] {
  order: 3;
}

.card[data-type="5"] {
  order: 4;
}

.card[data-type="6"] {
  order: 5;
}

.single-floorplans .sidebar-filters,
.single-floorplans .filter-toggle,
.single-floorplans .results-button {
  display: none !important;
}

.single-floorplans .unit-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .single-floorplans .unit-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.single-floorplans .unit-price {
  margin-bottom: 4px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .single-floorplans .unit-price {
    margin-top: 0;
    font-size: 22px;
    line-height: 34px;
  }
}

.price-note {
  font-size: 12px;
  line-height: 18px;
  color: #B88F91;
  font-weight: normal;
  margin: 0;
  font-style: italic;
}
.price-note.starting-at {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .price-note {
    font-size: 14px;
    line-height: 24px;
  }
}

.mb-floorplans .floorplan-wrap {
  align-items: flex-start;
  align-items: stretch;
  padding: 0;
}

.mb-floorplans {
  color: initial;
}

.floor-plan {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1352px) {
  .floor-plan {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .floor-plan {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: calc(768px - 1px)) {
  .floor-plan .flex-row {
    flex-direction: column-reverse;
  }
}
.floor-plan .floorplan-description p {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .floor-plan .floorplan-description p {
    font-size: 18px;
    line-height: 26px;
  }
}

.floor-plan .info-and-gallery {
  display: grid;
}
@media (min-width: 1024px) {
  .floor-plan .info-and-gallery {
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 768px) {
  .unit-details {
    margin-top: 40px;
  }
}

.unit-details .unit-type {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .unit-details .unit-type {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.floor-plan .unit-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .floor-plan .unit-type {
    display: block;
  }
}

.unit-type-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unit-type-heading {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  font-weight: normal;
  color: #B88F91;
}
@media (min-width: 768px) {
  .unit-type-heading {
    font-size: 28px;
    line-height: 42px;
  }
}

.download-pdf {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .download-pdf {
    font-size: 16px;
    line-height: 24px;
  }
  .download-pdf svg path,
.download-pdf svg rect {
    fill: #B88F91;
    transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .download-pdf:hover, .download-pdf:active {
    color: #AD762A;
  }
  .download-pdf:hover svg path,
.download-pdf:hover svg rect, .download-pdf:active svg path,
.download-pdf:active svg rect {
    fill: #AD762A;
  }
}
.download-pdf span {
  display: inline-block;
  margin-right: 9px;
}

.unit-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .unit-list {
    width: 75%;
    flex-direction: column;
    row-gap: 16px;
  }
}
.unit-list li {
  font-size: 18px;
  line-height: 26px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 0;
  padding: 0;
}
.unit-list li svg path {
  stroke: #B88F91;
}
.unit-details .button-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .unit-details .button-wrap {
    width: 50%;
    margin-top: 48px;
  }
}

.unit-details .btn {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 48px;
}
@media (min-width: 768px) {
  .unit-details .btn {
    margin-bottom: 24px;
  }
}

.unit-details .modal .btn {
  margin: 0;
}

.floor-plan .image-wrap img {
  width: auto;
}
.fp-gallery-wrap {
  overflow: hidden;
}
@media (max-width: calc(1024px - 1px)) {
  .fp-gallery-wrap {
    grid-row: 1;
  }
}
.fp-gallery-wrap .swiper-slide img {
  width: auto;
  max-width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
.fp-gallery-wrap .caption {
  background: #818278;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .fp-gallery-wrap .caption {
    font-size: 14px;
    line-height: 24px;
  }
}

.fp-thumbs {
  height: 20%;
  padding: 10px 0;
}

.fp-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.fp-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.mb-floorplans label {
  font-size: 16px;
  line-height: 24px;
  color: #005e72;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .mb-floorplans label {
    margin-bottom: 48px;
  }
}
.mb-floorplans label.unit-type-label, .mb-floorplans label.unit-features-label, .mb-floorplans label.move-in-label {
  margin-bottom: 0;
}
.mb-floorplans label.unit-type-label, .mb-floorplans label.unit-features-label, .mb-floorplans label.unit-price-label, .mb-floorplans label.unit-sq-footage-label {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #005e72;
}
.mb-floorplans label.unit-type-label svg path, .mb-floorplans label.unit-features-label svg path, .mb-floorplans label.unit-price-label svg path, .mb-floorplans label.unit-sq-footage-label svg path {
  stroke: #B88F91;
}

.sidebar-filters input[type=checkbox]:checked + label {
  color: #005e72;
  opacity: 1;
}

.mb-floorplans .sidebar-filters,
.mb-floorplans input[type=checkbox]:checked + label,
.mb-floorplans .unit,
.mb-floorplans .text {
  color: #005e72;
}
@media (min-width: 1366px) and (min-height: 1000px) {
  .mb-floorplans .sidebar-filters.desktop-only {
    position: -webkit-sticky;
    position: sticky;
    top: 195px;
  }
}
.mb-floorplans input.mb-floorplans-text {
  padding: 12px 16px;
}
.mb-floorplans .results-button {
  color: #A1A096;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  border: 2px solid #A1A096;
  border-radius: 40px;
  justify-self: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .mb-floorplans .results-button {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
}
.mb-floorplans .search-results-button {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 24px;
  background: #FFFFFF;
  width: 100%;
  margin-top: 0;
  cursor: pointer;
}
.mb-floorplans .flatpickr-wrapper {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
}
.mb-floorplans .flatpickr-wrapper input {
  background: transparent;
}
.mb-floorplans .flatpickr-wrapper:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 10.5H6.5C5.94772 10.5 5.5 10.9477 5.5 11.5C5.5 12.0523 5.94772 12.5 6.5 12.5H7.5C8.05228 12.5 8.5 12.0523 8.5 11.5C8.5 10.9477 8.05228 10.5 7.5 10.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M12.5 10.5H11.5C10.9477 10.5 10.5 10.9477 10.5 11.5C10.5 12.0523 10.9477 12.5 11.5 12.5H12.5C13.0523 12.5 13.5 12.0523 13.5 11.5C13.5 10.9477 13.0523 10.5 12.5 10.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M17.5 10.5H16.5C15.9477 10.5 15.5 10.9477 15.5 11.5C15.5 12.0523 15.9477 12.5 16.5 12.5H17.5C18.0523 12.5 18.5 12.0523 18.5 11.5C18.5 10.9477 18.0523 10.5 17.5 10.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M7.5 14.5H6.5C5.94772 14.5 5.5 14.9477 5.5 15.5C5.5 16.0523 5.94772 16.5 6.5 16.5H7.5C8.05228 16.5 8.5 16.0523 8.5 15.5C8.5 14.9477 8.05228 14.5 7.5 14.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M12.5 14.5H11.5C10.9477 14.5 10.5 14.9477 10.5 15.5C10.5 16.0523 10.9477 16.5 11.5 16.5H12.5C13.0523 16.5 13.5 16.0523 13.5 15.5C13.5 14.9477 13.0523 14.5 12.5 14.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M17.5 14.5H16.5C15.9477 14.5 15.5 14.9477 15.5 15.5C15.5 16.0523 15.9477 16.5 16.5 16.5H17.5C18.0523 16.5 18.5 16.0523 18.5 15.5C18.5 14.9477 18.0523 14.5 17.5 14.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M7.5 18.5H6.5C5.94772 18.5 5.5 18.9477 5.5 19.5C5.5 20.0523 5.94772 20.5 6.5 20.5H7.5C8.05228 20.5 8.5 20.0523 8.5 19.5C8.5 18.9477 8.05228 18.5 7.5 18.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M12.5 18.5H11.5C10.9477 18.5 10.5 18.9477 10.5 19.5C10.5 20.0523 10.9477 20.5 11.5 20.5H12.5C13.0523 20.5 13.5 20.0523 13.5 19.5C13.5 18.9477 13.0523 18.5 12.5 18.5Z' fill='%23A9B2BC'/%3E%3Cpath d='M17.5 18.5H16.5C15.9477 18.5 15.5 18.9477 15.5 19.5C15.5 20.0523 15.9477 20.5 16.5 20.5H17.5C18.0523 20.5 18.5 20.0523 18.5 19.5C18.5 18.9477 18.0523 18.5 17.5 18.5Z' fill='%23A9B2BC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.75 3H21.5C22.6046 3 23.5 3.89543 23.5 5V22C23.5 23.1046 22.6046 24 21.5 24H2.5C1.39543 24 0.5 23.1046 0.5 22V5C0.5 3.89543 1.39543 3 2.5 3H4C4.27614 3 4.5 3.22386 4.5 3.5V5.75C4.5 6.16421 4.83579 6.5 5.25 6.5C5.66421 6.5 6 6.16421 6 5.75V1C6 0.447715 6.44772 0 7 0C7.55228 0 8 0.447715 8 1V2.751C8.00055 2.88868 8.11232 3 8.25 3H14.5C14.7761 3 15 3.22386 15 3.5V5.75C15 6.16421 15.3358 6.5 15.75 6.5C16.1642 6.5 16.5 6.16421 16.5 5.75V1C16.5 0.447715 16.9477 0 17.5 0C18.0523 0 18.5 0.447715 18.5 1V2.75C18.5 2.88807 18.6119 3 18.75 3ZM21 22C21.2761 22 21.5 21.7761 21.5 21.5V9.5C21.5 9.22386 21.2761 9 21 9H3C2.72386 9 2.5 9.22386 2.5 9.5V21.5C2.5 21.7761 2.72386 22 3 22H21Z' fill='%23A9B2BC'/%3E%3C/svg%3E%0A");
}
.mb-floorplans input.flatpickr-input {
  border: 1px solid #C7CED6;
  color: #A9B2BC;
}
@media (max-width: calc(1024px - 1px)) {
  .mb-floorplans input.flatpickr-input {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .mb-floorplans input.flatpickr-input {
    max-width: 250px;
  }
}
@media (min-width: 1136px) {
  .mb-floorplans input.flatpickr-input {
    max-width: 100%;
  }
}
.mb-floorplans .flatpickr-day.endRange,
.mb-floorplans .flatpickr-day.endRange.inRange,
.mb-floorplans .flatpickr-day.endRange.nextMonthDay,
.mb-floorplans .flatpickr-day.endRange.prevMonthDay,
.mb-floorplans .flatpickr-day.endRange:focus,
.mb-floorplans .flatpickr-day.endRange:hover,
.mb-floorplans .flatpickr-day.selected,
.mb-floorplans .flatpickr-day.selected.inRange,
.mb-floorplans .flatpickr-day.selected.nextMonthDay,
.mb-floorplans .flatpickr-day.selected.prevMonthDay,
.mb-floorplans .flatpickr-day.selected:focus,
.mb-floorplans .flatpickr-day.selected:hover,
.mb-floorplans .flatpickr-day.startRange,
.mb-floorplans .flatpickr-day.startRange.inRange,
.mb-floorplans .flatpickr-day.startRange.nextMonthDay,
.mb-floorplans .flatpickr-day.startRange.prevMonthDay,
.mb-floorplans .flatpickr-day.startRange:focus,
.mb-floorplans .flatpickr-day.startRange:hover {
  background: #B88F91;
  border-color: #B88F91;
}

.mb-floorplans .sidebar-filters {
  background: transparent;
  min-width: 1px;
  overflow: hidden;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  color: #005e72;
}
.mb-floorplans .sidebar-filters .stuck-wrap {
  top: 0px;
  overflow-y: auto;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .mb-floorplans .sidebar-filters .stuck-wrap {
    position: relative;
  }
}
@media (min-width: 1366px) and (min-height: 1000px) {
  .mb-floorplans .sidebar-filters .stuck-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 195px;
    padding: 0 0 2.5em;
  }
}
.mb-floorplans .sidebar-filters .noUi-connect {
  background-color: #B88F91;
}
.mb-floorplans .sidebar-filters .noUi-connects {
  background: #C7CED6;
  border-radius: 5px;
  height: 5px;
}
.mb-floorplans .sidebar-filters .noUi-horizontal .noUi-handle {
  top: -8px;
}
.mb-floorplans .sidebar-filters .noUi-handle {
  border-radius: 0;
  height: 18px;
  width: 18px;
  border-radius: 18px;
  border: 3px solid #FFFFFF;
  background: #B88F91;
  box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
}
.mb-floorplans .sidebar-filters .noUi-handle:hover, .mb-floorplans .sidebar-filters .noUi-handle:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.mb-floorplans .sidebar-filters .noUi-target {
  border-color: transparent;
  box-shadow: none;
  background: transparent;
  height: 6px;
  margin-top: 8px;
  margin-left: 0;
}
.mb-floorplans .sidebar-filters .noUi-tooltip {
  color: #B88F91;
  font-weight: normal;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .mb-floorplans .sidebar-filters .noUi-tooltip {
    font-size: 16px;
    line-height: 24px;
  }
}
.mb-floorplans .sidebar-filters.mobile-only .noUi-handle,
.mb-floorplans .sidebar-filters.mobile-only .noUi-connect {
  background: #FFFFFF;
}
.mb-floorplans .sidebar-filters.mobile-only .noUi-tooltip {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .mb-floorplans .sidebar-filters.mobile-only .noUi-tooltip {
    font-size: 16px;
    line-height: 24px;
  }
}
.mb-floorplans .sidebar-filters .noUi-horizontal {
  height: 6px;
  margin-top: 8px;
}
.mb-floorplans .sidebar-filters .noUi-horizontal .noUi-tooltip {
  bottom: 16px;
}

.sidebar-filters input[type=checkbox] + label {
  margin-bottom: 0;
  opacity: 0.5;
  line-height: 1.4;
}

.mb-floorplans .sidebar-filters .filter {
  border-color: transparent;
  padding: 0;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .mb-floorplans .sidebar-filters .filter {
    padding: 0;
    margin: 0 0 56px;
  }
}
.mb-floorplans .sidebar-filters .filter:first-of-type {
  margin-top: 0;
}

@media (max-width: calc(768px - 1px)) {
  .mb-floorplans .sidebar-filters .filter > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .mb-floorplans .sidebar-filters .filter > div label {
    width: 100%;
  }
}

@media (max-width: calc(768px - 1px)) {
  .mb-floorplans .sidebar-filters .filter.type-filter > div,
.mb-floorplans .sidebar-filters .filter.features-filter > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
  }
  .mb-floorplans .sidebar-filters .filter.type-filter > div label,
.mb-floorplans .sidebar-filters .filter.features-filter > div label {
    width: 100%;
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .mb-floorplans .sidebar-filters .filter.type-filter > div,
.mb-floorplans .sidebar-filters .filter.features-filter > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
  }
  .mb-floorplans .sidebar-filters .filter.type-filter > div label,
.mb-floorplans .sidebar-filters .filter.features-filter > div label {
    grid-column: 1/-1;
  }
}

@media (max-width: calc(768px - 1px)) {
  .mb-floorplans .sidebar-filters .filter.features-filter > div {
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 768px) {
  .mb-floorplans .sidebar-filters .filter.features-filter > div {
    grid-template-rows: repeat(3, auto);
  }
}

.mb-floorplans .sidebar-filters .filter.move-in-date {
  display: grid;
  row-gap: 16px;
}

@media (min-width: 1366px) {
  body.no-message .sidebar-filters .stuck-wrap {
    top: 155px;
  }
}

.move-in-date {
  display: none !important;
}

#sort-desktop {
  display: none;
}
@media (min-width: 1024px) {
  #sort-desktop {
    display: block;
    position: absolute;
    top: -55px;
    right: 0;
    width: 325px;
    padding-right: var(--lr-content-margin);
  }
}
#sort-desktop .select2-container--default .select2-results__option,
#sort-desktop .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 14px;
}

#sort-mobile {
  display: block;
}
#sort-mobile .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #005E72;
}
#sort-mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  #sort-mobile {
    display: none;
  }
}

.flex-row .filter-toggle:not(.close) {
  margin: 0;
}

.filter-toggle:not(.close) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 24px;
  border: 2px solid #B88F91;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .filter-toggle:not(.close) {
    display: none;
  }
}
.filter-toggle:not(.close):after {
  content: "";
  width: 24px;
  height: 25px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%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%22M9.97367%2012.459V22.689C9.9734%2022.888%2010.0523%2023.0789%2010.193%2023.2196C10.3338%2023.3603%2010.5247%2023.4392%2010.7237%2023.439H13.7237C14.1379%2023.439%2014%2023.1032%2014%2022.689V12.459C18.9453%2011.4507%2022.6144%207.27307%2022.976%202.23896C22.9895%202.03196%2022.9168%201.82858%2022.7752%201.67705C22.6335%201.52553%2022.4354%201.43935%2022.228%201.43896L1.74967%201.43896C1.54213%201.43906%201.34391%201.52514%201.20217%201.67674C1.06042%201.82833%200.987834%202.03189%201.00167%202.23896C1.36311%207.27173%205.0301%2011.4488%209.97367%2012.459Z%22%20stroke%3D%22%23B88F91%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.filter-wrap .search-button {
  margin-top: 32px;
}

.filter-toggle.close {
  margin-top: 32px;
  text-align: center;
  text-decoration: underline;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .filter-toggle.close {
    display: none;
  }
}

.mb-floorplans.mobile-floorplan-filters {
  opacity: 0 !important;
}
.mb-floorplans.mobile-floorplan-filters.active {
  opacity: 1 !important;
}
.mb-floorplans.mobile-floorplan-filters label {
  font-size: 16px;
  line-height: 24px;
  color: #005E72;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .mb-floorplans.mobile-floorplan-filters label {
    margin-bottom: 48px;
  }
}
.mb-floorplans.mobile-floorplan-filters label.unit-type-label svg path, .mb-floorplans.mobile-floorplan-filters label.unit-features-label svg path, .mb-floorplans.mobile-floorplan-filters label.unit-price-label svg path, .mb-floorplans.mobile-floorplan-filters label.unit-sq-footage-label svg path {
  stroke: #005E72;
}
.mb-floorplans.mobile-floorplan-filters .sidebar-filters {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
}
.mb-floorplans.mobile-floorplan-filters .sidebar-filters,
.mb-floorplans.mobile-floorplan-filters input[type=checkbox]:checked + label,
.mb-floorplans.mobile-floorplan-filters .unit,
.mb-floorplans.mobile-floorplan-filters .text {
  color: #FFFFFF;
}
.mb-floorplans.mobile-floorplan-filters .search-button {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 24px;
  background: #FFFFFF;
  width: 100%;
  margin-top: 0;
  cursor: pointer;
}
.mb-floorplans.mobile-floorplan-filters .filter-toggle.close {
  color: #FFFFFF;
}

.mb-floorplans.mobile-only {
  position: fixed;
  background: #B88F91;
  z-index: 999;
  top: -150%;
  width: 100%;
  transition: top 0.3s ease-in-out;
  left: 0;
  right: 0;
  padding: 24px;
  padding-bottom: 90px;
  height: 100vh;
  overflow-y: scroll;
}
.mb-floorplans.mobile-only.active {
  top: 0 !important;
}
.mb-floorplans.mobile-only .sidebar-filters .filter {
  margin-bottom: 40px;
}
.mb-floorplans.mobile-only .sidebar-filters .filter.type-filter > div,
.mb-floorplans.mobile-only .sidebar-filters .filter.features-filter > div {
  row-gap: 16px;
}
.mb-floorplans.mobile-only .sidebar-filters .feature-type {
  display: flex;
}

.mb-floorplans.mobile-only .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.mb-floorplans.mobile-only h3 {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}

.mb-floorplans.mobile-only .reset,
.mb-floorplans .reset,
.search-filter-reset {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  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: 0;
  padding: 8px 19px 8px 19px;
}
.mb-floorplans.mobile-only .reset:hover, .mb-floorplans.mobile-only .reset:active,
.mb-floorplans .reset:hover,
.mb-floorplans .reset:active,
.search-filter-reset:hover,
.search-filter-reset:active {
  background: #AD762A;
  border-color: #AD762A;
  color: #FFFFFF;
}

.mb-floorplans:not(.mobile-only) .reset {
  margin: 0 auto 32px;
  display: block;
  border: 2px solid #005E72;
  color: #005E72;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mb-floorplans:not(.mobile-only) .reset {
    margin: 0 auto 56px;
  }
}
.mb-floorplans:not(.mobile-only) .reset:hover, .mb-floorplans:not(.mobile-only) .reset:active {
  background: #005E72;
  border-color: #005E72;
  color: #FFFFFF;
}

.search-filter-reset {
  border-color: #B88F91;
  color: #B88F91;
  font-size: 12px;
  line-height: 18px;
}

.mb-floorplans.cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mb-floorplans.cards {
    flex-direction: row;
  }
}

.mb-floorplans .card {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 3px solid #B88F91;
}
@media (min-width: 1275px) {
  .mb-floorplans .card {
    align-items: stretch;
  }
  .mb-floorplans .card:hover .floorplan-card-wrap, .mb-floorplans .card:active .floorplan-card-wrap {
    box-shadow: none;
  }
}
.mb-floorplans .card .card-custom-label {
  background: #AD762A;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 8px 6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .mb-floorplans .card .card-custom-label {
    font-size: 16px;
    line-height: 1;
    padding: 12px;
  }
}
.mb-floorplans .card .card-custom-label.invisible {
  opacity: 0;
}

.mb-floorplans .card .floorplan-card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: none;
  overflow: visible;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  row-gap: 16px;
}
.mb-floorplans .card .floorplan-card-wrap .image a {
  margin: 0 24px;
  display: block;
}

.mb-floorplans .card .plan-info {
  margin: 0 16px 16px;
  padding: 0;
  border: none;
}

.mb-floorplans .card .plan-info,
.mb-floorplans .card .plan-name {
  background: transparent;
}

.card .plan-info .unit-type {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.plan-info .unit-type h3 {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.25px;
  margin: 0;
}
@media (min-width: 1024px) {
  .plan-info .unit-type h3 {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 1;
  }
}

.mb-floorplans .card .image {
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
}
.mb-floorplans .card .image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.mb-floorplans .card .unit-type p {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .mb-floorplans .card .unit-type p {
    font-size: 18px;
    line-height: 1;
  }
}
.mb-floorplans .card .available-units-buttons {
  padding: 0;
}

.mb-floorplans .card .available-units-buttons,
.mb-floorplans .card .available-units-button {
  text-align: left;
}

.mb-floorplans .availability-btn {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  text-transform: none;
  color: #B88F91;
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0;
}
.mb-floorplans .availability-btn:hover, .mb-floorplans .availability-btn:active {
  color: #B88F91;
}

.mb-floorplans .details-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  background: #B88F91;
  padding-top: 6px;
  padding-bottom: 5px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .mb-floorplans .details-btn {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.mb-floorplans .details-btn:only-child {
  margin: 0;
}
.mb-floorplans .details-btn:hover, .mb-floorplans .details-btn:active {
  background: #383D48;
}

.mb-floorplans .card .button {
  padding-top: 0;
}

.mb-floorplans .card .available-units-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  background: transparent;
}

.modal .apply a {
  text-transform: none;
  border-color: #B88F91;
  color: #B88F91;
  z-index: 2;
  padding: 8px 19px;
  border-top-right-radius: 0;
}
.modal .apply a:hover, .modal .apply a:active {
  background: transparent;
  color: #ac9067;
  border-color: #ac9067;
}

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

.units-table ul {
  margin: 0;
}

@media (max-width: calc(768px - 1px)) {
  .modal .units-table .avail-header,
.modal .units-table .avail-column {
    display: none;
  }
}

@media (max-width: calc(768px - 1px)) {
  .active-modal .modal {
    width: 95vw;
    max-height: 55vh;
  }
  .active-modal .modal .units-table {
    max-height: 100%;
  }
}

.modal .table-header {
  padding: 24px;
  background: #B88F91;
  align-items: center;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, auto);
}
@media (min-width: 1024px) {
  .modal .table-header {
    grid-template-columns: repeat(4, 1fr);
  }
}
.modal .table-header li {
  color: #FFFFFF;
  flex: inherit;
  display: flex;
  justify-content: center;
}
.units-table .table-header.show,
.units-table .unit.show {
  display: grid !important;
  grid-template-columns: repeat(4, auto);
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .units-table .table-header.show,
.units-table .unit.show {
    grid-template-columns: repeat(4, 1fr);
  }
}

.units-table .unit {
  padding: 24px;
}

.units-table li {
  flex: inherit;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  text-transform: unset;
}
#breadcrumb li {
  list-style-type: none;
}

.unit.show a {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #B88F91;
}
.unit.show a:hover, .unit.show a:active {
  color: #383D48;
}

.scroll {
  background: #B88F91;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 768px) {
  .scroll {
    display: none;
  }
}

.unit-column {
  justify-content: left !important;
}

.apply-column .btn {
  max-width: 100px !important;
}

.waitlist-modal {
  width: 660px;
  max-width: 100%;
}
.waitlist-modal .form-header {
  text-align: center;
  padding: 30px 0 10px;
  color: #B88F91;
  max-width: 410px;
  margin: 0 auto;
}
.waitlist-modal .hbspt-form {
  padding: 30px;
}
.waitlist-modal .hbspt-form input,
.waitlist-modal .hbspt-form textarea,
.waitlist-modal .hbspt-form select {
  background-color: #FFFFFF;
  color: #B88F91;
  border: 1px solid #B88F91;
}
.waitlist-modal .hbspt-form .hs_submit {
  margin-top: 20px;
  margin-bottom: 10px;
}
.waitlist-modal .hbspt-form .hs_submit input {
  border: none;
  padding: 9px 32px 12px;
}

.email-signup {
  background: #DAA045;
  display: flex;
}
.email-signup .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 1352px) {
  .email-signup .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .email-signup .content-wrap {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.email-signup .section-title {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 12px;
}
@media (min-width: 1366px) {
  .email-signup .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.email-signup p {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1366px) {
  .email-signup p {
    font-size: 18px;
    line-height: 26px;
  }
}
.email-signup .copy-wrap {
  max-width: 505px;
}
.email-signup .copy-wrap,
.email-signup .gform_wrapper {
  align-self: center;
}
.email-signup .gform_wrapper,
.email-signup form {
  margin: 0 auto;
  width: 100%;
  margin: 0;
  justify-self: flex-end;
}
@media (min-width: 1024px) {
  .email-signup .gform_wrapper,
.email-signup form {
    max-width: 389px;
  }
}
@media (min-width: 1366px) {
  .email-signup .gform_wrapper,
.email-signup form {
    margin: 0 auto;
    justify-self: center;
  }
}
.email-signup .gform_wrapper.gravity-theme form input[type=text],
.email-signup .gform_wrapper.gravity-theme form input[type=email],
.email-signup .gform_wrapper.gravity-theme form input[type=url],
.email-signup .gform_wrapper.gravity-theme form input[type=tel],
.email-signup .gform_wrapper.gravity-theme form input[type=number],
.email-signup .gform_wrapper.gravity-theme form input[type=file],
.email-signup .gform_wrapper.gravity-theme form textarea,
.email-signup .gform_wrapper.gravity-theme form .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #FFFFFF;
  max-width: 100%;
  background: #FFFFFF;
}
.email-signup .gform_wrapper.gravity-theme form input[type=text]:focus,
.email-signup .gform_wrapper.gravity-theme form input[type=email]:focus,
.email-signup .gform_wrapper.gravity-theme form input[type=url]:focus,
.email-signup .gform_wrapper.gravity-theme form input[type=tel]:focus,
.email-signup .gform_wrapper.gravity-theme form input[type=number]:focus,
.email-signup .gform_wrapper.gravity-theme form input[type=file]:focus,
.email-signup .gform_wrapper.gravity-theme form textarea:focus,
.email-signup .gform_wrapper.gravity-theme form .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #B88F91;
}

.footer-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1352px) {
  .footer-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .footer-wrap {
    row-gap: 32px;
  }
}
.footer .main-nav .current-menu-item > a,
.footer .main-nav .current-page-parent > a,
.footer .main-nav .current-menu-ancestor > a,
.footer .main-nav .current-page-ancestor > a {
  color: #B88F91;
  background: transparent;
}

.footer .main-nav .current-menu-item > a,
.footer .main-nav .current-page-parent > a,
.footer .main-nav .current-menu-ancestor > a,
.footer .main-nav .current-page-ancestor > a {
  border-radius: 0;
}

.footer .logo {
  z-index: unset;
}

.footer .top-row {
  display: grid;
}
@media (max-width: calc(1024px - 1px)) {
  .footer .top-row {
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .footer .top-row {
    grid-template-columns: 230px 1fr 1fr 1fr 1fr;
  }
}

.footer .middle-row {
  border-top: 1px solid #A1A096;
  align-items: flex-start;
  display: grid;
}
@media (max-width: calc(1024px - 1px)) {
  .footer .middle-row {
    padding: 32px 0 0;
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .footer .middle-row {
    border-bottom: 1px solid #A1A096;
    padding: var(--gutter-width) 0;
    grid-template-columns: 230px 1fr 1fr 1fr 1fr;
  }
  .footer .middle-row .menu-col {
    grid-column: 2/4;
  }
}

.footer .bottom-row {
  flex-wrap: wrap;
  row-gap: 24px;
}

@media (max-width: calc(1024px - 1px)) {
  .footer .represent {
    grid-row: 2;
  }
}

.footer .represent a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #B88F91;
  color: #B88F91;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  height: 100%;
  padding: 40px 8px;
  row-gap: 8px;
  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);
}
.footer .represent a b,
.footer .represent a strong {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .represent a:hover, .footer .represent a:active {
  color: #B88F91;
  border-color: #B88F91;
}
.footer .represent a:hover b,
.footer .represent a:hover strong, .footer .represent a:active b,
.footer .represent a:active strong {
  color: #B88F91;
}

.footer {
  display: flex;
  clear: both;
  background: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
}
.footer a {
  color: #B88F91;
}
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-size: 12px;
  line-height: 18px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.61px;
  margin-bottom: 4px;
}
@media (max-width: calc(768px - 1px)) {
  .footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    text-align: center;
  }
}

.footer p {
  font-size: 12px;
  line-height: 18px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media (max-width: calc(768px - 1px)) {
  .footer p {
    text-align: center;
  }
}

.footer .phone {
  font-size: 12px;
  line-height: 18px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}
@media (max-width: calc(768px - 1px)) {
  .footer .phone {
    text-align: center;
  }
}

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

.footer p.copyright {
  font-size: 12px;
  color: #A1A096;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer p.copyright {
    width: 100%;
  }
}

.footer .copyright a {
  font-size: 12px;
  color: #A1A096;
  line-height: 1.6;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .copyright a:hover, .footer .copyright a:active {
  color: #DAA045;
}

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

.footer img {
  width: auto;
}

.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;
    display: grid;
    grid-template-columns: 1fr 1fr;
    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: #B88F91;
}
.footer .nav.main-nav ul li a {
  color: #B88F91;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  line-height: 34px;
}
.created-by {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.created-by svg {
  width: 80px;
  height: 90px;
}
.created-by img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.created-by span {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}
@media (max-width: calc(1024px - 1px)) {
  .created-by {
    padding-top: 32px;
    border-top: 1px solid #A1A096;
  }
}
.created-by h3,
.created-by h4,
.created-by h5,
.created-by h6 {
  color: #A1A096;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}

.footer .nav.utility-nav ul svg path {
  fill: #B88F91;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .nav.utility-nav ul li {
  margin: 0;
}
.footer .nav.utility-nav ul li a {
  padding: 0;
}
.footer .nav.utility-nav ul li:hover svg path, .footer .nav.utility-nav ul li:active svg path {
  fill: #DAA045;
}
@media (min-width: 768px) {
  .footer .nav.utility-nav ul {
    justify-content: flex-start;
  }
}

.footer .nav.utility-nav ul {
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-top: 24px;
}
.footer .nav.utility-nav ul svg path {
  fill: #B88F91;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .nav.utility-nav ul li:hover svg path, .footer .nav.utility-nav ul li:active svg path,
.footer .nav.utility-nav ul a:hover svg path,
.footer .nav.utility-nav ul a:active svg path {
  fill: #DAA045 !important;
}
@media (min-width: 768px) {
  .footer .nav.utility-nav ul {
    justify-content: flex-start;
  }
}

.footer .nav.utility-nav .social-menu li a,
.footer .nav.utility-nav .icon-menu li a {
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer .nav.utility-nav .social-menu li a:hover, .footer .nav.utility-nav .social-menu li a:active,
.footer .nav.utility-nav .icon-menu li a:hover,
.footer .nav.utility-nav .icon-menu li a:active {
  background: transparent !important;
}
.footer .nav.utility-nav .social-menu li a span,
.footer .nav.utility-nav .icon-menu li a span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.footer .nav.utility-nav .social-menu li a {
  padding: 15px 30px 0 0 !important;
}

.footer .nav.utility-nav ul.icon-menu {
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
.footer .nav.utility-nav ul.icon-menu svg path {
  fill: #A1A096;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .nav.utility-nav ul.icon-menu li {
  cursor: default;
  pointer-events: none;
}
.footer .nav.utility-nav ul.icon-menu li:hover svg path, .footer .nav.utility-nav ul.icon-menu li:active svg path {
  fill: #A1A096;
}
.footer .nav.utility-nav ul.icon-menu li a {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer .nav.utility-nav ul.icon-menu {
    justify-content: flex-end;
  }
}

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

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

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

@media (min-width: 768px) {
  .gallery .tab-nav {
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
@media (min-width: 768px) {
  .gallery .tab-nav a {
    width: auto;
    margin-right: 16px;
    padding: 0;
  }
  .gallery .tab-nav a:last-of-type {
    margin-right: 0;
  }
}
.gallery .tab-nav a:after {
  content: none;
}

.gallery .swiper-container {
  background: #FFFFFF;
  margin: 6px 0 0;
  overflow: visible;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .gallery .swiper-container {
    margin: 0;
  }
}

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

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

.gallery .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .gallery .swiper-controls {
    margin-top: 32px;
  }
}
.gallery .swiper-controls .swiper-button-prev,
.gallery .swiper-controls .swiper-button-next {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  width: 48px;
  height: 48px;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.gallery .swiper-controls .swiper-button-prev:hover, .gallery .swiper-controls .swiper-button-prev:active,
.gallery .swiper-controls .swiper-button-next:hover,
.gallery .swiper-controls .swiper-button-next:active {
  outline: none;
}
.gallery .swiper-controls .swiper-button-prev:hover svg circle, .gallery .swiper-controls .swiper-button-prev:active svg circle,
.gallery .swiper-controls .swiper-button-next:hover svg circle,
.gallery .swiper-controls .swiper-button-next:active svg circle {
  stroke: #B88F91;
}
.gallery .swiper-controls .swiper-button-prev:hover svg path, .gallery .swiper-controls .swiper-button-prev:active svg path,
.gallery .swiper-controls .swiper-button-next:hover svg path,
.gallery .swiper-controls .swiper-button-next:active svg path {
  fill: #B88F91;
}
.gallery .swiper-controls .swiper-button-prev:after,
.gallery .swiper-controls .swiper-button-next:after {
  content: none;
}
.gallery .swiper-controls .swiper-button-prev {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .gallery .swiper-controls .swiper-button-prev {
    margin-right: 12px;
  }
}
.gallery .swiper-controls .swiper-button-next {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .gallery .swiper-controls .swiper-button-next {
    margin-left: 12px;
  }
}

.gallery .swiper-pagination {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  color: #5A606D;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gallery .swiper-pagination {
    font-size: 18px;
    line-height: 27px;
    display: block;
    position: relative;
    width: auto;
    left: initial;
    bottom: initial;
  }
}

.gallery .swiper-pagination-current {
  color: #B88F91;
}

.header {
  position: relative;
  z-index: 12;
}
@media (min-width: 1024px) {
  .header {
    width: 100%;
    background: #FFFFFF;
    box-shadow: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-items: center;
    transition: top 0.4s ease-in-out, background 0.4s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (min-width: 1024px) {
  .header .logo {
    display: block;
  }
}
.header.transparent-bg {
  background: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  margin: 0px auto;
}

.stuck-nav .header.transparent-bg {
  background: #FFFFFF;
  box-shadow: none;
}

.header-wrap {
  width: 100%;
  align-items: center;
}
.header {
  flex-wrap: wrap;
}

.logo {
  display: block;
  z-index: 10;
}
.logo span {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}

.mobile-header {
  width: 100%;
  z-index: 22;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: top 0.4s ease-in-out;
}
.mobile-header.nav-up {
  top: -93px;
}
@media (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header.transparent-bg {
  background: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  margin: 0 auto;
}

.mobile-header .mobile-header-bg {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 32px var(--lr-content-margin);
  z-index: 2;
}
.mobile-header .mobile-header-bg .utility-nav {
  flex: 0 0 40%;
}
.mobile-header .mobile-header-bg .logo {
  flex: 0 0 36%;
}
.mobile-header .mobile-header-bg .logo svg {
  max-width: 100%;
  width: 100%;
}
.mobile-header .mobile-header-bg .navicon-button {
  flex: 0 0 10%;
}

.mobile-header.transparent-bg .mobile-header-bg {
  background: transparent;
}

.stuck-nav .mobile-header-bg.transparent-bg {
  background: #FFFFFF;
  box-shadow: none;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .page-header-content-wrap {
    z-index: 1;
    position: absolute;
  }
}

.page-header-title {
  text-transform: uppercase;
  letter-spacing: 20px;
}
@media (min-width: 1024px) {
  .page-header-title {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 20px;
  }
}

.hero.full-image .hero-title {
  font-size: 34px;
  line-height: 1.2222;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
.hero.full-image .hero-title b,
.hero.full-image .hero-title strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1366px) {
  .hero.full-image .hero-title {
    font-size: 72px;
    line-height: 1.2222;
  }
}

.hero.full-image .hero-section-title {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .hero.full-image .hero-section-title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.hero.full-image p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1366px) {
  .hero.full-image p {
    font-size: 22px;
    line-height: 34px;
  }
}

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

.hero .image-wrap img {
  max-width: 100%;
}

.hero-title:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .hero-title + .link-wrap {
    margin-top: 32px;
  }
}

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

.hero-scroll {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.hero.full-image {
  --full-img-bottom: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.hero.full-image .hero-content-wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .hero.full-image {
    --full-img-bottom: 64px;
    row-gap: 40px;
  }
}
@media (min-width: 1366px) {
  .hero.full-image {
    --full-img-bottom: 96px;
  }
}
@media (min-width: 1024px) {
  .hero.full-image {
    height: auto;
  }
}
.hero.full-image .image-wrap {
  width: 100%;
  z-index: 0;
}

.hero.full-image {
  align-items: center;
  overflow: hidden;
}
.hero.full-image:first-child.mobile-vertical-bottom .hero-content-wrap {
  align-items: center;
}
.hero.full-image:first-child.mobile-vertical-bottom .hero-content-wrap:after {
  content: "";
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2228%22%20height%3D%2216%22%20viewBox%3D%220%200%2028%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.25%202.74997L14.53%2013.44C14.3894%2013.5804%2014.1988%2013.6593%2014%2013.6593C13.8012%2013.6593%2013.6106%2013.5804%2013.47%2013.44L2.75%202.71997%22%20stroke%3D%22%23EEE9D6%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  width: 28px;
  height: 16px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .hero.full-image:first-child.mobile-vertical-bottom .hero-content-wrap:after {
    margin-top: 56px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image {
    justify-content: flex-end;
  }
  .hero.full-image.mobile-vertical-center {
    justify-content: center;
  }
  .hero.full-image.mobile-vertical-top {
    justify-content: flex-start;
  }
}
.hero.full-image.left {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .hero.full-image.left {
    justify-content: center;
  }
}
.hero.full-image.left .hero-content-wrap {
  margin: 0;
  text-align: left;
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .hero.full-image.left .hero-content-wrap {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .hero.full-image.left .hero-content-wrap {
    margin-left: 0;
    max-width: 800px;
  }
}
@media (min-width: 1256px) {
  .hero.full-image.left .hero-content-wrap {
    margin-left: calc(((100vw - (100vw - 100%)) - 1256px) / 2);
  }
}
@media (min-width: 1352px) {
  .hero.full-image.left .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .hero.full-image.left .hero-content-wrap {
    padding: 0;
  }
}
.hero.full-image.left .link-wrap {
  justify-content: left;
  align-items: left;
}
@media (min-width: 1024px) {
  .hero.full-image.center {
    justify-content: center;
  }
}
.hero.full-image.center .hero-content-wrap {
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero.full-image.center .hero-content-wrap {
    padding: 0;
  }
}
.hero.full-image.center .link-wrap {
  justify-content: center;
  align-items: center;
}
.hero.full-image.right {
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .hero.full-image.right {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero.full-image.right {
    padding: 0;
  }
}
.hero.full-image.right .hero-content-wrap {
  text-align: right;
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image.right .hero-content-wrap {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .hero.full-image.right .hero-content-wrap {
    margin-left: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .hero.full-image.right .hero-content-wrap {
    margin-right: 0;
    max-width: 800px;
  }
}
@media (min-width: 1256px) {
  .hero.full-image.right .hero-content-wrap {
    margin-right: calc(((100vw - (100vw - 100%)) - 1256px) / 2);
  }
}
@media (min-width: 1352px) {
  .hero.full-image.right .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.hero.full-image.no-image .hero-content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  position: relative;
  z-index: 20;
  margin: 0 auto 40px;
  margin: 48px auto 40px;
  position: absolute;
  position: relative;
  row-gap: 0;
}
@media (min-width: 1352px) {
  .hero.full-image.no-image .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.hero.full-image.no-image .hero-content-wrap .hero-section-title {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .hero.full-image.no-image .hero-content-wrap .hero-section-title {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .hero.full-image.no-image .hero-content-wrap .hero-section-title {
    font-size: 18px;
    line-height: 1;
  }
}
.hero.full-image.no-image .hero-content-wrap .hero-title {
  font-size: 34px;
  line-height: 1.22;
}
@media (min-width: 1024px) {
  .hero.full-image.no-image .hero-content-wrap .hero-title {
    font-size: 48px;
    line-height: 1.22;
  }
}
@media (min-width: 1366px) {
  .hero.full-image.no-image .hero-content-wrap .hero-title {
    font-size: 72px;
    line-height: 1.22;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image.no-image .hero-content-wrap.background-box {
    width: auto;
    background: #383D48;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
  }
}
.hero.full-image.with-image .hero-content-wrap {
  position: absolute;
  z-index: 20;
  max-width: 824px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image.with-image .hero-content-wrap {
    padding-top: var(--module-tb-margin);
    padding-bottom: var(--module-tb-margin);
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image.with-video .hero-content-wrap {
    position: relative;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.full-image .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hero.full-image .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
}

.hero.bordered {
  background: #B88F91;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered {
    display: flex;
  }
}

.hero.bordered > .hero-wrap {
  --bottom-padding: 64px;
}
@media (min-width: 1366px) {
  .hero.bordered > .hero-wrap {
    --bottom-padding: 120px;
  }
}

.hero.bordered > .hero-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered > .hero-wrap {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hero.bordered > .hero-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1256px) {
  .hero.bordered > .hero-wrap {
    max-width: 1256px;
  }
}
@media (min-width: 1352px) {
  .hero.bordered > .hero-wrap {
    max-width: 1256px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero.bordered > .hero-wrap .link-wrap {
  justify-content: center;
  align-items: center;
}
.hero.bordered .hero-wrap .hero-content-wrap {
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered .hero-wrap .hero-content-wrap {
    position: absolute;
    width: auto;
    padding: 0;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
  }
  .hero.bordered .hero-wrap .hero-content-wrap.background-box {
    width: auto;
    background: #383D48;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
  }
}
@media (min-width: 1024px) {
  .hero.bordered .hero-wrap .hero-content-wrap {
    padding: 0;
    position: absolute;
    max-width: 628px;
    width: 50%;
  }
}
.hero.bordered.left .hero-wrap {
  justify-content: flex-start;
}
.hero.bordered.left .hero-wrap .hero-content-wrap {
  margin: 0 40px calc(var(--lr-content-margin) * 2);
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .hero.bordered.left .hero-wrap .hero-content-wrap {
    margin: 0 64px;
  }
}
.hero.bordered.right .hero-wrap {
  justify-content: flex-end;
}
.hero.bordered.right .hero-wrap .hero-content-wrap {
  margin: 0 40px calc(var(--lr-content-margin) * 2);
  text-align: right;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .hero.bordered.right .hero-wrap .hero-content-wrap {
    margin: 0 64px;
  }
}

.hero.bordered > .hero-wrap .image-wrap,
.hero.bordered .videoWrapper {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered > .hero-wrap .image-wrap,
.hero.bordered .videoWrapper {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .hero.bordered > .hero-wrap .image-wrap,
.hero.bordered .videoWrapper {
    position: relative;
    margin: var(--module-tb-margin) var(--lr-content-margin);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered > .hero-wrap .image-wrap img,
.hero.bordered .videoWrapper img {
    max-width: none;
    height: auto;
    width: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered > .hero-wrap .image-wrap img.mobile-image,
.hero.bordered .videoWrapper img.mobile-image {
    min-width: 100%;
  }
}

.hero.bordered .hero-title {
  font-size: 34px;
  line-height: 1.222;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
.hero.bordered .hero-title b,
.hero.bordered .hero-title strong {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-title {
    font-size: 48px;
    line-height: 1.222;
  }
}

.hero.bordered .hero-section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .hero.bordered .hero-section-title {
    font-size: 22px;
    line-height: 34px;
  }
}

.hero.bordered p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .hero.bordered p {
    font-size: 16px;
    line-height: 24px;
  }
}

.hero.bordered-content .hero-title {
  font-size: 28px;
  line-height: 1.222;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
}
.hero.bordered-content .hero-title b, .hero.bordered-content .hero-title strong {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1366px) {
  .hero.bordered-content .hero-title {
    font-size: 48px;
    line-height: 1.222;
  }
}

.hero.bordered-content .hero-section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
}

.hero.bordered-content p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .hero.bordered-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.hero.bordered-content {
  --full-img-bottom: 32px;
}
@media (min-width: 1024px) {
  .hero.bordered-content {
    --full-img-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .hero.bordered-content {
    --full-img-bottom: 96px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero.bordered-content {
    height: auto;
  }
}
.hero.bordered-content .image-wrap {
  width: 100%;
  z-index: 0;
}

.hero.bordered-content {
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered-content {
    align-items: center;
  }
}
.hero.bordered-content.center {
  justify-content: center;
}
.hero.bordered-content.center .hero-content-wrap {
  text-align: center;
}
.hero.bordered-content.center .link-wrap {
  justify-content: center;
  align-items: center;
}
.hero.bordered-content.right {
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .hero.bordered-content.right {
    padding: 0;
  }
}
.hero.bordered-content.right .hero-content-wrap {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .hero.bordered-content.right .hero-content-wrap {
    margin-left: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .hero.bordered-content.right .hero-content-wrap {
    margin-right: 0;
    max-width: 800px;
  }
}
@media (min-width: 1256px) {
  .hero.bordered-content.right .hero-content-wrap {
    margin-right: calc(((100vw - (100vw - 100%)) - 1256px) / 2);
  }
}
@media (min-width: 1352px) {
  .hero.bordered-content.right .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.hero.bordered-content .hero-content-wrap {
  position: relative;
  z-index: 2;
  position: absolute;
  border: 3px solid #FFFFFF;
  padding: 56px;
  margin: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .hero.bordered-content .hero-content-wrap {
    width: calc(100% - (var(--lr-content-margin) * 2));
  }
}
@media (min-width: 1352px) {
  .hero.bordered-content .hero-content-wrap {
    width: 100%;
    max-width: 1256px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered-content .hero-content-wrap {
    padding-top: var(--module-tb-margin);
    padding-bottom: var(--module-tb-margin);
  }
  .hero.bordered-content .hero-content-wrap.background-box {
    width: auto;
    background: #383D48;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.bordered-content .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hero.bordered-content .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
}

.hero.floating-card .hero-title {
  font-size: 34px;
  line-height: 1.222;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
.hero.floating-card .hero-title b,
.hero.floating-card .hero-title strong {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .hero.floating-card .hero-title {
    font-size: 48px;
    line-height: 1.222;
  }
}

.hero.floating-card .hero-section-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .hero.floating-card .hero-section-title {
    font-size: 22px;
    line-height: 34px;
  }
}

.hero.floating-card p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1366px) {
  .hero.floating-card p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .hero.floating-card {
    height: auto;
  }
}
.hero.floating-card .image-wrap {
  width: 100%;
  z-index: 0;
}
.hero.floating-card p {
  max-width: 824px;
  margin: 0 auto;
}
.hero.floating-card a.transparent-bg {
  border-color: #383D48;
  color: #383D48;
}
.hero.floating-card a.transparent-bg:hover, .hero.floating-card a.transparent-bg:active {
  color: #FFFFFF;
}

.hero.floating-card {
  display: block;
  overflow: hidden;
  background: #DAA045;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.floating-card {
    align-items: center;
  }
}
.hero.floating-card .link-wrap {
  justify-content: center;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.floating-card .link-wrap a {
    width: 100%;
  }
}
.hero.floating-card .hero-content-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 3px solid #DAA045;
  border-radius: 70px;
  padding: 56px;
  margin: var(--lr-content-margin);
  margin-top: -100px;
  background: #DAA045;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: calc(1024px - 1px)) {
  .hero.floating-card .hero-content-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .hero.floating-card .hero-content-wrap {
    width: calc(100% - (var(--lr-content-margin) * 2));
    max-width: 829px;
  }
}
@media (min-width: 1352px) {
  .hero.floating-card .hero-content-wrap {
    width: 100%;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.floating-card .hero-content-wrap {
    padding-top: var(--module-tb-margin);
    padding-bottom: var(--module-tb-margin);
    margin-bottom: var(--module-tb-margin);
  }
}
@media (max-width: calc(1024px - 1px)) {
  .hero.floating-card .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hero.floating-card .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
}

.half-and-half.hero .hero-title {
  font-size: 34px;
  line-height: 1.222;
  color: inherit;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
.half-and-half.hero .hero-title b,
.half-and-half.hero .hero-title strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .half-and-half.hero .hero-title {
    font-size: 48px;
    line-height: 1.222;
    max-width: 628px;
  }
}

.half-and-half.hero .hero-section-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .half-and-half.hero .hero-section-title {
    font-size: 22px;
    line-height: 34px;
    max-width: 628px;
  }
}

.half-and-half.hero p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  max-width: 628px;
}
@media (min-width: 1366px) {
  .half-and-half.hero p {
    font-size: 22px;
    line-height: 34px;
  }
}

.half-and-half.hero {
  background: transparent;
}

.half-and-half.hero .swiper-pagination {
  pointer-events: none;
  font-size: 18px;
  line-height: 26px;
  color: #7E889A;
}

.half-and-half.hero .swiper-button-prev svg circle,
.half-and-half.hero .swiper-button-next svg circle {
  stroke: #7E889A;
  transition: stroke 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.half-and-half.hero .swiper-button-prev svg path,
.half-and-half.hero .swiper-button-next svg path {
  fill: #7E889A;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.half-and-half.hero .swiper-button-prev:hover svg circle, .half-and-half.hero .swiper-button-prev:active svg circle,
.half-and-half.hero .swiper-button-next:hover svg circle,
.half-and-half.hero .swiper-button-next:active svg circle {
  stroke: #B88F91;
}
.half-and-half.hero .swiper-button-prev:hover svg path, .half-and-half.hero .swiper-button-prev:active svg path,
.half-and-half.hero .swiper-button-next:hover svg path,
.half-and-half.hero .swiper-button-next:active svg path {
  fill: #B88F91;
}

.hero.half-and-half {
  margin: var(--module-tb-margin) 0;
}
@media (min-width: 1024px) {
  .hero.half-and-half {
    overflow: hidden;
    margin: 0;
  }
}
.hero.half-and-half .swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .hero.half-and-half .swiper-slide {
    flex-direction: row;
  }
  .hero.half-and-half .swiper-slide.image-left {
    flex-direction: row-reverse;
  }
  .hero.half-and-half .swiper-slide.image-left .hero-content-wrap {
    padding-left: 72px;
  }
  .hero.half-and-half .swiper-slide.image-right .hero-content-wrap {
    padding-right: 72px;
  }
}
.hero.half-and-half .hero-content-wrap {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
  margin-top: 40px;
  margin-bottom: 40px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .hero.half-and-half .hero-content-wrap {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .hero.half-and-half .hero-content-wrap {
    margin-left: 0;
    max-width: 628px;
  }
}
@media (min-width: 1352px) {
  .hero.half-and-half .hero-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.hero.half-and-half .hero-content-wrap.left {
  align-items: flex-start;
  text-align: left;
}
.hero.half-and-half .hero-content-wrap.center {
  align-items: center;
  text-align: center;
}
.hero.half-and-half .hero-content-wrap.right {
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .hero.half-and-half .hero-content-wrap {
    padding-right: var(--lr-content-margin);
  }
}
@media (min-width: 1024px) {
  .hero.half-and-half .hero-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
    padding-top: 72px;
    padding-bottom: 72px;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .hero.half-and-half .hero-content-wrap {
    margin-left: 0;
  }
}
.hero.half-and-half .hero-content-wrap h1,
.hero.half-and-half .hero-content-wrap h2,
.hero.half-and-half .hero-content-wrap h3 {
  color: inherit;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 1;
}
.hero.half-and-half .hero-content-wrap h1:last-of-type,
.hero.half-and-half .hero-content-wrap h2:last-of-type,
.hero.half-and-half .hero-content-wrap h3:last-of-type {
  margin-top: 8px;
}
.hero.half-and-half .hero-content-wrap h1:first-of-type,
.hero.half-and-half .hero-content-wrap h2:first-of-type,
.hero.half-and-half .hero-content-wrap h3:first-of-type {
  margin-top: 0;
}
.hero.half-and-half .hero-content-wrap h1 b,
.hero.half-and-half .hero-content-wrap h1 strong,
.hero.half-and-half .hero-content-wrap h2 b,
.hero.half-and-half .hero-content-wrap h2 strong,
.hero.half-and-half .hero-content-wrap h3 b,
.hero.half-and-half .hero-content-wrap h3 strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .hero.half-and-half .hero-content-wrap h1,
.hero.half-and-half .hero-content-wrap h2,
.hero.half-and-half .hero-content-wrap h3 {
    font-size: 48px;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .hero.half-and-half .hero-content-wrap h1,
.hero.half-and-half .hero-content-wrap h2,
.hero.half-and-half .hero-content-wrap h3 {
    font-size: 72px;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .hero.half-and-half .image-wrap {
    width: 50%;
  }
}
.hero.half-and-half .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.hero.half-and-half .swiper-controls {
  position: relative;
  width: 100%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  padding: 0;
  justify-content: center;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .hero.half-and-half .swiper-controls {
    margin-top: 32px;
  }
}
.hero.half-and-half .swiper-controls .swiper-button-next:after,
.hero.half-and-half .swiper-controls .swiper-container-rtl .swiper-button-prev:after,
.hero.half-and-half .swiper-controls .swiper-button-prev:after,
.hero.half-and-half .swiper-controls .swiper-container-rtl .swiper-button-next:after {
  content: none;
}

.hero .swiper-button-prev,
.hero .swiper-button-next,
.hero .swiper-pagination {
  position: relative;
}
.hero .swiper-button-prev:hover, .hero .swiper-button-prev:active,
.hero .swiper-button-next:hover,
.hero .swiper-button-next:active,
.hero .swiper-pagination:hover,
.hero .swiper-pagination:active {
  outline: none;
}

.hero .swiper-pagination {
  pointer-events: none;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  top: 0;
  width: 48px;
  height: 48px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: 0;
}

.hero .swiper-button-prev {
  margin-right: 16px;
}

.hero .swiper-pagination {
  width: auto;
  bottom: initial;
  left: initial;
  margin-left: 64px;
}

.hero.half-and-half .hero-scroll {
  left: initial;
  right: 24px;
  bottom: 40px;
}
@media (min-width: 1024px) {
  .hero.half-and-half .hero-scroll {
    right: calc(50% + 40px);
    margin: 0;
    bottom: 0;
  }
}

.image-gallery {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  margin-top: 0;
}
@media (min-width: 1352px) {
  .image-gallery {
    padding-right: 0;
    padding-left: 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 .tab-nav {
  margin-bottom: 32px;
}
.image-gallery .tab {
  flex-direction: row;
  display: flex;
  row-gap: var(--gutter-width);
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
  margin: 0;
}
.image-gallery .tab > div {
  margin-bottom: 0;
}
.image-gallery .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.image-gallery .tab:not(.active-tab),
.image-gallery .image-wrap: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;
  justify-content: center;
}
.slide-details .count {
  display: none;
}
.slide-details .image-caption {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0 0;
}
@media (min-width: 1024px) {
  .slide-details .image-caption {
    font-size: 18px;
    line-height: 26px;
  }
}

.image-gallery label {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .image-gallery label {
    font-size: 16px;
    line-height: 24px;
  }
}
.image-gallery .tab-nav {
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
.image-gallery .project-cat-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.image-gallery .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B88F91;
}
.image-gallery .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #B88F91;
  max-width: 100%;
  background: #FFFFFF;
}
.image-gallery .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #B88F91;
}
.image-gallery .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%23B88F91%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
}

.map.leasing-map .content-wrap #neighborhood-map {
  height: 228px;
  width: auto;
  margin: 4px 4px 8px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 896px) {
  .map.leasing-map .content-wrap #neighborhood-map {
    height: 640px;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .map.leasing-map .content-wrap #neighborhood-map {
    height: 740px;
  }
}

@media (min-width: 896px) {
  .leasing-map .content-wrap {
    display: flex;
    align-items: center;
  }
}

.leasing-map-info {
  padding: 8px 4px 0;
}
@media (min-width: 1024px) {
  .leasing-map-info {
    position: absolute;
    z-index: 2;
    background: #FFFFFF;
    width: 100%;
    max-width: 585px;
    left: 8px;
    padding: 8px;
  }
}
@media (min-width: 1366px) {
  .leasing-map-info {
    left: 122px;
  }
}

.address-info {
  margin-top: 4px;
}
.address-info h2 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}
@media (min-width: 896px) {
  .address-info {
    margin-top: 12px;
  }
}
.address-info a {
  color: #5A606D;
  text-decoration: underline;
  font-weight: bold;
}
.address-info a:hover, .address-info a:active {
  text-decoration: none;
  color: #383D48;
}
@media (min-width: 1024px) {
  .address-info a.telephone {
    font-weight: normal;
    color: #5A606D;
    text-decoration: none;
  }
}

.address-info-wrap {
  display: flex;
  flex-direction: row;
}
.address-info-wrap p:first-of-type {
  margin-right: 8px;
  margin-bottom: 8px;
}

.location-map .content-wrap {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .location-map .content-wrap {
    flex-direction: row;
  }
}

.map-title {
  font-size: 25px;
  line-height: 26px;
  margin: 0 0 32px;
  color: #FFFFFF;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 1024px) {
  .map-title {
    margin: 48px 0 24px;
    font-size: 28px;
    line-height: 42px;
  }
}

.map {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.map div {
  position: static;
}
.map .content-wrap #neighborhood-map {
  height: 40vh;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .map .content-wrap #neighborhood-map {
    height: 800px;
    width: 66%;
  }
}
.map .marker {
  display: none;
}
.map .map-key {
  max-height: 60vh;
  background: #B88F91;
  overflow: auto;
  padding: 40px 24px;
}
@media (min-width: 1024px) {
  .map .map-key {
    max-height: none;
    width: 34%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 60px;
  }
}
.map .map-key .cat-trigger {
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 0;
  padding: 8px 0 17px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map .map-key .cat-trigger span {
  display: flex;
  align-items: center;
}
.map .map-key .cat-trigger span span {
  margin-top: 6px;
  margin-left: 15px;
}
.map .map-key .cat-trigger:hover {
  cursor: pointer;
  color: #FFFFFF;
}
.map .map-key .cat-trigger:hover .map-navicon {
  background: #FFFFFF;
}
.map .map-key .cat-trigger:hover .map-navicon:after {
  background: #FFFFFF;
}
.map .map-key .cat-trigger:hover svg path {
  fill: #FFFFFF;
}
.map .map-key .map-category {
  width: 100%;
  display: block;
}
.map .map-key .map-category.active {
  margin-bottom: 16px;
  transition: margin-bottom 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map .map-key .map-category.active .cat-trigger {
  transition: margin-bottom 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map .map-key h3 {
  padding: 15px;
  text-align: left;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .map .map-key h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.map .map-key h3.open {
  border-bottom: 1px solid #FFFFFF;
}
.map .map-key h3:hover, .map .map-key h3:active {
  border-bottom: 1px solid #FFFFFF;
}
.map .map-key h3 svg path {
  fill: #FFFFFF;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map ol {
  margin: 16px 0;
  padding: 0;
  background: transparent;
  max-height: 275px;
  overflow: auto;
  list-style-type: none;
  list-style-position: inside;
}
.map ol li {
  display: list-item;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  width: 90%;
  margin-bottom: 4px;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 0 0 0 16px;
  margin: 0;
}
.map ol li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 667px) {
  .map ol li {
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .map ol li {
    width: 30%;
    margin-right: 3%;
  }
}
@media (min-width: 1024px) {
  .map ol li {
    width: 90%;
  }
}
.map ol li:hover, .map ol li.active-link {
  cursor: pointer;
  color: #FFFFFF;
  background: #818278;
}
.map ol li p {
  margin: 0;
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 0;
  display: inline-block;
}
.map .active ol {
  display: block;
}
.map .active .cat-trigger {
  background: #B88F91;
  color: #FFFFFF;
}
.map .active .cat-trigger svg path {
  fill: #FFFFFF;
}
.map .marker {
  display: none;
}
.map .drawer-bay {
  display: none;
}

.map ol::-webkit-scrollbar {
  width: 8px;
}
.map ol::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
.map ol::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 8px;
}

.scroll-off {
  pointer-events: none;
}
.scroll-off .google-map-marker {
  pointer-events: auto;
}

.infoBox {
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(0px 10px 24px rgba(56, 61, 72, 0.1));
}
.infoBox > img {
  z-index: 99;
  width: 14px;
  height: 14px;
  position: absolute !important;
  right: 13px;
  top: 13px;
}
.infoBox .post-marker {
  height: 100%;
  padding: 16px 24px;
}
.infoBox .post-marker .image {
  height: 167px;
  position: relative;
}
.infoBox .post-marker .button {
  background: #ffffff;
  margin: 0;
}
.infoBox .post-marker .button:before {
  border: none;
}
.infoBox .post-marker .marker-title {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  text-align: left;
}
.infoBox .post-marker .marker-title + p {
  margin: 0;
  text-align: left;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.infoBox .post-marker .marker-title + p a {
  color: #B88F91;
  text-decoration: underline;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.infoBox .post-marker .marker-title + p a:hover, .infoBox .post-marker .marker-title + p a:active {
  text-decoration: none;
}
.infoBox .triangle {
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.map-navicon-button {
  cursor: pointer;
  transition: 0.2s/2;
  opacity: 0.9;
}
.map-navicon-button .navicon:after {
  transition: 0.2s/2;
}

.map-navicon {
  display: block;
  position: relative;
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  transition: 0.2s;
  margin-left: 4px;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 14px;
  background: #FFFFFF;
  z-index: -1;
  transition: 0.2s 0.2s/2;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map-navicon:after {
  transform: rotate(90deg);
}

.open .map-navicon,
.active .map-navicon:after {
  top: 0 !important;
  background: #FFFFFF;
}

.open .map-navicon,
.open .map-navicon:after {
  transition: 0.2s;
}

.active {
  transform: scale(1);
}

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

.menu-module {
  margin: var(--module-tb-margin) auto 32px;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
.menu-module + .tab,
.menu-module + .tab + .tab {
  margin-top: 0;
}
@media (min-width: 1352px) {
  .menu-module {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .menu-module {
    padding: 0;
    margin: var(--module-tb-margin) auto;
  }
}
.menu-module .sub-nav {
  border-bottom: 1px solid #A1A096;
}
.menu-module ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .menu-module ul {
    justify-content: flex-start;
  }
}
.menu-module ul li {
  width: 50%;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .menu-module ul li {
    width: auto;
  }
}
.menu-module ul li:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 6px;
  width: 100%;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .menu-module ul li:after {
    bottom: -16px;
  }
}
.menu-module ul a {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  width: 100%;
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  .menu-module ul a {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-module ul a:hover, .menu-module ul a:active {
    color: #B88F91;
  }
  .menu-module ul a:hover:after, .menu-module ul a:active:after {
    background: #B88F91;
  }
}
@media (min-width: 1024px) {
  .menu-module ul a {
    padding: 0 32px;
  }
}
.menu-module ul li.current-page-item:after,
.menu-module ul li.current-menu-item:after {
  background: #B88F91;
}
.menu-module ul li.current-page-item a,
.menu-module ul li.current-menu-item a {
  color: #B88F91;
}
.menu-module ul {
  margin: 0;
}
@media (min-width: 768px) {
  .menu-module ul {
    display: flex;
  }
}

.menu-module .in-page-menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .menu-module .in-page-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .menu-module .in-page-menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu-module .in-page-menu a {
  text-align: center;
  border: 1px solid #B88F91;
  padding: 5px 16px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  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-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .menu-module .in-page-menu a {
    font-size: 18px;
    line-height: 26px;
  }
}
.menu-module .in-page-menu a:hover, .menu-module .in-page-menu a:active {
  background: #B88F91;
  color: #FFFFFF;
  border-color: #B88F91;
}

.mixed-content-block {
  display: flex;
  align-items: flex-start;
}
.mixed-content-block p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .mixed-content-block p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .mixed-content-block .flex-row {
    row-gap: 56px;
  }
}

.mixed-content-block-title {
  margin-top: 16px;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 768px) {
  .mixed-content-block-title {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .mixed-content-block-title {
    font-size: 34px;
    line-height: 48px;
  }
}

.popup .round-bg {
  background: #F1F3F9;
  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: #A9B2BC;
  height: 2px;
}

body.with-popup {
  overflow: hidden;
}

.popups.hidden {
  display: none;
}

.popups #popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  -webkit-animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
          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: 16px;
  background: #FFFFFF;
  margin: 0 24px;
  max-width: 628px;
  z-index: 2;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
          animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  padding: 64px 24px;
}
@media (min-width: 1024px) {
  .popups .popup {
    padding: 72px 120px;
    width: 85%;
    margin: 0;
  }
}

.popup-title,
.popup .gform_title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: inherit;
}
@media (min-width: 1024px) {
  .popup-title,
.popup .gform_title {
    font-size: 34px;
    line-height: 48px;
  }
}
.popup-title + p,
.popup .gform_title + p {
  margin-bottom: 0;
}

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

.popup p,
.popup .gform_description {
  font-size: 16px;
  line-height: 24px;
  color: inherit;
}
@media (min-width: 1024px) {
  .popup p,
.popup .gform_description {
    font-size: 18px;
    line-height: 26px;
  }
}

.popup .btn-large,
.popup .gform_button {
  width: 100%;
  color: #FFFFFF;
  background: #B88F91;
  margin-top: 40px;
}
.popup .btn-large:hover, .popup .btn-large:active,
.popup .gform_button:hover,
.popup .gform_button:active {
  color: #FFFFFF;
  background: #5A606D;
}

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

.popup-no-thanks a {
  font-size: 12px;
  line-height: 18px;
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .popup-no-thanks a {
    font-size: 14px;
    line-height: 24px;
  }
}

#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;
      -ms-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;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.75;
  background: #383D48;
}

.popup form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popup .gform_description {
  display: block;
  margin-bottom: 40px;
}

.popup .gform_body {
  width: 100%;
}
@media (min-width: 768px) {
  .popup .gform_body {
    width: 58%;
  }
}
.popup .gform_body li {
  margin: 0;
}
.popup .gform_body input[type=email] {
  width: 100%;
}
.popup .gform_body .ginput_container_email {
  margin-right: 0;
}
@media (min-width: 768px) {
  .popup .gform_body .ginput_container_email {
    margin-right: 16px;
  }
}

.popup .gform_footer {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .popup .gform_footer {
    width: 40%;
    margin-top: 0;
  }
}
.popup .gform_footer input[type=submit] {
  margin: 0;
}

.gform_footer {
  width: 100%;
  margin-top: 16px;
}

.popup.half_image {
  max-width: 1044px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .popup.half_image {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.popup.half_image .content-wrap {
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .popup.half_image .content-wrap {
    width: 50%;
    padding: 88px 72px;
  }
}
.popup.half_image .image-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
@media (min-width: 1024px) {
  .popup.half_image .image-wrap {
    width: 50%;
    height: auto;
  }
}
.popup.half_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: auto;
  max-width: none;
}
@media (min-width: 1024px) {
  .popup.half_image img {
    position: absolute;
  }
}

.popup.background_image .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.background_image .background_image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-blocks .row {
  background: #383D48;
}

.promo-blocks .image-left .content.col-md-6 > div {
  text-align: content-box-right;
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .promo-blocks .image-left .content.col-md-6 > div {
    margin-right: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks .image-left .content.col-md-6 > div {
    margin-right: 0;
    max-width: 628px;
  }
}
@media (min-width: 1256px) {
  .promo-blocks .image-left .content.col-md-6 > div {
    margin-right: calc(((50vw - (50vw - 100%)) - (1256px) / 2));
  }
}
@media (min-width: 1352px) {
  .promo-blocks .image-left .content.col-md-6 > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.promo-blocks .image-right .content.col-md-6 > div {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .promo-blocks .image-right .content.col-md-6 > div {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks .image-right .content.col-md-6 > div {
    margin-left: 0;
    max-width: 628px;
  }
}
@media (min-width: 1352px) {
  .promo-blocks .image-right .content.col-md-6 > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.promo-blocks .content {
  padding: var(--tb-content-padding) var(--lr-content-padding);
  color: #FFFFFF;
  text-align: center;
}
.promo-blocks .content.col-md-6 > div {
  width: 100%;
}
.promo-blocks .content h2 {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1366px) {
  .promo-blocks .content h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
.promo-blocks .content h1 {
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1366px) {
  .promo-blocks .content h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (min-width: 768px) {
  .promo-blocks .content {
    text-align: initial;
  }
}
.promo-blocks .content .btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
  margin-top: var(--topmargin);
}
@media (min-width: 1366px) {
  .promo-blocks .content .btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.promo-blocks .content .btn:hover, .promo-blocks .content .btn:active {
  color: #B88F91;
  border-color: #B88F91;
  background-color: transparent;
}
.promo-blocks .content.text-align-left {
  text-align: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .promo-blocks .content.text-align-left {
    text-align: left;
  }
}
.promo-blocks .content.text-align-center {
  text-align: center;
}
@media (min-width: 768px) {
  .promo-blocks .content.text-align-center {
    justify-content: center;
  }
}
.promo-blocks .content.text-align-right {
  text-align: center;
}
@media (min-width: 768px) {
  .promo-blocks .content.text-align-right {
    text-align: right;
  }
}

.promo-blocks.half-and-half .promo-single-image {
  width: 100%;
  padding: 0;
}
.promo-blocks.half-and-half.image-two-thirds .image-right .content > div {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half.image-two-thirds .image-right .content > div {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks.half-and-half.image-two-thirds .image-right .content > div {
    margin-left: 0;
  }
}
@media (min-width: 1256px) {
  .promo-blocks.half-and-half.image-two-thirds .image-right .content > div {
    max-width: 418.6666666667px;
    margin-left: calc((100vw - 1256px - 10px) / 2);
  }
}
@media (min-width: 1352px) {
  .promo-blocks.half-and-half.image-two-thirds .image-right .content > div {
    padding-right: 0;
    padding-left: 0;
  }
}
.promo-blocks.half-and-half.image-two-thirds .image-left .content > div {
  text-align: content-box-right;
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half.image-two-thirds .image-left .content > div {
    margin-right: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks.half-and-half.image-two-thirds .image-left .content > div {
    margin-right: 0;
  }
}
@media (min-width: 1256px) {
  .promo-blocks.half-and-half.image-two-thirds .image-left .content > div {
    max-width: 628px;
    margin-right: calc((100vw - 1256px - 10px) / 2);
  }
}
@media (min-width: 1352px) {
  .promo-blocks.half-and-half.image-two-thirds .image-left .content > div {
    padding-right: 0;
    padding-left: 0;
  }
}
.promo-blocks.half-and-half.image-one-third .image-left .text-align-center {
  justify-content: flex-end;
}
.promo-blocks.half-and-half.image-one-third .image-right .text-align-center {
  justify-content: flex-start;
}
.promo-blocks.half-and-half.image-one-third .image-right .content > div {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
  max-width: none;
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half.image-one-third .image-right .content > div {
    margin-right: 0;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks.half-and-half.image-one-third .image-right .content > div {
    margin-left: 0;
  }
}
@media (min-width: 1256px) {
  .promo-blocks.half-and-half.image-one-third .image-right .content > div {
    max-width: 837.3333333333px;
    margin-left: calc((100vw - 1256px - 10px) / 2);
  }
}
@media (min-width: 1352px) {
  .promo-blocks.half-and-half.image-one-third .image-right .content > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: calc(1024px - 1px)) {
  .promo-blocks.half-and-half.image-one-third .image-right .content > div {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.promo-blocks.half-and-half.image-one-third .image-left .content > div {
  margin: 0 var(--lr-boxed-padding);
  padding-right: var(--lr-content-margin);
  padding-left: var(--lr-content-margin);
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half.image-one-third .image-left .content > div {
    margin-right: 0;
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .promo-blocks.half-and-half.image-one-third .image-left .content > div {
    margin-right: 0;
  }
}
@media (min-width: 1256px) {
  .promo-blocks.half-and-half.image-one-third .image-left .content > div {
    max-width: 837.3333333333px;
    margin-right: calc((100vw - 1256px - 10px) / 2);
  }
}
@media (min-width: 1352px) {
  .promo-blocks.half-and-half.image-one-third .image-left .content > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .promo-blocks.half-and-half.image-one-third .promo-single-image .image-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .promo-blocks.half-and-half.image-one-third .promo-single-image .image-wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: auto;
    max-width: none;
    position: absolute;
  }
}
.promo-blocks.half-and-half .image-left {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half .image-left {
    flex-direction: row-reverse;
  }
}
.promo-blocks.half-and-half.image-half .image-right {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .promo-blocks.half-and-half.image-half .image-right {
    flex-direction: row;
  }
}
.promo-blocks.half-and-half.image-half .image-right .content {
  justify-content: flex-end;
}
.promo-blocks.two-images .left-image {
  order: 1;
}
.promo-blocks.two-images .content {
  order: 3;
  padding-top: var(--toppadding);
  padding-bottom: var(--toppadding);
}
.promo-blocks.two-images .content > div {
  padding-left: var(--lr-boxed-padding);
  padding-right: var(--lr-boxed-padding);
}
@media (min-width: 768px) {
  .promo-blocks.two-images .content {
    order: 2;
    padding: 0;
  }
}
.promo-blocks.two-images .right-image {
  order: 2;
}
@media (min-width: 768px) {
  .promo-blocks.two-images .right-image {
    order: 3;
  }
}

.promo-blocks.bg-image .row,
.promo-blocks.no-image .row {
  justify-content: center;
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .promo-blocks.bg-image .row,
.promo-blocks.no-image .row {
    flex-direction: column-reverse;
  }
}
.promo-blocks.bg-image .content,
.promo-blocks.no-image .content {
  display: flex;
  z-index: 1;
}
@media (min-width: 768px) {
  .promo-blocks.bg-image .content,
.promo-blocks.no-image .content {
    position: absolute;
  }
  .promo-blocks.bg-image .content > div,
.promo-blocks.no-image .content > div {
    width: 100%;
    margin: 0 0 0 var(--lr-content-margin);
    padding-right: 24px;
    max-width: 628px;
  }
}
@media (min-width: 1352px) {
  .promo-blocks.bg-image .content,
.promo-blocks.no-image .content {
    padding-left: 0;
    padding-right: 0;
    max-width: 1256px;
  }
  .promo-blocks.bg-image .content > div,
.promo-blocks.no-image .content > div {
    padding: 0;
    margin: 0;
  }
}
.promo-blocks.bg-image .content.text-align-left,
.promo-blocks.no-image .content.text-align-left {
  justify-content: flex-start;
}
.promo-blocks.bg-image .content.text-align-right,
.promo-blocks.no-image .content.text-align-right {
  justify-content: flex-end;
}
.promo-blocks.bg-image .content.text-align-center,
.promo-blocks.no-image .content.text-align-center {
  justify-content: center;
}

.promo-blocks.bg-image .image-wrap {
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .promo-blocks.bg-image .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    overflow: hidden;
  }
  .promo-blocks.bg-image .image-wrap img {
    position: absolute;
    min-height: 100%;
    width: auto;
    max-width: none;
  }
}

.promo-blocks.no-image .content {
  position: relative;
  padding-top: var(--toppadding);
  padding-bottom: var(--toppadding);
}

.quick-floorplan-finder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B88F91;
}
.quick-floorplan-finder .gfield_label {
  display: none;
}
.quick-floorplan-finder .gform_wrapper li {
  margin: 0;
}
.quick-floorplan-finder ul {
  display: flex;
  flex-direction: row;
}

.quick-floorplan-finder .content-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;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1352px) {
  .quick-floorplan-finder .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .quick-floorplan-finder .content-wrap {
    position: relative;
  }
}

.quick-floorplan-finder.no-image .content-wrap {
  position: relative;
}

.quick-floorplan-finder .section-title {
  font-size: 28px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .quick-floorplan-finder .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.quick-floorplan-finder p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .quick-floorplan-finder p {
    font-size: 18px;
    line-height: 26px;
  }
}

.quick-floorplan-finder p:last-of-type {
  margin-bottom: 0;
}

.quick-floorplan-finder .content-wrap > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .quick-floorplan-finder {
    overflow: hidden;
  }
  .quick-floorplan-finder .content-wrap > div {
    height: 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}

.quick-floorplan-finder .bg-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.quick-floorplan-finder .bg-image img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .quick-floorplan-finder .bg-image {
    padding: 0;
  }
}

.quick-floorplan-finder .gform_wrapper {
  width: 100%;
  margin: 0;
}
@media (min-width: 1366px) {
  .quick-floorplan-finder .gform_wrapper {
    margin: 16px 0 0;
  }
}
.quick-floorplan-finder .gform_wrapper .gform_body {
  width: 100%;
}
.quick-floorplan-finder .gform_wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 327px;
  margin: 0 auto;
}
.quick-floorplan-finder .gform_wrapper .gform_footer {
  width: 100%;
  margin: 16px 0 0;
}
.quick-floorplan-finder .gform_wrapper .gform_footer input {
  width: 100%;
}
@media (min-width: 768px) {
  .quick-floorplan-finder .gform_wrapper .gform_footer {
    margin: 0;
  }
}

.quick-floorplan-finder .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
}

.quick-floorplan-finder .select2-container--default .select2-selection--single {
  border: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  border-radius: 0;
}
.quick-floorplan-finder .select2-container--default .select2-selection--single:focus {
  outline: none;
  color: #A1A096;
  border: 2px solid #7E889A;
}

.quick-floorplan-finder .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.56 1L8.53001 7.03001C8.38951 7.1707 8.19884 7.24976 8.00001 7.24976C7.80118 7.24976 7.61051 7.1707 7.47001 7.03001L1.43999 1' stroke='%23EEE9D6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.quick-floorplan-finder select {
  margin-right: 8px;
}

.quick-floorplan-finder input[type=submit] {
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .quick-floorplan-finder input[type=submit] {
    width: auto;
  }
}
.quick-floorplan-finder input[type=submit]:hover, .quick-floorplan-finder input[type=submit]:active {
  background: #DAA045;
}

.social-feed {
  padding-bottom: 40px;
}
@media (min-width: 1366px) {
  .social-feed {
    padding-bottom: 80px;
  }
}
.social-feed:after {
  content: "";
  width: 100%;
  height: 80px;
  background: url("../../../files/images/instagram-flourish.webp") repeat-x scroll 0 0 #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.social-feed {
  display: flex;
  overflow: hidden;
  background: #5A606D;
}
.social-feed .btn.transparent-bg {
  border-color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.social-feed .btn.transparent-bg:hover, .social-feed .btn.transparent-bg:active {
  border-color: #DAA045;
}

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

.social-feed .copy-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 24px;
}
.social-feed .section-title {
  color: #FFFFFF;
  font-weight: normal;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
}
.social-feed .section-title b,
.social-feed .section-title strong {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1366px) {
  .social-feed .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.social-feed p {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.social-feed p:first-of-type {
  margin-top: 0;
}
.social-feed p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  .social-feed p {
    font-size: 18px;
    line-height: 26px;
  }
}

.social-feed #sb_instagram {
  padding: 0 !important;
}

.social-feed #sb_instagram #sbi_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 0 !important;
}
@media (min-width: 1024px) {
  .social-feed #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 260px);
  }
}

.social-feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 100%;
  padding: 0 !important;
}

.related-posts .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .related-posts .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.related-posts .section-title {
  text-align: center;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .related-posts .section-title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 42px;
  }
}
.related-posts img {
  max-width: 100%;
  height: auto;
}

.related-posts-wrap {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .related-posts-wrap {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.related-posts-wrap .related-post {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #383D48;
}

.related-post-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .related-post-title {
    font-size: 22px;
    line-height: 34px;
  }
}

.related-post-author {
  margin: 0;
  text-align: center;
  color: #383D48;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .related-post-author {
    font-size: 14px;
    line-height: 24px;
  }
}

.single-post .related-posts-wrap {
  max-width: 824px;
  margin: 0 auto;
}

.site-plan.module {
  width: 100%;
}
.site-plan.module .floor {
  display: none;
  visibility: hidden;
}
.site-plan.module .floor.active-floor {
  display: flex;
  visibility: visible;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (min-width: 1366px) {
  .site-plan.module .floor.active-floor {
    grid-template-columns: 1fr 1fr;
  }
}

.site-plan.module label {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}
.site-plan.module .select-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.site-plan .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.site-plan .legend img {
  max-width: 400px;
}

.site-plan .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #B88F91;
}

.site-plan .select2-container--default .select2-selection--single {
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 2px solid #B88F91;
  max-width: 100%;
  background: #FFFFFF;
}
.site-plan .select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 2px solid #383D48;
}

.site-plan .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2716%27%20height%3D%279%27%20viewBox%3D%270%200%2016%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M14.56%201L8.53001%207.03001C8.38951%207.1707%208.19884%207.24976%208.00001%207.24976C7.80118%207.24976%207.61051%207.1707%207.47001%207.03001L1.43999%201%27%20stroke%3D%27%23B88F91%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
}

.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);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media (min-width: 1352px) {
  .spacer .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@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: #B88F91;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media (max-width: calc(1024px - 1px)) {
  .specials-bar {
    display: none;
  }
  .mobile-header .specials-bar {
    display: flex;
  }
}
@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: Quasimoda, Cambria, Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 18px;
  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: 14px;
    line-height: 24px;
  }
}
@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 {
  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 {
  color: #F1F3F9 !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);
}

.message-hidden {
  display: none !important;
}

.specials-bar .message-close {
  margin-right: 0;
  line-height: 0;
  font-size: 0;
  color: 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;
  }
}

.content-block .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .content-block .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.content-block .content-wrap.thin {
  max-width: 1040px;
}
.content-block.content-simple .content-wrap {
  max-width: 824px;
}
.content-block .small-heading {
  color: #B88F91;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .content-block .small-heading {
    font-size: 34px;
    line-height: 48px;
  }
}

.content-block-title {
  font-size: 34px;
  line-height: 48px;
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
}
@media (min-width: 1024px) {
  .content-block-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.content-block-subhead p {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .content-block-subhead p {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-simple .content-normal p:first-of-type {
  margin-top: 0;
}
.content-simple .content-normal p:only-child, .content-simple .content-normal p:last-child {
  margin-bottom: 0;
}
.content-simple .content-normal[style="text-align: center;"] .content-block-subhead {
  max-width: 1040px;
  margin: 0 auto;
}
.content-simple .content-normal[style="text-align: center;"] p:first-of-type {
  margin-top: 24px;
}
.content-simple .content-normal.no-heading .content-block-subhead {
  max-width: 1040px;
  margin: 0 auto;
}

.content-simple .content-large .content-block-subhead {
  max-width: 824px;
  margin: 0 auto;
}
.content-simple .content-large .content-block-subhead p {
  margin: 0;
  color: #B88F91;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .content-simple .content-large .content-block-subhead p {
    font-size: 34px;
    line-height: 48px;
  }
}

.content-simple .content-small .content-block-subhead {
  max-width: 824px;
  margin: 0 auto;
}
.content-simple .content-small .content-block-subhead p {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .content-simple .content-small .content-block-subhead p {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-simple .content-medium-w-heading.no-heading {
  max-width: 1040px;
  margin: 0 auto;
}

.content-block.content-two-col .content-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.content-two-col .content-two-col-header {
  text-align: center;
  max-width: 628px;
  margin: 0 auto;
}

.content-two-col-header .content-block-subhead {
  color: #B88F91;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .content-two-col-header .content-block-subhead {
    font-size: 22px;
    line-height: 34px;
  }
}

.content-two-col-header .content-block-title + .content-block-subhead,
.content-two-col-heading-left .content-block-title + .content-block-subhead {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .content-two-col-header .content-block-title + .content-block-subhead,
.content-two-col-heading-left .content-block-title + .content-block-subhead {
    margin-top: 32px;
  }
}

.content-two-col header + section.content-two-col {
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .content-two-col header + section.content-two-col {
    margin-top: 64px;
  }
}

.content-two-col section.content-two-col p {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .content-two-col section.content-two-col p {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .content-two-col section.content-two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-width: 150px;
         column-width: 150px;
    -moz-column-gap: calc(var(--half-gutter-width) * 2);
         column-gap: calc(var(--half-gutter-width) * 2);
  }
}

.content-two-col-heading-left {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (min-width: 1024px) {
  .content-two-col-heading-left {
    grid-template-columns: 1fr 1fr;
  }
}
.content-two-col-heading-left.module {
  display: flex;
}

.content-two-col-heading-left .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .content-two-col-heading-left .content-wrap {
    flex-direction: row;
  }
}

.content-two-col-heading-left .two-col-section-title {
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .content-two-col-heading-left .two-col-section-title {
    font-size: 28px;
    line-height: 42px;
  }
}

.content-two-col-heading-left-header {
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

section.content-two-col-heading-left {
  width: 100%;
}
section.content-two-col-heading-left .inner-content-wrap {
  width: 100%;
}
.content-two-col-heading-left p,
.content-two-col-heading-left li {
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .content-two-col-heading-left p,
.content-two-col-heading-left li {
    font-size: 18px;
    line-height: 26px;
  }
}

.content-two-col-heading-left ul {
  padding: 0 0 0 16px;
}
@media (min-width: 1024px) {
  .content-two-col-heading-left ul {
    padding: 0 0 0 20px;
  }
}

.content-two-col-heading-left li {
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

.content-two-col-small-heading .two-col-section-title {
  color: #B88F91;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .content-two-col-small-heading .two-col-section-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.content-two-col-small-heading .two-col-section-title + .inner-content-wrap {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .content-two-col-small-heading .two-col-section-title + .inner-content-wrap {
    margin-top: 32px;
  }
}

.content-two-col-small-heading p {
  color: #B88F91;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .content-two-col-small-heading p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .content-two-col-small-heading .inner-content-wrap {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: min(3.185vw, 40px);
         column-gap: min(3.185vw, 40px);
    -moz-column-gap: calc(var(--half-gutter-width) * 2);
         column-gap: calc(var(--half-gutter-width) * 2);
  }
}

.content-col-separate .column-heading {
  font-size: 22px;
  line-height: 34px;
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .content-col-separate .column-heading {
    font-size: 28px;
    line-height: 42px;
  }
}

.content-col-separate p {
  color: #B88F91;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
}
.content-col-separate p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .content-col-separate p {
    font-size: 16px;
    line-height: 24px;
  }
  .content-col-separate p a {
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .content-col-separate p a:hover, .content-col-separate p a:active {
    color: #DAA045;
  }
}
@media (min-width: 1366px) {
  .content-col-separate p {
    font-size: 22px;
    line-height: 34px;
  }
}

.content-col-separate .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: calc(1024px - 1px)) {
  .content-col-separate .content-wrap .flex-row {
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 32px;
  }
}

.video .videoWrapper:before {
  content: none !important;
}

.video.module {
  text-align: center;
  display: flex;
}
.video.module.no-margins .content-wrap {
  padding: var(--module-tb-margin) 0 0;
}
.video.module.with-margins {
  display: flex;
  overflow: hidden;
}
.video.module.with-margins .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .video.module.with-margins .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.video.module .section-title {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .video.module .section-title {
    font-size: 34px;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .video.module .section-title {
    font-size: 48px;
    line-height: 1;
  }
}

.video.module.no-margins .section-title {
  padding: 0 24px;
}

.video .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
@media (min-width: 1366px) {
  .video .content-wrap {
    row-gap: 40px;
  }
}

.video-wrap video {
  width: 100%;
  height: 100%;
}

.video-wrap .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(184, 143, 145, 0.5);
  height: 100%;
  width: 100%;
}
.video-wrap .image-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.video-wrap .image-wrap svg {
  fill: #f0f0f1 !important;
}

.video .play-button {
  padding: 0;
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  flex-direction: column-reverse;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
  row-gap: 8px;
}
@media (min-width: 1024px) {
  .video .play-button {
    row-gap: 24px;
  }
}
.video .play-button span {
  color: #FFFFFF;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .video .play-button span {
    font-size: 18px;
    line-height: 26px;
  }
}
.video .play-button:hover {
  cursor: pointer;
}
.video .play-button:hover:after {
  opacity: 0.8;
}
.video .play-button:after {
  content: "";
  display: block;
  z-index: 1;
  width: 44px;
  height: 52px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2244%22%20height%3D%2252%22%20viewBox%3D%220%200%2044%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M44%2026L0.499998%2051.1147L0.5%200.885262L44%2026Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  transition: opacity 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1024px) {
  .video .play-button:after {
    width: 66px;
    height: 76px;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2266%22%20height%3D%2276%22%20viewBox%3D%220%200%2066%2076%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M65.5914%2038.3441L0.575238%2075.8812L0.575241%200.807004L65.5914%2038.3441Z%22%20fill%3D%22%23EEE9D6%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
}

.play-btn span {
  position: absolute;
  overflow: hidden;
  text-indent: -999em;
}

.half-and-half iframe {
  z-index: 10;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container iframe {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}

.inview .embed-container iframe {
  opacity: 1;
}

.wysiwyg .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
}
@media (min-width: 1352px) {
  .wysiwyg .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.wysiwyg.left .content-wrap {
  text-align: left;
}
.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 .section-title {
  color: inherit;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 34px;
  line-height: 48px;
}
@media (min-width: 1024px) {
  .wysiwyg .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}

.wysiwyg .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 824px;
}
.wysiwyg .content-wrap img {
  max-width: 100%;
  height: auto;
}
.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: #B88F91;
  margin: 0;
}
.wysiwyg .content-wrap p {
  margin-top: 0;
}
.wysiwyg .content-wrap p,
.wysiwyg .content-wrap li {
  color: #B88F91;
  font-weight: normal;
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .wysiwyg .content-wrap p,
.wysiwyg .content-wrap li {
    font-size: 18px;
    line-height: 26px;
  }
}
.wysiwyg .content-wrap .link-wrap {
  margin-top: 0;
}

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

.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,
.videoWrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media (min-width: 1352px) {
  .hero.bordered .videoWrapper iframe,
.hero.bordered .videoWrapper .wistia_embed {
    width: 100%;
  }
}

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

@media (max-width: calc(1024px - 1px)) {
  .hero.half-and-half .videoWrapper {
    height: 350px;
  }
}

.select2-container--default .select2-results > .select2-results__options:after {
  content: "";
  height: 4px;
  width: 100%;
  background: #B88F91;
}

div#hs-eu-cookie-confirmation {
  top: initial !important;
  bottom: 0 !important;
}

@media (min-width: 1024px) {
  .ambassador-video:after {
    position: absolute;
    content: "";
    width: 170px;
    height: 342px;
    top: 32px;
    right: 0;
    background: url("../../../files/images/ambassador-video-circles-right.webp") no-repeat scroll 0 0 transparent;
    pointer-events: none;
  }
}

.ambassador-circles-top-right:after {
  position: absolute;
  content: "";
  width: 238px;
  height: 131px;
  top: -8px;
  right: 0;
  background: url("../../../files/images/ambassador-drawers-circles-top-right.webp") no-repeat scroll 0 0 transparent;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .ambassador-circles-bottom-right:after {
    content: "";
    width: 241px;
    height: 167px;
    position: absolute;
    bottom: -10px;
    right: 0;
    background: url("../../../files/images/rambler-ambassadors-circles-bottom-right.png") no-repeat scroll 0 0 transparent;
  }
}

@media (min-width: 1024px) {
  .top-left-circle:before {
    content: "";
    width: 154px;
    height: 178px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../../../files/images/top-left-circle.webp") no-repeat scroll 0 0 transparent;
  }
}

.circle-dots-bottom-right:after {
  content: "";
  width: 133px;
  height: 83px;
  background: url("../../../files/images/circle-dots-mobile.webp") no-repeat scroll 0 0 transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (min-width: 1024px) {
  .circle-dots-bottom-right:after {
    content: "";
    width: 326px;
    height: 172px;
    background: url("../../../files/images/circle-dots.webp") no-repeat scroll 0 0 transparent;
  }
}

.yellow-circle-bottom-right:after {
  content: "";
  width: 89px;
  height: 100px;
  background: url("../../../files/images/yellow-circle-mobile.webp") no-repeat scroll 0 0 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .yellow-circle-bottom-right:after {
    width: 210px;
    height: 222px;
    background: url("../../../files/images/yellow-circle.webp") no-repeat scroll 0 0 transparent;
  }
}

.green-dots-bottom-right {
  z-index: 1;
}
.green-dots-bottom-right:after {
  content: "";
  width: 133px;
  height: 83px;
  background: url("../../../files/images/circle-dots-mobile.webp") no-repeat scroll 0 0 transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (min-width: 1024px) {
  .green-dots-bottom-right:after {
    content: "";
    width: 326px;
    height: 172px;
    background: url("../../../files/images/green-dots.webp") no-repeat scroll 0 0 transparent;
  }
}

/*all hidden on launch*/
@media screen and (min-device-width: 200px) and (max-device-width: 767px) {
  .page-id-1047 #hero-4 .hero-content-wrap p {
    max-width: 188px !important;
  }

  .page-id-1599 .hero.full-image:first-child.mobile-vertical-bottom .hero-content-wrap {
    top: 20% !important;
  }

  body #amenities-simple-8,
body #mixed-content-9 {
    padding: 30px !important;
  }

  .page-id-1599 #hero-5 .hero-content-wrap {
    padding-bottom: 72% !important;
  }

  .page-id-1599 #hero-7 .hero-content-wrap {
    padding-bottom: 38% !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .page-id-1641 #hero-1 .hero-content-wrap.no-background-box {
    padding-bottom: 35% !important;
  }

  .page-id-1599 #hero-5 .hero-content-wrap {
    padding-bottom: 30% !important;
  }

  .page-id-1599 #hero-7 .hero-content-wrap {
    padding-bottom: 13% !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body #amenities-simple-8,
body #mixed-content-9 {
    padding: 72px 20px 30px 20px;
  }

  body .feature-block-half-and-half.image-left .swiper-container .swiper-controls,
body .hero.half-and-half.image-left .swiper-container .swiper-controls {
    padding-left: 51% !important;
  }
}
@media only screen and (min-width: 768px) {
  .feature-block-half-and-half.image-right .swiper-container .swiper-controls {
    left: 15% !important;
  }

  .feature-block-half-and-half.image-right .swiper-container .swiper-controls {
    width: 100% !important;
    margin: 0 !important;
    justify-content: flex-start;
    padding-left: 0 !important;
  }

  .feature-block-half-and-half.image-left .swiper-container .swiper-controls {
    left: 15% !important;
  }

  .feature-block-half-and-half.image-left .swiper-container .swiper-controls {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 59% !important;
  }
}
@media only screen and (max-width: 768px) {
  .select2-dropdown.select2-dropdown--below {
    margin-top: 31px !important;
  }

  .page-id-2855 #card-swiper-4 h2.section-title {
    line-height: 38px !important;
  }

  .page-id-2855 #card-swiper-14 h2.section-title {
    line-height: 28px !important;
    font-size: 24px !important;
  }

  body #wysiwyg-2 .first-par2 {
    text-align: center !important;
    margin: 0 auto;
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #b88f91 !important;
  }

  body .first-par {
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.5px;
    color: #b88f91 !important;
  }

  body .hero.full-image .hero-title,
body .content-block h2.content-block-title,
body .half-and-half h2.hero-title,
body .quick-floorplan-finder h2.section-title,
body .article-feed h2.section-title {
    font-size: 40px !important;
    line-height: 42px !important;
  }

  body .social-feed .copy-wrap h2.section-title {
    line-height: 33px !important;
  }

  body .hero.full-image .hero-section-title,
body .content-block-subhead p,
body .half-and-half.hero p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body .hero.full-image .hero-section-title {
    font-size: 24px !important;
    line-height: 28px !important;
  }

  body .card-swiper h2.section-title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .parag-1 {
    font-size: 28px !important;
    line-header: 42px !important;
  }

  .parag2-3 {
    font-size: 18px !important;
    line-header: 24px !important;
  }

  .nav.utility-nav li:not(.sign-in) a {
    padding: 8px 19px 12px !important;
  }

  body .footer .footer-wrap .utility-nav ul {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .home-h1-p .content-block-subhead p {
    max-width: 630px;
    margin: 0 auto;
  }

  body .hero.half-and-half .swiper-slide.image-right .hero-content-wrap {
    padding-right: 0 !important;
  }

  body .hero.half-and-half .swiper-slide.image-left .hero-content-wrap {
    padding-left: 0 !important;
  }

  .floor-plans-header h1.hero-title {
    position: relative;
    top: -15px;
  }

  #floor-emb .section-title {
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 52px !important;
    color: #005e72;
  }

  .page-id-1047 .hero.half-and-half .hero-content-wrap {
    max-width: 100% !important;
  }

  .footer .nav.utility-nav li a {
    padding: 15px 35px 0 0 !important;
  }

  .nav a {
    font-size: 18px !important;
  }

  body #wysiwyg-2 .first-par2 {
    max-width: 820px !important;
    text-align: center !important;
    margin: 0 auto;
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #b88f91 !important;
  }

  .page-id-2855 .wysiwyg .content-wrap h2 {
    font-size: 72px !important;
    font-weight: 500 !important;
    line-height: 80px !important;
    font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  }

  .page-id-2855 .wysiwyg .content-wrap {
    max-width: 1040px !important;
  }

  body .first-par {
    font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    letter-spacing: -0.5px;
    color: #b88f91 !important;
  }

  #amenities-drawers-2 .tab-nav {
    border-bottom: 1px solid #c8ab80 !important;
    padding: 35px 0;
  }

  .hero.full-image .hero-title {
    font-size: 72px !important;
    line-height: 80px !important;
  }
  .hero.full-image .hero-section-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .blog-sidebar-box-mobile {
    display: none;
  }

  .sidebar-wrapper .sf-field-taxonomy-topic .hbspt-form select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.56 1L8.52995 7.03001C8.38945 7.1707 8.19878 7.24976 7.99995 7.24976C7.80112 7.24976 7.61044 7.1707 7.46995 7.03001L1.43993 1' stroke='%23C8AB80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  }

  .sidebar-filters .searchandfilter select.sf-input-select,
.sidebar-wrapper .hbspt-form select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.56 1L8.52995 7.03001C8.38945 7.1707 8.19878 7.24976 7.99995 7.24976C7.80112 7.24976 7.61044 7.1707 7.46995 7.03001L1.43993 1' stroke='%23C8AB80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  }

  .blog-single .author-image {
    width: 177px !important;
    float: left;
  }

  .single-post .author-info h3.author-name,
.author-info p {
    float: left;
    width: calc(100% - 207px);
    margin-left: 30px;
    text-align: left !important;
  }

  .single-post .author-info h3.author-name {
    margin-top: 40px !important;
  }

  .author-info {
    overflow: hidden;
  }

  hr {
    margin: 0 auto !important;
  }

  .social-feed .copy-wrap {
    row-gap: 0px !important;
  }

  .social-feed {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .page-id-1641 .feature-block-half-and-half .swiper-controls .swiper-button-next,
.page-id-1599 .feature-block-half-and-half .swiper-controls .swiper-button-next {
    margin-right: 0 !important;
  }

  .page-id-1599 .feature-block-half-and-half {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-id-1641 .feature-block-half-and-half {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .social-feed .copy-wrap h2.section-title strong {
    line-height: 35px !important;
  }

  .page-id-1047 .link-wrap {
    margin-top: 0 !important;
  }

  .page-id-1848 .drawers .content-wrap {
    margin: 10px 10px 0px 10px !important;
  }

  .page-id-2855 .card-swiper .card .card-sub-title {
    text-align: center !important;
    letter-spacing: unset !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
  }

  body .mobile-header .mobile-header-bg img {
    width: 209px !important;
  }

  .page-id-1641 .hero.full-image p {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  body #fb-hh-4 h3.feature-block-fw-title {
    font-size: 28px !important;
    line-height: 42px !important;
  }

  body #amenities-simple-8 .amenities-simple-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  body #hero-5 .hero-content-wrap p,
body #hero-7 .hero-content-wrap p,
body #hero-10 .hero-content-wrap p {
    font-size: 18px !important;
    line-height: 19px !important;
  }

  body .feature-block-half-and-half .feature-block-fw-title {
    font-size: 28px !important;
    line-height: 42px !important;
  }

  body .feature-block-half-and-half .description-wrap p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body .mb-floorplans .card .card-custom-label {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .breadcrumbs p a,
.breadcrumbs p .breadcrumb_last {
    padding: 8px 0 !important;
  }

  .breadcrumbs p span {
    display: initial;
  }

  span.separator {
    display: inline-block !important;
  }

  .email-signup .copy-wrap p {
    padding: 15px 0 45px 0 !important;
  }

  body .social-feed #sbi_images {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  body .half-and-half img {
    padding: 0 !important;
  }

  .nav.main-nav .current-menu-item > a {
    color: #b88f91 !important;
  }

  .social-feed .copy-wrap {
    align-self: center !important;
  }

  .available-units .units-title-wrap {
    flex-direction: column !important;
  }

  .article-feed .swiper-button-prev,
.article-feed .swiper-button-next {
    display: none !important;
  }

  .close-mobile-menu svg path {
    stroke: #b88f91 !important;
  }

  .mobile-nav .contact-info p a {
    color: #b88f91 !important;
  }

  .mobile-nav .nav.utility-nav li:not(.sign-in) a {
    background: #c8ab80 !important;
    color: #ffffff !important;
    padding: 5px 15px;
  }

  .mobile-nav .contact-info h3 {
    opacity: 1 !important;
    color: #b88f91 !important;
  }

  .mobile-nav .contact-info p {
    color: #b88f91 !important;
    font-weight: 400 !important;
    line-header: 21px !important;
    font-size: 14px !important;
  }

  .close-mobile-menu a svg path {
    fill: #b88f91 !important;
  }

  .close-mobile-menu {
    color: #b88f91 !important;
  }

  .mobile-nav .nav a {
    color: #b88f91 !important;
    font-weight: 400 !important;
    line-header: 28px !important;
  }

  .mobile-nav {
    background: #ffffff !important;
  }

  .sidebar-filters .searchandfilter select.sf-input-select,
.sidebar-wrapper .hbspt-form select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.56 1L8.52995 7.03001C8.38945 7.1707 8.19878 7.24976 7.99995 7.24976C7.80112 7.24976 7.61044 7.1707 7.46995 7.03001L1.43993 1' stroke='%23C8AB80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  }

  .sidebar-filters .searchandfilter select.sf-input-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 9' style='enable-background:new 0 0 16 9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23005E72;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M14.6,1l-6,6C8.4,7.2,8.2,7.2,8,7.2S7.6,7.2,7.5,7l-6-6'/%3e%3c/svg%3e ") !important;
  }

  body .email-signup .copy-wrap {
    width: 100% !important;
  }

  body .email-signup form input[type=submit] {
    width: 100% !important;
    border: none !important;
  }

  .email-signup .content-wrap {
    display: block;
  }

  .email-signup input[type=submit] {
    width: 100% !important;
  }

  .blog-sidebar-box {
    display: none !important;
  }

  body.blog .blog-sidebar-box-mobile .btn {
    color: #c8ab80 !important;
  }
  body.blog .content-wrap .wp-pagenavi {
    text-align: center !important;
  }

  .post-list .filter-toggle:not(.close) {
    border: 1px solid #c8ab80 !important;
    border-radius: 99px !important;
    color: #c8ab80 !important;
  }

  .post-list .filter-toggle:not(.close):after {
    content: "";
    width: 16px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.56 1L8.52995 7.03001C8.38945 7.1707 8.19878 7.24976 7.99995 7.24976C7.80112 7.24976 7.61044 7.1707 7.46995 7.03001L1.43993 1' stroke='%23C8AB80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  }

  .floorplans .filter-toggle:not(.close) {
    border: 1px solid #005e72 !important;
    border-radius: 99px !important;
    color: #005e72 !important;
  }

  .floorplans .filter-toggle:not(.close):after {
    content: "";
    width: 16px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 9' style='enable-background:new 0 0 16 9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23005E72;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M14.6,1l-6,6C8.4,7.2,8.2,7.2,8,7.2S7.6,7.2,7.5,7l-6-6'/%3e%3c/svg%3e ") !important;
  }

  .mb-floorplans .sidebar-filters .searchandfilter select.sf-input-select {
    border-radius: 50px;
    color: #005e72 !important;
    border: 1px solid #005e72 !important;
  }

  body.single-post .article-header h1.post-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}
#menu-main-menu-1 li a {
  text-transform: lowercase;
}

.desktop-nav .main-nav > ul > li {
  color: #DAA045;
}

.nav.utility-nav li:not(.sign-in) a {
  background: #c8ab80;
  color: #FFFFFF;
  border-radius: 50px;
  text-transform: lowercase;
}

.search-link .search-button a {
  color: red !important;
}

.search-link a:after svg path {
  fill: #DAA045 !important;
}

.header-wrap .utility-nav a {
  padding-right: 19px !important;
}

body.blog .sidebar-wrapper ul ul li::before {
  border-color: #c8ab80 !important;
}
body.blog .sidebar-wrapper h3,
body.blog .sidebar-wrapper h4 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}
body.blog .sidebar-wrapper p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #695c5c !important;
}
body.blog .sidebar-wrapper input,
body.blog .sidebar-wrapper select {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #c8ab80 !important;
  border-color: #c8ab80 !important;
  border-radius: 99px !important;
}
body.blog .sidebar-wrapper .hs-error-msg,
body.blog .sidebar-wrapper .error {
  color: #f03d3d !important;
  border-color: #f03d3d !important;
}
body.blog .sidebar-wrapper input[type=submit] {
  color: #FFFFFF !important;
  text-transform: lowercase !important;
  width: 100% !important;
  background: #c8ab80 !important;
}
body.blog .sidebar-wrapper input[type=submit]:hover {
  background: #ac9067 !important;
}
body.blog .blog-sidebar-box p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #b88f91 !important;
}
body.blog .blog-sidebar-box .btn {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #c8ab80 !important;
}
body.blog .blog-sidebar-box .btn:hover {
  color: #FFFFFF !important;
}
body.blog h2.post-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #b88f91 !important;
}
body.blog h3.author-name {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}
body.blog article {
  padding-bottom: 20px !important;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #695c5c !important;
}
body.blog .wp-pagenavi {
  text-align: left !important;
}
body.blog .wp-pagenavi a {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #695c5c !important;
  opacity: 0.6 !important;
}
body.blog .wp-pagenavi span.current {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #695c5c !important;
  opacity: 1 !important;
}

.related-posts h2 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  letter-spacing: -1px !important;
}
.related-posts h3 a {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
}
.related-posts p.related-post-author {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}

.single-post .article-header h1.post-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 48px !important;
  line-height: 52px !important;
}
.single-post .article-header h2.author-name {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}
.single-post .entry-content h5,
.single-post .entry-content h6 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  color: #695c5c !important;
  text-transform: uppercase !important;
}
.single-post .entry-content h2 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  letter-spacing: -1px !important;
}
.single-post .entry-content h3 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.5px !important;
}
.single-post .entry-content h4 {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
}
.single-post .entry-content h5 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 3.5px !important;
}
.single-post .entry-content h6 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 3px !important;
}
.single-post .entry-content p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #695c5c !important;
}
.single-post .entry-content ul li {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #695c5c !important;
}
.single-post .entry-content blockquote p {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 34px !important;
  line-height: 40px !important;
  color: #c8ab80 !important;
}
.single-post .entry-content p.wp-caption-text {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #695c5c !important;
}
.single-post .entry-content a {
  color: #c8ab80 !important;
}
.single-post .entry-content a:hover {
  color: #ac9067 !important;
}
.single-post .entry-content .btn {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #FFFFFF !important;
  padding: 13px 15px 15px !important;
  border-radius: 50px !important;
  background: #c8ab80 !important;
}
.single-post .entry-content .btn:hover {
  color: #FFFFFF !important;
  background: #ac9067 !important;
}
.single-post .entry-content table th {
  background: #f7f1f2 !important;
  border-color: #dbc7c7 !important;
  color: #695c5c !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-right: 0 !important;
}
.single-post .entry-content table th::after {
  content: none !important;
}
.single-post .entry-content table td {
  border-color: #dbc7c7 !important;
  background: #f3e1dc !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #695c5c !important;
}
.single-post .entry-content table td:nth-child(even) {
  background: #f6e9e5 !important;
}
.single-post .entry-content table td:first-child,
.single-post .entry-content table th:first-child {
  border-left: none;
}
.single-post .entry-content table td:last-child,
.single-post .entry-content table th:last-child {
  border-right: none;
}
.single-post .entry-content table tr:last-child td {
  border-bottom: none;
}
.single-post p.date {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}
.single-post a.category-name {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  color: #695c5c !important;
}
.single-post .author-info h3.author-name {
  margin-bottom: 5px !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  letter-spacing: -1px !important;
  color: #b88f91 !important;
}
.single-post .author-info p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #695c5c !important;
}

.content-block h2.content-block-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 72px !important;
  line-height: 80px !important;
}
.content-block p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.5px !important;
}

.half-and-half img {
  padding: 80px !important;
}
.half-and-half .image-right {
  padding-left: 0px !important;
}
.half-and-half .image-left {
  padding-right: 0px !important;
}
.half-and-half h2.hero-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 72px !important;
  line-height: 80px !important;
}
.half-and-half p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.5px !important;
}
.half-and-half .btn.rose-bg:hover {
  background: #ac9067 !important;
  color: white;
  border: 2px solid #ac9067;
}

.card-swiper h2.section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px !important;
}
.card-swiper .card {
  border-radius: 30px 30px 0 0 !important;
  border: none !important;
}
.card-swiper .btn:hover {
  background: #ac9067 !important;
}
.card-swiper .card-content-wrap p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #8b5d61 !important;
}
.card-swiper .card-title-wrap,
.card-swiper .card-content-wrap {
  background: #e8d5d6 !important;
}
.card-swiper h3.card-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #8b5d61 !important;
}

.card-swiper::after {
  content: none !important;
}

.quick-floorplan-finder h2.section-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 60px !important;
  line-height: 80px !important;
}
.quick-floorplan-finder p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #b88f91 !important;
}
.quick-floorplan-finder .select2-selection--single {
  border-color: #c8ab80 !important;
  border-radius: 50px !important;
}
.quick-floorplan-finder .select2-selection__rendered {
  text-transform: lowercase !important;
  color: #c8ab80 !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.quick-floorplan-finder input[type=submit] {
  color: #FFFFFF !important;
  background: #c8ab80 !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  border: none !important;
  border-radius: 50px !important;
  text-transform: lowercase !important;
}
.quick-floorplan-finder input[type=submit]:hover {
  background: #ac9067 !important;
}

.full-image .hero-section-title {
  font-family: "alkaline", sans-serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 38px !important;
  text-transform: capitalize !important;
}
.full-image .hero-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 72px !important;
  line-height: 80px !important;
}
.available-units .units-title-wrap {
  flex-direction: row;
}
.available-units h2.available-units-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px !important;
  text-transform: lowercase !important;
}
.available-units a.view-all {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-transform: lowercase !important;
}
.available-units .card {
  border: none !important;
}
.available-units .card-custom-label {
  background: #ccdee3 !important;
  color: #005e72 !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 28px !important;
}
.available-units .floorplan-card-wrap {
  border-radius: 15px !important;
  background: #f2f2f2 !important;
}
.available-units .floorplan-card-wrap .unit-type h3 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.5px !important;
  color: #005e72 !important;
}
.available-units .floorplan-card-wrap .unit-type p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #005e72 !important;
}
.available-units .details-btn {
  width: 100% !important;
  border-radius: 99px !important;
  background: #005e72 !important;
  color: #f2f2f2 !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-transform: lowercase !important;
}
.available-units .details-btn:hover {
  background: #004351 !important;
}

.article-feed .content-wrap::after {
  content: none !important;
}
.article-feed h2.section-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 72px !important;
  line-height: 80px !important;
}
.article-feed h3.card-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 28px !important;
}
.article-feed a.read-more {
  text-transform: lowercase !important;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
}
.article-feed .btn {
  background: #FFFFFF !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  text-transform: lowercase !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 13px 15px 15px !important;
  width: 143px !important;
  color: #005e72 !important;
}
.article-feed .btn:hover {
  background: #005e72 !important;
  color: #FFFFFF !important;
}

.social-feed .copy-wrap {
  width: 380px !important;
}
.social-feed .copy-wrap h2.section-title {
  text-transform: lowercase !important;
  font-family: "alkaline", sans-serif !important;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 0px !important;
}
.social-feed .copy-wrap h2.section-title strong {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 60px !important;
  line-height: 80px !important;
}
.social-feed .copy-wrap p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.social-feed a.sbi_photo {
  border-radius: 40px !important;
}
.social-feed #sbi_images {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.social-feed::after {
  content: none !important;
}

.email-signup {
  background: #e3ebeb !important;
}
.email-signup h2,
.email-signup p {
  color: #005e72 !important;
}
.email-signup .copy-wrap {
  width: 505px !important;
}
.email-signup .copy-wrap h2 {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 48px !important;
  line-height: 52px !important;
}
.email-signup .copy-wrap p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
.email-signup form label {
  color: #005e72 !important;
}
.email-signup form input,
.email-signup form select {
  text-transform: capitalize !important;
  border-radius: 50px !important;
  height: 48px !important;
  color: #749698 !important;
  background: #e3ebeb !important;
  border: 1px solid #749698 !important;
}
.email-signup form input[type=submit] {
  text-transform: lowercase !important;
  background: #005e72 !important;
  color: #e3ebeb !important;
  width: 380px !important;
}
.email-signup form input[type=submit]:hover {
  background: #004351 !important;
}
.email-signup form .hs-error-msg,
.email-signup form .error {
  color: #f03d3d !important;
  border-color: #f03d3d !important;
}

.footer {
  background: #e3ebeb !important;
}
.footer h3,
.footer h4,
.footer p,
.footer a,
.footer strong {
  color: #005e72 !important;
  letter-spacing: 0 !important;
}
.footer svg path {
  fill: #005e72 !important;
}
.footer .footer-wrap {
  margin-top: 0 !important;
}
.footer .footer-wrap .utility-nav ul {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}
.footer .top-row {
  align-items: center !important;
  padding-top: 30px !important;
  border-top: 1px solid #005e72 !important;
}
.footer .top-row h3 {
  text-transform: lowercase !important;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.footer .top-row p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.footer .middle-row {
  border-top-color: #005e72 !important;
  border-bottom-color: #005e72 !important;
}
.footer .middle-row .column:first-child a {
  border-color: #005e72 !important;
  border-radius: 30px;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
.footer .middle-row .column:first-child a strong {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.footer .middle-row .footer-nav ul li {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 54px !important;
}
.footer h4 {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-transform: none !important;
}
.footer h3.footer-nav-title {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  text-transform: lowercase !important;
}
.footer p.copyright {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.footer p.copyright a {
  text-decoration: underline !important;
}

.search-link a:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13 12.5' style='enable-background:new 0 0 13 12.5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23B88F91;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M6.7,9c0.8-0.3,1.4-0.9,1.9-1.6C9.1,6.7,9.3,5.8,9.3,5c0-0.8-0.3-1.7-0.7-2.4C8.1,1.9,7.4,1.4,6.6,1.1 C5.8,0.7,5,0.7,4.2,0.8C3.3,1,2.6,1.4,2,2C1.4,2.6,1,3.4,0.8,4.2C0.7,5.1,0.8,5.9,1.1,6.7c0.4,1,1.3,1.9,2.3,2.3 C4.5,9.4,5.7,9.4,6.7,9z'/%3e%3cpath class='st0' d='M8.9,8.4l3.3,3.3'/%3e%3c/svg%3e ") !important;
}

.nav ul li a:hover {
  color: #ac9067 !important;
}

.main-nav .current-menu-item > a {
  color: #c8ab80 !important;
}

.footer a svg path {
  width: 230px !important;
}

.sub-nav ul li a {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.menu-module ul li.current-page-item a,
.menu-module ul li.current-menu-item a {
  color: #005e72 !important;
}

.menu-module ul li.current-page-item:after {
  background: #005e72 !important;
}

.menu-module .sub-nav {
  border-bottom: 1px solid #ccdee3 !important;
}

body .menu-module ul a {
  color: #ccdee3 !important;
}

.mb-floorplans label.unit-type-label svg path,
.mb-floorplans label.unit-features-label svg path,
.mb-floorplans label.unit-price-label svg path,
.mb-floorplans label.unit-sq-footage-label svg path {
  stroke: #005e72;
}

.mb-floorplans .sidebar-filters .noUi-tooltip,
.mb-floorplans .sidebar-filters .noUi-connect {
  color: #005e72 !important;
}

.mb-floorplans .sidebar-filters .noUi-connect {
  background: #005e72 !important;
}

.mb-floorplans .sidebar-filters .noUi-connects {
  background: #ccdee3 !important;
}

.mb-floorplans .sidebar-filters .noUi-handle {
  background: #005e72 !important;
}

.mb-floorplans .results-button {
  border: 1px solid #005e72 !important;
  border-radius: 32px !important;
  color: #005e72 !important;
  line-height: 21px !important;
  font-width: 400 !important;
}

.site-plan.module label,
.site-plan .select2-container--default .select2-selection--single {
  color: #005e72 !important;
  border-radius: 99px !important;
}

.site-plan .select2-container--default .select2-selection--single {
  border: 2px solid #005e72 !important;
}

.site-plan .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #005e72 !important;
}

.site-plan .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 9' style='enable-background:new 0 0 16 9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;stroke:%23005E72;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M14.6,1l-6,6C8.4,7.2,8.2,7.2,8,7.2C7.8,7.2,7.6,7.2,7.5,7l-6-6'/%3e%3c/svg%3e ") !important;
}

.select2-dropdown {
  border: none !important;
}

.select2-container--default .select2-results__option {
  color: #005e72 !important;
}

.mb-floorplans .card .card-custom-label {
  background: #ccdee3 !important;
  border-radius: 15px 15px 0px 0px;
}

.mb-floorplans .card {
  border: none !important;
}

.mb-floorplans .card .floorplan-card-wrap {
  background: #f2f2f2;
  border-radius: 15px;
}

.mb-floorplans .card .card-custom-label {
  font-size: 22px !important;
  line-header: 28px !important;
  font-weight: 400 !important;
  color: #005e72 !important;
}

.plan-info .unit-type h3 {
  line-height: 34px !important;
  font-weight: 400 !important;
  color: #005e72 !important;
}

.mb-floorplans .card .unit-type p {
  color: #005e72 !important;
  font-weight: 400 !important;
}

.mb-floorplans .details-btn {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #f2f2f2 !important;
  background: #005e72 !important;
  border-radius: 99px !important;
  text-transform: lowercase !important;
}

.mb-floorplans .details-btn:hover,
.mb-floorplans .details-btn:active,
.mb-floorplans .details-btn:focus {
  background: #004351 !important;
}

.available-units-buttons {
  margin: 12px;
}

.nav.utility-nav li:not(.sign-in) a:hover {
  background: #ac9067 !important;
  color: #ffffff !important;
}

.unit-details .price-note {
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.unit-list li {
  font-size: 14px !important;
  line-height: 21px !important;
}

#amenities-drawers-2 .swiper-button-next svg path,
#amenities-drawers-2 .swiper-button-prev svg path {
  fill: none !important;
}
#amenities-drawers-2 .swiper-button-prev svg path,
#amenities-drawers-2 .swiper-button-next svg path {
  stroke: #fff !important;
}

.button-wrap .btn.btn-medium.color-bg {
  background: #b9965f !important;
  border-radius: 99px !important;
  text-transform: lowercase !important;
  border-color: #b9965f !important;
}

.button-wrap .btn.btn-medium.color-bg:hover {
  background: #ac9067 !important;
  text-transform: lowercase !important;
  border-color: #ac9067 !important;
}

.book-tour.btn.btn-medium.transparent-bg {
  border: 2px solid #b88f91 !important;
  border-radius: 99px !important;
  text-transform: lowercase !important;
}

.book-tour.btn.btn-medium.transparent-bg:hover,
.available-units-button.button.btn.btn-medium.transparent-bg:hover,
.book-tour.btn.btn-medium.transparent-bg:focus,
.available-units-button.button.btn.btn-medium.transparent-bg:focus,
.book-tour.btn.btn-medium.transparent-bg:active,
.available-units-button.button.btn.btn-medium.transparent-bg:active {
  background: #b9965f !important;
  border-color: #b9965f !important;
  text-transform: lowercase !important;
  color: #ffffff !important;
}

.available-units-button.button.btn.btn-medium.transparent-bg {
  border: 2px solid #b88f91 !important;
  border-radius: 99px !important;
  text-transform: lowercase !important;
}

.unit-details .btn:hover {
  color: #ffffff !important;
  background: #ac9067 !important;
}

body .book-tour.btn.btn-medium.transparent-bg {
  background: color #ffffff !important;
  border: 2px solid #b88f91 !important;
}

.swiper-wrapper .fp-gallery-wrap .caption {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}

.fp-gallery-wrap .caption {
  background: #c8ab80 !important;
}

.amenities-drawers .tab-nav a {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
}

#inner-content .amenities-drawers .tab-desktop-title {
  font-size: 34px !important;
  line-height: 42px !important;
  font-weight: 400 !important;
}

#inner-content .amenities-drawers .item-description li {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #b88f91 !important;
}

#inner-content .amenities-drawers .tab-nav a.active-tab {
  color: #c8ab80 !important;
  font-weight: 700 !important;
}

#inner-content .amenities-drawers .tab-nav a {
  color: #c8ab80 !important;
}

.amenities-drawers .tab-nav a:after,
.amenities-drawers .tab-nav a.active-tab:after {
  border: none !important;
}

.login-action-login #login h1 a {
  background-image: url(../../../files/svg/rambler-logo-mobile.svg);
  background-color: transparent;
  width: 209px !important;
  height: 79px !important;
}

.mb-floorplans.mobile-only h3 {
  color: #005e72 !important;
}

.unit-type-label svg path,
.unit-features-label svg path,
.unit-price-label svg path {
  stroke: #005e72 !important;
}

.mb-floorplans .search-results-button {
  border: 1px solid #c8ab80 !important;
  border-radius: 99px !important;
  color: #c8ab80 !important;
}

.blog-sidebar-box-mobile,
.blog-sidebar-box {
  border: 1px solid #b88f91;
  border-radius: 20px;
  color: #b88f91 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  text-align: center !important;
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
}

.blog-sidebar-box-mobile p,
.blog-sidebar-box p {
  margin-bottom: 15px;
}

.blog-sidebar-box-mobile a,
.blog-sidebar-box a {
  margin-bottom: 15px;
  border: 2px solid #c8ab80;
  border-radius: 50px;
}

.blog-sidebar-box-mobile a:hover,
.blog-sidebar-box a:hover {
  background: #b9965f !important;
  border-radius: 99px !important;
  color: #ffffff !important;
  border-color: #ac9067 !important;
}

.mb-floorplans.mobile-only .reset {
  border: 2px solid #ffffff !important;
}

.active .searchandfilter h4,
.mb-floorplans.mobile-floorplan-filters .filter-toggle.close,
.mb-floorplans.mobile-only .reset {
  color: #005e72 !important;
}

.mb-floorplans.mobile-only .reset {
  border: 1px solid #005e72 !important;
  border-radius: 99px;
}

.mb-floorplans.mobile-only .reset:hover,
.mb-floorplans.mobile-only .reset:active {
  border: 2px solid #004351;
  color: #004351 !important;
  background: none !important;
}

.mb-floorplans.mobile-only {
  background: #ffffff !important;
}

.mb-floorplans .search-results-button {
  background: #005e72 !important;
  color: #ffffff !important;
  border: 1px solid #004351 !important;
}

.mb-floorplans .search-results-button:hover,
.mb-floorplans .search-results-button:active {
  background: #004351 !important;
  color: #ffffff !important;
}

.tab-nav a.active-tab::after,
.tab-nav a:hover::after {
  background: none !important;
}

.quick-floorplan-finder .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.06 1.5L9.02995 7.53001C8.88945 7.6707 8.69878 7.74976 8.49995 7.74976C8.30112 7.74976 8.11044 7.6707 7.96995 7.53001L1.93993 1.5' stroke='%23C8AB80' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

.specials-bar p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
}

.nav a {
  font-weight: 400 !important;
}

.amenities-drawers .list-tab-label i:after,
.amenities-drawers .list-tab-label i:before {
  background: #b88f91 !important;
}

.floor-plan-note {
  border: 1px solid #005e72 !important;
}

.floor-plan-note h3 {
  color: #005e72 !important;
}

.floor-plan-note a {
  color: #005e72 !important;
  border: 2px solid #005e72 !important;
  border-radius: 99px;
}

.floor-plan-note a:hover,
.floor-plan-note a:active,
.floor-plan-note a:focus {
  background: #005e72 !important;
  color: #ffffff !important;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  stroke: #c8ab80 !important;
}

.hbspt-form input[type=submit] {
  border-radius: 99px;
  color: #ffffff !important;
  background: #b9965f !important;
}

.hbspt-form input[type=submit]:hover {
  background: #ac9067;
}

.hero.full-image:first-child.mobile-vertical-bottom .hero-content-wrap:after {
  display: none !important;
}

.map .map-key .cat-trigger svg path {
  fill: #005e72 !important;
}

.map-title,
.map .map-key .cat-trigger,
.map ol li p {
  color: #005e72 !important;
}

.open .map-navicon,
.active .map-navicon:after {
  background: #005e72 !important;
}

.map-navicon:after,
.map-navicon,
.map .map-key .cat-trigger:hover .map-navicon {
  background: #005e72 !important;
}

.map .map-key {
  background: #fcf7f5 !important;
}

.map .map-key .cat-trigger {
  border-bottom: 1px solid #ccdee3 !important;
}

.map ol li:hover,
.map ol li.active-link {
  background: #ccdee3 !important;
  border-radius: 99px;
}

.map .active .cat-trigger {
  background: none !important;
}

.infoBox .post-marker .marker-title {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #005e72 !important;
}

.infoBox .post-marker .marker-title + p,
.infoBox .post-marker .marker-title + p a {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: #005e72 !important;
}

.infoBox {
  background: #fcf7f5 !important;
  border-radius: 8px !important;
}

.infoBox .triangle {
  background: #fcf7f5 !important;
}

.map-title {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
}

.map .map-key .cat-trigger {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.feature-block-half-and-half .feature-block-fw-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-weight: 500 !important;
  font-size: 72px !important;
  line-height: 80px !important;
  color: #B88F91 !important;
  text-align: center !important;
}

.feature-block-half-and-half .description-wrap p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: -0.5px;
  color: #B88F91 !important;
  text-align: center !important;
}

.page-id-1599 .feature-block-half-and-half img,
.page-id-1641 .feature-block-half-and-half img,
.page-id-2855 .feature-block-half-and-half img {
  border-radius: unset !important;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  fill: #c8ab80 !important;
}

.swiper-button-next svg circle,
.swiper-button-prev svg circle {
  stroke: #c8ab80 !important;
}

#hero-5 .hero-content-wrap p,
#hero-7 .hero-content-wrap p,
#hero-10 .hero-content-wrap p {
  font-weight: 400 !important;
  font-size: 28px !important;
  line-height: 34px !important;
}

.feature-block-half-and-half .half-content-wrap {
  align-items: center !important;
}

#amenities-simple-8 .amenities-simple-title {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px !important;
  color: #b88f91 !important;
}

#amenities-simple-8 .amenities-list ul li {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #b88f91 !important;
}

#amenities-simple-8 .amenities-list ul li {
  border-bottom: 1px solid rgba(219, 199, 199, 0.3) !important;
}

.amenities-list ul li:before {
  height: 6px !important;
  width: 6px !important;
  border-radius: 6px !important;
  margin-right: 8px;
  background: #b88f91 !important;
}

#mixed-content-9 .mixed-content-block-title,
#mixed-content-9 .content-block-column p {
  text-align: left !important;
}

.background-gym {
  background: #f7f1f2 !important;
}

#mixed-content-9 .mixed-content-block-title {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 36px !important;
  color: #b88f91 !important;
}

#mixed-content-9 .content-block-column p {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #b88f91 !important;
}

.amenities-two-column-list-11 h2 {
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  letter-spacing: -1px !important;
}

#fb-hh-4 h3.feature-block-fw-title {
  font-size: 71px !important;
}

#amenities-simple-8 {
  max-width: 100%;
  margin: 0;
  padding: 72px 0;
}

#amenities-simple-8 .tab.flex-row.image-left.active-tab {
  max-width: 1256px;
  margin: 0 auto;
}

#mixed-content-9 {
  max-width: 100%;
  margin: 0;
  padding: 72px 0;
}

#mixed-content-9 .content-wrap.flex-grid.total-columns-3 {
  max-width: 1256px;
  margin: 0 auto;
}

.page-id-2855 .card-swiper h2.section-title {
  text-transform: initial !important;
  margin: 0 auto !important;
  max-width: 50% !important;
}

.page-id-2855 .embed .section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px;
  color: #005e72;
}

.embed.inview .section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px;
  color: #005e72;
}

.content-col-separate .column-heading {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #005e72 !important;
}

.content-block .total-columns-2.thin p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #005e72 !important;
}

.content-block .content-wrap.total-columns-2.thin {
  margin: 30px auto !important;
}

.page-id-2855 #content-block-13 {
  padding-bottom: 60px;
}

.wysiwyg.module h2.section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px;
}

.content-two-col-heading-left li {
  font-size: 18px;
  line-height: 26px !important;
  font-weight: 400 !important;
}

.content-two-col-heading-left .two-col-section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 34px !important;
  line-height: 42px !important;
  letter-spacing: -1px !important;
}

.page-id-2855 #wysiwyg-15 {
  padding-bottom: 60px;
}

.drawers.module h2.section-title {
  text-align: center;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  text-align: center;
  letter-spacing: -1.75px;
  color: #005e72 !important;
  border-bottom: 1px solid #005e72 !important;
}

.drawers .list-tab-label {
  font-family: Big-caslon, Cambria, Times New Roman, Times, serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #005e72 !important;
}

.list-tab-content .item-description p {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #005e72 !important;
}

.list-tab-content .item-description p a {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #005e72 !important;
}

.list-tab-label i:after,
.list-tab-label i:before,
.list-tab-label i:after {
  background: #005e72 !important;
}

.drawers .list-tab {
  border-bottom: 1px solid #005e72 !important;
}

.page-id-1596 #content-block-2 p {
  font-size: 18px !important;
}

.header-wrap .logo img {
  width: 227px !important;
}

.footer .logo-wrap img {
  width: 209px !important;
}

.page-id-1649 .image-gallery .select2-container--default .select2-selection--single {
  border-radius: 99px !important;
  background: #c8ab80 !important;
  color: #ffffff !important;
  border: none !important;
}

.page-id-1649 .image-gallery .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-color: #c8ab80;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.56 1L8.53001 7.03001C8.38951 7.1707 8.19884 7.24976 8.00001 7.24976C7.80118 7.24976 7.61051 7.1707 7.47001 7.03001L1.43999 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

.page-id-1649 .image-gallery .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff !important;
}

.page-id-1649 #hero-1 h1,
.page-id-1649 #hero-1 h2 {
  color: #b88f91 !important;
}

.page-id-1649 .select2-container--open .select2-dropdown--below {
  background: #c8ab80 !important;
  box-shadow: 0px 6px 12px rgba(56, 61, 72, 0.1);
  border-radius: 0px 0px 30px 30px !important;
}

.page-id-1649 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #c8ab80 !important;
}

.page-id-1649 .select2-container--default .select2-results__option--selected {
  background-color: #ac9066 !important;
  border-radius: 20px;
}

.page-id-1649 .select2-container--default .select2-results__option--selected:hover {
  background-color: #ac9066 !important;
  border-radius: 20px;
}

.page-id-1649 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  background: none !important;
}

.page-id-1649 .select2-container--default .select2-results__option {
  color: #ffffff !important;
  font-weight: 400 !important;
  padding: 10px;
}

.page-id-1649 .select2-results__option.select2-results__option--selectable {
  background-color: #c8ab80 !important;
}

.page-id-1649 .select2-results__option.select2-results__option--selectable:hover {
  background-color: #ac9066 !important;
  border-radius: 20px;
}

.slide-details .image-caption {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #a77276 !important;
}

.swipebox-transparent-overlay {
  background: #ffffff !important;
}

#swipebox-prev,
#swipebox-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 34L18 18L2 2' stroke='%23C8AB80' stroke-width='3' stroke-linecap='round'/%3e%3c/svg%3e ") !important;
}

.available-units h2.available-units-title,
.available-units a.view-all,
.available-units p.no-units-txt {
  color: #005e72 !important;
}

body.single-floorplans #embed-2 h2.section-title {
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 56px !important;
  letter-spacing: -1.75px !important;
}

#menu-item-1239 a:hover,
#menu-item-1237 a:hover,
#menu-item-1238 a:hover {
  background: none !important;
}

#swipebox-close:after {
  background: #c8ab80 !important;
}

#swipebox-close:before {
  background: #c8ab80 !important;
}

.page-id-1596 .title-wrap p {
  color: #b88f91 !important;
  font-family: Quasimoda-regular, Helvetica, Arial, sans-serif !important;
}

.page-id-1596 .content-wrap .section-title {
  font-family: Quasimoda, Cambria, Times New Roman, Times, serif !important;
}

.page-id-1596 .embed .section-title strong {
  font-weight: 400 !important;
}

article.featured .article-header .image-wrap:before {
  font-weight: 400 !important;
}

body .email-signup form select {
  text-transform: none !important;
}

.page-id-1848 .list-tab-label i:before,
.page-id-1848 .list-tab-label i:after {
  background: #b88f91 !important;
}

.card-swiper .card .card-sub-title {
  text-align: center !important;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: unset;
}

.feature-block-half-and-half .swiper-pagination {
  display: none;
}

.page-id-1848 .drawers .item-description p,
.drawers .item-description li {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #b88f91 !important;
  font-weight: 400 !important;
}

.page-id-1848 .drawers .item-description a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #b88f91 !important;
  font-weight: 700 !important;
}

body .be-an-am-hero .hero-content-wrap h2 {
  text-transform: none !important;
}

body .amenities-drawers .item-description p {
  color: #b88f91 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}

.amenities-drawers .item-description li {
  margin: 8px 3px !important;
}

.page-id-1141 .hero.full-image.no-image .hero-content-wrap .hero-section-title,
.page-id-1649 .hero.full-image.no-image .hero-content-wrap .hero-section-title {
  letter-spacing: 0 !important;
}

.faq .hero-content-wrap h2.hero-section-title {
  text-transform: lowercase !important;
}

.page-id-1596 .hero.full-image.no-image .hero-content-wrap .hero-section-title {
  letter-spacing: 0 !important;
}

.nav.utility-nav .sign-in {
  text-transform: lowercase !important;
  color: #c8ab80 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border-color: #c8ab80 !important;
}

.nav.utility-nav .sign-in a {
  border-radius: 99px !important;
}
@media (min-width: 1024px) {
  .nav.utility-nav .sign-in a {
    padding: 8px 19px 12px !important;
  }
}

#menu-utility-menu .sign-in a {
  border-radius: 99px !important;
  text-transform: lowercase !important;
  color: #c8ab80 !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  border-color: #c8ab80 !important;
  width: 55% !important;
}

/******************************************************************
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;
  }
}

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