.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.tablet {
  display: none;
}
.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .tablet {
    display: block;
  }
  .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;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  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: underline;
  color: var(--text-link-color-hover);
}
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 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
.rs-editor h1,
.rs-editor .h1,
.rs-editor h2,
.rs-editor .h2,
.rs-editor h3,
.rs-editor .h3,
.rs-editor h4,
.rs-editor .h4,
.rs-editor h5,
.rs-editor .h5 {
  color: #ffffff !important;
}
h1,
.h1 {
  font-size: calc(4*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(4.8*1rem);
  }
}
h2,
.h2 {
  font-size: calc(4*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
h3,
.h3 {
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(1.4*1rem);
  }
}
.eyebrow {
  font-size: calc(1.4*1rem);
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .eyebrow {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .eyebrow {
    font-size: calc(1.4*1rem);
  }
}
.eyebrow h1,
.eyebrow .h1,
.eyebrow h2,
.eyebrow .h2,
.eyebrow h3,
.eyebrow .h3,
.eyebrow h4,
.eyebrow .h4,
.eyebrow h5,
.eyebrow .h5 {
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  .eyebrow h1,
  .eyebrow .h1,
  .eyebrow h2,
  .eyebrow .h2,
  .eyebrow h3,
  .eyebrow .h3,
  .eyebrow h4,
  .eyebrow .h4,
  .eyebrow h5,
  .eyebrow .h5 {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .eyebrow h1,
  .eyebrow .h1,
  .eyebrow h2,
  .eyebrow .h2,
  .eyebrow h3,
  .eyebrow .h3,
  .eyebrow h4,
  .eyebrow .h4,
  .eyebrow h5,
  .eyebrow .h5 {
    font-size: calc(1.4*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus,
.button.ghost:focus,
a.button.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
.outline {
  background: none;
  border: 2px solid var(--button-bg-color);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.text-alt p,
.text-alt li,
.text-alt a,
.text-alt * {
  color: var(--text-color-alt);
}
.text-alt h1,
.text-alt .h1,
.text-alt h2,
.text-alt .h2,
.text-alt h3,
.text-alt .h3,
.text-alt h4,
.text-alt .h4,
.text-alt h5,
.text-alt .h5 {
  color: var(--heading-color-alt);
}
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;
  color: black !important;
  background: white !important;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.block.iframe-embed {
  padding: 10px 20px;
}
#embed-target iframe {
  max-width: 100%;
}
#embed-target iframe[src*="panoskin.com"] {
  width: 450px;
  aspect-ratio: 9/5;
}
#embed-target iframe[src*="matterport"] {
  width: 100%;
  height: auto;
  max-width: 850px;
  aspect-ratio: 16/9;
}
#embed-target iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  max-width: 560px;
  aspect-ratio: 16/9;
}
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;
  padding: 8px 10px;
  border-radius: 3px;
  border: 0;
  text-indent: 20px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--page-bg-color);
  font-family: var(--text-font);
}
form input[type="text"]::placeholder,
form input[type="password"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="time"]::placeholder,
form input[type="week"]::placeholder,
form input[type="number"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="phone"]::placeholder,
form select::placeholder,
form textarea::placeholder {
  display: none;
}
form select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  border-radius: none;
}
form select::-ms-expand {
  display: none;
}
form .select-custom {
  position: relative;
}
form .select-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--text-color);
  pointer-events: none;
}
form textarea {
  min-height: 200px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 3px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--page-bg-color);
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form textarea::placeholder {
  display: none;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 20px;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
form input[type="submit"].ghost:hover,
form input[type="button"].ghost:hover,
form input[type="reset"].ghost:hover,
form button.ghost:hover,
form input[type="submit"].ghost:focus,
form input[type="button"].ghost:focus,
form input[type="reset"].ghost:focus,
form button.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-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="password"] {
  letter-spacing: 0.3em;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@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;
  }
}
html {
  font-size: 62.5%;
  min-width: 300px;
  background-color: var(--page-bg-color);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1338px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#navwrap {
  top: 0;
  z-index: 11;
}
#standard-neighborhood-map-nav a.active,
#standard-neighborhood-map-nav a:hover,
#standard-neighborhood-map-nav a:focus-visible {
  background: color-mix(in srgb, #fff 45%, var(--button-bg-color)) !important;
}
.block.iframe-embed iframe {
  max-width: 100%;
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--page-bg-color);
  padding: 10px;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.swiper .swiper-pagination-bullet {
  background-color: #ffffff91;
  border: 1px solid var(--button-bg-color-hover);
  height: 15px;
  width: 15px;
  opacity: 1;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--button-bg-color-hover);
}
.swiper .swiper-button-prev {
  left: 10px;
}
.swiper .swiper-button-prev::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--button-bg-color-hover);
}
.swiper .swiper-button-next {
  right: 10px;
}
.swiper .swiper-button-next::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--button-bg-color-hover);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  transition: all 0.3s;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-next:focus {
  opacity: 0.6;
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-bg-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  pointer-events: 0;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  margin: auto;
}
.loading-spinner.loaded {
  visibility: hidden;
  opacity: 0;
}
.loading-spinner .accessibility-text {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#rs-rs-bar {
  z-index: 2;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
#standard-neighborhood-map-nav a.active,
#standard-neighborhood-map-nav a:hover,
#standard-neighborhood-map-nav a:focus-visible {
  color: var(--button-text-color) !important;
}
.slbImageWrap:after {
  background-color: transparent !important;
  box-shadow: none !important;
}
#rs-builder .block.features-ov .features-carousel {
  height: fit-content;
}
#rs-builder .block.features-ov .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 5px;
}
#rs-builder .block.features-ov .swiper-slide {
  opacity: 1 !important;
  width: 250px;
  height: auto;
}
#rs-builder .block.features-ov .swiper-button-prev,
#rs-builder .block.features-ov .swiper-button-next {
  display: none;
}
#rs-builder .block.properties .properties-list .property-card {
  position: relative;
}
#rs-builder .block.properties .properties-list .property-card a {
  display: block !important;
  opacity: 1;
  height: 40px;
}
#rs-builder .block.properties .properties-list .property-card a::after {
  content: 'Link to Property';
  color: #fff;
  background-color: #f00;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
#rs-builder .block.interactive-map .tab-link a {
  pointer-events: all !important;
  text-decoration: none !important;
}
#rs-builder .block.interactive-map .site-map-link {
  background-color: #b4b4b4;
  height: 40px;
  width: 200px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
#rs-builder .block.interactive-map .site-map-link::after {
  content: 'Link to Site Map';
  color: #000;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
#rs-builder .block.floorplans-intro .tab-links a {
  pointer-events: all !important;
  text-decoration: none !important;
}
#rs-builder .block.floorplans {
  z-index: 0;
}
#rs-builder .block.gallery .gallery-block .background-image {
  background-image: url('https://placehold.co/200x100?text=BG+Image');
  height: 100px;
  width: 200px;
}
#rs-builder .block.gallery .gallery-block .background-image::after {
  display: none;
}
#rs-builder .block.gallery-menu .gallery-nav::before {
  content: 'Gallery Navigation Block -- Not Editable';
  display: block;
  background-color: #4e4e4e;
  color: #fff;
  padding: 5px;
  text-align: center;
}
#rs-builder .block.contact .outer {
  z-index: 0;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.simple-text a:hover,
.simple-text a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.simple-text a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.simple-text a.ghost:hover,
.simple-text a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.simple-text a.inline {
  display: inline-block;
}
.page-intro {
  position: relative;
  padding: 45px 20px 20px;
}
.page-intro h1,
.page-intro h2,
.page-intro h3,
.page-intro h4,
.page-intro h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: calc(4*1rem);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-intro h1,
  .page-intro h2,
  .page-intro h3,
  .page-intro h4,
  .page-intro h5 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .page-intro h1,
  .page-intro h2,
  .page-intro h3,
  .page-intro h4,
  .page-intro h5 {
    font-size: calc(4.8*1rem);
  }
}
.page-intro p {
  padding-bottom: 1.5em;
}
.page-intro a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.page-intro a:hover,
.page-intro a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.page-intro a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.page-intro a.ghost:hover,
.page-intro a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.page-intro a.inline {
  display: inline-block;
}
.block.specials {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-bg-color);
  min-height: 60px;
}
.block.specials .content {
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
.block.specials .content a:hover,
.block.specials .content a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.specials .content a,
  .block.specials .content p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .block.specials {
    height: 60px;
  }
}
.block.topbar {
  position: relative;
  background-color: transparent;
}
.block.topbar .skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.block.topbar .skip-link:focus-within {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 9999;
  border-radius: 5px;
}
.block.topbar .skip-link:focus-within a {
  padding: 20px 40px;
  background-color: var(--text-color-alt);
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.block.topbar .skip-link:focus-within a:hover,
.block.topbar .skip-link:focus-within a:focus {
  text-decoration: none !important;
}
.block.topbar header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
}
.block.topbar .quick-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 0 0 0 20px;
  padding: 16px 80px 16px 20px;
  letter-spacing: 2px;
  position: relative;
  min-height: 65px;
}
.block.topbar .quick-links .phone {
  display: none;
  margin-right: 35px;
  font-size: 2.2rem;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.block.topbar .quick-links .phone-mobile,
.block.topbar .quick-links .map-marker-link {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
  padding: 0 10px;
}
.block.topbar .quick-links .phone-mobile a,
.block.topbar .quick-links .map-marker-link a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.topbar .quick-links .phone-mobile a:hover,
.block.topbar .quick-links .map-marker-link a:hover,
.block.topbar .quick-links .phone-mobile a:focus-visible,
.block.topbar .quick-links .map-marker-link a:focus-visible {
  opacity: 0.6;
}
.block.topbar .quick-links .phone-mobile svg,
.block.topbar .quick-links .map-marker-link svg {
  height: 20px;
  width: 20px;
}
.block.topbar .quick-links .phone-mobile svg *,
.block.topbar .quick-links .map-marker-link svg * {
  fill: var(--text-color-alt);
}
.block.topbar .quick-links .links {
  display: flex;
  align-items: center;
  display: none;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.block.topbar .quick-links .links ul {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.block.topbar .quick-links .links ul li {
  display: flex;
  flex-direction: column;
}
.block.topbar .quick-links .links ul li a {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
}
.block.topbar .quick-links .phone a,
.block.topbar .quick-links .links li {
  display: block;
}
.block.topbar .quick-links .phone a::after,
.block.topbar .quick-links .links li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s;
}
.block.topbar .quick-links .phone a:hover,
.block.topbar .quick-links .links li:hover,
.block.topbar .quick-links .phone a:focus,
.block.topbar .quick-links .links li:focus,
.block.topbar .quick-links .phone a:focus-within,
.block.topbar .quick-links .links li:focus-within {
  text-decoration: none;
}
.block.topbar .quick-links .phone a:hover a,
.block.topbar .quick-links .links li:hover a,
.block.topbar .quick-links .phone a:focus a,
.block.topbar .quick-links .links li:focus a,
.block.topbar .quick-links .phone a:focus-within a,
.block.topbar .quick-links .links li:focus-within a {
  text-decoration: none;
}
.block.topbar .quick-links .phone a:hover::after,
.block.topbar .quick-links .links li:hover::after,
.block.topbar .quick-links .phone a:focus::after,
.block.topbar .quick-links .links li:focus::after,
.block.topbar .quick-links .phone a:focus-within::after,
.block.topbar .quick-links .links li:focus-within::after {
  width: 100%;
}
.block.topbar .quick-links::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-bg-color);
  opacity: 0.7;
  border-radius: inherit;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.block.topbar .menu-button {
  position: absolute;
  right: 10px;
  border-radius: 4px;
}
.block.topbar .menu-button button {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px 8px 8px;
  box-shadow: none;
}
.block.topbar .menu-button button span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: var(--text-color-alt);
  transition: all 0.3s;
}
.block.topbar .menu-button button:hover span:first-child,
.block.topbar .menu-button button:focus-visible span:first-child {
  width: 60px;
}
.block.topbar .menu-button button:hover span:nth-child(2),
.block.topbar .menu-button button:focus-visible span:nth-child(2) {
  width: 50px;
}
.block.topbar .menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  background-color: var(--page-bg-color);
  z-index: 999;
  transition: all 0.3s;
}
.block.topbar .menu-overlay.show {
  visibility: visible;
  opacity: 1;
}
.block.topbar .menu-overlay .background-pattern {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}
.block.topbar .menu-overlay .background-pattern img {
  width: 100%;
  height: 100%;
}
.block.topbar .menu-overlay .logo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  filter: drop-shadow(0 2px 2px #000);
}
.block.topbar .menu-overlay .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block.topbar .menu-overlay .close {
  position: absolute;
  top: 40px;
  right: 60px;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 40px;
  width: 40px;
  z-index: 1;
  box-shadow: none;
}
.block.topbar .menu-overlay .close span {
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--secondary-bg-color);
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.block.topbar .menu-overlay .close span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.block.topbar .menu-overlay .close span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.block.topbar .menu-overlay .close:hover span,
.block.topbar .menu-overlay .close:focus span {
  background-color: var(--text-color);
}
.block.topbar .menu-overlay .left,
.block.topbar .menu-overlay .right {
  height: 100%;
}
.block.topbar .menu-overlay .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.topbar .menu-overlay .right {
  width: 100%;
  position: relative;
  padding: 100px 50px 40px;
  overflow-y: auto;
  transition: all 0.3s;
}
.block.topbar .menu-overlay .right nav {
  margin-bottom: 45px;
}
.block.topbar .menu-overlay .right nav li {
  margin-bottom: 5px;
}
.block.topbar .menu-overlay .right nav a {
  font-size: calc(2.2*1rem);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block.topbar .menu-overlay .right nav a {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.topbar .menu-overlay .right nav a {
    font-size: calc(2.8*1rem);
  }
}
.block.topbar .menu-overlay .right nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s;
}
.block.topbar .menu-overlay .right nav a.current:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--text-link-color-hover);
  transition: all 0.3s;
}
.block.topbar .menu-overlay .right nav a:hover,
.block.topbar .menu-overlay .right nav a:focus {
  text-decoration: none;
  opacity: 1;
  color: var(--text-color);
}
.block.topbar .menu-overlay .right nav a:hover:before,
.block.topbar .menu-overlay .right nav a:focus:before {
  width: 100%;
}
.block.topbar .menu-overlay .right nav a:hover.current:after,
.block.topbar .menu-overlay .right nav a:focus.current:after {
  border-left: 10px solid var(--text-color);
}
.block.topbar .menu-overlay .right .buttons {
  margin-bottom: 45px;
  list-style: none;
}
.block.topbar .menu-overlay .right .buttons ul {
  list-style: none;
}
.block.topbar .menu-overlay .right .buttons li .button {
  border-radius: 0;
  min-width: 175px;
  text-transform: uppercase;
}
.block.topbar .menu-overlay .right .buttons li:not(:last-child) {
  margin-bottom: 15px;
}
.block.topbar .menu-overlay .right .address {
  margin-bottom: 20px;
}
.block.topbar .menu-overlay .right .address * {
  color: var(--heading-color);
  text-transform: uppercase;
}
.block.topbar .menu-overlay .right .address address {
  width: fit-content;
}
.block.topbar .menu-overlay .right .phone {
  margin-bottom: 30px;
}
.block.topbar .menu-overlay .right .phone a {
  font-size: calc(1.8*1rem);
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .block.topbar .menu-overlay .right .phone a {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.topbar .menu-overlay .right .phone a {
    font-size: calc(2*1rem);
  }
}
.block.topbar .menu-overlay .right .phone a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s;
}
.block.topbar .menu-overlay .right .phone a:hover,
.block.topbar .menu-overlay .right .phone a:focus {
  color: var(--text-color);
  text-decoration: none;
}
.block.topbar .menu-overlay .right .phone a:hover::after,
.block.topbar .menu-overlay .right .phone a:focus::after {
  width: 100%;
}
.block.topbar .menu-overlay .right .socials {
  display: flex;
  gap: 15px;
}
.block.topbar .menu-overlay .right .socials .social {
  height: 25px;
  width: 25px;
  transition: all 0.3s;
}
.block.topbar .menu-overlay .right .socials .social path,
.block.topbar .menu-overlay .right .socials .social circle,
.block.topbar .menu-overlay .right .socials .social rect,
.block.topbar .menu-overlay .right .socials .social line {
  fill: var(--secondary-bg-color);
}
.block.topbar .menu-overlay .right .socials .social:has(a[href=""]) {
  display: none;
}
.block.topbar .menu-overlay .right .socials .social a:hover path,
.block.topbar .menu-overlay .right .socials .social a:focus path,
.block.topbar .menu-overlay .right .socials .social a:hover circle,
.block.topbar .menu-overlay .right .socials .social a:focus circle,
.block.topbar .menu-overlay .right .socials .social a:hover rect,
.block.topbar .menu-overlay .right .socials .social a:focus rect,
.block.topbar .menu-overlay .right .socials .social a:hover line,
.block.topbar .menu-overlay .right .socials .social a:focus line {
  fill: var(--text-color);
}
.block.topbar .scroll-hide {
  pointer-events: none;
}
.block.topbar .scroll-hide .phone,
.block.topbar .scroll-hide .links,
.block.topbar .scroll-hide .phone-mobile,
.block.topbar .scroll-hide .map-marker-link {
  visibility: hidden;
  opacity: 0;
}
.block.topbar .scroll-hide .quick-links::after {
  background-color: transparent;
}
.block.topbar .scroll-hide .menu-button {
  pointer-events: all;
}
.block.topbar .scroll-hide .menu-button .menu-bar {
  background-color: var(--text-color);
  box-shadow: 1px 1px 2px #fff;
}
@media screen and (min-width: 768px) {
  .block.topbar .menu-overlay .left,
  .block.topbar .menu-overlay .right,
  .block.topbar .menu-overlay .background-pattern {
    width: 50%;
  }
  .block.topbar .menu-overlay .logo {
    width: 120px;
    height: 120px;
    top: 40px;
    left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .block.topbar .quick-links {
    padding: 16px 90px 16px 50px;
  }
  .block.topbar .quick-links .phone,
  .block.topbar .quick-links .links {
    display: block;
  }
  .block.topbar .quick-links .phone-mobile,
  .block.topbar .quick-links .map-marker-link {
    display: none;
  }
  .block.topbar .menu-overlay .right {
    padding: 75px 80px 20px;
  }
  .block.topbar .menu-overlay .right nav a.current:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid var(--secondary-bg-color);
  }
  .block.topbar .menu-overlay .right nav a:hover.current:after,
  .block.topbar .menu-overlay .right nav a:focus.current:after {
    border-left: 15px solid var(--text-color);
  }
}
body:has(.block.specials) .block.topbar header {
  top: 60px;
}
.block.cta {
  padding: 40px 20px;
  background-color: var(--page-bg-color);
}
.block.cta .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block.cta .title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.block.cta .title * {
  line-height: 1.125;
}
.block.cta .content {
  margin-bottom: 20px;
}
.block.cta .content p {
  margin-bottom: 10px;
}
.block.cta .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.cta .buttons .editable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.cta .buttons .button {
  margin: auto auto 10px;
  max-width: 300px;
}
.block.cta .buttons .button:hover,
.block.cta .buttons .button:focus {
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta .buttons .button.ghost {
  color: var(--button-text-color-hover);
  background-color: transparent;
}
.block.cta .buttons .button.ghost:hover,
.block.cta .buttons .button.ghost:focus {
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta .buttons a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  margin: auto;
  width: 100%;
  max-width: 300px;
}
.block.cta .buttons a:hover,
.block.cta .buttons a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta .buttons a:nth-child(even) {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  box-shadow: none;
}
.block.cta .buttons a:nth-child(even):hover,
.block.cta .buttons a:nth-child(even):focus {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.cta .right {
  width: 100%;
}
.block.cta .right .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.block.cta .right .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.block.cta .right .video-wrapper {
  width: 100%;
  overflow: hidden;
}
.block.cta .right .video-wrapper video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}
@media only screen and (min-width: 500px) {
  .block.cta .buttons .button,
  .block.cta .buttons a {
    margin: 0;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .block.cta .inner {
    flex-direction: row;
  }
  .block.cta:nth-of-type(odd) .inner {
    flex-direction: row-reverse;
  }
  .block.cta .left,
  .block.cta .right {
    flex: 1;
  }
  .block.cta .right {
    display: flex;
    align-items: center;
  }
  .block.cta .right .image-wrapper img {
    max-height: 500px;
  }
}
.block.cta-carousel {
  padding: 40px 0;
}
.block.cta-carousel .swiper {
  padding: 0 40px 50px;
}
.block.cta-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.block.cta-carousel .title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.block.cta-carousel .title * {
  line-height: 1.125;
}
.block.cta-carousel .content {
  margin-bottom: 20px;
}
.block.cta-carousel .content p {
  margin-bottom: 10px;
}
.block.cta-carousel .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.cta-carousel .buttons .editable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.block.cta-carousel .buttons .button {
  margin: auto auto 10px;
  max-width: 300px;
}
.block.cta-carousel .buttons .button:hover,
.block.cta-carousel .buttons .button:focus {
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta-carousel .buttons .button.ghost {
  color: var(--button-text-color-hover);
  background-color: transparent;
}
.block.cta-carousel .buttons .button.ghost:hover,
.block.cta-carousel .buttons .button.ghost:focus {
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta-carousel .buttons a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  margin: auto;
  width: 100%;
  max-width: 300px;
}
.block.cta-carousel .buttons a:hover,
.block.cta-carousel .buttons a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.cta-carousel .buttons a:nth-child(even) {
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  box-shadow: none;
}
.block.cta-carousel .buttons a:nth-child(even):hover,
.block.cta-carousel .buttons a:nth-child(even):focus {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.cta-carousel .right {
  width: 100%;
}
.block.cta-carousel .right .image-wrapper {
  width: 100%;
  overflow: hidden;
}
.block.cta-carousel .right .image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media only screen and (min-width: 500px) {
  .block.cta-carousel .buttons .button,
  .block.cta-carousel .buttons a {
    margin: 0;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .block.cta-carousel .swiper-slide {
    flex-direction: row;
  }
  .block.cta-carousel .left,
  .block.cta-carousel .right {
    flex: 1;
  }
  .block.cta-carousel .right {
    display: flex;
    align-items: center;
  }
  .block.cta-carousel .right .image-wrapper img {
    max-height: 500px;
  }
}
#rs-builder .block.cta-carousel .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
#rs-builder .block.cta-carousel .swiper-slide {
  margin-bottom: 20px;
}
#rs-builder .block.cta-carousel .swiper-button-next,
#rs-builder .block.cta-carousel .swiper-button-prev {
  display: none;
}
.block.features-ov {
  padding: 40px 20px;
  background-repeat: repeat;
  position: relative;
}
.block.features-ov .inner {
  z-index: 1;
}
.block.features-ov .heading {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.features-ov .heading .title *,
.block.features-ov .heading .subtitle * {
  color: var(--text-color);
}
.block.features-ov .carousel-container {
  overflow: hidden;
  padding: 0 20px 40px;
  position: relative;
  margin-bottom: 30px;
}
.block.features-ov .carousel-container .swiper-pagination-custom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
.block.features-ov .carousel-container .swiper-pagination-custom .pagination-bullet {
  cursor: pointer;
  background-color: #ffffff91;
  border: 1px solid var(--button-bg-color-hover);
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  box-shadow: 0px 2px 6px black;
  user-select: none;
}
.block.features-ov .carousel-container .swiper-pagination-custom .pagination-bullet.active {
  opacity: 1;
  background-color: var(--button-bg-color-hover);
}
.block.features-ov .carousel-container .swiper-button-prev {
  left: 0;
}
.block.features-ov .carousel-container .swiper-button-prev::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--button-bg-color-hover);
}
.block.features-ov .carousel-container .swiper-button-next {
  right: 0;
}
.block.features-ov .carousel-container .swiper-button-next::after {
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--button-bg-color-hover);
}
.block.features-ov .carousel-container .swiper-button-prev,
.block.features-ov .carousel-container .swiper-button-next {
  transition: all 0.3s;
}
.block.features-ov .carousel-container .swiper-button-prev:hover,
.block.features-ov .carousel-container .swiper-button-next:hover,
.block.features-ov .carousel-container .swiper-button-prev:focus,
.block.features-ov .carousel-container .swiper-button-next:focus {
  opacity: 0.6;
}
.block.features-ov .features-carousel {
  height: 300px;
}
.block.features-ov .features-carousel .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  transition: transform 0.5s;
}
.block.features-ov .features-carousel .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.block.features-ov .features-carousel .swiper-wrapper .swiper-slide-active {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) translateX(-20%) !important;
  width: 85% !important;
}
.block.features-ov .features-carousel .swiper-wrapper .swiper-slide-next {
  transform: translate3d(-67.9922px, 0px, -594.932px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}
.block.features-ov .features-carousel .swiper-wrapper .swiper-slide-prev {
  transform: translate3d(-67.9922px, 0px, -594.932px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}
.block.features-ov .features-list {
  background-color: var(--primary-bg-color);
  padding: 40px 50px 20px;
  border-radius: 10px;
}
.block.features-ov .features-list ul {
  list-style: none;
  column-count: 1;
}
.block.features-ov .features-list ul li {
  padding-bottom: 15px;
  color: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.features-ov .carousel-container {
    padding: 0 80px 40px;
  }
  .block.features-ov .carousel-container .swiper-button-prev {
    left: 20px;
  }
  .block.features-ov .carousel-container .swiper-button-prev::after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--button-bg-color-hover);
    filter: drop-shadow(0px 10px 9px black);
  }
  .block.features-ov .carousel-container .swiper-button-next {
    right: 20px;
  }
  .block.features-ov .carousel-container .swiper-button-next::after {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--button-bg-color-hover);
    filter: drop-shadow(2px 10px 9px black);
  }
  .block.features-ov .carousel-container .features-carousel {
    height: 350px;
    width: 100%;
    transform: translateX(0);
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-active {
    width: 67% !important;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) translateX(-15%) !important;
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-next {
    transform: translate3d(-60px, 0px, -350px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-prev {
    transform: translate3d(60px, 0px, -350px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .block.features-ov .features-list ul {
    column-count: 2;
  }
}
@media screen and (min-width: 960px) {
  .block.features-ov .carousel-container .features-carousel {
    height: 400px;
    width: 100%;
    transform: translateX(0);
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-active {
    width: calc(100% / 2) !important;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-next {
    transform: translate3d(-80px, 0px, -350px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
  .block.features-ov .carousel-container .features-carousel .swiper-slide-prev {
    transform: translate3d(80px, 0px, -350px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
.block.amenities-ov {
  background-color: var(--page-bg-color);
  padding: 40px 0;
}
.block.amenities-ov .inner {
  padding: 0 20px;
}
.block.amenities-ov .heading {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.amenities-ov .heading .title *,
.block.amenities-ov .heading .subtitle * {
  color: var(--text-color);
}
.block.amenities-ov .images-container {
  display: flex;
  flex-wrap: nowrap;
  height: 150px;
  gap: 5px;
  margin-bottom: 30px;
}
.block.amenities-ov .images-container .image-wrapper {
  width: 33.3333%;
}
.block.amenities-ov .images-container .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.block.amenities-ov .amenities-list {
  background-color: var(--primary-bg-color);
  padding: 40px 50px 20px;
  border-radius: 10px;
}
.block.amenities-ov .amenities-list ul {
  list-style: none;
  column-count: 1;
}
.block.amenities-ov .amenities-list ul li {
  padding-bottom: 15px;
  color: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.amenities-ov .heading {
    margin-bottom: 30px;
  }
  .block.amenities-ov .amenities-list ul {
    column-count: 2;
  }
  .block.amenities-ov .images-container {
    display: flex;
    flex-wrap: nowrap;
    height: 375px;
    gap: 10px;
    margin-bottom: 50px;
  }
  .block.amenities-ov .images-container .image-wrapper {
    width: 33.3333%;
  }
  .block.amenities-ov .images-container .image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.block.properties {
  background-color: var(--page-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 20px;
  position: relative;
}
.block.properties::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--page-bg-color);
  opacity: 0.4;
  z-index: 0;
}
.block.properties .inner {
  z-index: 1;
  position: relative;
}
.block.properties .heading {
  text-align: center;
  margin-bottom: 20px;
}
.block.properties .heading .title *,
.block.properties .heading .subtitle * {
  color: var(--text-color);
}
.block.properties .heading .title {
  text-transform: capitalize;
}
.block.properties .heading .subtitle {
  text-transform: uppercase;
}
.block.properties .properties-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.block.properties .properties-list .property-card:only-child .details {
  background-color: var(--primary-bg-color);
}
.block.properties .properties-list .property-card:not(:only-child):nth-child(odd) .details {
  background-color: var(--primary-bg-color);
}
.block.properties .properties-list .property-card:not(:only-child):nth-child(even) .details {
  background-color: var(--secondary-bg-color);
}
.block.properties .properties-list .property-card {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.block.properties .properties-list .property-card > a {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
}
.block.properties .properties-list .property-card .image-wrapper {
  height: 300px;
  overflow: hidden;
}
.block.properties .properties-list .property-card .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.3s;
  border-radius: 10px;
}
.block.properties .properties-list .property-card .details {
  padding: 15px 20px;
}
.block.properties .properties-list .property-card .details .name * {
  font-weight: 700;
  font-size: calc(2.6*1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .block.properties .properties-list .property-card .details .name * {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties .properties-list .property-card .details .name * {
    font-size: calc(2.6*1rem);
  }
}
.block.properties .properties-list .property-card .details address * {
  font-weight: 400;
  font-size: calc(1.6*1rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .block.properties .properties-list .property-card .details address * {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties .properties-list .property-card .details address * {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.properties .heading {
    margin-bottom: 30px;
  }
  .block.properties .properties-list .property-card:only-child {
    width: 100%;
  }
  .block.properties .properties-list .property-card:only-child .details {
    background: linear-gradient(to right, var(--secondary-bg-color) 50%, var(--primary-bg-color) 50%);
  }
  .block.properties .properties-list .property-card:not(:only-child) {
    width: calc(50% - 15px);
  }
  .block.properties .properties-list .property-card > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
  }
  .block.properties .properties-list .property-card a[href=""] {
    display: none;
  }
  .block.properties .properties-list .property-card a:hover + .image-wrapper img,
  .block.properties .properties-list .property-card a:focus + .image-wrapper img {
    transform: scale(1.04);
  }
  .block.properties .properties-list .property-card .image-wrapper {
    height: 450px;
  }
}
.block.subhero {
  position: relative;
  height: 400px;
  width: 100%;
  background-color: #767676;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block.subhero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.block.subhero article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
}
.block.subhero .logo-container {
  height: 100%;
  width: 100%;
  max-width: 450px;
  max-height: 250px;
  z-index: 2;
}
.block.subhero .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #000);
}
@media screen and (min-width: 768px) {
  .block.subhero {
    height: 700px;
  }
  .block.subhero .logo-container {
    max-width: 450px;
    max-height: 350px;
  }
}
.block.subnav {
  background-color: var(--secondary-bg-color);
}
.block.subnav nav ul {
  display: flex;
}
.block.subnav nav {
  display: none;
}
.block.subnav ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.subnav li {
  width: 100%;
}
.block.subnav li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  color: var(--text-color-alt);
  transition: all 0.3s;
  font-weight: 700;
  font-size: 1.8rem;
}
.block.subnav li a.current {
  background-color: var(--page-bg-color);
  color: var(--text-color);
}
.block.subnav li a:hover,
.block.subnav li a:focus-visible {
  background-color: var(--primary-bg-color);
  text-decoration: none;
}
.block.subnav .submenu-button {
  border-radius: 4px;
}
.block.subnav .submenu-button button {
  margin: 0 10px 0 auto;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 8px 15px;
  box-shadow: none;
  color: var(--text-color-alt);
  width: 100%;
}
.block.subnav .submenu-button button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--text-color-alt);
  border-bottom: 2px solid var(--text-color-alt);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 5px;
}
.block.subnav .submenu-button button span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: var(--text-color-alt);
  transition: all 0.3s;
}
.block.subnav .submenu-button button:hover span:first-child,
.block.subnav .submenu-button button:focus-visible span:first-child {
  width: 60px;
}
.block.subnav .submenu-button button:hover span:nth-child(2),
.block.subnav .submenu-button button:focus-visible span:nth-child(2) {
  width: 50px;
}
@media screen and (min-width: 960px) {
  .block.subnav .submenu-button {
    display: none;
  }
  .block.subnav nav {
    display: block !important;
  }
  .block.subnav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .block.subnav li {
    width: auto;
  }
  .block.subnav li a {
    width: auto;
  }
}
.block.interactive-map {
  position: relative;
  background-color: var(--page-bg-color);
  padding: 60px 20px;
}
.block.interactive-map .tab-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 300px;
  transform: translateY(calc(-100% - 60px));
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: end;
}
.block.interactive-map .tab-links .tab-link {
  display: flex;
  align-self: stretch;
  width: 100%;
}
.block.interactive-map .tab-links .tab-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: var(--primary-bg-color);
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid var(--primary-bg-color);
}
.block.interactive-map .tab-links .tab-link:not(.active):hover a,
.block.interactive-map .tab-links .tab-link:not(.active):focus-within a {
  text-decoration: none;
  background-color: var(--heading-link-color);
  color: var(--heading-color-alt);
  border: 1px solid var(--heading-link-color);
}
.block.interactive-map .tab-links .tab-link.active a {
  pointer-events: none;
  background-color: var(--page-bg-color);
  border: 1px solid var(--page-bg-color);
}
.block.interactive-map .title {
  margin-bottom: 20px;
}
.block.interactive-map .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: calc(4*1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .block.interactive-map .title * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.interactive-map .title * {
    font-size: calc(4.8*1rem);
  }
}
.block.interactive-map .content {
  margin-bottom: 30px;
}
.block.interactive-map .content p {
  margin-bottom: 10px;
}
.block.interactive-map .content a {
  text-decoration: underline;
}
.block.interactive-map .map-wrapper {
  width: 100%;
  height: 80vh;
  height: 80dvh;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .block.interactive-map .tab-links {
    width: fit-content;
    left: 20px;
  }
  .block.interactive-map .tab-links .tab-link {
    align-self: unset;
    width: fit-content;
  }
  .block.interactive-map .tab-links .tab-link a {
    word-break: keep-all;
    display: block;
    padding: 20px;
    letter-spacing: 2px;
    width: fit-content;
    min-width: 200px;
  }
  .block.interactive-map .map-wrapper {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (min-width: 1170px) {
  .block.interactive-map .tab-links {
    left: 0;
  }
}
.block.floorplans {
  position: relative;
  background-color: var(--page-bg-color);
  padding: 0 20px 60px;
  min-height: 500px;
}
.block.floorplans article {
  display: none;
}
.block.floorplans article.active {
  display: block;
}
.block.floorplans .view-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.block.floorplans .view-buttons button {
  width: 100%;
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--button-bg-color-hover);
  box-shadow: none;
}
.block.floorplans .view-buttons button.active {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.floorplans #sitemap-outer .title {
  margin-bottom: 20px;
}
.block.floorplans #sitemap-outer .title * {
  font-size: calc(3.2*1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .block.floorplans #sitemap-outer .title * {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans #sitemap-outer .title * {
    font-size: calc(3.6*1rem);
  }
}
.block.floorplans #sitemap-outer .content {
  margin-bottom: 30px;
}
.block.floorplans #sitemap-outer .content p {
  margin-bottom: 10px;
}
.block.floorplans #sitemap-outer .content a {
  text-decoration: underline;
}
.block.floorplans #sitemap-outer .map-wrapper {
  width: 100%;
  height: 80vh;
  height: 80dvh;
  min-height: 300px;
}
.block.floorplans .fps-container {
  position: relative;
  z-index: 5;
}
.block.floorplans .fps-container .floorplans-filter {
  /* Focus and hover styling */
}
.block.floorplans .fps-container .floorplans-filter .filter-title {
  margin-bottom: 10px;
}
.block.floorplans .fps-container .floorplans-filter .filter-title * {
  font-size: calc(3.2*1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .block.floorplans .fps-container .floorplans-filter .filter-title * {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .fps-container .floorplans-filter .filter-title * {
    font-size: calc(3.6*1rem);
  }
}
.block.floorplans .fps-container .floorplans-filter form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.block.floorplans .fps-container .floorplans-filter fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width: fit-content;
}
.block.floorplans .fps-container .floorplans-filter .beds-group,
.block.floorplans .fps-container .floorplans-filter .baths-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
}
.block.floorplans .fps-container .floorplans-filter .fp-search-button {
  line-height: 1.8rem;
  padding: 8px 22px;
  margin-top: 10px;
  width: 100%;
}
.block.floorplans .fps-container .floorplans-filter input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.block.floorplans .fps-container .floorplans-filter .beds-group label,
.block.floorplans .fps-container .floorplans-filter .baths-group label {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  box-shadow: none;
  margin: 0;
  min-width: 6.7rem;
  line-height: 1.8rem;
}
.block.floorplans .fps-container .floorplans-filter .beds-group label:hover,
.block.floorplans .fps-container .floorplans-filter .baths-group label:hover,
.block.floorplans .fps-container .floorplans-filter .beds-group label:focus-visible,
.block.floorplans .fps-container .floorplans-filter .baths-group label:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.floorplans .fps-container .floorplans-filter .beds-group label.ghost,
.block.floorplans .fps-container .floorplans-filter .baths-group label.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.floorplans .fps-container .floorplans-filter .beds-group label.ghost:hover,
.block.floorplans .fps-container .floorplans-filter .baths-group label.ghost:hover,
.block.floorplans .fps-container .floorplans-filter .beds-group label.ghost:focus,
.block.floorplans .fps-container .floorplans-filter .baths-group label.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.floorplans .fps-container .floorplans-filter .beds-group label.inline,
.block.floorplans .fps-container .floorplans-filter .baths-group label.inline {
  display: inline-block;
}
.block.floorplans .fps-container .floorplans-filter .beds-group label:hover,
.block.floorplans .fps-container .floorplans-filter .baths-group label:hover,
.block.floorplans .fps-container .floorplans-filter .beds-group label:focus-visible,
.block.floorplans .fps-container .floorplans-filter .baths-group label:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
  box-shadow: none;
  opacity: 0.6;
}
.block.floorplans .fps-container .floorplans-filter input[type="radio"]:checked + label,
.block.floorplans .fps-container .floorplans-filter label:has(input[type="radio"]:checked) {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.floorplans .fps-container .floorplans-filter input[type="radio"]:focus + label,
.block.floorplans .fps-container .floorplans-filter label:has(input[type="radio"]:focus) {
  outline: 2px solid var(--secondary-bg-color);
  outline-offset: 2px;
}
.block.floorplans .fps-container .floorplans-filter .slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group {
  color: black;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.floorplans .fps-container .floorplans-filter .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.floorplans .fps-container .floorplans-filter .slider-track {
  position: relative;
  width: 250px;
  height: 8px;
  background-color: var(--page-bg-color);
  border-radius: 4px;
  margin-top: 1.2rem;
  border: 1px solid var(--button-bg-color-hover);
}
.block.floorplans .fps-container .floorplans-filter .slider-range {
  position: absolute;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
}
.block.floorplans .fps-container .floorplans-filter .slider-thumb {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--button-bg-color-hover);
  border: 2px solid var(--button-bg-color-hover);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.floorplans .fps-container .floorplans-filter .slider-thumb:hover,
.block.floorplans .fps-container .floorplans-filter .slider-thumb:focus-visible,
.block.floorplans .fps-container .floorplans-filter .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.floorplans .fps-container .floorplans-filter .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.floorplans .fps-container .floorplans-filter .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.floorplans .fps-container .floorplans-filter .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--text-color);
  background-color: var(--page-bg-color);
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  padding: 2px 5px;
  border-radius: 4px;
  border: 0;
  pointer-events: none;
}
.block.floorplans .fps-container .floorplans-filter .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
.block.floorplans .fp-list ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block.floorplans .fp-list ul .no-results {
  display: none;
  font-size: 2rem;
  margin-top: 20px;
}
.block.floorplans .fp-list ul .price-min {
  display: inline-block;
}
.block.floorplans .fp-list ul .property-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--primary-bg-color);
  padding: 30px;
  width: 100%;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.block.floorplans .fp-list ul .property-card:nth-child(even)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.block.floorplans .fp-list ul .property-card.even::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.block.floorplans .fp-list ul .property-card.odd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.block.floorplans .fp-list ul .property-card .title,
.block.floorplans .fp-list ul .property-card .specs,
.block.floorplans .fp-list ul .property-card .image-wrapper,
.block.floorplans .fp-list ul .property-card .details,
.block.floorplans .fp-list ul .property-card .buttons {
  z-index: 1;
  position: relative;
}
.block.floorplans .fp-list ul .property-card .title,
.block.floorplans .fp-list ul .property-card .details .price {
  z-index: 1;
}
.block.floorplans .fp-list ul .property-card .title *,
.block.floorplans .fp-list ul .property-card .details .price * {
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-color-alt);
}
.block.floorplans .fp-list ul .property-card .title {
  margin-bottom: 20px;
}
.block.floorplans .fp-list ul .property-card .specs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.block.floorplans .fp-list ul .property-card .specs .beds,
.block.floorplans .fp-list ul .property-card .specs .baths,
.block.floorplans .fp-list ul .property-card .specs .sqft {
  display: flex;
  align-items: center;
  gap: 5px;
}
.block.floorplans .fp-list ul .property-card .specs .beds svg,
.block.floorplans .fp-list ul .property-card .specs .baths svg,
.block.floorplans .fp-list ul .property-card .specs .sqft svg {
  width: 18px;
  height: 18px;
}
.block.floorplans .fp-list ul .property-card .specs .beds svg path,
.block.floorplans .fp-list ul .property-card .specs .baths svg path,
.block.floorplans .fp-list ul .property-card .specs .sqft svg path {
  fill: var(--text-color-alt);
}
.block.floorplans .fp-list ul .property-card .specs .beds span,
.block.floorplans .fp-list ul .property-card .specs .baths span,
.block.floorplans .fp-list ul .property-card .specs .sqft span {
  color: var(--text-color-alt);
  font-size: 1.4rem;
}
.block.floorplans .fp-list ul .property-card .specs .sqft {
  gap: 0;
}
.block.floorplans .fp-list ul .property-card .image-wrapper {
  margin-bottom: 10px;
}
.block.floorplans .fp-list ul .property-card .image-wrapper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block.floorplans .fp-list ul .property-card .details {
  text-align: center;
  margin: 10px 0;
}
.block.floorplans .fp-list ul .property-card .details .availability {
  color: var(--text-color-alt);
  font-size: 2rem;
  font-weight: 400;
}
.block.floorplans .fp-list ul .property-card .buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .block.floorplans .view-buttons button {
    width: calc(50% - 2.5px);
  }
  .block.floorplans .fps-container {
    margin-bottom: 10px;
  }
  .block.floorplans .fps-container .fp-filters {
    padding: 0;
    background-color: transparent;
    transform: translateX(0);
    position: relative;
    left: 0;
  }
  .block.floorplans .fps-container .fp-filters form {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 0;
    box-shadow: none;
  }
  .block.floorplans .fps-container .fp-filters form .fp-filter {
    width: fit-content;
    min-width: 150px;
  }
  .block.floorplans .fps-container .fp-filters form .fp-filter:not(:last-child) {
    border-bottom: none;
  }
  .block.floorplans .fps-container .fp-filters form .fp-filter select {
    background-color: var(--primary-bg-color);
  }
  .block.floorplans .fp-list ul .property-card {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .fp-list ul .property-card {
    width: calc(33.3333% - 10px);
  }
}
@media only screen and (min-width: 1170px) {
  .block.floorplans .tab-links {
    left: 0;
  }
}
.block.floorplans .hidden {
  display: none;
}
#mainwrap:has(.block.interactive-map):has(.block.floorplans) .block.interactive-map {
  display: none;
}
#rs-builder .block.interactive-map {
  display: block !important;
}
.block.properties-floorplans .inner {
  padding: 20px;
}
.block.properties-floorplans .property-ov {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.block.properties-floorplans .property-ov .property {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.block.properties-floorplans .property-ov .property .image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.block.properties-floorplans .property-ov .property .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.properties-floorplans .property-ov .property .content {
  padding: 20px;
  background-color: var(--primary-bg-color);
}
.block.properties-floorplans .property-ov .property .content h3 {
  color: var(--heading-color-alt);
  font-size: calc(2.4*1rem);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.properties-floorplans .property-ov .property .content h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties-floorplans .property-ov .property .content h3 {
    font-size: calc(2.4*1rem);
  }
}
.block.properties-floorplans .property-ov .property .content a {
  color: var(--text-color-alt);
}
.block.properties-floorplans .floorplans-filter {
  /* Focus and hover styling */
}
.block.properties-floorplans .floorplans-filter .filter-title {
  margin-bottom: 10px;
}
.block.properties-floorplans .floorplans-filter .filter-title * {
  font-size: calc(3.2*1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .block.properties-floorplans .floorplans-filter .filter-title * {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties-floorplans .floorplans-filter .filter-title * {
    font-size: calc(3.6*1rem);
  }
}
.block.properties-floorplans .floorplans-filter form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.block.properties-floorplans .floorplans-filter fieldset {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  width: fit-content;
}
.block.properties-floorplans .floorplans-filter .beds-group,
.block.properties-floorplans .floorplans-filter .baths-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
}
.block.properties-floorplans .floorplans-filter .search-button {
  line-height: 1.8rem;
  padding: 8px 22px;
  margin-top: 10px;
  width: 100%;
}
.block.properties-floorplans .floorplans-filter input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.block.properties-floorplans .floorplans-filter .beds-group label,
.block.properties-floorplans .floorplans-filter .baths-group label {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  box-shadow: none;
  margin: 0;
  min-width: 6.7rem;
  line-height: 1.8rem;
}
.block.properties-floorplans .floorplans-filter .beds-group label:hover,
.block.properties-floorplans .floorplans-filter .baths-group label:hover,
.block.properties-floorplans .floorplans-filter .beds-group label:focus-visible,
.block.properties-floorplans .floorplans-filter .baths-group label:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.properties-floorplans .floorplans-filter .beds-group label.ghost,
.block.properties-floorplans .floorplans-filter .baths-group label.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.properties-floorplans .floorplans-filter .beds-group label.ghost:hover,
.block.properties-floorplans .floorplans-filter .baths-group label.ghost:hover,
.block.properties-floorplans .floorplans-filter .beds-group label.ghost:focus,
.block.properties-floorplans .floorplans-filter .baths-group label.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.properties-floorplans .floorplans-filter .beds-group label.inline,
.block.properties-floorplans .floorplans-filter .baths-group label.inline {
  display: inline-block;
}
.block.properties-floorplans .floorplans-filter .beds-group label:hover,
.block.properties-floorplans .floorplans-filter .baths-group label:hover,
.block.properties-floorplans .floorplans-filter .beds-group label:focus-visible,
.block.properties-floorplans .floorplans-filter .baths-group label:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
  box-shadow: none;
  opacity: 0.6;
}
.block.properties-floorplans .floorplans-filter input[type="radio"]:checked + label,
.block.properties-floorplans .floorplans-filter label:has(input[type="radio"]:checked) {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.properties-floorplans .floorplans-filter input[type="radio"]:focus + label,
.block.properties-floorplans .floorplans-filter label:has(input[type="radio"]:focus) {
  outline: 2px solid var(--secondary-bg-color);
  outline-offset: 2px;
}
.block.properties-floorplans .floorplans-filter .slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group {
  color: black;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.properties-floorplans .floorplans-filter .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.properties-floorplans .floorplans-filter .slider-track {
  position: relative;
  width: 250px;
  height: 8px;
  background-color: var(--page-bg-color);
  border-radius: 4px;
  margin-top: 1.2rem;
  border: 1px solid var(--button-bg-color-hover);
}
.block.properties-floorplans .floorplans-filter .slider-range {
  position: absolute;
  height: 100%;
  border-radius: 4px;
  z-index: 1;
}
.block.properties-floorplans .floorplans-filter .slider-thumb {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--button-bg-color-hover);
  border: 2px solid var(--button-bg-color-hover);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.properties-floorplans .floorplans-filter .slider-thumb:hover,
.block.properties-floorplans .floorplans-filter .slider-thumb:focus-visible,
.block.properties-floorplans .floorplans-filter .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.properties-floorplans .floorplans-filter .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.properties-floorplans .floorplans-filter .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.properties-floorplans .floorplans-filter .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--text-color);
  background-color: var(--page-bg-color);
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  padding: 2px 5px;
  border-radius: 4px;
  border: 0;
  pointer-events: none;
}
.block.properties-floorplans .floorplans-filter .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
.block.properties-floorplans .swiper {
  height: 100%;
  width: 100%;
  min-height: 200px;
}
.block.properties-floorplans .swiper-wrapper {
  display: flex;
  align-items: center;
  min-height: 200px;
}
.block.properties-floorplans .swiper-wrapper .spinner {
  display: none;
}
.block.properties-floorplans .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}
.block.properties-floorplans .default-text {
  height: fit-content;
  margin: auto;
}
.block.properties-floorplans .floorplans-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.properties-floorplans .floorplans-list .swiper-button-next {
  display: flex;
}
.block.properties-floorplans .floorplans-list .swiper-button-lock {
  display: none;
}
.block.properties-floorplans .floorplans-list.empty .swiper-button-next {
  display: none;
}
.block.properties-floorplans .floorplans-list.loading .swiper-wrapper .loading-spinner {
  display: block !important;
}
.block.properties-floorplans .floorplans-list.loading .swiper-wrapper .swiper-slide {
  display: none !important;
}
.block.properties-floorplans .floorplans-list.loading .swiper-button-next {
  display: none !important;
}
.block.properties-floorplans .property-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.block.properties-floorplans .property-header {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.block.properties-floorplans .property-header .image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.block.properties-floorplans .property-header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.properties-floorplans .property-header .content {
  padding: 10px;
  background-color: var(--primary-bg-color);
}
.block.properties-floorplans .property-header .content h4 {
  color: var(--heading-color-alt);
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.properties-floorplans .property-header .content h4 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties-floorplans .property-header .content h4 {
    font-size: calc(2.4*1rem);
  }
}
.block.properties-floorplans .property-header .content a {
  color: var(--text-color-alt);
}
.block.properties-floorplans .property-list {
  position: relative;
}
.block.properties-floorplans .floorplan-item {
  user-select: none;
}
.block.properties-floorplans .floorplan-item h4 {
  font-size: calc(2.2*1rem);
}
@media screen and (min-width: 768px) {
  .block.properties-floorplans .floorplan-item h4 {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.properties-floorplans .floorplan-item h4 {
    font-size: calc(2.2*1rem);
  }
}
.block.properties-floorplans .floorplan-item .specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
.block.properties-floorplans .floorplan-item .specs .beds,
.block.properties-floorplans .floorplan-item .specs .baths,
.block.properties-floorplans .floorplan-item .specs .sqft {
  display: flex;
  align-items: center;
  gap: 5px;
}
.block.properties-floorplans .floorplan-item .specs .beds svg,
.block.properties-floorplans .floorplan-item .specs .baths svg,
.block.properties-floorplans .floorplan-item .specs .sqft svg {
  fill: var(--text-color);
}
.block.properties-floorplans .floorplan-item .specs .beds svg path,
.block.properties-floorplans .floorplan-item .specs .baths svg path,
.block.properties-floorplans .floorplan-item .specs .sqft svg path {
  fill: var(--text-color);
}
.block.properties-floorplans .floorplan-item .amount {
  font-weight: 700;
}
.block.properties-floorplans .floorplan-item .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin-top: 15px;
}
.block.properties-floorplans .floorplan-item .cta a:hover,
.block.properties-floorplans .floorplan-item .cta a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.properties-floorplans .floorplan-item .cta a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.properties-floorplans .floorplan-item .cta a.ghost:hover,
.block.properties-floorplans .floorplan-item .cta a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.properties-floorplans .floorplan-item .cta a.inline {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .block.properties-floorplans .property-ov {
    gap: 30px;
    margin-bottom: 80px;
  }
  .block.properties-floorplans .property-ov .property {
    width: calc(50% - 15px);
  }
  .block.properties-floorplans .property-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .block.properties-floorplans .property-wrapper .property-header,
  .block.properties-floorplans .property-wrapper .floorplans-list {
    width: 48%;
  }
  .block.properties-floorplans .property-wrapper .swiper {
    position: relative;
    padding-right: 50px;
  }
  .block.properties-floorplans .property-wrapper .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to right, transparent 0%, var(--page-bg-color) 100%);
  }
  .block.properties-floorplans .property-wrapper .swiper .swiper-button-next {
    z-index: 3;
  }
}
@media screen and (min-width: 960px) {
  .block.properties-floorplans .property-wrapper .property-header {
    width: 25%;
  }
  .block.properties-floorplans .property-wrapper .floorplans-list {
    width: 70%;
  }
}
.block.floorplan-single {
  padding: 60px 20px;
  position: relative;
  background-color: var(--page-bg-color);
}
.block.floorplan-single .return-link {
  margin-bottom: 20px;
}
.block.floorplan-single .return-link a {
  font-weight: 700;
  color: var(--text-color);
}
.block.floorplan-single .fp-container .fp-header .specs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 20px;
}
.block.floorplan-single .fp-container .fp-header .specs .beds,
.block.floorplan-single .fp-container .fp-header .specs .baths,
.block.floorplan-single .fp-container .fp-header .specs .sqft {
  display: flex;
  align-items: center;
  gap: 5px;
}
.block.floorplan-single .fp-container .fp-header .specs .beds svg,
.block.floorplan-single .fp-container .fp-header .specs .baths svg,
.block.floorplan-single .fp-container .fp-header .specs .sqft svg {
  width: 18px;
  height: 18px;
}
.block.floorplan-single .fp-container .fp-header .specs .beds svg path,
.block.floorplan-single .fp-container .fp-header .specs .baths svg path,
.block.floorplan-single .fp-container .fp-header .specs .sqft svg path {
  fill: var(--text-color);
}
.block.floorplan-single .fp-container .fp-header .specs .beds span,
.block.floorplan-single .fp-container .fp-header .specs .baths span,
.block.floorplan-single .fp-container .fp-header .specs .sqft span {
  color: var(--text-color);
  font-size: 1.4rem;
}
.block.floorplan-single .fp-container .fp-header .specs .sqft {
  gap: 0;
}
.block.floorplan-single .fp-container .fp-image-container {
  width: 100%;
  margin-bottom: 50px;
}
.block.floorplan-single .fp-container .fp-image-container .image-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}
.block.floorplan-single .fp-container .fp-image-container .image-wrapper .image-link {
  display: block;
}
.block.floorplan-single .fp-container .fp-image-container .image-wrapper img {
  width: 100%;
  height: 98vw;
  max-height: 650px;
  object-fit: contain;
}
.block.floorplan-single .fp-container .fp-image-container .image-tabs {
  display: flex;
  flex-direction: row;
}
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link a,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  background-color: var(--primary-bg-color);
  opacity: 1;
  color: var(--text-color-alt);
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link:not(.active):hover a,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link:not(.active):focus-within a,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link:not(.active):hover button,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link:not(.active):focus-within button {
  text-decoration: none;
  opacity: 0.6;
}
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link.active a,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link.empty a,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link.active button,
.block.floorplan-single .fp-container .fp-image-container .image-tabs .tab-link.empty button {
  pointer-events: none;
  text-decoration: none;
  background-color: var(--secondary-bg-color);
  opacity: 1;
  color: var(--text-color-alt);
}
.block.floorplan-single .fp-container .fp-image-container .spinner {
  position: absolute;
  max-width: 60px;
  right: 0;
  bottom: -69px;
}
.block.floorplan-single .fp-container .fp-image-container .spinner a {
  display: block;
}
.block.floorplan-single .fp-container .fp-image-container .spinner a[href=""] {
  display: none;
  height: auto;
}
.block.floorplan-single .fp-container .fp-image-container .spinner svg {
  width: 100%;
  height: auto;
}
.block.floorplan-single .fp-container .fp-image-container .spinner svg path {
  fill: var(--text-color);
}
.block.floorplan-single .fp-features {
  margin: 0 0 25px;
  background-color: var(--primary-bg-color);
  padding: 30px 10px;
}
.block.floorplan-single .fp-features * {
  color: var(--text-color);
  font-family: var(--text-font);
}
.block.floorplan-single .fp-features .title {
  margin-bottom: 5px;
}
.block.floorplan-single .fp-features .title * {
  font-size: 2.2rem;
}
.block.floorplan-single .fp-features ul {
  column-count: 1;
  column-gap: 10px;
}
.block.floorplan-single .fp-features ul li {
  margin-left: 20px;
}
.block.floorplan-single .fp-features a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.block.floorplan-single .fp-features a:hover,
.block.floorplan-single .fp-features a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.floorplan-single .fp-features a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.floorplan-single .fp-features a.ghost:hover,
.block.floorplan-single .fp-features a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.floorplan-single .fp-features a.inline {
  display: inline-block;
}
.block.floorplan-single .available-units {
  margin: 0 0 25px;
}
.block.floorplan-single .available-units table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  position: relative;
  background-color: var(--primary-bg-color);
}
.block.floorplan-single .available-units table caption {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: var(--text-font);
  padding: 30px 50px 20px;
  color: var(--text-color-alt);
}
.block.floorplan-single .available-units table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: var(--text-color-alt);
}
.block.floorplan-single .available-units table tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan-single .available-units table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
.block.floorplan-single .available-units table td {
  color: var(--text-color-alt);
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan-single .available-units table td:first-child {
  padding-top: 10px;
}
.block.floorplan-single .available-units table td:last-child {
  padding: 15px 0;
}
.block.floorplan-single .available-units table td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.block.floorplan-single .available-units table td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan-single .available-units table td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan-single .available-units table td a[href="undefined"],
.block.floorplan-single .available-units table td a[href=""],
.block.floorplan-single .available-units table td a[href="#"],
.block.floorplan-single .available-units table td a[href="null"],
.block.floorplan-single .available-units table td a[href$="undefined"] {
  display: none;
}
.block.floorplan-single .available-units table .disclaimer {
  background-color: var(--page-bg-color);
}
.block.floorplan-single .available-units table .disclaimer * {
  text-align: end;
}
.block.floorplan-single .aside {
  padding: 40px 20px;
  width: 100%;
  height: fit-content;
  position: relative;
  background-color: var(--primary-bg-color);
}
.block.floorplan-single .aside .contact-container,
.block.floorplan-single .aside .form-container {
  position: relative;
  z-index: 1;
}
.block.floorplan-single .aside .contact-container * {
  font-size: 1.8rem;
}
.block.floorplan-single .aside .contact-container .name,
.block.floorplan-single .aside .contact-container .title {
  font-weight: 700;
}
.block.floorplan-single .aside .contact-container .title {
  margin-bottom: 15px;
}
.block.floorplan-single .aside .contact-container .header {
  margin: 10px 0;
}
.block.floorplan-single .aside .contact-container .header * {
  font-size: 2.2rem;
  font-weight: 700;
}
.block.floorplan-single .aside .contact-container .hours p,
.block.floorplan-single .aside .contact-container .phone a,
.block.floorplan-single .aside .contact-container address * {
  font-weight: 300;
  line-height: 1.5;
}
.block.floorplan-single .aside .contact-container .address,
.block.floorplan-single .aside .contact-container .hours {
  margin-bottom: 30px;
}
.block.floorplan-single .aside .form-container .heading * {
  font-size: 1.8rem;
  font-weight: 700;
}
.block.floorplan-single .aside .form-group {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 0 !important;
}
.block.floorplan-single .aside .form-group label {
  position: absolute;
  top: 3.5rem;
  left: 30px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0.5;
}
.block.floorplan-single .aside .form-group:focus-within label,
.block.floorplan-single .aside .form-group:has(.has-content) label,
.block.floorplan-single .aside .form-group:has(input:-webkit-autofill) label {
  top: 0;
  left: 0;
  opacity: 1;
  color: var(--text-color-alt);
}
.block.floorplan-single .aside .form-group textarea {
  min-height: 125px !important;
}
.block.floorplan-single .aside button,
.block.floorplan-single .aside .g-recaptcha,
.block.floorplan-single .aside input[type="submit"] {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
  border: 1px solid var(--button-bg-color-hover);
  box-shadow: none;
  padding: 10px 20px;
  width: fit-content;
  margin: 10px auto 0 0;
}
.block.floorplan-single .aside button:hover,
.block.floorplan-single .aside .g-recaptcha:hover,
.block.floorplan-single .aside input[type="submit"]:hover,
.block.floorplan-single .aside button:focus,
.block.floorplan-single .aside .g-recaptcha:focus,
.block.floorplan-single .aside input[type="submit"]:focus {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-container .fp-features {
    padding: 30px 50px;
  }
  .block.floorplan-single .fp-container .fp-features ul {
    column-count: 2;
  }
  .block.floorplan-single .fp-container .available-units table tbody tr {
    padding: 0 50px;
  }
  .block.floorplan-single .fp-container .fp-image-container .spinner {
    max-width: 60px;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-single .content {
    display: flex;
    gap: 30px;
  }
  .block.floorplan-single .fp-container {
    width: calc(70% - 15px);
  }
  .block.floorplan-single .fp-container .available-units table {
    table-layout: unset;
  }
  .block.floorplan-single .fp-container .available-units table caption {
    text-align: start;
  }
  .block.floorplan-single .fp-container .available-units table tr {
    display: table-row;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .block.floorplan-single .fp-container .available-units table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .block.floorplan-single .fp-container .available-units table tr:nth-child(odd) {
    background-color: transparent;
  }
  .block.floorplan-single .fp-container .available-units table thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .block.floorplan-single .fp-container .available-units table thead th {
    position: relative;
    text-align: start;
    width: 20%;
    padding: 5px;
  }
  .block.floorplan-single .fp-container .available-units table thead th:first-of-type {
    padding-left: 50px;
  }
  .block.floorplan-single .fp-container .available-units table thead th:last-of-type {
    padding-right: 50px;
  }
  .block.floorplan-single .fp-container .available-units table td {
    display: table-cell;
    text-align: start;
    border-bottom: none;
    padding: 10px 5px;
  }
  .block.floorplan-single .fp-container .available-units table td:first-of-type {
    padding-left: 50px;
  }
  .block.floorplan-single .fp-container .available-units table td::before {
    display: none;
  }
  .block.floorplan-single .aside {
    width: calc(30% - 15px);
    min-width: 330px;
  }
}
#videoSeek {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  cursor: pointer;
  margin-top: 20px;
}
#videoSeek:hover,
#videoSeek:focus {
  opacity: 1;
}
#videoSeek:focus-visible {
  outline: 1px solid #ebebeb;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 25px;
  background: #ebebeb;
  border-radius: 2px;
  cursor: pointer;
  transform: translateY(-8px);
}
#videoSeek::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 5px;
  background: #979797;
}
input[type="range"]::-moz-range-thumb {
  width: 8px;
  height: 25px;
  background: var(--primary-bg-color);
  border-radius: 2px;
  cursor: pointer;
}
#videoSeek::-moz-range-progress {
  background: #979797;
  height: 8px;
}
.block.amenities-intro {
  position: relative;
  background-color: var(--page-bg-color);
  padding: 60px 20px;
}
.block.amenities-intro .title {
  margin-bottom: 30px;
}
.block.amenities-intro .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.amenities-intro .content .images-container {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
  grid-template-rows: repeat(15, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 20px;
}
.block.amenities-intro .content .images-container [class^=image-] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.block.amenities-intro .content .images-container .image-1 {
  grid-column: 1 / span 12;
  grid-row: 1 / span 10;
  z-index: 1;
}
.block.amenities-intro .content .images-container .image-2 {
  z-index: 2;
  grid-column: 8 / span 12;
  grid-row: 6 / span 10;
}
.block.amenities-intro .content .images-container .image-3 {
  grid-column: 14 / span 12;
  grid-row: 2 / span 10;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .block.amenities-intro .title {
    margin-bottom: 40px;
  }
  .block.amenities-intro .content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
  }
  .block.amenities-intro .content .images-container {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(19, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    width: calc(40% - 30px);
    max-height: unset;
  }
  .block.amenities-intro .content .images-container .image-1 {
    grid-column: 1 / span 12;
    grid-row: 1 / span 4;
    z-index: 1;
  }
  .block.amenities-intro .content .images-container .image-2 {
    z-index: 2;
    grid-column: 8 / span 12;
    grid-row: 3 / span 4;
  }
  .block.amenities-intro .content .images-container .image-3 {
    grid-column: 2 / span 12;
    grid-row: 5 / span 4;
    z-index: 1;
  }
  .block.amenities-intro .content .text-content {
    width: calc(60% - 30px);
  }
}
.block.amenities {
  position: relative;
  background-color: var(--page-bg-color);
  padding: 80px 20px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block.amenities::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--page-bg-color);
  opacity: 0.4;
  z-index: 0;
}
.block.amenities .inner {
  z-index: 1;
  position: relative;
}
.block.amenities .icons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
}
.block.amenities .icons .icon {
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.amenities .icons .icon img {
  width: 85px;
  height: auto;
  object-fit: contain;
}
.block.amenities .icons .icon .content {
  margin-top: 10px;
  font-size: calc(1.8*1rem);
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .block.amenities .icons .icon .content {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities .icons .icon .content {
    font-size: calc(2.4*1rem);
  }
}
.block.amenities .lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block.amenities .lists .title {
  margin-bottom: 30px;
}
.block.amenities .lists .title * {
  color: var(--text-color-alt);
  font-family: var(--text-font);
  font-size: 1.8rem;
  text-transform: uppercase;
}
.block.amenities .list {
  background-color: var(--primary-bg-color);
  padding: 40px 50px;
  border-radius: 10px;
}
.block.amenities .list ul {
  column-count: 1;
}
.block.amenities .list ul li {
  margin-left: 30px;
  color: var(--text-color-alt);
}
.block.amenities .disclaimer {
  text-align: end;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .block.amenities .icons {
    gap: 40px;
  }
  .block.amenities .lists ul {
    column-count: 2;
  }
}
@media screen and (min-width: 960px) {
  .block.amenities .icons {
    gap: 80px;
  }
  .block.amenities .lists {
    flex-direction: row;
  }
  .block.amenities .lists ul {
    column-count: 1;
  }
  .block.amenities .lists .list {
    width: calc(50% - 10px);
  }
}
.block.gallery {
  position: relative;
  background-color: var(--page-bg-color);
}
.block.gallery .gallery-top {
  padding: 60px 20px;
}
.block.gallery .gallery-top .title {
  margin-bottom: 20px;
}
.block.gallery .gallery-nav {
  background-color: var(--secondary-bg-color);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 2px 4px #6b6b6b;
  padding: 0 75px 0 0;
}
.block.gallery .gallery-nav ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-around;
}
.block.gallery .gallery-nav li {
  flex: 1;
  min-width: fit-content;
}
.block.gallery .gallery-nav li a {
  width: 100%;
  padding: 20px;
  display: block;
  color: var(--text-color-alt);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.block.gallery .gallery-nav li a:hover,
.block.gallery .gallery-nav li a:focus-visible {
  background-color: var(--primary-bg-color);
  text-decoration: none;
}
.block.gallery .gallery-nav li a:focus {
  text-decoration: none;
}
.block.gallery .gallery-block {
  position: relative;
  padding: 40px 20px;
  z-index: 1;
}
.block.gallery .gallery-block .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.gallery .gallery-block .background-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.gallery .gallery-block .background-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--page-bg-color);
  opacity: 0.4;
  z-index: 0;
}
.block.gallery .gallery-block header {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.block.gallery .gallery-block header * {
  color: var(--text-color);
}
.block.gallery .gallery-block header h3 {
  font-size: calc(4*1rem);
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-block header h3 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-block header h3 {
    font-size: calc(4.8*1rem);
  }
}
.block.gallery .gallery-block header .eyebrow {
  text-transform: uppercase;
}
.block.gallery .gallery-block .images-container {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
}
.block.gallery .gallery-block .images-container .gallery-item {
  overflow: hidden;
  position: relative;
}
.block.gallery .gallery-block .images-container .gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  transition: ease all 0.5s;
}
.block.gallery .gallery-block .images-container .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease all 0.3s;
}
.block.gallery .gallery-block .images-container .gallery-item:hover::after,
.block.gallery .gallery-block .images-container .gallery-item:focus-within::after {
  opacity: 0.5;
}
.block.gallery .gallery-block .images-container .gallery-item:has(a:focus-visible) {
  outline: var(--button-bg-color) auto 3px;
  border: 3px solid transparent;
}
.block.gallery:nth-child(odd) .background-image {
  display: none;
}
.block.gallery .gallery-block.even .background-image {
  display: block;
}
.block.gallery .gallery-block.odd .background-image {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-block {
    padding: 40px;
  }
  .block.gallery .gallery-block .images-container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
  .block.gallery .gallery-nav {
    padding: 0 75px;
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-block {
    padding: 100px;
  }
  .block.gallery .gallery-block .images-container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
  }
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
}
.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 */
  line-clamp: 2;
  height: 4em;
  font-size: 1.6rem;
  bottom: 15px !important;
  white-space: unset !important;
  text-align: left !important;
}
.slbContentOuter .slbCaption * {
  font-size: 1.6rem;
}
.block.gallery-title header {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.block.gallery-title header * {
  color: var(--text-color);
}
.block.gallery-title header h3 {
  font-size: calc(4*1rem);
}
@media screen and (min-width: 768px) {
  .block.gallery-title header h3 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery-title header h3 {
    font-size: calc(4.8*1rem);
  }
}
.block.gallery-title header .eyebrow {
  text-transform: uppercase;
}
#rs-builder .block.gallery-title,
#rs-builder .block.gallery .gallery-block,
#rs-builder .block.gallery.gallery-menu {
  z-index: 0 !important;
}
#rs-builder .block.gallery-title header,
#rs-builder .block.gallery .gallery-block header,
#rs-builder .block.gallery.gallery-menu header {
  z-index: unset;
}
#rs-builder .block.gallery-title .background-image,
#rs-builder .block.gallery .gallery-block .background-image,
#rs-builder .block.gallery.gallery-menu .background-image {
  display: block !important;
}
.block.video {
  padding: 10px 20px;
}
.block.video .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.video video {
  width: 100%;
  max-width: 678px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}
.block.contact {
  position: relative;
  background-repeat: repeat;
}
.block.contact .outer {
  padding: 60px 20px;
  background-color: var(--page-bg-color);
  position: relative;
}
.block.contact header .title {
  margin-bottom: 20px;
}
.block.contact article.inner {
  position: relative;
}
.block.contact article.inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--text-color);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.block.contact .property-details,
.block.contact .form-container {
  width: 100%;
}
.block.contact .contact-body {
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  z-index: 1;
  position: relative;
}
.block.contact .contact-body .property-details {
  background-color: var(--secondary-bg-color);
  padding: 30px;
  position: relative;
}
.block.contact .contact-body .property-details * {
  font-size: 1.8rem;
}
.block.contact .contact-body .property-details .name {
  font-weight: 500;
}
.block.contact .contact-body .property-details .title {
  margin: 10px 0;
}
.block.contact .contact-body .property-details .hours p,
.block.contact .contact-body .property-details .email a,
.block.contact .contact-body .property-details .phone a,
.block.contact .contact-body .property-details address a {
  font-weight: 300;
}
.block.contact .contact-body .property-details .email a {
  transition: all 0s;
  text-decoration: underline;
}
.block.contact .contact-body .property-details .email a:hover {
  text-decoration: none;
}
.block.contact .contact-body .form-container {
  background-color: var(--primary-bg-color);
  padding: 30px;
}
.block.contact .contact-body .form-container .form-intro .heading * {
  font-size: calc(2*1rem);
  color: var(--text-color-alt);
}
@media screen and (min-width: 768px) {
  .block.contact .contact-body .form-container .form-intro .heading * {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact .contact-body .form-container .form-intro .heading * {
    font-size: calc(2*1rem);
  }
}
.block.contact .contact-body .form-container .form-intro .message {
  margin: 20px 0;
}
.block.contact .contact-body .form-container .form-intro .message * {
  color: var(--text-color-alt);
}
.block.contact .contact-body .form-container .form-group {
  position: relative;
  padding-top: 2.5rem;
}
.block.contact .contact-body .form-container .form-group label {
  position: absolute;
  top: 3.5rem;
  left: 30px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0.8;
}
.block.contact .contact-body .form-container .form-group:focus-within label,
.block.contact .contact-body .form-container .form-group:has(.has-content) label,
.block.contact .contact-body .form-container .form-group:has(input:-webkit-autofill) label {
  top: 0;
  left: 0;
  opacity: 1;
  color: var(--text-color-alt);
}
.block.contact .contact-body .form-container button,
.block.contact .contact-body .form-container .g-recaptcha,
.block.contact .contact-body .form-container input[type="submit"] {
  padding: 15px !important;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .block.contact .contact-body {
    padding: 40px;
  }
  .block.contact .contact-body .property-details {
    width: calc(33.3333% - (45px/2));
  }
  .block.contact .contact-body .form-container {
    width: calc(66.6667% - (45px/2));
  }
}
@media screen and (min-width: 960px) {
  .block.contact .contact-body {
    padding: 100px;
  }
  .block.contact .contact-body .form-container {
    padding: 60px;
  }
}
.block.floorplans-search {
  background-color: var(--page-bg-color);
  padding: 40px 0;
}
.block.floorplans-search .inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.block.floorplans-search .primary {
  padding: 40px;
}
.block.floorplans-search .primary .title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.block.floorplans-search .primary .title * {
  line-height: 1.125;
}
.block.floorplans-search .content p {
  margin-bottom: 15px;
}
.block.floorplans-search .search-form .form-title * {
  font-size: calc(3.2*1rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .block.floorplans-search .search-form .form-title * {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans-search .search-form .form-title * {
    font-size: calc(3.6*1rem);
  }
}
.block.floorplans-search .search-form fieldset {
  border: none;
  padding: 0;
}
.block.floorplans-search .search-form .group h3 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--text-font);
  color: var(--text-color);
}
.block.floorplans-search .search-form .beds-group,
.block.floorplans-search .search-form .baths-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.block.floorplans-search .search-form .search-button {
  line-height: 1.8rem;
  padding: 8px 22px;
  min-width: unset;
  width: fit-content;
  margin-top: 10px;
}
.block.floorplans-search .search-form input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.block.floorplans-search .search-form .beds-group label,
.block.floorplans-search .search-form .baths-group label,
.block.floorplans-search .search-form .group a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: var(--button-text-color);
  border-color: var(--button-bg-color-hover);
  box-shadow: none;
  margin: 0;
  min-width: 6.7rem;
  line-height: 1.8rem;
  text-decoration: none !important;
}
.block.floorplans-search .search-form .beds-group label:hover,
.block.floorplans-search .search-form .baths-group label:hover,
.block.floorplans-search .search-form .group a:hover,
.block.floorplans-search .search-form .beds-group label:focus-visible,
.block.floorplans-search .search-form .baths-group label:focus-visible,
.block.floorplans-search .search-form .group a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.floorplans-search .search-form .beds-group label.ghost,
.block.floorplans-search .search-form .baths-group label.ghost,
.block.floorplans-search .search-form .group a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.floorplans-search .search-form .beds-group label.ghost:hover,
.block.floorplans-search .search-form .baths-group label.ghost:hover,
.block.floorplans-search .search-form .group a.ghost:hover,
.block.floorplans-search .search-form .beds-group label.ghost:focus,
.block.floorplans-search .search-form .baths-group label.ghost:focus,
.block.floorplans-search .search-form .group a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.floorplans-search .search-form .beds-group label.inline,
.block.floorplans-search .search-form .baths-group label.inline,
.block.floorplans-search .search-form .group a.inline {
  display: inline-block;
}
.block.floorplans-search .search-form .beds-group label:hover,
.block.floorplans-search .search-form .baths-group label:hover,
.block.floorplans-search .search-form .group a:hover,
.block.floorplans-search .search-form .beds-group label:focus-visible,
.block.floorplans-search .search-form .baths-group label:focus-visible,
.block.floorplans-search .search-form .group a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
  box-shadow: none;
  opacity: 0.6;
}
.block.floorplans-search .search-form input[type="radio"]:checked + label,
.block.floorplans-search .search-form label:has(input[type="radio"]:checked),
.block.floorplans-search .search-form .group a.active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
.block.floorplans-search .search-form input[type="radio"]:focus + label,
.block.floorplans-search .search-form label:has(input[type="radio"]:focus) {
  outline: 2px solid var(--secondary-bg-color);
  outline-offset: 2px;
}
.block.floorplans-search .secondary img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .block.floorplans-search .inner {
    flex-direction: row-reverse;
  }
  .block.floorplans-search .primary,
  .block.floorplans-search .secondary {
    width: 50%;
  }
  .block.floorplans-search .primary {
    margin-left: auto;
  }
  .block.floorplans-search .secondary {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 50%;
    min-width: 50%;
    width: calc(((100vw - 100%) / 2) + 50%);
  }
  .block.floorplans-search .secondary img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#rs-builder .block.floorplans-search .search-form .group a:first-of-type {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color);
}
article.text-content {
  padding: 40px 20px;
}
article.text-content a {
  color: #798bff;
}
article.text-content a:hover {
  text-decoration: underline;
}
article.text-content p {
  margin-bottom: 16px;
  color: var(--text-color);
}
article.text-content h1,
article.text-content .h1,
article.text-content h2,
article.text-content .h2,
article.text-content h3,
article.text-content .h3,
article.text-content h4,
article.text-content .h4,
article.text-content h5,
article.text-content .h5,
article.text-content h6,
article.text-content .h6 {
  margin: 0 0 8px;
  color: var(--heading-color);
}
article.text-content h3,
article.text-content .h3 {
  font-size: 3.2rem;
}
article.text-content h4,
article.text-content .h4 {
  font-size: 2.4rem;
}
article.text-content h5,
article.text-content .h5 {
  font-size: 2rem;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}
.block.text-hero {
  position: relative;
  height: 400px;
  width: 100%;
  background-color: #767676;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block.text-hero .logo-container {
  position: absolute;
  top: 0;
  max-width: 150px;
  max-height: 60px;
  margin: 20px 0 0 20px;
  z-index: 2;
}
.block.text-hero .logo-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px #000);
}
@media screen and (min-width: 768px) {
  .block.text-hero {
    height: 500px;
  }
}
.block.footer {
  background-color: var(--footer-bg-color);
  padding: 40px 20px;
  color: var(--heading-color);
}
.block.footer .top {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.block.footer .top .main-logo,
.block.footer .top .property,
.block.footer .top .badge {
  margin-bottom: 25px;
}
.block.footer .top .main-logo {
  width: 175px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.footer .top .main-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.block.footer .top .properties {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.block.footer .top .properties .property {
  width: fit-content;
  min-width: 200px;
  max-width: 250px;
}
.block.footer .top .properties .property .title,
.block.footer .top .properties .property .street,
.block.footer .top .properties .property .city,
.block.footer .top .properties .property .state,
.block.footer .top .properties .property .hours,
.block.footer .top .properties .property .phone {
  text-transform: uppercase;
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.footer .top .properties .property .title,
  .block.footer .top .properties .property .street,
  .block.footer .top .properties .property .city,
  .block.footer .top .properties .property .state,
  .block.footer .top .properties .property .hours,
  .block.footer .top .properties .property .phone {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.footer .top .properties .property .title,
  .block.footer .top .properties .property .street,
  .block.footer .top .properties .property .city,
  .block.footer .top .properties .property .state,
  .block.footer .top .properties .property .hours,
  .block.footer .top .properties .property .phone {
    font-size: calc(1.6*1rem);
  }
}
.block.footer .top .properties .property .title * {
  font-size: 1.8rem;
  font-weight: 700;
}
.block.footer .top .properties .property .address {
  margin-bottom: 20px;
}
.block.footer .top .buttons {
  margin-bottom: 25px;
}
.block.footer .top .buttons ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.block.footer .top .buttons ul li {
  width: fit-content;
}
.block.footer .top .buttons .button {
  background-color: var(--page-bg-color);
  border-color: var(--page-bg-color);
  color: var(--text-color);
}
.block.footer .top .buttons .button:hover,
.block.footer .top .buttons .button:focus {
  opacity: 0.8;
}
.block.footer .top .badges {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block.footer .top .badges .badge {
  width: 125px;
}
.block.footer .top .badges .badge img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block.footer .top .badges .partners img {
  filter: contrast(0) brightness(0) invert(1);
}
.block.footer .bottom {
  text-align: center;
  border-top: 1px solid var(--heading-color-alt);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .top {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block.footer .top .properties {
    width: fit-content;
    text-align: start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: flex-start;
    padding: 0 50px;
    gap: 40px;
  }
  .block.footer .top .buttons {
    margin-left: auto;
    margin-right: 25px;
  }
  .block.footer .top .buttons ul {
    align-items: end;
  }
  .block.footer .top .badges {
    align-self: end;
    align-items: end;
  }
  .block.footer .top .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: fit-content;
    justify-content: center;
  }
  .block.footer .bottom {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 50%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.footer {
    padding: 40px 100px;
  }
  .block.footer .top .right {
    width: calc(100% - 175px);
  }
}
.block.hero-home {
  padding: 20px 20px 100px;
  position: relative;
}
.block.hero-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.block.hero-home .inner {
  min-height: 500px;
  height: 100%;
  display: flex;
  align-items: center;
}
.block.hero-home .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  aspect-ratio: 1 / 1;
}
.block.hero-home .overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.hero-home .logo {
  width: fit-content;
  margin: 0 auto 20px;
}
.block.hero-home .logo img {
  max-width: 450px;
  max-height: 250px;
  filter: drop-shadow(0 2px 2px #000);
}
.block.hero-home .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.hero-home .swiper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.hero-home .content {
  width: 100%;
  z-index: 1;
}
.block.hero-home .content .cta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.block.hero-home .content .cta > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block.hero-home .content .cta .button,
.block.hero-home .content .cta a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 22px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
  margin: 0 10px 10px 0;
}
.block.hero-home .content .cta .button:hover,
.block.hero-home .content .cta a:hover,
.block.hero-home .content .cta .button:focus-visible,
.block.hero-home .content .cta a:focus-visible {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.6;
}
.block.hero-home .content .cta .button.ghost,
.block.hero-home .content .cta a.ghost {
  background: transparent;
  color: var(--button-text-color-hover);
  box-shadow: none;
}
.block.hero-home .content .cta .button.ghost:hover,
.block.hero-home .content .cta a.ghost:hover,
.block.hero-home .content .cta .button.ghost:focus,
.block.hero-home .content .cta a.ghost:focus {
  opacity: 1;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
.block.hero-home .content .cta .button.inline,
.block.hero-home .content .cta a.inline {
  display: inline-block;
}
.block.hero-home .content .cta .button:nth-of-type(even),
.block.hero-home .content .cta a:nth-of-type(even) {
  background-color: #ffffffd0;
  color: var(--button-text-color);
  border-color: #ffffffd0;
}
.block.hero-home .content .cta .button:nth-of-type(even):hover,
.block.hero-home .content .cta a:nth-of-type(even):hover,
.block.hero-home .content .cta .button:nth-of-type(even):focus,
.block.hero-home .content .cta a:nth-of-type(even):focus {
  border-color: #ffffff;
}
.block.hero-home .title {
  display: flex;
  flex-direction: column-reverse;
  width: 43rem;
  max-width: 100%;
  margin-bottom: 20px;
}
.block.hero-home .title .primary {
  color: var(--text-color-alt);
}
.block.hero-home .title .secondary {
  color: var(--heading-color-alt);
}
.block.hero-home .title .secondary * {
  font-size: calc(3.5*1rem);
  text-shadow: 2px 2px 6px var(--primary-bg-color);
  font-size: 700;
}
@media screen and (min-width: 768px) {
  .block.hero-home .title .secondary * {
    font-size: calc(4.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero-home .title .secondary * {
    font-size: calc(5.5*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.hero-home .inner {
    min-height: 500px;
  }
  .block.hero-home .inner .title {
    width: 50rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .block.hero-home .inner {
    min-height: 600px;
  }
  .block.hero-home .inner .title {
    width: 100%;
  }
  .block.hero-home .logo img {
    max-width: 450px;
    max-height: 350px;
  }
}
.block.hero-home-cta {
  padding: 10px 20px;
  margin-top: -120px;
  z-index: 2;
  position: relative;
}
.block.hero-home-cta .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.block.hero-home-cta .cta-card-item {
  width: 100%;
  background-color: #F4F4F4;
  border-bottom: 20px solid var(--primary-bg-color);
  border-radius: 15px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.hero-home-cta .cta-card-item img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
}
.block.hero-home-cta .cta-card-item .logo-dark {
  display: block;
  opacity: 1;
}
.block.hero-home-cta .cta-card-item .logo-light {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding: 50px 50px 35px;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.block.hero-home-cta .cta-card-item a {
  padding: 50px 50px 35px;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.hero-home-cta .cta-card-item .arrow {
  width: 35px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.block.hero-home-cta .cta-card-item .arrow svg {
  fill: var(--text-color);
}
.block.hero-home-cta .cta-card-item:nth-of-type(1) {
  border-bottom: 20px solid var(--property-one-bg-color);
}
.block.hero-home-cta .cta-card-item:nth-of-type(2) {
  border-bottom: 20px solid var(--property-two-bg-color);
}
.block.hero-home-cta .cta-card-item:nth-of-type(3) {
  border-bottom: 20px solid var(--property-three-bg-color);
}
.block.hero-home-cta .cta-card-item:hover,
.block.hero-home-cta .cta-card-item:focus-within {
  background-color: var(--secondary-bg-color);
  -webkit-tap-highlight-color: transparent;
}
.block.hero-home-cta .cta-card-item:hover *,
.block.hero-home-cta .cta-card-item:focus-within * {
  color: var(--text-color-alt);
}
.block.hero-home-cta .cta-card-item:hover svg,
.block.hero-home-cta .cta-card-item:focus-within svg {
  fill: var(--text-color-alt);
}
.block.hero-home-cta .cta-card-item:hover img,
.block.hero-home-cta .cta-card-item:focus-within img {
  filter: brightness(0) invert(1) drop-shadow(0 2px 2px #000);
}
.block.hero-home-cta .cta-card-item:hover .logo-light,
.block.hero-home-cta .cta-card-item:focus-within .logo-light {
  opacity: 1;
}
.block.hero-home-cta .cta-card-item:hover .logo-dark,
.block.hero-home-cta .cta-card-item:focus-within .logo-dark {
  opacity: 0;
}
.block.hero-home-cta .cta-card-item:nth-of-type(1):hover,
.block.hero-home-cta .cta-card-item:nth-of-type(1):focus-within {
  background-color: var(--property-one-bg-color);
}
.block.hero-home-cta .cta-card-item:nth-of-type(2):hover,
.block.hero-home-cta .cta-card-item:nth-of-type(2):focus-within {
  background-color: var(--property-two-bg-color);
}
.block.hero-home-cta .cta-card-item:nth-of-type(3):hover,
.block.hero-home-cta .cta-card-item:nth-of-type(3):focus-within {
  background-color: var(--property-three-bg-color);
}
.block.hero-home-cta.alt .cta-card-item:hover img,
.block.hero-home-cta.alt .cta-card-item:focus-within img {
  filter: none;
}
@media screen and (min-width: 768px) {
  .block.hero-home-cta .cta-card-item {
    width: calc(33.3333% - 14px);
  }
}
@media screen and (min-width: 960px) {
  .block.hero-home-cta .cta-card-item {
    transition: all ease 0.3s;
  }
  .block.hero-home-cta .cta-card-item .arrow {
    bottom: -15px;
  }
  .block.hero-home-cta .cta-card-item .arrow svg {
    fill: transparent;
    transition: fill ease 0.3s;
  }
  .block.hero-home-cta .cta-card-item .logo-light,
  .block.hero-home-cta .cta-card-item .logo-dark {
    transition: all ease 0.3s;
  }
  .block.hero-home-cta .cta-card-item img {
    transition: filter ease 0.3s;
  }
  .block.hero-home-cta .cta-card-item:hover,
  .block.hero-home-cta .cta-card-item:focus-within {
    background-color: var(--secondary-bg-color);
  }
  .block.hero-home-cta .cta-card-item:hover *,
  .block.hero-home-cta .cta-card-item:focus-within * {
    color: var(--text-color-alt);
  }
  .block.hero-home-cta .cta-card-item:hover svg,
  .block.hero-home-cta .cta-card-item:focus-within svg {
    fill: var(--text-color-alt);
  }
  .block.hero-home-cta .cta-card-item:hover img,
  .block.hero-home-cta .cta-card-item:focus-within img {
    filter: brightness(0) invert(1) drop-shadow(0 2px 2px #000);
  }
  .block.hero-home-cta .cta-card-item:nth-of-type(1):hover,
  .block.hero-home-cta .cta-card-item:nth-of-type(1):focus-within {
    background-color: var(--property-one-bg-color);
  }
  .block.hero-home-cta .cta-card-item:nth-of-type(2):hover,
  .block.hero-home-cta .cta-card-item:nth-of-type(2):focus-within {
    background-color: var(--property-two-bg-color);
  }
  .block.hero-home-cta .cta-card-item:nth-of-type(3):hover,
  .block.hero-home-cta .cta-card-item:nth-of-type(3):focus-within {
    background-color: var(--property-three-bg-color);
  }
  .block.hero-home-cta.alt .cta-card-item:hover img,
  .block.hero-home-cta.alt .cta-card-item:focus-within img {
    filter: none;
  }
}
#rs-builder .block.hero-home {
  background-color: #bebebe;
}
#rs-builder .block.hero-home::before {
  display: none;
}
#rs-builder .block.hero-home .swiper {
  position: relative;
}
#rs-builder .block.hero-home .swiper-wrapper {
  display: flex;
  gap: 20px;
}
#rs-builder .block.hero-home .swiper-slide {
  width: 200px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
#rs-builder .block.hero-home .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#rs-builder .block.hero-home-cta {
  margin-top: 0;
  z-index: 0;
}
#rs-builder .block.hero-home-cta .cta-card-item .title {
  margin-top: 15px;
}
#rs-builder .block.hero-home-cta .cta-card-item .arrow svg {
  fill: var(--text-color);
}
#rs-builder .block.hero-home-cta .cta-card-item a {
  position: relative;
  opacity: 1;
}
#rs-builder .block.hero-home-cta .cta-card-item .logo-light {
  pointer-events: all;
}
#rs-builder .block.hero-home-cta .cta-card-item:hover,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within {
  background-color: #F2F2F2;
}
#rs-builder .block.hero-home-cta .cta-card-item:hover *,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within * {
  color: var(--text-color);
}
#rs-builder .block.hero-home-cta .cta-card-item:hover a,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within a {
  color: var(--text-link-color);
}
#rs-builder .block.hero-home-cta .cta-card-item:hover svg,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within svg {
  fill: var(--text-color);
}
#rs-builder .block.hero-home-cta .cta-card-item:hover img,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within img {
  filter: none;
}
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(1):hover,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(1):hover,
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(1):focus-within,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(1):focus-within {
  background-color: #F2F2F2;
}
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(2):hover,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(2):hover,
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(2):focus-within,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(2):focus-within {
  background-color: #F2F2F2;
}
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(3):hover,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(3):hover,
#rs-builder .block.hero-home-cta .cta-card-item:hover:nth-of-type(3):focus-within,
#rs-builder .block.hero-home-cta .cta-card-item:focus-within:nth-of-type(3):focus-within {
  background-color: #F2F2F2;
}
#rs-builder .block.hero-home-cta.alt .cta-card-item a {
  min-height: unset;
}
#rs-builder .block.hero-home-cta.alt .cta-card-item .logo-light {
  opacity: 1 !important;
  position: relative;
  min-height: unset;
  background-color: #5a5a5a;
}
#rs-builder .block.hero-home-cta.alt .cta-card-item .logo-dark {
  opacity: 1 !important;
}
#rs-builder .block.hero-home-cta.alt .cta-card-item:nth-of-type(1) .logo-light {
  background-color: var(--property-one-bg-color);
}
#rs-builder .block.hero-home-cta.alt .cta-card-item:nth-of-type(2) .logo-light {
  background-color: var(--property-two-bg-color);
}
#rs-builder .block.hero-home-cta.alt .cta-card-item:nth-of-type(3) .logo-light {
  background-color: var(--property-three-bg-color);
}

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