@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! 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
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* 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 */
  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;
}
/**
* Rhatchetre 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;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--heading-font);
  padding-bottom: 15px;
}
h1,
.h1 {
  font-size: 2.6rem;
}
h2,
.h2 {
  font-size: 2.6rem;
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.7rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  padding: 5px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: var(--text-font);
  margin-bottom: 15px;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.7rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
  cursor: pointer;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 1em;
  font-weight: 400;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
body .grecaptcha-badge {
  z-index: 1 !important;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-size: 1.5rem;
  line-height: 1.45;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
  background-color: var(--page-bg-color);
  position: relative;
  z-index: 1;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
#cookie-box {
  z-index: 9999999999 !important;
}
.chatprompt {
  transition: all 0.3s ease;
}
body:not(:has(.cookie-box--hide)) .chatprompt {
  visibility: hidden !important;
  opacity: 0 !important;
}
body:has(.cookie-box--hide) .chatprompt {
  visibility: visible;
  opacity: 1;
}
#nav-logo {
  max-width: 96px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
#the-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 256px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.4s ease;
  background-color: #333;
  z-index: -1;
  overflow-y: auto;
  color: #fff;
}
#the-nav ul {
  list-style: none;
  width: 80%;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: left;
}
#the-nav li {
  padding: 1em 0;
  border-bottom: 1px dotted #fff;
}
#the-nav li a {
  color: #fff;
  text-transform: uppercase;
}
#the-nav li.ignore {
  display: none;
}
#the-nav li.parent {
  font-weight: bold;
  margin-top: 20px;
  border-top: 1px solid #333;
}
#the-nav address {
  text-align: center;
  padding-top: 14px;
}
#the-nav address a {
  color: #fff;
}
#the-nav address a:hover,
#the-nav address a:focus {
  text-decoration: underline;
}
#grip {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  z-index: 10;
}
#grip svg {
  margin-top: 5px;
  width: 30px;
  height: 30px;
}
#cloned-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #nav-logo {
    max-width: 190px;
  }
  #grip {
    display: none;
  }
  #the-nav {
    display: none;
  }
  #cloned-nav {
    display: block;
  }
  #nav-wrap {
    position: relative;
  }
}
#wrap {
  position: relative;
  z-index: 1;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.7rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text ol,
.simple-text ul {
  margin-left: 20px;
}
article.text-content {
  padding: 45px 20px;
}
article.text-content p {
  padding-bottom: 1.5em;
}
.block.header {
  position: relative;
  display: flex;
  padding: 20px;
  min-height: 60vh;
}
.block.header .logo {
  max-width: 96px;
  display: none;
}
.block.header .decorative-bar {
  width: 40%;
  height: auto;
  margin: 0;
  max-width: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  fill: var(--primary-bg-color);
}
.block.header .intro {
  background: #000;
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 0;
  text-transform: uppercase;
}
.block.header .intro h1,
.block.header .intro h2,
.block.header .intro h3,
.block.header .intro h4,
.block.header .intro h5,
.block.header .intro h6 {
  padding-top: 15px;
  font-size: 3.2rem;
  line-height: 1.2;
}
.block.header .intro * {
  color: #fff !important;
}
.block.header.video {
  position: relative;
}
.block.header.video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.block.header.video.alt .background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block.header.video.alt .background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: none;
}
.block.header.video.alt .background ins,
.block.header.video.alt .background video {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  object-fit: cover;
  pointer-events: none;
}
.block.header.video.alt .background ins {
  height: 100% !important;
}
.block.header.video.alt .background video {
  height: calc(100% + 75px) !important;
}
.block.header.video.alt .image-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block.header.video.alt .image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.header.lean {
  min-height: 380px;
}
.block.header .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
}
.block.header .title .in {
  background: #000;
  color: #fff;
  padding: 10px 20px;
}
.block.header .title h1,
.block.header .title h2,
.block.header .title h3,
.block.header .title h4,
.block.header .title h5,
.block.header .title h6 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.block.header .down-arrow {
  position: absolute;
  bottom: 2em;
  left: calc(50% - 35px);
  align-items: center;
  text-align: center;
  width: 70px;
  z-index: 6;
  transition: all 0.4s ease-in-out;
}
.block.header .down-arrow svg {
  height: 40px;
  width: 40px;
  filter: drop-shadow(1px 1px 5px #000);
}
.block.header .down-arrow svg * {
  fill: #fff;
}
.block.header .down-arrow:hover,
.block.header .down-arrow:focus-within {
  bottom: calc(2em - 8px);
}
.block.header #nwholder {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.header {
    height: calc(100vh - 5.6rem);
    margin-bottom: 5.6rem;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .block.header.video video {
    display: block;
    pointer-events: none;
  }
  .block.header.video.alt .background {
    display: block;
  }
  .block.header .logo {
    max-width: 190px;
  }
  .block.header .intro {
    position: absolute;
    bottom: 110px;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 1.2;
    right: unset;
  }
  .block.header .intro h1,
  .block.header .intro h2,
  .block.header .intro h3,
  .block.header .intro h4,
  .block.header .intro h5,
  .block.header .intro h6 {
    text-transform: none;
    font-size: 5rem;
    padding: 0;
    margin: 0;
  }
  .block.header.lean {
    height: 58vh;
  }
  .block.header .title {
    padding-top: 80px;
  }
  .block.header .title .in {
    padding: 10px 40px;
  }
  .block.header .title h1,
  .block.header .title h2,
  .block.header .title h3,
  .block.header .title h4,
  .block.header .title h5,
  .block.header .title h6 {
    font-size: 4.5rem;
  }
  .block.header #cloned-nav {
    display: block;
    position: absolute;
    bottom: -5.6rem;
    left: 0;
    right: 0;
    background: #000;
  }
  .block.header #cloned-nav * {
    box-sizing: border-box;
  }
  .block.header #cloned-nav ul {
    min-height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style: none;
  }
  .block.header #cloned-nav ul li {
    position: relative;
    width: fit-content;
  }
  .block.header #cloned-nav ul .sub {
    display: none;
  }
  .block.header #cloned-nav ul a {
    padding: 15px 18px;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: #fff;
    height: 100%;
    width: fit-content;
  }
  .block.header #cloned-nav ul a:hover {
    color: var(--button-bg-color);
  }
  .block.header #cloned-nav .dropdown-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 15px 18px;
    position: relative;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .block.header #cloned-nav .dropdown-btn::after {
    content: "";
    background: transparent;
    position: relative;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
  }
  .block.header #cloned-nav .dropdown-btn:hover,
  .block.header #cloned-nav .dropdown-btn:focus {
    color: var(--button-bg-color);
  }
  .block.header #cloned-nav .dropdown-btn:hover::after,
  .block.header #cloned-nav .dropdown-btn:focus::after {
    border-top: 4px solid var(--button-bg-color);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .block.header #cloned-nav .dropdown-btn[aria-expanded="true"] {
    color: var(--button-bg-color);
  }
  .block.header #cloned-nav .dropdown-btn[aria-expanded="true"]::after {
    border-top: 4px solid var(--button-bg-color);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .block.header #cloned-nav .dropdown-menu {
    display: none;
    padding: 5px 0px !important;
    margin-top: 0;
    position: absolute;
    z-index: 5;
    background-color: var(--page-bg-color);
    height: fit-content;
    min-width: 160px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
  }
  .block.header #cloned-nav .dropdown-menu li {
    width: 100%;
    max-width: 300px;
  }
  .block.header #cloned-nav .dropdown-menu li a {
    color: var(--text-color);
    font-size: 1.5rem;
    text-align: left;
    padding: 3px 20px;
  }
  .block.header #cloned-nav .dropdown-item {
    display: block;
    font-size: 2rem;
    padding-left: 15px;
    width: 100%;
  }
  .block.header #cloned-nav .dropdown-item:hover,
  .block.header #cloned-nav .dropdown-item:focus {
    background-color: #e8e8e8;
  }
}
.block.header-lean-nav {
  display: none;
}
#rs-builder .rs-rs-bar {
  z-index: 2;
}
#rs-builder .block.header-lean-nav {
  display: block;
}
#rs-builder .block.header.video.alt .image-bg {
  z-index: 1;
  height: 200px;
  width: 350px;
}
.block.image-text {
  position: relative;
  padding: 20px;
  background: url(/dotts/assets/img/shape-bg-2.jpg) center no-repeat;
  background-size: cover;
}
.block.image-text h1,
.block.image-text h2,
.block.image-text h3,
.block.image-text h4,
.block.image-text h5,
.block.image-text h6 {
  font-size: 3.5rem;
  font-weight: normal;
}
.block.image-text article {
  padding: 20px 0;
}
.block.image-text a {
  font-weight: bold;
}
.block.image-text p {
  padding-bottom: 1.5rem;
}
.block.image-text .image-link {
  width: fit-content;
  display: block;
}
.block.image-text .image-link img {
  max-height: 50px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .block.image-text {
    padding: 180px 20px 100px;
  }
  .block.image-text .inner {
    display: flex;
    justify-content: space-between;
  }
  .block.image-text figure {
    width: 48%;
  }
  .block.image-text article {
    width: 48%;
  }
}
.block.features {
  position: relative;
  padding: 45px 20px;
  overflow: hidden;
}
.block.features header {
  position: relative;
  text-align: center;
  padding: 30px 0;
  color: var(--text-color);
}
.block.features header * {
  position: relative;
}
.block.features header h1,
.block.features header h2,
.block.features header h3,
.block.features header h4,
.block.features header h5,
.block.features header h6 {
  text-transform: uppercase;
}
.block.features .balls {
  position: relative;
  text-align: center;
}
.block.features figure {
  display: block;
  padding: 15px;
  border-radius: 100%;
  margin: auto;
  width: 200px;
  height: 200px;
}
.block.features figure img {
  border-radius: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.block.features footer {
  padding-top: 45px;
  text-align: center;
}
.block.features footer a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.7rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  cursor: pointer;
  margin: auto;
}
.block.features footer a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.features footer a.inline {
  display: inline-block;
}
.block.features footer a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.features header {
    padding-top: 100px;
    color: var(--text-color);
  }
  .block.features header h1,
  .block.features header h2,
  .block.features header h3,
  .block.features header h4,
  .block.features header h5,
  .block.features header h6 {
    font-size: 3.5rem;
  }
  .block.features .balls {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    max-width: 900px;
  }
  .block.features .item {
    width: 400px;
    max-width: 31.5%;
  }
}
.block.flip-cards {
  position: relative;
  padding: 45px 20px;
  overflow: hidden;
  /* fallback if image is missing */
}
.block.flip-cards .inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  align-items: center;
  text-align: center;
}
.block.flip-cards .features-title {
  position: relative;
  z-index: 1;
}
.block.flip-cards .features-title h2 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}
.block.flip-cards .features-title p {
  color: var(--text-color);
  font-family: var(--text-font);
  padding: 0 20px;
}
.block.flip-cards a.button {
  margin-top: 20px;
}
.block.flip-cards .features-coins-container {
  position: relative;
  z-index: 1;
}
.block.flip-cards .features-coins {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.block.flip-cards .features-coins-item {
  display: flex;
  width: 240px;
  height: 240px;
  margin: 20px 20px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-bg-color);
  border-radius: 50%;
  background-size: cover;
}
.block.flip-cards .flip-card {
  width: 200px;
  height: 200px;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--text-color-alt);
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.6), inset 0 0 3px rgba(115, 114, 23, 0.8);
  transition: transform 0.5s, box-shadow 0.5s;
}
.block.flip-cards .flip-card:hover,
.block.flip-cards .flip-card:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.block.flip-cards .flip-card h3 {
  border-bottom: var(--text-color-alt) 2px solid;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--heading-font);
  margin: 0 35px;
  padding: 20px 0 10px;
  text-shadow: 0 0 1px var(--text-color-alt), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.block.flip-cards .flip-card p {
  color: #ffffff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 20px;
  font-size: 12px;
}
.block.flip-cards .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.block.flip-cards .flip-card:hover .flip-card-inner,
.block.flip-cards .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.block.flip-cards .flip-card-front,
.block.flip-cards .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.block.flip-cards .flip-card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.block.flip-cards .flip-card-front {
  background-color: #bbb;
}
.block.flip-cards .flip-card-back {
  background-color: #000000;
  color: var(--text-color-alt);
  transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .block.flip-cards .features-coins {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#rs-builder .block.flip-cards .features-coins-item,
#rs-builder .block.flip-cards .flip-card {
  background-color: transparent;
  outline: 0;
  height: fit-content;
  width: fit-content;
  aspect-ratio: unset;
}
#rs-builder .block.flip-cards .flip-card-front,
#rs-builder .block.flip-cards .flip-card-back {
  position: relative;
  transform: rotate(0deg);
  height: 200px;
  width: 200px;
}
#rs-builder .block.flip-cards .flip-card:hover .flip-card-inner,
#rs-builder .block.flip-cards .flip-card:focus .flip-card-inner {
  transform: rotateY(0) !important;
}
.block.boxes {
  position: relative;
  padding: 45px 20px;
  overflow: hidden;
}
.block.boxes .item {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.block.boxes article {
  padding: 20px;
  background: #eee;
  text-align: center;
  flex-grow: 1;
}
.block.boxes article > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block.boxes article ul,
.block.boxes article p {
  padding-bottom: 2rem;
}
.block.boxes article p:has(a) {
  margin-top: auto;
}
.block.boxes article ul {
  padding-left: 40px;
}
.block.boxes article ul li {
  width: fit-content;
}
.block.boxes a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.7rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  margin: 0 auto;
}
.block.boxes a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.boxes a.inline {
  display: inline-block;
}
.block.boxes a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.boxes .inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .block.boxes .item {
    width: calc(33.333% - (40px / 3));
  }
}
.block.gallery {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.block.gallery li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .block.gallery ul {
    list-style: none;
    overflow: hidden;
  }
  .block.gallery ul li {
    position: relative;
    overflow: hidden;
  }
  .block.gallery ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
  }
  .block.gallery ul a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
  }
  .block.gallery ul img {
    display: block;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    transition: ease all 0.3s;
  }
  .block.gallery ul a:hover img {
    transform: scale(1.2);
    opacity: 0.7;
  }
  .block.gallery ul li:nth-of-type(1),
  .block.gallery ul li:nth-of-type(7),
  .block.gallery ul li:nth-of-type(13),
  .block.gallery ul li:nth-of-type(19),
  .block.gallery ul li:nth-of-type(25),
  .block.gallery ul li:nth-of-type(31),
  .block.gallery ul li:nth-of-type(37) {
    float: left;
    width: 66%;
    margin-bottom: 1%;
  }
  .block.gallery ul li:nth-of-type(2),
  .block.gallery ul li:nth-of-type(8),
  .block.gallery ul li:nth-of-type(14),
  .block.gallery ul li:nth-of-type(20),
  .block.gallery ul li:nth-of-type(26),
  .block.gallery ul li:nth-of-type(32),
  .block.gallery ul li:nth-of-type(38) {
    float: right;
    width: 32.5%;
    margin-bottom: 0%;
  }
  .block.gallery ul li:nth-of-type(3),
  .block.gallery ul li:nth-of-type(9),
  .block.gallery ul li:nth-of-type(15),
  .block.gallery ul li:nth-of-type(21),
  .block.gallery ul li:nth-of-type(27),
  .block.gallery ul li:nth-of-type(33),
  .block.gallery ul li:nth-of-type(39) {
    float: right;
    width: 32.5%;
    margin-top: 1%;
  }
  .block.gallery ul li:nth-of-type(4),
  .block.gallery ul li:nth-of-type(10),
  .block.gallery ul li:nth-of-type(16),
  .block.gallery ul li:nth-of-type(22),
  .block.gallery ul li:nth-of-type(28),
  .block.gallery ul li:nth-of-type(34),
  .block.gallery ul li:nth-of-type(40) {
    position: relative;
    float: left;
    clear: left;
    width: 32.5%;
  }
  .block.gallery ul li:nth-of-type(5),
  .block.gallery ul li:nth-of-type(11),
  .block.gallery ul li:nth-of-type(17),
  .block.gallery ul li:nth-of-type(23),
  .block.gallery ul li:nth-of-type(29),
  .block.gallery ul li:nth-of-type(35),
  .block.gallery ul li:nth-of-type(41) {
    float: left;
    clear: left;
    width: 32.5%;
    margin-top: 1%;
  }
  .block.gallery ul li:nth-of-type(6),
  .block.gallery ul li:nth-of-type(12),
  .block.gallery ul li:nth-of-type(18),
  .block.gallery ul li:nth-of-type(24),
  .block.gallery ul li:nth-of-type(30),
  .block.gallery ul li:nth-of-type(36),
  .block.gallery ul li:nth-of-type(42) {
    position: relative;
    float: right;
    width: 66%;
    margin-bottom: 1%;
    margin-top: -32.5%;
  }
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  transition: all 0s !important;
  opacity: 0.65;
  color: #fff !important;
}
.slbContentOuter button:hover,
.slbContentOuter button:focus {
  opacity: 1;
  background-color: transparent;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -10px !important;
  height: unset !important;
  width: unset !important;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  height: 2em;
  padding-right: 7ch;
  font-size: 1.6rem;
  bottom: 15px !important;
  white-space: unset !important;
  text-align: left !important;
}
.slbContentOuter .slbCaption * {
  font-size: 1.6rem;
}
.slbContentOuter .slbCaption .slbCaption-counter {
  position: absolute;
  right: 0;
  top: 0.71429em;
}
.block.contact {
  position: relative;
  padding: 45px 20px;
  background: #fff;
}
.block.contact p,
.block.contact address {
  padding-bottom: 2rem;
  line-height: 1.5;
}
.block.contact a:hover,
.block.contact a:focus {
  text-decoration: underline;
}
.block.contact address a {
  color: var(--text-color);
}
.block.contact address a:hover,
.block.contact address a:focus {
  color: var(--text-link-color);
}
.block.contact form {
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
}
.block.contact .fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block.contact .form-group {
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.block.contact .iwrap,
.block.contact .form-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.contact header {
    width: 25%;
  }
  .block.contact article {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .block.contact .iwrap,
  .block.contact .form-group {
    width: 100%;
  }
  .block.contact .iwrap.quarter,
  .block.contact .form-group.quarter {
    width: 23%;
  }
  .block.contact .iwrap.half,
  .block.contact .form-group.half {
    width: 48%;
  }
  .block.contact .iwrap.third,
  .block.contact .form-group.third {
    width: 73%;
  }
  .block.contact .iwrap.one-third,
  .block.contact .form-group.one-third {
    width: 31%;
  }
  .block.contact .iwrap.two-thirds,
  .block.contact .form-group.two-thirds {
    width: 65%;
  }
  .block.contact .iwrap.textarea,
  .block.contact .form-group.textarea,
  .block.contact .iwrap.full,
  .block.contact .form-group.full {
    width: 100%;
  }
  .block.contact .iwrap.submit,
  .block.contact .form-group.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
.block.footer {
  position: relative;
  overflow: hidden;
  background: #000;
}
.block.footer *,
.block.footer *::before,
.block.footer *::after {
  box-sizing: border-box;
}
.block.footer .footer-top {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}
.block.footer .column {
  padding-top: 20px;
  text-align: left;
  width: 100%;
  padding: 0 15px;
}
.block.footer .column * {
  color: #fff;
}
.block.footer .column a {
  display: block;
}
.block.footer .column a:hover,
.block.footer .column a:focus {
  text-decoration: underline;
}
.block.footer .social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block.footer .social ul li svg {
  height: 24px;
  width: 24px;
}
.block.footer .social a:hover *,
.block.footer .social a:focus * {
  color: var(--button-bg-color-hover);
}
.block.footer .social:not(:has(.social-icon)) {
  display: none;
}
.block.footer h1,
.block.footer h2,
.block.footer h3,
.block.footer h4,
.block.footer h5,
.block.footer h6 {
  color: #fff;
  font-size: 2rem;
  padding: 0;
  margin: 20px 0 10px;
}
.block.footer li {
  padding: 0;
  text-align: left;
  margin: 0;
  list-style: none;
  line-height: 1.3;
}
.block.footer li * {
  color: #fff;
}
.block.footer .footer-lower {
  background: #eee;
  text-align: center;
  font-size: 1.2rem;
  padding: 45px 0;
}
.block.footer .footer-lower .ada {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.block.footer .footer-lower .copyright,
.block.footer .footer-lower .ada,
.block.footer .footer-lower .resite {
  margin-bottom: 10px;
}
.block.footer .footer-lower .copyright a:hover,
.block.footer .footer-lower .ada a:hover,
.block.footer .footer-lower .resite a:hover,
.block.footer .footer-lower .copyright a:focus,
.block.footer .footer-lower .ada a:focus,
.block.footer .footer-lower .resite a:focus {
  text-decoration: underline;
}
.block.footer .footer-lower ul {
  width: fit-content;
  display: inline-block;
}
.block.footer .footer-lower ul li {
  display: inline-block;
}
.block.footer .footer-lower a {
  color: var(--text-link-color);
}
.block.footer .footer-lower svg {
  color: var(--text-link-color);
  height: 15px;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .block.footer .footer-top {
    flex-direction: row;
  }
  .block.footer .column {
    position: relative;
    width: 25%;
  }
  .block.footer .footer-lower {
    position: relative;
  }
  .block.footer .footer-lower:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 100%;
    background: #eee;
  }
  .block.footer .footer-lower * {
    position: relative;
  }
}
.block.floorplans {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.block.floorplans *,
.block.floorplans *::before,
.block.floorplans *::after {
  box-sizing: border-box;
}
.block.floorplans ul {
  margin: 0;
}
.block.floorplans .inner {
  max-width: 100vw;
}
.block.floorplans .description {
  padding: 80px 15px;
}
.block.floorplans .description p,
.block.floorplans .description ul {
  margin-bottom: 10px;
}
.block.floorplans .description h2,
.block.floorplans .description h3,
.block.floorplans .description h4,
.block.floorplans .description h5 {
  margin-bottom: 20px;
}
.block.floorplans .wrapper {
  position: relative;
  min-height: 750px;
  padding: 0 15px;
}
.block.floorplans .wrapper .sidebar.opened {
  transform: translate(-15px);
}
.block.floorplans .wrapper .sidebar.opened form {
  visibility: visible;
}
.block.floorplans .wrapper .sidebar.closed .open {
  display: block;
}
.block.floorplans .wrapper .sidebar.closed .close {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .open {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .close {
  display: block;
}
.block.floorplans .wrapper .sidebar {
  box-shadow: 1px 1px 0px #ccc;
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  background-color: #f1f1f1;
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--heading-color);
  z-index: 10;
}
.block.floorplans .wrapper .sidebar button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0 0;
  border-radius: 0;
  background-color: var(--button-bg-color);
  box-shadow: 1px -1px 4px #ccc;
  border: none;
}
.block.floorplans .wrapper .sidebar button span,
.block.floorplans .wrapper .sidebar button i,
.block.floorplans .wrapper .sidebar button svg {
  pointer-events: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
}
.block.floorplans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floorplans .wrapper .sidebar .title * {
  font-size: 1.8rem;
}
.block.floorplans .wrapper .sidebar form {
  transition: all 0.3s ease;
  visibility: hidden;
}
.block.floorplans .wrapper .sidebar form fieldset {
  border: none;
  display: flex;
  flex-direction: column !important;
  padding: 0;
  margin: 0 0 16px 0;
}
.block.floorplans .wrapper .sidebar form fieldset legend {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 2;
  height: 32px;
  width: 100%;
  border-radius: 0;
  text-indent: 0;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Default */
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper i,
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--heading-color);
  pointer-events: none;
}
.block.floorplans .wrapper .floorplan-list {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image {
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image img {
  width: 180px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h3,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h4,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h5 {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--heading-color);
  opacity: 0.5;
  padding: 0 15px;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--heading-color);
  font-size: 1.36rem;
  letter-spacing: 1px;
  border-top: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li:first-child {
  border-top: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
  line-height: 2;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--text-color);
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details {
  display: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  color: var(--text-color);
  font-size: 1.36rem;
  padding: 4px 15px;
  font-style: italic;
  opacity: 0.8;
}
.block.floorplans .wrapper .floorplan-list .floorplan.hidden {
  display: none;
}
.block.floorplans .wrapper .floorplan-list #empty-list {
  color: var(--heading-color);
}
.block.floorplans .wrapper .floorplan-list #empty-list .no-results {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.floorplans .wrapper .floorplan-list #empty-list .try-again {
  font-size: 1.6rem;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 10px;
}
.block.floorplans .wrapper .floorplan-list #empty-list.hidden {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .block.floorplans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .block.floorplans .wrapper .sidebar {
    position: relative;
    transform: translate(0);
    height: auto;
  }
  .block.floorplans .wrapper .sidebar .title * {
    font-size: 3.6rem;
  }
  .block.floorplans .wrapper .sidebar button {
    display: none;
  }
  .block.floorplans .wrapper .sidebar form {
    visibility: visible;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan {
    flex-direction: row;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .image {
    width: 20%;
    height: 100%;
    min-width: 180px;
    margin: 0;
    border: none;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
    padding: 20px 15px 0 15px;
    width: 80%;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2 {
    padding: 20px 0 0 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
    display: flex;
    flex-direction: column;
    border: none;
    flex: 1;
    padding: 8px 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
    color: var(--text-color);
    border-bottom: 1px solid #cccccc;
    margin: 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    padding: 0;
    font-size: 1.36rem;
    color: var(--text-color);
    line-height: 2;
    margin-bottom: 10px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
  }
}
.block.floorplan-single {
  padding: 80px 17px;
  background-color: #fff;
}
.block.floorplan-single *,
.block.floorplan-single *::before,
.block.floorplan-single *::after {
  box-sizing: border-box;
}
.block.floorplan-single h3,
.block.floorplan-single .h3 {
  font-size: 2rem;
}
.block.floorplan-single h4,
.block.floorplan-single .h4 {
  font-size: 3rem;
}
.block.floorplan-single .fp-details {
  padding: 0 15px;
}
.block.floorplan-single .fp-details .image-wrapper {
  width: 100%;
  height: auto;
  padding: 0 15%;
  background-color: black;
}
.block.floorplan-single .fp-details .image-wrapper button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
}
.block.floorplan-single .fp-details .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block.floorplan-single .fp-details .specs {
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .specs ul {
  margin: 0;
}
.block.floorplan-single .fp-details .specs .title {
  padding: 20px 15px;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.block.floorplan-single .fp-details .specs .title h2,
.block.floorplan-single .fp-details .specs .title h3,
.block.floorplan-single .fp-details .specs .title h4,
.block.floorplan-single .fp-details .specs .title h5 {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .specs ul {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  list-style: none;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.block.floorplan-single .fp-details .specs ul li {
  padding: 8px 15px 0;
  line-height: 2;
  color: var(--heading-color);
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block.floorplan-single .fp-details .specs ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .specs ul li strong,
.block.floorplan-single .fp-details .specs ul li p {
  font-size: 1.2rem;
}
.block.floorplan-single .fp-details .specs ul li strong {
  margin-right: 5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
}
.block.floorplan-single .fp-details .description {
  background-repeat: repeat;
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .description h3 {
  font-size: 1.8rem;
}
.block.floorplan-single .fp-details .description .descriptive-text p {
  margin-top: 10px;
  color: var(--heading-color);
  opacity: 0.9;
}
.block.floorplan-single .fp-details .additional {
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .additional h4 {
  background-color: #cccccc;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel {
  display: flex;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-prev,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-next {
  display: none;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-stage {
  display: flex;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item img {
  max-height: 70px;
  width: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details {
  padding: 0 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image .bed-bath,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details .bed-bath {
  line-height: 1;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
  font-size: 1.2rem;
  color: var(--text-color);
}
@media only screen and (min-width: 375px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item {
    display: flex;
    flex-direction: row;
  }
}
.block.floorplan-single .fp-details .additional .owlNext {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  min-width: unset;
  padding: 1px 6px;
  position: absolute;
  right: 1.5rem;
  bottom: 5.5rem;
}
.block.floorplan-single .fp-details .additional .owlNext i {
  color: black;
  font-size: 2rem;
}
.block.floorplan-single .contact-info {
  padding: 0 15px;
}
.block.floorplan-single .contact-info .v-tour,
.block.floorplan-single .contact-info .box {
  margin-bottom: 16px;
  width: 100%;
}
.block.floorplan-single .contact-info .v-tour .vt-btn {
  display: none;
  padding: 18px 15px;
  background-color: var(--button-bg-color);
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: unset;
  font-size: 1.4rem;
  font-weight: 400;
}
.block.floorplan-single .contact-info .v-tour .vt-btn:hover,
.block.floorplan-single .contact-info .v-tour .vt-btn:focus {
  background-color: var(--button-bg-color-hover);
}
.block.floorplan-single .contact-info .box {
  padding: 18px 15px 8px;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box a,
.block.floorplan-single .contact-info .box p,
.block.floorplan-single .contact-info .box label,
.block.floorplan-single .contact-info .box .form-group span {
  font-size: 1.36rem;
}
.block.floorplan-single .contact-info .box a:hover,
.block.floorplan-single .contact-info .box a:focus {
  text-decoration: underline;
}
.block.floorplan-single .contact-info .box form label {
  color: var(--heading-color) !important;
  font-size: 1.2rem;
}
.block.floorplan-single .contact-info .box form .form-group {
  margin-bottom: 12px;
}
.block.floorplan-single .contact-info .box form .form-group.required label::after,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) label::after {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box form .form-group.required input,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) input {
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box form input[type="submit"],
.block.floorplan-single .contact-info .box form input[type="button"],
.block.floorplan-single .contact-info .box form input[type="reset"],
.block.floorplan-single .contact-info .box form button {
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid #ccc;
  font-size: 1.2rem;
  width: 100%;
}
.block.floorplan-single .contact-info .box form input[type="submit"]:hover,
.block.floorplan-single .contact-info .box form input[type="button"]:hover,
.block.floorplan-single .contact-info .box form input[type="reset"]:hover,
.block.floorplan-single .contact-info .box form button:hover,
.block.floorplan-single .contact-info .box form input[type="submit"]:focus,
.block.floorplan-single .contact-info .box form input[type="button"]:focus,
.block.floorplan-single .contact-info .box form input[type="reset"]:focus,
.block.floorplan-single .contact-info .box form button:focus {
  background: transparent;
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box form .fields {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .hours[data-hours="undefined"],
.block.floorplan-single .contact-info .hours[data-hours=""] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs ul {
    grid-template-columns: repeat(2, 2fr);
  }
  .block.floorplan-single .fp-details .specs ul li:not(:last-child) {
    border-bottom: none;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(1),
  .block.floorplan-single .fp-details .specs ul li:nth-child(2) {
    border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 1000px) {
  .block.floorplan-single .inner {
    display: flex;
    flex-direction: row;
  }
  .block.floorplan-single .fp-details {
    width: 75%;
  }
  .block.floorplan-single .fp-details .specs ul {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: transparent;
  }
  .block.floorplan-single .fp-details .specs ul li {
    flex: 1;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding: 15px 0 0;
  }
  .block.floorplan-single .fp-details .specs ul li strong {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--secondary-bg-color);
    opacity: 0.5;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .block.floorplan-single .contact-info {
    width: 25%;
  }
}
.block.amenities {
  text-align: center;
  position: relative;
  background-color: #fff;
}
.block.amenities *,
.block.amenities *::before,
.block.amenities *::after {
  box-sizing: border-box;
}
.block.amenities .amenities-cards-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  max-width: 750px;
  padding: 0 20px;
}
.block.amenities .amenities-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block.amenities .amenities-cards-container .title {
  width: 100%;
}
.block.amenities .amenities-cards-container .title * {
  width: 100%;
  text-align: start;
  color: var(--heading-color);
  font-size: 3rem;
}
.block.amenities .amenities-cards-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}
.block.amenities .amenities-card {
  margin-bottom: 20px;
  width: 100%;
}
.block.amenities .amenities-card img {
  margin-bottom: 10px;
  width: 100%;
}
.block.amenities .amenities-card ul {
  padding-left: 40px;
  text-align: left;
}
.block.amenities .amenities-card ul li {
  color: var(--text-color);
}
@media screen and (min-width: 960px) {
  .block.amenities .amenities-cards-container {
    max-width: 1170px;
  }
  .block.amenities .amenities-cards-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .block.amenities .amenities-card {
    width: calc(33.333% - 15px);
  }
}
.block.faq {
  position: relative;
  padding: 45px 20px;
}
.block.faq article {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.block.faq .accordion-btn {
  width: 100%;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  border: 0;
  text-align: left;
  cursor: pointer;
  color: #333;
}
.block.faq .accordion-btn:hover,
.block.faq .accordion-btn:focus {
  text-decoration: underline;
}
.block.faq .accordion-btn * {
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  line-height: 1.1;
}
.block.faq .accordion-btn.active {
  color: var(--button-text-color);
  background-image: linear-gradient(to bottom, color-mix(in srgb, #fff 45%, var(--button-bg-color)) 0, var(--button-bg-color) 100%);
}
.block.faq .accordion-btn.active * {
  color: var(--button-text-color);
}
.block.faq .panel {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-top: 1px solid #ddd;
}
.block.faq .panel .panel-text {
  padding: 15px;
}
.block.faq .panel .panel-text p {
  margin-bottom: 10px;
}
#rs-builder .panel {
  max-height: unset !important;
}
#specials {
  display: none;
}
#special-popdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: var(--page-bg-color);
}
#special-popdown *,
#special-popdown *:before,
#special-popdown *:after {
  box-sizing: inherit;
  color: var(--text-color);
}
#special-popdown #specials-inner {
  width: 100%;
  max-width: unset;
  padding: 25px 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#special-popdown #specials-inner .special {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
#special-popdown #specials-inner .special h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
}
#special-popdown .special-image {
  max-width: 350px;
  padding: 0;
}
#special-popdown .special-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#special-popdown #special-popdown-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#special-popdown #special-popdown-button svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
  transition: all 0.3s ease;
}
#special-popdown #special-popdown-button:hover svg,
#special-popdown #special-popdown-button:focus svg {
  opacity: 0.4;
}
#special-popdown.special-popdown--show {
  max-height: 600px;
}
#special-popdown.special-popdown--hiding {
  max-height: 0;
}
#special-popdown.special-popdown--hidden {
  max-height: 0;
  display: none;
}
#special-popdown .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 5px;
}
#special-popdown .swiper-pagination-bullet {
  background: #b9b9b9;
}
#special-popdown .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}

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