@import url("https://use.typekit.net/dub1yxq.css");
@font-face {
  font-family: 'Tofino Pro Reg';
  src: url('/community/assets/fonts/Tofino_Pro_Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60u.ttf) format('truetype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK.ttf) format('truetype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0u.ttf) format('truetype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Averia Serif Libre';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/averiaseriflibre/v19/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Angelface';
  font-style: normal;
  font-weight: 400;
  src: local('Angelface'), url('https://fonts.cdnfonts.com/s/13597/Angelface.woff') format('woff');
}
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-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: none;
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-color);
}
h1,
.h1 {
  font-size: calc(3.9*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.9*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover {
  background: var(--button-bg-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
#text-us {
  display: none !important;
}
form {
  margin: auto;
  max-width: 780px;
}
form .form-group.required label,
form .form-group:has(input[required]) label {
  padding-right: 10px;
  position: relative;
}
form .form-group.required label::after,
form .form-group:has(input[required]) label::after {
  position: absolute;
  content: "*";
  font-size: 1.2em;
  color: var(--text-color-alt);
  top: -10px;
  right: 0;
}
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: 4rem;
  border: 0;
  text-indent: 20px;
  border-left: 2px solid var(--button-bg-color-hover);
  font-family: var(--text-font);
  background-color: #f4f4f4;
  color: var(--text-color-alt);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
  text-transform: uppercase;
  padding: 13px 19.5px;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--button-bg-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .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%;
}
body {
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
.lightwidget-widget {
  height: calc(100vw / 5);
}
.rcc-app-cta-wrap {
  left: 0 !important;
  z-index: 9;
  pointer-events: none;
}
.rcc-app-controls {
  pointer-events: auto;
}
@media only screen and (min-width: 421px) {
  #conversations-webchat-container {
    left: 18px !important;
  }
}
.grecaptcha-badge {
  z-index: 20;
}
#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: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.block.iframe-embed:has(iframe[src*="lightwidget"]) .inner,
.block.iframe-embed:has(iframe[src*="sightmap"]) .inner {
  max-width: unset;
}
.block.topbar {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: transparent;
  transition: background-color 1s ease-in-out 0.2s;
  opacity: 0;
  animation: 1s topBarFadeIn forwards ease-in-out 0.2s;
}
.block.topbar * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.topbar::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--primary-bg-color);
  opacity: 0;
  transition: opacity 1s ease-in-out 0.2s;
}
.block.topbar span:not(.fab) {
  font-size: 1.8rem;
  color: var(--button-text-color);
  vertical-align: middle;
}
.block.topbar button,
.block.topbar .button {
  border: none;
  text-transform: uppercase;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 700;
  font-family: var(--heading-font);
  cursor: pointer;
  padding: 10px;
}
.block.topbar .skip {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.block.topbar .skip:focus {
  color: var(--text-color);
  background-color: var(--text-link-color-hover);
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--heading-font);
  z-index: 99999999;
  text-decoration: none;
}
.block.topbar .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  margin: 0;
}
.block.topbar .inner .logo-wrapper {
  width: 120px;
  margin: 10px 0 7px;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease 0.2s;
}
.block.topbar .inner .logo-wrapper a {
  display: block;
  margin: 16px 0;
}
.block.topbar .inner .logo-wrapper a img {
  width: 100%;
  height: auto;
}
.block.topbar .inner .nav-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.block.topbar .inner .nav-icons .icon span {
  margin-right: 20px;
}
.block.topbar .inner .nav-icons .text-link {
  display: none;
}
.block.topbar .inner .nav-icons .menu-btn {
  background-color: var(--button-bg-color);
  cursor: pointer;
  padding: 1px 6px 0 6px;
  margin: 10px 0 0 0;
  height: 40px;
}
.block.topbar .inner .nav-icons .menu-btn .bar {
  width: 35px;
  height: 2px;
  margin-top: 5px;
  transition: width 0.2s ease-in-out;
  background-color: var(--button-text-color);
}
.block.topbar .inner .nav-icons .menu-btn:hover .bar:first-of-type,
.block.topbar .inner .nav-icons .menu-btn:focus .bar:first-of-type {
  width: 50px;
}
.block.topbar .menu {
  position: fixed;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background-color: var(--text-color);
  background-image: url("/community/assets/img/dark-stripes-light.png");
}
.block.topbar .menu .menu-top {
  height: 100px;
  width: 100%;
}
.block.topbar .menu .menu-top .logo-desktop,
.block.topbar .menu .menu-top .logo-mobile {
  position: absolute;
  z-index: 10;
}
.block.topbar .menu .menu-top .logo-mobile {
  display: block;
  width: 120px;
  left: 20px;
  top: 20px;
}
.block.topbar .menu .menu-top .logo-desktop {
  display: none;
}
.block.topbar .menu .menu-left {
  display: none;
}
.block.topbar .menu .menu-right {
  width: 100%;
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 32px;
}
.block.topbar .menu .menu-right a {
  position: relative;
}
.block.topbar .menu .menu-right a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--text-link-color-hover);
  transition: width 0.2s ease-in-out;
  z-index: -1;
}
.block.topbar .menu .menu-right a:not(.social):hover::before,
.block.topbar .menu .menu-right a:not(.social):focus::before {
  width: 100%;
}
.block.topbar .menu .menu-right .menu-close {
  position: fixed;
  top: 20px;
  right: 30px;
  height: 48px;
  cursor: pointer;
  border: 2px solid var(--button-border-color);
  padding: 8px 6px 11px 10px;
  background-color: transparent;
  transition: transform 0.4s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.block.topbar .menu .menu-right .menu-close .bar {
  width: 35px;
  height: 1.2px;
  margin-top: 5px;
  background-color: var(--button-border-color);
  transform: rotate(45deg) translate(-2px, 1px);
  transition: transform 0.2s ease-in-out;
}
.block.topbar .menu .menu-right .menu-close .bar:nth-child(2) {
  margin-top: 0;
}
.block.topbar .menu .menu-right .menu-close:hover,
.block.topbar .menu .menu-right .menu-close:focus {
  background-color: var(--button-bg-color);
}
.block.topbar .menu .menu-right .menu-close:hover .bar,
.block.topbar .menu .menu-right .menu-close:focus .bar {
  background-color: var(--button-text-color);
}
.block.topbar .menu .menu-right .menu-close:hover .bar:nth-child(2),
.block.topbar .menu .menu-right .menu-close:focus .bar:nth-child(2) {
  transform: rotate(0deg);
  margin-top: 2px;
}
.block.topbar .menu .menu-right ul {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.block.topbar .menu .menu-right ul li {
  text-transform: capitalize;
  font-size: 2.2rem;
  color: var(--text-link-color);
  font-family: var(--heading-font);
}
.block.topbar .menu .menu-right ul li a {
  color: var(--text-color-alt);
}
.block.topbar .menu .menu-right .button {
  padding: 10px;
  font-size: 1.1rem;
  width: 200px;
  letter-spacing: 3px;
  margin-top: 5px;
  border: 1px solid var(--button-border-color);
  color: var(--button-text-color);
}
.block.topbar .menu .menu-right .button:hover,
.block.topbar .menu .menu-right .button:focus {
  opacity: 0.8;
}
.block.topbar .menu .menu-right .btns {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 200px;
}
.block.topbar .menu .menu-right .btns .button {
  padding: 10px;
  font-size: 1.1rem;
  width: 100%;
  letter-spacing: 3px;
  margin-top: 5px;
  border: 1px solid var(--button-border-color);
}
.block.topbar .menu .menu-right .btns .button:hover,
.block.topbar .menu .menu-right .btns .button:focus {
  opacity: 0.8;
}
.block.topbar .menu .menu-right .contact {
  width: 288px;
  margin-top: 20px;
}
.block.topbar .menu .menu-right .contact * {
  color: var(--text-color-alt);
}
.block.topbar .menu .menu-right .contact a {
  height: fit-content;
  display: inline-block;
  padding-bottom: 3px;
  margin: 0 20px 10px 0;
  color: var(--text-link-color);
  font-family: var(--text-font);
  font-size: 1.6rem;
  letter-spacing: 0;
}
.block.topbar .menu .menu-right .contact a p {
  text-wrap: balance;
}
.block.topbar .menu .menu-right .socials {
  padding-bottom: 40px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block.topbar .menu .menu-right .socials a {
  border: 1px solid var(--button-bg-color);
  text-align: center;
  transition: all 0.5s ease-in-out;
  height: 46px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.topbar .menu .menu-right .socials a i,
.block.topbar .menu .menu-right .socials a span {
  color: var(--button-bg-color);
  font-size: 18px;
  line-height: 1;
}
.block.topbar .menu .menu-right .socials a:hover,
.block.topbar .menu .menu-right .socials a:focus {
  background-color: var(--button-bg-color);
}
.block.topbar .menu .menu-right .socials a:hover i,
.block.topbar .menu .menu-right .socials a:focus i,
.block.topbar .menu .menu-right .socials a:hover span,
.block.topbar .menu .menu-right .socials a:focus span {
  color: var(--button-text-color);
}
.block.topbar .menu .menu-right .socials a[href=""] {
  display: none;
}
.block.topbar .menu .menu-right .slide-in {
  animation: menuSlideIn 1s ease-in-out forwards;
}
.block.topbar .menu .menu-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.topbar .menu.active {
  transform: translateX(0);
  visibility: visible;
}
.block.topbar.scrolled::before {
  opacity: 0.5;
}
.block.topbar.scrolled .logo-wrapper {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 480px) {
  .block.topbar .menu .menu-top {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .block.topbar .menu .menu-left,
  .block.topbar .menu .menu-right {
    display: inline-block;
    width: 50%;
    height: 100%;
  }
  .block.topbar .menu .menu-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, #446f86 0%, transparent 80%);
    z-index: 0;
  }
  .block.topbar .menu .menu-right {
    padding-left: 20px;
  }
  .block.topbar .menu .menu-right .menu-close {
    right: 30px;
    top: 20px;
  }
  .block.topbar .menu .menu-right ul {
    padding-top: 50px;
  }
  .block.topbar .menu .menu-right ul li {
    font-size: 2.5rem;
  }
  .block.topbar .menu.active {
    display: flex !important;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .block.topbar .inner .logo-wrapper {
    width: 180px;
    margin-top: 5px;
  }
  .block.topbar .inner .nav-icons .icon {
    display: none;
  }
  .block.topbar .inner .nav-icons .text-link {
    display: inline-block;
    color: var(--text-color);
    padding-top: 10px;
    margin-right: 25px;
    font-size: 1.7rem;
    font-family: var(--text-font);
  }
  .block.topbar .inner .nav-icons .text-link:hover,
  .block.topbar .inner .nav-icons .text-link:focus {
    text-decoration: underline;
  }
  .block.topbar .menu .menu-top .logo-mobile {
    display: none;
  }
  .block.topbar .menu .menu-top .logo-desktop {
    display: block;
    width: 220px;
    top: 20px;
    left: 50px;
  }
  .block.topbar .menu .menu-right {
    padding-left: 98px;
    padding-top: 20px;
  }
  .block.topbar .menu .menu-right ul {
    padding-top: 0;
  }
  .block.topbar .menu .menu-right ul li {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .block.topbar .inner .logo-wrapper {
    margin: 5px 0;
  }
  .block.topbar .menu .menu-right .menu-close {
    right: 80px;
    top: 50px;
  }
  .block.topbar .menu .menu-top .logo-desktop {
    top: 50px;
    left: 80px;
  }
  .block.topbar .menu .menu-right {
    padding-left: 110px;
    padding-top: 40px;
  }
  .block.topbar .menu .menu-right ul li {
    font-size: 3.8rem;
  }
}
@keyframes topBarFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuSlideIn {
  0% {
    transform: translateX(-130%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.block.hero {
  background-color: #767676;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  min-height: 400px;
}
.block.hero::before {
  content: '';
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.block.hero * {
  box-sizing: border-box;
  letter-spacing: 1.8px;
  color: var(--text-color);
  font-family: var(--heading-font);
}
.block.hero video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.block.hero .image-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.hero .image-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.hero .inner {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.block.hero .inner .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22%;
  height: 200px;
  width: 100%;
  padding: 0 32px;
}
.block.hero .inner .logo-wrapper img {
  width: 200px;
  height: auto;
}
.block.hero .inner h1 {
  font-size: 1.8rem;
  position: absolute;
  padding: 0 10px;
  margin-bottom: 10px;
  bottom: 80px;
  left: 0;
  font-weight: 100;
}
.block.hero .inner .fade-in {
  animation: heroFadeIn 1.2s ease-in forwards;
}
.block.hero.landing .inner h1 {
  font-family: 'Angelface', sans-serif;
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  .block.hero video {
    display: block;
  }
  .block.hero .inner .logo-wrapper {
    top: 30%;
  }
  .block.hero .inner .logo-wrapper img {
    width: 280px;
  }
  .block.hero.landing {
    background-attachment: fixed !important;
  }
}
@media screen and (min-width: 960px) {
  .block.hero .inner h1 {
    left: 20px;
  }
}
@keyframes heroFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#rs-builder .rs-rs-bar {
  z-index: 2;
}
#rs-builder .block.hero video,
#rs-builder .block.hero .image-bg {
  display: block !important;
}
#rs-builder .block.hero .image-bg {
  z-index: 1;
  width: 250px;
  height: 250px;
}
#rs-builder .block.hero .inner {
  pointer-events: none;
}
#rs-builder .block.hero .inner .logo-wrapper,
#rs-builder .block.hero .inner .editable {
  pointer-events: all;
}
.block.intro {
  padding: 80px 32px;
}
.block.intro.landing {
  padding: 60px 32px;
}
.block.intro * {
  box-sizing: border-box;
}
.block.intro .inner {
  margin: 0 auto;
  position: relative;
}
.block.intro .inner .left,
.block.intro .inner .right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 12px;
  color: var(--text-color-alt);
}
.block.intro .inner .left h2 {
  font-size: 2.8rem;
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  margin-bottom: 20px;
  letter-spacing: 4.5px;
  line-height: 1.5;
  position: relative;
  padding: 0;
}
.block.intro .inner .left h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
  left: 0;
  bottom: 0;
}
.block.intro .inner .left p {
  font-size: 1.6rem;
  color: var(--text-color-alt);
  font-family: var(--text-font);
  margin-bottom: 10px;
  line-height: 1.8;
}
.block.intro .inner .left .button {
  border: 1px solid var(--button-border-color);
  text-transform: uppercase;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 700;
  font-family: var(--heading-font);
  cursor: pointer;
  padding: 10px;
  font-size: 1.3rem;
  letter-spacing: 3px;
  padding: 13px 20px;
  margin: 25px 0 0;
  width: fit-content;
}
.block.intro .inner .left .button[href=""] {
  display: none;
}
.block.intro .inner .left .cta {
  width: 100%;
}
.block.intro .inner .left .cta .button {
  margin-top: 25px;
  padding: 13px 19.5px;
  font-size: 1.3rem;
  font-family: var(--heading-font);
  border: 1px solid var(--button-border-color);
  min-width: 155px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-right: 5px;
}
.block.intro .inner .left .cta .button:nth-child(1) {
  background-color: var(--button-bg-color);
  color: var(--text-color);
}
.block.intro .inner .left .cta .button:nth-child(2) {
  background-color: transparent;
  color: var(--text-color-alt);
  border: 1px solid var(--button-bg-color);
}
.block.intro .inner .left .cta .button:nth-child(2):hover {
  color: var(--text-color);
  box-shadow: inset 350px 0 0 0 var(--button-bg-color);
}
.block.intro .inner .left .cta .button:nth-child(2):focus {
  color: var(--text-color);
  box-shadow: 0 0 0 4px var(--text-link-color-hover), inset 350px 0 0 0 var(--button-bg-color);
}
.block.intro .inner .fade-in {
  animation: introFadeIn 1s ease-in-out forwards 0.5s;
}
.block.intro .inner .right {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.block.intro .inner .right .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.block.intro .inner .right .img-wrapper img {
  width: 100%;
  height: auto;
}
.block.intro .inner .right #intro-video-wrapper,
.block.intro .inner .right .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block.intro .inner .right #intro-video-wrapper .sr-only,
.block.intro .inner .right .video-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.block.intro .inner .right #intro-video-wrapper .fluid-width-video-wrapper,
.block.intro .inner .right .video-wrapper .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block.intro .inner .right #intro-video-wrapper iframe,
.block.intro .inner .right .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.block.intro .inner .right #intro-video-wrapper video,
.block.intro .inner .right .video-wrapper video {
  width: 100%;
  height: auto;
}
.block.intro .inner .slide-in {
  animation: introSlideIn 1s ease-in-out forwards 0.3s;
}
.block.intro.landing .inner .left h2::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .block.intro {
    padding: 160px 8px 144px;
  }
  .block.intro.landing {
    padding: 60px 8px 40px;
  }
  .block.intro .inner {
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .block.intro .inner .left,
  .block.intro .inner .right {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .block.intro .inner .left {
    width: 41.667%;
  }
  .block.intro .inner .left h2 {
    font-size: 3.52rem;
  }
  .block.intro .inner .right {
    width: 58.333%;
  }
  .block.intro .inner .right iframe {
    width: 100%;
    height: 100%;
  }
}
@keyframes introFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes introSlideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#rs-builder .block.intro .inner .left .button {
  display: inline-block;
}
.block.v-tours-ov {
  background-image: url(https://placehold.co/1920x1080);
  background-size: cover;
  background-position: center;
  height: 800px;
  position: relative;
}
.block.v-tours-ov * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.v-tours-ov .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.block.v-tours-ov .inner .container {
  position: relative;
  padding: 32px;
  margin: 0 20px;
  border-left: 2.5px solid var(--text-link-color-hover);
}
.block.v-tours-ov .inner .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--secondary-bg-color);
  opacity: 0.9;
}
.block.v-tours-ov .inner .container h2 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 3.52rem;
  margin-bottom: 10px;
  letter-spacing: 4.5px;
  padding: 0;
}
.block.v-tours-ov .inner .container p {
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.block.v-tours-ov .inner .container .button {
  color: var(--text-color);
  background-color: transparent;
  border: 1px solid var(--text-color);
  padding: 13px 19.5px;
  font-family: var(--text-font);
  font-size: 1.3rem;
  min-width: 155px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.block.v-tours-ov .inner .container .button:hover,
.block.v-tours-ov .inner .container .button:focus {
  box-shadow: inset 350px 0 0 0 var(--text-link-color-hover);
  border: 1px solid var(--text-link-color-hover);
}
.block.v-tours-ov .inner .fade-in {
  animation: vToursFadeIn 1s ease-in-out forwards 0.5s;
}
@media screen and (min-width: 768px) {
  .block.v-tours-ov {
    background-attachment: fixed;
  }
  .block.v-tours-ov .inner .container {
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .block.v-tours-ov .inner {
    position: unset;
  }
  .block.v-tours-ov .inner .container {
    position: absolute;
    right: 20%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}
@keyframes vToursFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.fp-overview {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.fp-overview * {
  box-sizing: border-box;
}
.block.fp-overview .inner {
  padding: 68px 32px;
}
.block.fp-overview .inner .container {
  margin: 0;
  width: auto;
  position: relative;
}
.block.fp-overview .inner .container .left,
.block.fp-overview .inner .container .right {
  display: inline-block;
  padding: 12px;
}
.block.fp-overview .inner .container .fade-in {
  opacity: 0;
  animation: fpOverFfadeIn 1s ease-in-out forwards 0.4s;
}
.block.fp-overview .inner .container .fade-in:nth-child(2) {
  animation-delay: 0.6s;
}
.block.fp-overview .inner .container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.block.fp-overview .inner .container .left p,
.block.fp-overview .inner .container .left h2 {
  color: var(--heading-color-alt);
  line-height: 1.5;
  position: relative;
}
.block.fp-overview .inner .container .left h2 {
  font-size: 2.88rem;
  font-family: var(--heading-font);
  margin-bottom: 20px;
  padding: 0;
  letter-spacing: 4.5px;
}
.block.fp-overview .inner .container .left h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
  left: 0;
  bottom: 0;
}
.block.fp-overview .inner .container .left p {
  font-size: 1.6rem;
  font-family: var(--text-font);
}
.block.fp-overview .inner .container .left .btns {
  width: 100%;
}
.block.fp-overview .inner .container .left .btns .button {
  margin-top: 25px;
  padding: 13px 19.5px;
  font-size: 1.3rem;
  font-family: var(--heading-font);
  border: 1px solid var(--button-border-color);
  min-width: 155px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.block.fp-overview .inner .container .left .btns .button:nth-child(1) {
  background-color: var(--button-bg-color);
  color: var(--text-color);
}
.block.fp-overview .inner .container .left .btns .button:nth-child(2) {
  background-color: transparent;
  color: var(--text-color-alt);
  border: 1px solid var(--button-bg-color);
}
.block.fp-overview .inner .container .left .btns .button:nth-child(2):hover {
  color: var(--text-color);
  box-shadow: inset 350px 0 0 0 var(--button-bg-color);
}
.block.fp-overview .inner .container .left .btns .button:nth-child(2):focus {
  color: var(--text-color);
  box-shadow: 0 0 0 4px var(--text-link-color-hover), inset 350px 0 0 0 var(--button-bg-color);
}
.block.fp-overview .inner .container .right {
  display: flex;
  align-items: center;
  width: 100%;
}
.block.fp-overview .inner .container .right img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.block.fp-overview .inner .container .right #tours-video-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}
.block.fp-overview .inner .container .right #tours-video-wrapper video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .block.fp-overview .inner {
    padding: 148px 20px 276px;
  }
  .block.fp-overview .inner .container {
    display: flex;
  }
  .block.fp-overview .inner .container .left,
  .block.fp-overview .inner .container .right {
    padding: 12px;
  }
  .block.fp-overview .inner .container .left {
    width: 41.67%;
  }
  .block.fp-overview .inner .container .left h2 {
    font-size: 3.52rem;
  }
  .block.fp-overview .inner .container .right {
    width: 58.33%;
  }
  .block.fp-overview .inner .container .right img {
    height: 450px;
  }
}
@media screen and (min-width: 960px) {
  .block.fp-overview .inner .container .left {
    padding: 12px 12px 12px 6px;
  }
  .block.fp-overview .inner .container .right {
    padding: 12px 6px 12px 12px;
  }
}
@keyframes fpOverFfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.amenities {
  background-image: url("https://placehold.co/1920x1080/333333/png");
  background-color: #767676;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.block.amenities * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.amenities .inner {
  padding: 68px 32px;
  display: flex;
  flex-direction: column;
}
.block.amenities .inner .left {
  width: 100%;
}
.block.amenities .inner .left .card {
  padding: 12px;
}
.block.amenities .inner .left .card .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  height: 100%;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.block.amenities .inner .left .card .wrapper img {
  width: 45px;
  height: auto;
}
.block.amenities .inner .left .card .wrapper h3,
.block.amenities .inner .left .card .wrapper p {
  color: var(--text-color);
  text-align: center;
}
.block.amenities .inner .left .card .wrapper h3 {
  letter-spacing: 4.5px;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: var(--heading-font);
}
.block.amenities .inner .left .card .wrapper p {
  font-size: 1.6rem;
  font-family: var(--text-font);
}
.block.amenities .inner .left .card .wrapper:hover {
  box-shadow: inset 800px 0 0 0 var(--button-bg-color);
}
.block.amenities .inner .left .card .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--page-bg-color);
  opacity: 0.6;
}
.block.amenities .inner .right {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.block.amenities .inner .right h2 {
  color: var(--heading-color);
  letter-spacing: 4.5px;
  font-size: 2.88rem;
  font-family: var(--heading-font);
  margin-bottom: 20px;
  position: relative;
  padding: 0;
}
.block.amenities .inner .right h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
  bottom: 0;
  left: 0;
}
.block.amenities .inner .right p {
  color: var(--text-color);
  font-size: 1.6rem;
  font-family: var(--text-font);
}
.block.amenities .inner .right .button {
  margin: 25px 0 0;
  font-size: 1.3rem;
  font-family: var(--heading-font);
  text-transform: uppercase;
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-border-color);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 13px 19.5px;
}
.block.amenities .inner .right .button:hover,
.block.amenities .inner .right .button:focus {
  border: 1px solid var(--button-bg-color);
}
.block.amenities .inner .right.fade-in {
  animation: amenitiesFadeIn 1s ease-in-out forwards 0.7s;
}
.block.amenities .inner .card.fade-in {
  animation: amenitiesFadeIn 1s ease-in-out forwards 0.2s;
}
@media screen and (min-width: 768px) {
  .block.amenities {
    background-attachment: fixed;
  }
  .block.amenities .inner {
    padding: 148px 20px;
    flex-direction: row;
  }
  .block.amenities .inner .left {
    display: flex;
    flex: row;
    flex-wrap: wrap;
    width: 50%;
  }
  .block.amenities .inner .left .card {
    width: 50%;
  }
  .block.amenities .inner .left .card .wrapper {
    padding: 28px;
  }
  .block.amenities .inner .right {
    width: 50%;
    padding: 12px 12px 12px 48px;
  }
  .block.amenities .inner .right h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 960px) {
  .block.amenities .inner {
    padding: 148px 16px;
  }
}
@keyframes amenitiesFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.lifestyle * {
  box-sizing: border-box;
}
.block.lifestyle .inner {
  padding: 80px 32px;
}
.block.lifestyle .inner .text {
  padding: 12px;
  margin-bottom: 56px;
}
.block.lifestyle .inner .text h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 2.88rem;
  font-family: var(--heading-font);
  letter-spacing: 4.5px;
  color: var(--heading-color-alt);
  position: relative;
  line-height: 1.5;
}
.block.lifestyle .inner .text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
}
.block.lifestyle .inner .text p {
  line-height: 1.8;
  font-size: 1.6rem;
  color: var(--text-color-alt);
  font-family: var(--text-font);
}
.block.lifestyle .inner .text .fade-in {
  animation: lifestyleFadeIn 1s ease-in-out 0.4s forwards;
}
.block.lifestyle .inner .cards {
  display: flex;
  flex-direction: column;
}
.block.lifestyle .inner .cards .card {
  width: 100%;
  padding: 5.6px;
  position: relative;
}
.block.lifestyle .inner .cards .card .wrapper {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #767676;
}
.block.lifestyle .inner .cards .card .wrapper::after {
  content: " ";
  position: absolute;
  background: var(--text-link-color-hover);
  width: 0;
  height: 3.5px;
  left: 0;
  bottom: 0;
  transition: width 0.2s ease-in-out;
  z-index: 1;
}
.block.lifestyle .inner .cards .card .wrapper:hover::before,
.block.lifestyle .inner .cards .card .wrapper:focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.block.lifestyle .inner .cards .card .wrapper:hover::after,
.block.lifestyle .inner .cards .card .wrapper:focus::after {
  width: 250px;
}
.block.lifestyle .inner .cards .card .wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.lifestyle .inner .cards .card .wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.block.lifestyle .inner .cards .card .wrapper .details {
  position: absolute;
  bottom: 0;
  line-height: 1.5;
  padding: 0 20px 25px;
  z-index: 1;
}
.block.lifestyle .inner .cards .card .wrapper .details h3 {
  font-size: 2rem;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
  letter-spacing: 4.5px;
}
.block.lifestyle .inner .cards .card .wrapper .details p {
  font-size: 1.6rem;
  color: var(--text-color);
  font-family: var(--text-font);
  overflow: hidden;
}
.block.lifestyle .inner .cards .card .wrapper a {
  display: none;
}
.block.lifestyle .inner .cards .fade-in {
  animation: lifestyleFadeIn 1s ease-in-out 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .block.lifestyle .inner {
    padding: 138px 16px;
  }
  .block.lifestyle .inner .text h2 {
    font-size: 3.52rem;
  }
  .block.lifestyle .inner .text p {
    max-width: 600px;
  }
  .block.lifestyle .inner .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.lifestyle .inner .cards .card .wrapper {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block.lifestyle .inner .cards .card .wrapper video {
    display: block;
  }
  .block.lifestyle .inner .cards .card .wrapper .details {
    height: 2.75rem;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    max-height: 500px;
  }
  .block.lifestyle .inner .cards .card .wrapper:hover .fallback,
  .block.lifestyle .inner .cards .card .wrapper:focus .fallback {
    height: 500px;
  }
  .block.lifestyle .inner .cards .card:nth-child(1),
  .block.lifestyle .inner .cards .card:nth-child(4) {
    width: 58.3%;
  }
  .block.lifestyle .inner .cards .card:nth-child(2),
  .block.lifestyle .inner .cards .card:nth-child(3) {
    width: 41.67%;
  }
}
@keyframes lifestyleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#rs-builder .block.lifestyle .details {
  padding-top: 50px;
  max-height: 200px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
#rs-builder .block.lifestyle img {
  display: block;
  position: relative;
  z-index: 0;
}
#rs-builder .block.lifestyle .cards .card {
  position: relative;
}
#rs-builder .block.lifestyle .cards .card .wrapper {
  position: relative;
}
#rs-builder .block.lifestyle .cards .card .wrapper::before {
  display: none;
}
#rs-builder .block.lifestyle .cards .card .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background-color: #767676;
  text-align: center;
}
.block.socials:not(.landing) {
  background-image: url("/community/assets/img/dark-stripes-light.png");
  background-repeat: repeat;
}
.block.socials.landing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.block.socials.landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 0;
}
.block.socials * {
  box-sizing: border-box;
}
.block.socials h2,
.block.socials p {
  color: var(--heading-color-alt);
  line-height: 1.5;
  padding: 0;
}
.block.socials .inner {
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
}
.block.socials .inner .left,
.block.socials .inner .right {
  padding: 12px;
}
.block.socials .inner .left {
  display: flex;
  flex-direction: column;
}
.block.socials .inner .left h2 {
  letter-spacing: 4.5px;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  font-size: 2.88rem;
}
.block.socials .inner .left .social-icons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.block.socials .inner .left .social-icons .social {
  padding: 8px 12.8px;
  border: 1px solid var(--button-bg-color);
  font-size: 1.8rem;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.block.socials .inner .left .social-icons .social span {
  color: var(--button-bg-color);
  line-height: 1;
}
.block.socials .inner .left .social-icons .social:hover,
.block.socials .inner .left .social-icons .social:focus {
  background-color: var(--button-bg-color);
}
.block.socials .inner .left .social-icons .social:hover span,
.block.socials .inner .left .social-icons .social:focus span {
  color: var(--button-text-color);
}
.block.socials .inner .left .social-icons .social[href=""] {
  display: none;
}
.block.socials .inner .right p {
  font-family: var(--text-font);
  font-size: 1.6rem;
  margin-top: 20px;
}
.block.socials .slide-in {
  animation: slide-in 1s ease-in-out forwards 0.4s;
}
.block.socials.landing .inner .left * {
  color: #000000;
}
.block.socials.landing .inner .social-icons {
  gap: 15px;
}
.block.socials.landing .inner .social-icons .social {
  background-color: transparent;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
}
.block.socials.landing .inner .social-icons .social span {
  color: var(--button-text-color);
}
.block.socials.landing .inner .social-icons .social svg {
  width: 40px;
  height: 40px;
  fill: #000000;
}
.block.socials.landing .inner .social-icons .social:hover,
.block.socials.landing .inner .social-icons .social:focus {
  background-color: transparent;
  opacity: 0.6;
}
.block.socials.landing .inner .social-icons .social.twitter {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  mask: radial-gradient(#fff 99%, transparent 100%) center / 40px 40px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 24px 24px no-repeat;
  mask-composite: exclude;
  -webkit-mask: radial-gradient(#fff 99%, transparent 100%) center / 40px 40px no-repeat, url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path fill='white' d='M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z'/>\
</svg>") center / 24px 24px no-repeat;
  -webkit-mask-composite: xor;
}
@media screen and (min-width: 768px) {
  .block.socials .inner {
    display: flex;
    flex-direction: row;
    padding: 65px 16px;
  }
  .block.socials .inner .left {
    width: 50%;
  }
  .block.socials .inner .left h2 {
    font-size: 3.52rem;
  }
  .block.socials .inner .right {
    width: 50%;
  }
  .block.socials.landing::before {
    background-color: rgba(255, 255, 255, 0);
  }
  .block.socials.landing .inner {
    padding: 60px 16px 340px;
  }
}
@media only screen and (min-width: 1600px) {
  .block.socials.landing .inner {
    padding: 120px 16px 420px;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.block.team * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.team h2,
.block.team h3 {
  font-family: var(--heading-font);
  letter-spacing: 4.5px;
  padding: 0;
}
.block.team p {
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.team .inner {
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.block.team .inner .title {
  width: 100%;
  position: relative;
  text-transform: capitalize;
  font-size: 3.52rem;
  color: var(--heading-color-alt);
  margin: 0 0 20px;
}
.block.team .inner .title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: var(--button-bg-color);
  left: 0;
  bottom: 0;
}
.block.team .inner .title-description {
  color: var(--heading-color-alt);
}
.block.team .inner .carousel-wrapper {
  width: 100%;
  position: relative;
}
.block.team .inner .carousel-wrapper .swiper {
  margin-top: 40px;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide {
  height: 400px;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide .image-wrapper {
  height: 320px;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top -50px right 0;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide .team-text {
  background-color: var(--heading-color-alt);
  margin-top: -32px;
  max-width: 592px;
  padding: 16px;
  position: relative;
  transition: box-shadow 0.1s ease-out;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide .team-text h3 {
  color: var(--heading-color);
  margin-bottom: 5px;
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide .team-text p {
  color: var(--text-color);
}
.block.team .inner .carousel-wrapper .swiper .swiper-slide:hover .team-text {
  box-shadow: inset 592px 0 0 0 var(--button-bg-color);
}
.block.team .inner .carousel-wrapper .carousel-nav {
  display: flex;
  margin-bottom: 5px;
}
.block.team .inner .carousel-wrapper .carousel-nav .next,
.block.team .inner .carousel-wrapper .carousel-nav .prev {
  background-color: var(--text-link-color-hover);
  font-family: var(--heading-font);
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 11.7px 5.2px 5.2px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 12rem;
  margin: 45px 10px 0 0;
  border: none;
}
.block.team .inner .carousel-wrapper .pagination {
  display: none;
}
.block.team .inner .carousel-wrapper .scrollbar {
  height: 4px;
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.block.team .inner .carousel-wrapper .scrollbar .swiper-scrollbar-drag {
  background-color: var(--button-bg-color-hover);
}
.block.team .inner .fade-in {
  animation: teamFadeIn 1s ease-in-out forwards 0.4s;
}
.block.team .inner .slide-up {
  animation: teamSlideUp 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 480px) {
  .block.team .inner .carousel-wrapper .swiper .swiper-slide .image-wrapper img {
    object-position: top -120px right 0;
  }
}
@media screen and (min-width: 768px) {
  .block.team .inner {
    padding: 160px 20px;
  }
  .block.team .inner .carousel-wrapper .swiper .swiper-slide {
    height: 485px;
  }
  .block.team .inner .carousel-wrapper .swiper .swiper-slide .image-wrapper {
    height: 450px;
  }
  .block.team .inner .carousel-wrapper .swiper .swiper-slide .image-wrapper img {
    height: 100%;
    object-position: center center;
  }
  .block.team .inner .carousel-wrapper .swiper .swiper-slide .team-text {
    background-color: var(--heading-color-alt);
    margin-top: -64px;
    padding: 16px;
    position: relative;
  }
  .block.team .inner .carousel-wrapper .swiper .swiper-slide .team-text h3 {
    color: var(--heading-color);
    margin-bottom: 5px;
  }
  .block.team .inner .carousel-wrapper .carousel-nav .next,
  .block.team .inner .carousel-wrapper .carousel-nav .prev {
    margin: 45px 16px 0 0;
    width: 15rem;
  }
  .block.team .inner .carousel-wrapper .pagination {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .block.team .inner .carousel-wrapper .pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: var(--text-color-alt);
    opacity: 0.5;
  }
  .block.team .inner .carousel-wrapper .pagination .swiper-pagination-bullet-active {
    background-color: var(--button-bg-color);
    opacity: 1;
  }
  .block.team .inner .carousel-wrapper .scrollbar {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.team .inner {
    padding: 160px 32px;
  }
  .block.team .inner .title {
    padding: 0 7px;
  }
  .block.team .inner .title::after {
    left: 7px;
  }
  .block.team .inner .title-description {
    padding: 0 7px;
  }
}
@keyframes teamFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes teamSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#rs-builder .block.team .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#rs-builder .block.team .swiper-slide {
  width: calc(33.33% - 13.33px);
}
.block.communities {
  background-image: url("/community/assets/img/dark-stripes-light.png");
  background-repeat: repeat;
  background-color: #ececec;
}
.block.communities * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.communities h2,
.block.communities h3 {
  font-family: var(--heading-font);
  letter-spacing: 4.5px;
}
.block.communities .inner {
  padding: 68px 32px;
}
.block.communities .inner .title {
  margin: 12px 12px 8px;
  padding: 0;
  position: relative;
  font-size: 2.88rem;
  color: var(--heading-color-alt);
}
.block.communities .inner .title::after {
  content: " ";
  position: absolute;
  background: var(--button-border-color);
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.block.communities .inner .card-container {
  margin: 0 auto;
  position: relative;
  width: auto;
  display: flex;
  flex-direction: column;
}
.block.communities .inner .card-container .card {
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-self: stretch;
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 1;
  position: relative;
}
.block.communities .inner .card-container .card a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: transparent;
}
.block.communities .inner .card-container .card .image-wrapper {
  height: 320px;
  width: 100%;
}
.block.communities .inner .card-container .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.communities .inner .card-container .card .text {
  padding: 15px;
  background-color: var(--button-bg-color);
  transition: all 0.2s ease-in-out;
  flex-grow: 1;
  word-break: break-word;
}
.block.communities .inner .card-container .card .text h3 {
  font-size: 1.8rem;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.block.communities .inner .card-container .card .text p {
  font-size: 1.6rem;
  color: var(--text-color);
}
.block.communities .inner .card-container .card:hover .text,
.block.communities .inner .card-container .card:focus-within .text {
  background-color: var(--text-link-color-hover);
}
.block.communities .inner .card-container .fade-in {
  animation: communityFadeIn 1s ease-in-out forwards 0.5s;
}
@media screen and (min-width: 768px) {
  .block.communities .inner {
    padding: 128px 16px 116px 16px;
  }
  .block.communities .inner .title {
    font-size: 3.52rem;
  }
  .block.communities .inner .card-container {
    flex-direction: row;
  }
}
@keyframes communityFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#rs-builder .inner .card-container .card a {
  position: relative;
  background-color: #363636;
  color: #fff;
  opacity: 1;
}
#rs-builder .inner .card-container .card a:empty::after {
  content: "Click Here for Link";
  color: #fff;
}
.block.contact-overlay {
  background-size: cover;
  background-position: center;
  height: 800px;
  position: relative;
}
.block.contact-overlay * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.contact-overlay *:focus {
  box-shadow: 0 0 0 4px var(--text-link-color-hover);
}
.block.contact-overlay .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.block.contact-overlay .inner .container {
  border-left: 2.5px solid var(--text-link-color-hover);
  max-width: 600px;
  padding: 32px;
  margin: 0 20px;
  position: relative;
}
.block.contact-overlay .inner .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--secondary-bg-color);
  opacity: 0.9;
}
.block.contact-overlay .inner .container h2 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 3.52rem;
  margin-bottom: 10px;
  letter-spacing: 4.5px;
  padding: 0;
}
.block.contact-overlay .inner .container p {
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.block.contact-overlay .inner .container a {
  color: var(--text-color);
  background-color: transparent;
  border: 1px solid var(--text-color);
  padding: 13px 19.5px;
  font-size: 1.3rem;
  min-width: 155px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-family: var(--heading-font);
}
.block.contact-overlay .inner .container a:hover,
.block.contact-overlay .inner .container a:focus {
  box-shadow: inset 350px 0 0 0 var(--text-link-color-hover);
  border: 1px solid var(--text-link-color-hover);
}
.block.contact-overlay .inner .fade-in {
  animation: contactOvFadeIn 1s ease-out forwards 0.6s;
}
@media screen and (min-width: 768px) {
  .block.contact-overlay {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 960px) {
  .block.contact-overlay {
    background-attachment: fixed;
  }
  .block.contact-overlay .inner .container {
    position: absolute;
    left: 20%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}
@keyframes contactOvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.secondary-hero {
  background-color: #767676;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}
.block.secondary-hero::before {
  content: '';
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.secondary-hero * {
  box-sizing: border-box;
  line-height: 1.5 !important;
}
.block.secondary-hero .inner {
  padding: 0 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 55%;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, -55%);
}
.block.secondary-hero .inner h1 {
  font-size: 2.56rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.block.secondary-hero .inner p {
  font-size: 1.6rem;
  font-family: var(--text-font);
  color: var(--text-color);
  margin: 30px auto;
  max-width: 700px;
  margin: 30px 0;
}
.block.secondary-hero .fade-in {
  animation: secHerofadeIn 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.secondary-hero {
    height: 650px;
  }
  .block.secondary-hero .inner {
    top: 60%;
    transform: translate(-50%, -60%);
  }
  .block.secondary-hero .inner h1 {
    font-size: 5.5rem;
  }
}
@keyframes secHerofadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.features {
  background-image: url("/community/assets/img/dark-stripes-light.png");
}
.block.features * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.features .inner {
  padding: 80px 32px 68px;
}
.block.features .inner h2,
.block.features .inner h3 {
  color: var(--heading-color-alt);
  font-family: var(--heading-font);
  padding: 0;
  letter-spacing: 4.5px;
}
.block.features .inner .title {
  padding: 0 12px;
}
.block.features .inner .title h2 {
  font-size: 2.88rem;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  position: relative;
}
.block.features .inner .title h2::after {
  content: " ";
  position: absolute;
  background: var(--button-border-color);
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.block.features .inner .title.fade-in {
  animation: featuresFadeIn 1s ease-in-out forwards 0.4s;
}
.block.features .inner .lists {
  padding: 0 12px 0;
}
.block.features .inner .lists h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.block.features .inner .lists ul {
  list-style: disc;
  margin-left: 18px;
}
.block.features .inner .lists li,
.block.features .inner .lists p {
  font-size: 1.6rem;
  color: var(--text-color-alt);
  font-family: var(--text-font);
  font-weight: 400;
}
.block.features .inner .lists .feature-list {
  margin-bottom: 16px;
}
.block.features .inner .lists .options {
  margin-bottom: 20px;
}
.block.features .inner .lists .slide-in {
  animation: featuresSlideInLeft 1s ease-in-out forwards 0.4s;
}
.block.features .inner .cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block.features .inner .cards .card {
  position: relative;
  padding: 12px;
  width: 100%;
}
.block.features .inner .cards .card .wrapper {
  width: 100%;
  height: 320px;
  position: relative;
  background-color: #767676;
}
.block.features .inner .cards .card .wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.features .inner .cards .card .wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
.block.features .inner .cards .card .wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.block.features .inner .cards .card .wrapper a {
  display: none;
}
.block.features .inner .cards .card .text {
  font-size: 2rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
}
.block.features .inner .cards .card.fade-in {
  animation: featuresFadeIn 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.features .inner {
    padding: 160px 16px 148px;
  }
  .block.features .inner .title h2 {
    font-size: 3.52rem;
  }
  .block.features .inner .lists {
    display: flex;
    flex-direction: row;
  }
  .block.features .inner .lists .feature-list {
    margin-bottom: 4px;
    width: 500px;
    padding-right: 20px;
  }
  .block.features .inner .lists .options {
    width: calc(100% - 500px);
  }
  .block.features .inner .cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.features .inner .cards .card:nth-child(1),
  .block.features .inner .cards .card:nth-child(4) {
    width: 58.333%;
  }
  .block.features .inner .cards .card:nth-child(2),
  .block.features .inner .cards .card:nth-child(3) {
    width: 41.667%;
  }
  .block.features .inner .cards .card .wrapper {
    height: 450px;
  }
}
@keyframes featuresFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes featuresSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#rs-builder .block.features .cards .card .wrapper:before {
  display: none;
}
#rs-builder .block.features .cards .card .wrapper {
  position: relative;
}
#rs-builder .block.features .cards .card .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background-color: #767676;
  text-align: center;
}
.block.amenities-details {
  background-repeat: repeat;
}
.block.amenities-details * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.amenities-details .inner {
  padding: 80px 32px 68px;
}
.block.amenities-details .inner h2,
.block.amenities-details .inner h3 {
  color: var(--heading-color-alt);
  font-family: var(--heading-font);
  padding: 0;
  letter-spacing: 4.5px;
}
.block.amenities-details .inner .title {
  padding: 0 12px;
}
.block.amenities-details .inner .title h2 {
  font-size: 2.88rem;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  position: relative;
}
.block.amenities-details .inner .title h2::after {
  content: " ";
  position: absolute;
  background: var(--button-border-color);
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.block.amenities-details .inner .title.fade-in {
  animation: featuresFadeIn 1s ease-in-out forwards 0.4s;
}
.block.amenities-details .inner .list-container {
  padding: 0 12px 0;
}
.block.amenities-details .inner .list-container h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.block.amenities-details .inner .list-container ul {
  list-style: disc;
  margin-left: 18px;
}
.block.amenities-details .inner .list-container li,
.block.amenities-details .inner .list-container p {
  font-size: 1.6rem;
  color: var(--text-color-alt);
  font-family: var(--text-font);
  font-weight: 400;
}
.block.amenities-details .inner .list-container .outdoors {
  margin-bottom: 16px;
}
.block.amenities-details .inner .list-container .indoors {
  margin-bottom: 20px;
}
.block.amenities-details .inner .list-container .slide-in {
  animation: featuresSlideInLeft 1s ease-in-out forwards 0.4s;
}
.block.amenities-details .inner .cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.block.amenities-details .inner .cards .card {
  position: relative;
  padding: 12px;
  width: 100%;
}
.block.amenities-details .inner .cards .card .image-wrapper {
  width: 100%;
  height: 320px;
  position: relative;
  background-color: #767676;
}
.block.amenities-details .inner .cards .card .image-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.amenities-details .inner .cards .card .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
.block.amenities-details .inner .cards .card .image-wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.block.amenities-details .inner .cards .card .image-wrapper a {
  display: none;
}
.block.amenities-details .inner .cards .card .text {
  font-size: 2rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
}
.block.amenities-details .inner .cards .card.fade-in {
  animation: featuresFadeIn 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.amenities-details .inner {
    padding: 160px 16px 148px;
  }
  .block.amenities-details .inner .title h2 {
    font-size: 3.52rem;
  }
  .block.amenities-details .inner .list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .block.amenities-details .inner .list-container .outdoors {
    width: 45%;
  }
  .block.amenities-details .inner .list-container .indoors {
    width: 45%;
  }
  .block.amenities-details .inner .cards {
    flex-direction: row;
    display: flex;
  }
  .block.amenities-details .inner .cards .card {
    width: 50%;
  }
  .block.amenities-details .inner .cards .card .image-wrapper {
    height: 450px;
  }
}
@keyframes featuresFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes featuresSlideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#rs-builder .block.amenities-details .cards .card .image-wrapper:before {
  display: none;
}
#rs-builder .block.amenities-details .cards .card .image-wrapper {
  position: relative;
}
#rs-builder .block.amenities-details .cards .card .image-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background-color: #767676;
  text-align: center;
}
.block.services {
  background-image: url("https://placehold.co/1920x1080");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
}
.block.services * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.services .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.services .inner .container {
  padding: 32px;
  margin: 0 20px;
  border-left: 2.5px solid var(--text-link-color-hover);
  max-width: 600px;
}
.block.services .inner .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-bg-color);
  opacity: 0.9;
  z-index: -1;
}
.block.services .inner .container h2 {
  font-size: 2.88rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 4.5px;
}
.block.services .inner .container ul {
  list-style: disc;
  margin-left: 18px;
}
.block.services .inner .container ul li {
  font-size: 1.6rem;
  color: var(--text-color);
  font-family: var(--text-font);
}
.block.services .inner .fade-in {
  animation: servicesFadeIn 1s ease-in-out forwards 0.4s;
}
.block.services .inner .slide-in {
  animation: servicesSlideIn 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 960px) {
  .block.services {
    background-attachment: fixed;
    position: relative;
  }
  .block.services .inner {
    position: unset;
  }
  .block.services .inner .container {
    position: absolute;
    width: 600px;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    margin: unset;
  }
  .block.services .inner .container h2 {
    font-size: 3.52rem;
  }
}
@keyframes servicesFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes servicesSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.block.interactive-map {
  padding: 80px 0 0;
}
.block.interactive-map * {
  box-sizing: border-box;
}
.block.interactive-map iframe {
  height: 100dvh;
}
@media screen and (min-width: 960px) {
  .block.interactive-map iframe {
    height: 60dvh;
  }
}
.block.hero-w-text {
  height: 600px;
  background-image: url("https://placehold.co/1920x1080/333333/png");
  background-size: cover;
  background-position: center;
}
.block.hero-w-text * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.hero-w-text .inner {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.block.hero-w-text .inner .content {
  position: absolute;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
}
.block.hero-w-text .inner .content h1 {
  font-size: 2.56rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.block.hero-w-text .inner .content p {
  margin: 30px auto;
  max-width: 700px;
  font-size: 1.6rem;
  color: var(--text-color);
  font-family: var(--text-font);
}
.block.hero-w-text .inner .fade-in {
  animation: heroTextFadeIn 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.hero-w-text {
    height: 650px;
  }
  .block.hero-w-text .inner .content h1 {
    font-size: 5.5rem;
  }
}
@keyframes heroTextFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block.v-tours * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.v-tours .iframe-link {
  display: none;
}
.block.v-tours .inner {
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.v-tours .inner .carousel-wrapper {
  width: 100%;
  position: relative;
}
.block.v-tours .inner .carousel-wrapper .swiper {
  margin: 32px 0 5px;
}
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .tour-wrapper .video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  color: #000;
  overflow: hidden;
}
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .tour-wrapper .video-wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .tour-wrapper .video-wrapper .fluid-width-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .text {
  background-color: var(--heading-color-alt);
  margin-top: -8px;
  max-width: 592px;
  width: 100%;
  padding: 16px;
  position: relative;
  transition: box-shadow 0.1s ease-out;
}
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .text h2,
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .text h3,
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .text h4,
.block.v-tours .inner .carousel-wrapper .swiper .swiper-slide .text h5 {
  color: var(--heading-color);
  font-size: 2rem;
  margin-bottom: 5px;
  letter-spacing: 4.5px;
  font-family: var(--heading-font);
}
.block.v-tours .inner .carousel-wrapper .tours-nav {
  display: flex;
  margin-bottom: 5px;
}
.block.v-tours .inner .carousel-wrapper .tours-nav .next,
.block.v-tours .inner .carousel-wrapper .tours-nav .prev {
  background-color: var(--text-link-color-hover);
  font-family: var(--heading-font);
  color: var(--heading-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 11.7px 5.2px 5.2px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 12rem;
  margin: 0 10px 0 0;
  border: none;
}
.block.v-tours .inner .carousel-wrapper .pagination {
  display: none;
}
.block.v-tours .inner .carousel-wrapper .scrollbar {
  height: 4px;
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.1);
}
.block.v-tours .inner .carousel-wrapper .scrollbar .swiper-scrollbar-drag {
  background-color: var(--button-bg-color-hover);
}
.block.v-tours .slide-up {
  animation: teamSlideUp 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.v-tours .inner .carousel-wrapper .tours-nav .next,
  .block.v-tours .inner .carousel-wrapper .tours-nav .prev {
    margin: 45px 16px 0 0;
    width: 15rem;
  }
  .block.v-tours .inner .carousel-wrapper .pagination {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .block.v-tours .inner .carousel-wrapper .pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: var(--text-color-alt);
    opacity: 0.5;
  }
  .block.v-tours .inner .carousel-wrapper .pagination .swiper-pagination-bullet-active {
    background-color: var(--button-bg-color);
    opacity: 1;
  }
  .block.v-tours .inner .carousel-wrapper .scrollbar {
    display: none;
  }
}
@keyframes teamSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#rs-builder .block.v-tours .iframe-link {
  display: block;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}
#rs-builder .block.v-tours .swiper-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#rs-builder .block.v-tours .swiper-slide {
  width: calc(33.333% - 7px);
}
#rs-builder .block.v-tours .swiper-slide {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.intro:has(+ .block.v-tours) {
    padding-bottom: 64px;
  }
}
.block.neighborhood-intro * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.neighborhood-intro .inner {
  padding: 80px 32px 68px;
}
.block.neighborhood-intro .inner .text {
  padding: 0 12px;
}
.block.neighborhood-intro .inner .text h2 {
  font-size: 2.88rem;
  color: var(--heading-color-alt);
  font-family: var(--heading-font);
  letter-spacing: 4.5px;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
.block.neighborhood-intro .inner .text h2::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--button-bg-color);
}
.block.neighborhood-intro .inner .text p {
  font-size: 1.6rem;
  color: var(--text-color-alt);
  margin-bottom: 10px;
}
.block.neighborhood-intro .inner .text .button {
  margin-top: 25px;
  padding: 13px 19.5px;
  background-color: var(--button-bg-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--button-text-color);
}
.block.neighborhood-intro .inner .images-container {
  margin-top: 32px;
}
.block.neighborhood-intro .inner .images-container .card {
  padding: 12px;
  position: relative;
}
.block.neighborhood-intro .inner .images-container .card .image-wrapper {
  position: relative;
  width: 100%;
}
.block.neighborhood-intro .inner .images-container .card .image-wrapper img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.block.neighborhood-intro .inner .images-container .card .image-wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.block.neighborhood-intro .inner .images-container .card .caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  color: var(--text-color);
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--heading-font);
  text-transform: uppercase;
  z-index: 1;
}
.block.neighborhood-intro .inner .images-container .fade-in {
  animation: neighborhoodIntrofadeIn 1s ease-in forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.neighborhood-intro .inner {
    padding: 80px 16px;
  }
  .block.neighborhood-intro .inner .text h2 {
    font-size: 3.52rem;
  }
  .block.neighborhood-intro .inner .images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block.neighborhood-intro .inner .images-container .card:nth-of-type(4n-3),
  .block.neighborhood-intro .inner .images-container .card:nth-of-type(4n) {
    width: 58.3333%;
  }
  .block.neighborhood-intro .inner .images-container .card:nth-of-type(4n-2),
  .block.neighborhood-intro .inner .images-container .card:nth-of-type(4n-1) {
    width: 41.6667%;
  }
  .block.neighborhood-intro .inner .images-container .card .image-wrapper {
    background-color: #767676;
  }
  .block.neighborhood-intro .inner .images-container .card .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
@keyframes neighborhoodIntrofadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#rs-builder .block.neighborhood-intro .inner .images-container .card .image-wrapper::before {
  display: none;
}
.block.neighborhood {
  background: url("/community/assets/img/dark-stripes-light.png");
}
.block.neighborhood * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.neighborhood ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.neighborhood ul li {
  padding: 0;
  margin: 0;
}
.block.neighborhood .markerDrop {
  animation: drop 0.3s linear forwards var(--delay-time);
}
.block.neighborhood .inner {
  padding: 64px 32px;
}
.block.neighborhood .inner .container {
  margin-bottom: 40px;
}
.block.neighborhood .inner .container .nearby-container {
  margin-bottom: 5px;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper {
  position: relative;
  height: fit-content;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-dropdown {
  width: 100%;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-dropdown button {
  width: 100%;
  text-align: left;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  border: 1px solid #a6a6a6;
  outline: 0;
  color: var(--heading-color-alt);
  padding: 1px 6px;
  font-size: 1.3rem;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-dropdown button span {
  float: right;
  transform: rotate(90deg);
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 2px;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 3px;
  grid-column-gap: 0;
  padding: 8px 0;
  background: linear-gradient(to bottom, #f7f7f7 0%, #dddddd 100%);
  border: 1px solid #a6a6a6;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul li {
  display: flex;
  justify-content: center;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul li button {
  background-color: var(--button-text-color-hover);
  border: none;
  padding: 1px 6px;
  margin: 0;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul li button img {
  height: auto;
  width: 25px;
  pointer-events: none;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons.show {
  opacity: 1;
  visibility: visible;
}
.block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons .selected {
  opacity: 0.5;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper {
  width: 100%;
  margin-top: 2px;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul {
  display: flex;
  justify-content: flex-start;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul li {
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul li input {
  display: none;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul li label {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
  padding: 3px 10px;
  font-family: var(--text-font);
  font-size: 1.6rem;
  display: block;
  line-height: 1;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul li label p {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
.block.neighborhood .inner .container .nearby-container .radius-wrapper ul input[type="radio"]:checked + label {
  opacity: 0.5;
}
.block.neighborhood .inner .container .map-container {
  margin-bottom: 15px;
}
.block.neighborhood .inner .container .map-container #neighborhood-map {
  background: url("/community/assets/img/map-assets/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 600px;
}
.block.neighborhood .inner .container .map-container #neighborhood-map .info-window-content {
  color: var(--heading-color-alt);
  margin-bottom: 10px;
}
.block.neighborhood .inner .container .map-container #neighborhood-map .info-window-content h4 {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 10px;
  font-family: var(--heading-font);
}
.block.neighborhood .inner .container .map-container #neighborhood-map .info-window-content p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.25;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  text-align: left;
}
.block.neighborhood .inner .container .map-container #neighborhood-map .info-window-content a {
  color: blue;
  font-size: 1.2rem;
  cursor: pointer;
  max-width: 200px;
  margin-bottom: 0;
  font-family: var(--text-font);
  text-wrap: wrap;
}
.block.neighborhood .inner .container .map-container .results {
  height: 100%;
  background-color: #fff;
}
.block.neighborhood .inner .container .map-container .results ul {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: var(--heading-color-alt);
}
.block.neighborhood .inner .container .map-container .results ul li {
  list-style: none;
  padding: 20px 15px;
}
.block.neighborhood .inner .container .map-container .results ul li h3,
.block.neighborhood .inner .container .map-container .results ul li h4 {
  font-size: 1.1rem;
  margin: 5px;
  letter-spacing: 4.5px;
  font-family: var(--heading-font);
  line-height: 1;
}
.block.neighborhood .inner .container .map-container .results ul li p {
  font-size: 1.2rem;
  margin: 5px;
  font-family: var(--text-font);
  line-height: 1.25;
  color: var(--text-color-alt);
}
.block.neighborhood .inner .container .map-container .results ul li p:first-child {
  margin-bottom: 20px;
}
.block.neighborhood .inner .container .map-container .results ul li:nth-child(odd) {
  background-color: #e3e3e3;
}
.block.neighborhood .inner .container .map-container .results ul li:nth-child(even) {
  background-color: #fff;
}
.block.neighborhood .inner .container .map-container .results ul table {
  margin: 0 !important;
  font-size: 1.2rem;
}
.block.neighborhood .inner .container .map-container .results ul .adp {
  font-size: 1.2rem;
}
.block.neighborhood .inner .container .map-container .results ul .adp-text {
  font-weight: bold;
  padding: 8px;
}
.block.neighborhood .inner .container .map-container .results ul .adp-summary {
  padding: 8px;
}
.block.neighborhood .inner .container .map-container .results ul .adp-substep {
  padding: 10px 3px;
}
.block.neighborhood .inner .container .search-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-direction: row;
}
.block.neighborhood .inner .container .search-container .user-search {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block.neighborhood .inner .container .search-container .user-search label {
  font-size: 1.6rem;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
}
.block.neighborhood .inner .container .search-container .user-search input {
  color: var(--heading-color-alt);
  line-height: 1;
  padding: 7px 14px;
  border: none;
  width: 100%;
  font-size: 1.4rem;
  font-family: system-ui;
}
.block.neighborhood .inner .local-directions {
  padding: 1.6rem;
  background-color: #fff;
}
.block.neighborhood .inner .local-directions h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 4.5px;
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
}
.block.neighborhood .inner .local-directions ul li {
  font-size: 1.6rem;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
}
.block.neighborhood .inner.rise-in {
  animation: neighborhoodRise 1s ease-in-out forwards 0.4s;
}
@media screen and (min-width: 768px) {
  .block.neighborhood .inner .container .nearby-container {
    display: flex;
    flex-direction: row;
  }
  .block.neighborhood .inner .container .nearby-container .query-wrapper,
  .block.neighborhood .inner .container .nearby-container .radius-wrapper {
    width: 50%;
  }
  .block.neighborhood .inner .container .nearby-container .radius-wrapper ul {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .block.neighborhood .inner {
    padding: 64px 20px;
  }
  .block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons {
    visibility: visible;
    opacity: 1;
    position: relative;
  }
  .block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    background: none;
    border: none;
    padding: 0;
  }
  .block.neighborhood .inner .container .nearby-container .query-wrapper .query-icons ul li button {
    padding-bottom: 5px;
  }
  .block.neighborhood .inner .container .nearby-container .query-wrapper .radius-wrapper ul li label {
    padding: 3px 15px;
  }
  .block.neighborhood .inner .container .map-container {
    display: flex;
    flex-direction: row;
  }
  .block.neighborhood .inner .container .map-container #neighborhood-map {
    width: 80%;
  }
  .block.neighborhood .inner .container .map-container .results {
    width: 20%;
    height: 600px;
    scroll-behavior: auto;
    background-color: #fff;
  }
}
@keyframes neighborhoodRise {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes markerDrop {
  0% {
    transform: translateY(-200px) scaleY(0.9);
    opacity: 0;
  }
  5% {
    opacity: 0.7;
  }
  50% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
  65% {
    transform: translateY(-17px) scaleY(0.9);
    opacity: 1;
  }
  75% {
    transform: translateY(-22px) scaleY(0.9);
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scaleY(1);
    opacity: 1;
  }
}
.block.standard-neighborhood .standard-neighborhood-pin * {
  color: var(--text-color-alt);
}
.block.standard-neighborhood .standard-neighborhood-list-item h1 {
  color: var(--heading-color-alt);
}
html,
body {
  scroll-behavior: smooth;
}
.block.contact * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.contact p,
.block.contact label {
  font-size: 1.6rem;
  font-family: var(--text-font);
  color: var(--text-color-alt);
}
.block.contact h2,
.block.contact h3 {
  font-family: var(--heading-font);
  letter-spacing: 4.5px;
  padding: 0;
}
.block.contact .inner {
  padding: 80px 32px;
}
.block.contact .inner .title {
  font-size: 2.88rem;
  margin: 0 12px 20px;
  position: relative;
  color: var(--heading-color-alt);
}
.block.contact .inner .title::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: var(--heading-color-alt);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block.contact .inner .title-message {
  color: var(--text-color-alt);
  margin: 0 12px 48px;
}
.block.contact .inner .left .error-message {
  display: none;
  background-color: rgba(231, 76, 60, 0.85);
  padding: 8px 15px 8px 35px;
  margin-bottom: 20px;
}
.block.contact .inner .left .error-message .error-list {
  list-style: none;
}
.block.contact .inner .left .error-message .error-list li {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: var(--text-font);
}
.block.contact .inner .left form {
  padding: 12px;
}
.block.contact .inner .left form .input-wrapper {
  padding: 0 12px;
}
.block.contact .inner .left form .input-wrapper label {
  width: 100%;
  display: block;
  color: var(--text-link-color);
  text-transform: capitalize;
  font-weight: 400;
}
.block.contact .inner .left form .input-wrapper input:not([type="submit"]) {
  width: 100%;
  border-radius: 0;
  line-height: 1;
  padding: 8px 16px;
  height: 3.7rem;
  background-color: #f4f4f4;
  border-left: 2px solid var(--text-link-color-hover);
  margin: 0 0 12px;
}
.block.contact .inner .left form .input-wrapper input:not([type="submit"]).error {
  border: 2px solid #e74c3c;
}
.block.contact .inner .left form .input-wrapper textarea {
  padding-bottom: 32px;
  width: 100%;
  min-height: 128px;
  max-height: 350px;
  border-radius: 0;
  resize: vertical;
  margin-bottom: 12px;
}
.block.contact .inner .left form .submit-wrapper {
  padding: 0 12px;
}
.block.contact .inner .left form .submit-wrapper input[type="submit"] {
  margin-top: 50px;
  padding: 16px 24px;
  font-size: 1.3rem;
  font-family: var(--heading-font);
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  text-transform: uppercase;
  min-width: 155px;
  border: 1px solid var(--button-border-color);
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.block.contact .inner .left form .submit-wrapper input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--button-bg-color-hover);
}
.block.contact .inner .left form .submit-wrapper input[type="submit"].success {
  background-color: var(--primary-bg-color);
}
.block.contact .inner .left form .submit-wrapper .success-message {
  display: none;
  background-color: rgba(142, 202, 167, 0.85);
  margin-top: 50px;
  padding: 16px 24px;
}
.block.contact .inner .left form .submit-wrapper .success-message p {
  color: var(--text-color-alt);
  font-size: 1.6rem;
  font-family: var(--text-font);
}
.block.contact .inner .left form .submit-wrapper .success-message.success {
  display: inline-block;
}
.block.contact .inner .left form .g-recaptcha {
  margin: 0;
}
.block.contact .inner .right {
  padding: 12px;
  margin-top: 40px;
}
.block.contact .inner .right h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: var(--heading-color);
}
.block.contact .inner .right p,
.block.contact .inner .right span,
.block.contact .inner .right a {
  color: var(--text-color);
  position: relative;
  padding-bottom: 3px;
}
.block.contact .inner .right a:not(.social)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--button-bg-color-hover);
  transition: all 0.2s ease-in-out;
}
.block.contact .inner .right a:not(.social):hover,
.block.contact .inner .right a:not(.social):focus {
  text-decoration: none !important;
}
.block.contact .inner .right a:not(.social):hover::before,
.block.contact .inner .right a:not(.social):focus::before {
  width: 100%;
}
.block.contact .inner .right .info {
  background-color: var(--button-bg-color);
  padding: 32px;
  box-shadow: 0 3px 13px rgba(100, 100, 100, 0.72);
}
.block.contact .inner .right .info .address {
  margin-top: 19px;
  margin-bottom: 16px;
}
.block.contact .inner .right .info .email {
  margin-top: 10px;
}
.block.contact .inner .right .info .email a {
  text-decoration: underline;
}
.block.contact .inner .right .info .socials {
  margin-top: 20px;
  display: flex;
}
.block.contact .inner .right .info .socials a {
  padding: 8px 12.8px;
  border: 1px solid var(--text-color);
  font-size: 1.8rem;
  margin-right: 10px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.block.contact .inner .right .info .socials a span {
  color: var(--button-text-color);
  line-height: 1;
}
.block.contact .inner .right .info .socials a:hover,
.block.contact .inner .right .info .socials a:focus {
  background-color: var(--text-link-color-hover);
  border-color: var(--text-link-color-hover);
}
.block.contact .inner .right .info .socials a:hover span,
.block.contact .inner .right .info .socials a:focus span {
  color: var(--button-text-color-hover);
}
.block.contact .inner .right .info .socials a[href=''] {
  display: none;
}
.block.contact .inner .right .info .hours {
  margin-top: 32px;
}
.block.contact .inner .right #contact-map {
  height: 320px;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  background: url("/community/assets/img/map-assets/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.block.contact .inner .right #contact-map span {
  color: var(--text-link-color);
}
.block.contact.landing .inner .title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.contact h2,
  .block.contact h3 {
    font-family: var(--heading-font);
    color: var(--heading-color-alt);
    letter-spacing: 4.5px;
    padding: 0;
  }
  .block.contact .inner {
    padding: 80px 16px;
  }
  .block.contact .inner .title {
    font-size: 3.52rem;
  }
  .block.contact .inner .contact-container {
    display: flex;
    flex-direction: row;
  }
  .block.contact .inner .contact-container .left {
    flex: 2;
  }
  .block.contact .inner .contact-container .left form .fname-wrapper,
  .block.contact .inner .contact-container .left form .lname-wrapper {
    width: 50%;
  }
  .block.contact .inner .contact-container .left form .fname-wrapper {
    float: left;
  }
  .block.contact .inner .contact-container .left form .lname-wrapper {
    float: right;
  }
  .block.contact .inner .contact-container .right {
    flex: 1;
  }
  .block.contact .inner .contact-container .right #contact-map {
    height: 400px;
  }
}
.block.brochure {
  background-image: url("/community/assets/img/dark-stripes-light.png");
  background-repeat: repeat;
  position: relative;
}
.block.brochure * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.brochure h1,
.block.brochure h2,
.block.brochure p,
.block.brochure li {
  color: var(--heading-color-alt);
}
.block.brochure h1,
.block.brochure h2 {
  color: var(--heading-color-alt);
  margin-bottom: 10px;
  padding: unset;
  letter-spacing: 4.5px;
  font-family: var(--heading-font);
}
.block.brochure h1 {
  font-size: 2.4rem;
}
.block.brochure h2 {
  font-size: 2.88rem;
}
.block.brochure .contact h3 {
  color: var(--heading-color-alt);
  font-size: 2rem;
  font-family: var(--heading-font);
  margin-bottom: 10px;
  padding-top: 10px;
}
.block.brochure .decorative-bg {
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 900px;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.brochure .inner {
  padding: 64px 10px;
}
.block.brochure .inner .button-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  margin-bottom: 50px;
}
.block.brochure .inner .button-wrapper button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-family: var(--heading-font);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 13px 19.5px;
  text-transform: uppercase;
  min-width: 155px;
  border: 1px solid var(--button-border-color);
  text-align: center;
  cursor: pointer;
}
.block.brochure .inner .printable-area {
  padding: 16px;
  max-width: 750px;
  margin: 0 auto;
  background-color: white;
}
.block.brochure .inner .printable-area .logo-wrapper {
  text-align: center;
  width: 100%;
}
.block.brochure .inner .printable-area .logo-wrapper img {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.block.brochure .inner .printable-area .print-section {
  padding: 20px 0;
  border-bottom: 1px solid var(--heading-link-color);
}
.block.brochure .inner .printable-area .print-section p {
  margin-bottom: 10px;
  font-size: 1.73rem;
  font-family: var(--text-font);
}
.block.brochure .inner .printable-area .print-section p.email {
  overflow-wrap: break-word;
}
.block.brochure .inner .printable-area .print-section p.hours {
  margin: unset;
}
.block.brochure .inner .printable-area .print-section:first-child {
  padding-top: 0;
}
.block.brochure .inner .printable-area .print-section table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--heading-link-color);
}
.block.brochure .inner .printable-area .print-section table thead {
  background-color: var(--button-bg-color);
}
.block.brochure .inner .printable-area .print-section table thead tr th {
  font-size: 1.2rem;
  font-family: var(--heading-font);
  text-align: left;
  padding: 13px 2px;
  background-color: var(--button-bg-color);
}
.block.brochure .inner .printable-area .print-section table thead tr th * {
  font-size: 1.2rem;
}
.block.brochure .inner .printable-area .print-section table tbody tr td {
  color: var(--heading-color-alt);
  font-style: var(--text-font);
  font-size: 1.3rem;
  padding: 8.667px 2px;
}
.block.brochure .inner .printable-area .print-section table tbody tr td * {
  font-size: 1.3rem;
}
.block.brochure .inner .printable-area .print-section table tbody tr td:first-child {
  width: 33.333%;
}
.block.brochure .inner .printable-area .print-section table tbody tr:nth-child(even) {
  background-color: var(--button-bg-color);
}
.block.brochure .inner .printable-area .print-section table tbody tr:nth-child(even) td * {
  color: var(--heading-color);
}
.block.brochure .inner .printable-area .print-section table caption {
  caption-side: bottom;
  font-size: 1.2rem;
  font-family: var(--text-font);
  color: var(--heading-color-alt);
  margin: 20px 0 10px;
}
.block.brochure .inner .printable-area .print-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.block.brochure .inner .printable-area .print-section ul li {
  color: var(--heading-color-alt);
  font-size: 1.73rem;
  font-family: var(--text-font);
}
.block.brochure .inner .printable-area .print-footer {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.block.brochure .inner .printable-area .print-footer img {
  display: inline-block;
  height: 20px;
  width: auto;
  margin: 0 2.5px;
}
@media screen and (min-width: 768px) {
  .block.brochure h1 {
    font-size: 3.2rem;
  }
  .block.brochure h2 {
    font-size: 3.52rem;
  }
  .block.brochure .inner {
    padding: 64px 32px;
  }
  .block.brochure .inner .printable-area {
    padding: 32px;
  }
  .block.brochure .inner .printable-area .print-section table thead tr th {
    font-size: 2rem;
    padding: 17.33px 15px;
  }
  .block.brochure .inner .printable-area .print-section table tbody tr td {
    font-size: 1.73rem;
    padding: 8.667px 15px;
  }
}
.block.accessibility {
  padding: 80px 32px;
}
.block.accessibility * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.accessibility h3,
.block.accessibility h4 {
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  letter-spacing: 4.5px;
  margin-bottom: 10px;
  padding: 0;
}
.block.accessibility h3 {
  font-size: 2rem;
}
.block.accessibility h4 {
  font-size: 2.4rem;
}
.block.accessibility p {
  font-size: 1.6rem;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
}
.block.accessibility p a {
  color: #3273dc;
}
.block.privacy {
  padding: 40px 32px;
}
.block.privacy * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.privacy h3,
.block.privacy h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 0;
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  letter-spacing: 4.5px;
}
.block.privacy h4,
.block.privacy h5 {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--text-font);
  color: var(--heading-color-alt);
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
}
.block.privacy p {
  margin: 0 0 20px;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.privacy p a {
  color: black;
  text-decoration: underline;
}
.block.privacy ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.block.privacy ul li {
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.privacy .fade-in {
  animation: privacyFadeIn 1s ease-in-out forwards 0.4s;
}
@keyframes privacyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.simple-text {
  padding: 40px 32px;
}
.block.simple-text * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.simple-text h2,
.block.simple-text h3,
.block.simple-text h4,
.block.simple-text h5,
.block.simple-text h6 {
  color: var(--heading-color-alt);
}
.block.simple-text p {
  color: var(--heading-color-alt);
}
.block.simple-text ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.block.simple-text ul li {
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.simple-text .fade-in {
  animation: privacyFadeIn 1s ease-in-out forwards 0.4s;
}
@keyframes privacyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.terms {
  padding: 40px 32px;
}
.block.terms * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.terms h3,
.block.terms h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 0;
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  letter-spacing: 4.5px;
}
.block.terms h4,
.block.terms h5 {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: var(--text-font);
  color: var(--heading-color-alt);
  font-style: italic;
  margin: 0 0 20px;
  padding: 0;
}
.block.terms p {
  margin: 0 0 20px;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.terms p a {
  color: black;
  text-decoration: underline;
}
.block.terms ul {
  margin: 0 0 20px 20px;
  padding: 0;
}
.block.terms ul li {
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.terms .fade-in {
  animation: termsFadeIn 1s ease-in-out forwards 0.4s;
}
@keyframes termsFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.block.covid {
  padding: 80px 32px;
}
.block.covid * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.covid p {
  font-size: 16px;
  color: var(--heading-color-alt);
  font-family: var(--text-font);
}
.block.sticky-nav {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-repeat: repeat;
}
.block.sticky-nav * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.sticky-nav .inner {
  background-image: url("/community/assets/img/dark-stripes-light.png");
  padding: 15px;
  overflow-x: auto;
  width: 100%;
  background-color: #e6e6e6d9;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.block.sticky-nav .inner nav ul {
  display: flex;
  margin: 0 0 0 20px;
}
.block.sticky-nav .inner nav ul li:not(:last-child) {
  border-right: 2px solid var(--text-link-color);
}
.block.sticky-nav .inner nav ul li a {
  color: var(--button-bg-color);
  font-family: var(--heading-font);
  font-size: 1.3rem;
  padding: 0 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
.block.sticky-nav.stuck .inner {
  position: fixed;
  z-index: 2;
  background-image: none;
  left: 0;
  top: 68.8px;
}
@media screen and (min-width: 768px) {
  .block.sticky-nav {
    padding: 48px 20px;
    width: 100%;
  }
  .block.sticky-nav .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block.sticky-nav .inner nav ul li a {
    font-size: 1.6rem;
    padding: 0 15px;
  }
  .block.sticky-nav.stuck .inner {
    max-width: 100% !important;
    position: fixed;
    background-image: none;
    left: 0;
    top: 67.5px;
  }
}
@media screen and (min-width: 960px) {
  .block.sticky-nav.stuck .inner {
    top: 71.69px;
  }
}
.block.gallery * {
  box-sizing: border-box;
}
.block.gallery .gallery-sub {
  padding: 32px 8px 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.gallery .gallery-sub h2 {
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  font-size: 2.88rem;
  letter-spacing: 4.5px;
  text-align: center;
  text-transform: capitalize;
  margin: 16px 0 72px;
  padding: unset;
  position: relative;
}
.block.gallery .gallery-sub h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
  left: calc(50% - 50px);
}
.block.gallery .gallery-sub h2.fade-in {
  animation: galleryFadeIn 1s ease-in-out 0.5s forwards;
}
.block.gallery .gallery-sub .gallery-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6.5px;
  width: 100%;
}
.block.gallery .gallery-sub .gallery-container .card {
  width: 100%;
  height: 320px;
}
.block.gallery .gallery-sub .gallery-container .card a {
  position: relative;
}
.block.gallery .gallery-sub .gallery-container .card a .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
.block.gallery .gallery-sub .gallery-container .card a img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.block.gallery .gallery-sub .gallery-container .card a:hover .overlay {
  opacity: 0.4;
}
.block.gallery .gallery-sub:nth-child(even) {
  background-color: var(--button-bg-color);
}
.block.gallery .gallery-sub:nth-child(even) h2 {
  color: var(--heading-color);
}
.block.gallery .gallery-sub:nth-child(even) h2::after {
  background-color: var(--text-link-color-hover);
}
.block.gallery .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 0 10px;
  cursor: zoom-out;
}
.block.gallery .image-modal.active {
  display: flex;
}
.block.gallery .image-modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.gallery .image-modal .modal-content .content-inner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-height: 150px;
  min-width: 150px;
}
.block.gallery .image-modal .modal-content .content-inner .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 2rem;
  display: none;
}
.block.gallery .image-modal .modal-content .content-inner .close-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  top: 10px;
  justify-content: flex-end;
}
.block.gallery .image-modal .modal-content .content-inner .close-wrapper .close-btn {
  cursor: zoom-out;
  float: right;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.8rem;
  opacity: 0.65;
  font-family: Arial, Baskerville, monospace;
  transition: 0s;
  margin: unset;
  padding: 0 0 5px;
}
.block.gallery .image-modal .modal-content .content-inner .close-wrapper .close-btn:hover {
  opacity: 1;
}
.block.gallery .image-modal .modal-content .content-inner .modal-image {
  padding-bottom: 5px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  cursor: default;
  padding: 40px 0;
}
.block.gallery .image-modal .modal-content .content-inner .modal-text {
  color: var(--heading-color);
  font-family: var(--text-font);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
}
.block.gallery .image-modal .modal-content .content-inner .modal-text .description {
  font-size: 1.6rem;
  cursor: default;
}
.block.gallery .image-modal .modal-content .content-inner .modal-text .counter {
  font-size: 1.2rem;
  cursor: default;
}
.block.gallery .image-modal .next,
.block.gallery .image-modal .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  opacity: 0.65;
  transition: 0s;
  text-align: unset;
  margin: unset;
  width: 100px;
  height: 100px;
  padding: 0;
  z-index: 5;
}
.block.gallery .image-modal .next:hover,
.block.gallery .image-modal .prev:hover {
  opacity: 1;
}
.block.gallery .image-modal .prev {
  left: 0;
}
.block.gallery .image-modal .next {
  right: 0;
}
.block.gallery .image-modal .prev::before,
.block.gallery .image-modal .prev::after,
.block.gallery .image-modal .next::before,
.block.gallery .image-modal .next::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.block.gallery .image-modal .prev::before,
.block.gallery .image-modal .next::before {
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  opacity: 0.7;
}
.block.gallery .image-modal .prev::after,
.block.gallery .image-modal .next::after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.block.gallery .image-modal .prev::before {
  border-right: 27px solid var(--heading-color-alt);
}
.block.gallery .image-modal .prev::after {
  border-right: 17px solid var(--heading-color);
  margin-left: 2.5px;
}
.block.gallery .image-modal .next::before {
  border-left: 27px solid var(--heading-color-alt);
}
.block.gallery .image-modal .next::after {
  border-left: 17px solid var(--heading-color);
  margin-right: 2.5px;
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-sub {
    padding: 32px 60px 80px;
  }
  .block.gallery .gallery-sub .title {
    font-size: 3.52rem;
  }
  .block.gallery .gallery-sub .gallery-container {
    flex-direction: row;
  }
  .block.gallery .gallery-sub .gallery-container .card {
    width: calc(25% - 4.875px);
    height: 400px;
  }
}
@keyframes galleryFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  background-color: transparent !important;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -10px !important;
  height: unset !important;
  width: unset !important;
}
.slbContentOuter .slbCaption {
  height: 4em;
  font-size: 16px;
  bottom: 10px !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.slbContentOuter .slbCaption-text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.slbContentOuter .slbCaption-text * {
  font-size: 16px;
}
.slbContentOuter .slbCaption-counter {
  height: 4em;
  font-size: 16px;
}
.block.footer {
  padding: unset;
  overflow-y: clip;
}
.block.footer * {
  box-sizing: border-box;
  line-height: 1.5;
}
.block.footer #popcard-text[href=""] {
  display: none;
}
.block.footer .top {
  background-color: #fff;
}
.block.footer .top .inner {
  padding: 36px 12px 78px;
  margin-top: 25px;
}
.block.footer .top .inner .column {
  padding: 12px;
}
.block.footer .top .inner .column:nth-child(2) {
  animation-delay: 0.6s;
}
.block.footer .top .inner .column:nth-child(3) {
  animation-delay: 0.8s;
}
.block.footer .top .inner .column:nth-child(4) {
  animation-delay: 1s;
}
.block.footer .top .inner .fade-in {
  animation: 1s footerFadeIn forwards ease-in-out;
}
.block.footer .top .inner .corporate {
  padding-top: 18px;
}
.block.footer .top .inner .corporate a img {
  height: auto;
  max-width: 180px;
  padding-bottom: 3px;
}
.block.footer .top .inner h3 {
  font-size: 2rem;
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  letter-spacing: 4.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.block.footer .top .inner a {
  font-family: var(--text-font);
  font-size: 1.6rem;
  color: var(--text-color-alt);
  display: inline-block;
  position: relative;
}
.block.footer .top .inner a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: width 0.2s ease-in-out;
  background-color: var(--text-link-color-hover);
}
.block.footer .top .inner a:not(.social):hover::before,
.block.footer .top .inner a:not(.social):focus::before {
  width: 100%;
}
.block.footer .top .inner ul {
  padding: 0;
  margin: 0;
}
.block.footer .top .inner ul li {
  list-style: none;
  font-size: 1.6rem;
}
.block.footer .top .inner .connect a img {
  width: 180px;
  height: auto;
  margin-bottom: 11px;
}
.block.footer .top .inner .connect .address {
  width: 170px;
  margin-bottom: 10px;
  display: block;
}
.block.footer .top .inner .connect .socials {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block.footer .top .inner .connect .socials a {
  border: 1px solid var(--button-bg-color);
  text-align: center;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-width: 44px;
}
.block.footer .top .inner .connect .socials a i,
.block.footer .top .inner .connect .socials a span {
  color: var(--button-bg-color);
  font-size: 18px;
  line-height: 1;
}
.block.footer .top .inner .connect .socials a:hover,
.block.footer .top .inner .connect .socials a:focus {
  background-color: var(--button-bg-color);
}
.block.footer .top .inner .connect .socials a:hover i,
.block.footer .top .inner .connect .socials a:focus i,
.block.footer .top .inner .connect .socials a:hover span,
.block.footer .top .inner .connect .socials a:focus span {
  color: var(--button-text-color);
}
.block.footer .top .inner .connect .socials a[href=""] {
  display: none;
}
.block.footer .bottom {
  width: 100%;
  background-image: url(/community/assets/img/dark-stripes-light.png);
  background-color: #eee;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 8px 12px;
}
.block.footer .bottom .inner .bottom-wrapper {
  width: 100%;
  padding: 12px;
}
.block.footer .bottom .inner .bottom-wrapper a,
.block.footer .bottom .inner .bottom-wrapper p {
  color: var(--heading-color-alt);
  font-family: var(--text-font);
  font-size: 1.6rem;
}
.block.footer .bottom .inner .slide-in {
  animation: 1s footerSlideUp forwards ease-in-out;
}
.block.footer .bottom .inner .accessibility {
  display: inline-block;
  animation-delay: 0.6s;
}
.block.footer .bottom .inner .accessibility svg {
  width: 20px;
  height: 20px;
}
.block.footer .bottom .inner .copyright {
  animation-delay: 0.8s;
}
.block.footer .bottom .inner .resite {
  animation-delay: 1s;
}
.block.footer .bottom .inner .resite a {
  padding-bottom: 3px;
}
.block.footer .side-btns {
  position: fixed;
  width: 100px;
  right: 0;
  bottom: 10%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
}
.block.footer .side-btns button,
.block.footer .side-btns a {
  font-size: 1.1rem;
  width: 100%;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  font-family: var(--heading-font);
  cursor: pointer;
  padding: 10px;
}
.block.footer .side-btns button:nth-child(2),
.block.footer .side-btns a:nth-child(2) {
  padding: 17px 10px 10px;
}
.block.footer .side-btns button img,
.block.footer .side-btns a img {
  height: 10px;
  margin-bottom: 5px;
}
.block.footer .side-btns.active,
.block.footer .side-btns:focus-within {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .block.footer .top .inner {
    display: flex;
    flex-direction: row;
  }
  .block.footer .top .inner .column {
    width: 25%;
  }
  .block.footer .bottom .inner {
    display: flex;
    flex-direction: row;
    padding: 8px;
  }
  .block.footer .bottom .inner .bottom-wrapper {
    width: 33.33333%;
    margin: unset;
    padding: 12px;
  }
  .block.footer .bottom .inner .accessibility {
    text-align: left;
  }
  .block.footer .bottom .inner .copyright {
    text-align: center;
  }
  .block.footer .bottom .inner .resite {
    text-align: end;
  }
  .block.footer .side-btns a {
    font-size: 1.4rem;
  }
}
@keyframes footerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes footerSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.block.floor-plans {
  padding: 90px 32px;
}
.block.floor-plans header {
  padding: 20px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floor-plans header svg {
  color: var(--button-text-color);
  fill: var(--button-text-color);
  height: 15px;
}
.block.floor-plans header .col {
  padding-bottom: 10px;
}
.block.floor-plans header select {
  width: 100%;
  border: 0;
  padding: 5px;
  box-sizing: border-box;
}
.block.floor-plans article {
  position: relative;
  padding: 25px;
  text-align: center;
  color: #333;
}
.block.floor-plans article .item {
  position: relative;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.block.floor-plans article h1,
.block.floor-plans article h2,
.block.floor-plans article h3,
.block.floor-plans article h4,
.block.floor-plans article h5,
.block.floor-plans article h6 {
  font-size: 2.2rem;
  padding-top: 12px;
}
.block.floor-plans article svg {
  color: currentColor;
  fill: currentColor;
}
.block.floor-plans article p {
  padding: 4px 0;
}
.block.floor-plans article svg {
  height: 15px;
}
.block.floor-plans article span.status {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
  padding: 3px 20px;
  border-radius: 6px;
}
.block.floor-plans article span.status.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.floor-plans article span.status.inline {
  display: inline-block;
}
.block.floor-plans article span.status:hover {
  background: var(--button-bg-color-hover);
}
@media screen and (min-width: 960px) {
  .block.floor-plans header {
    display: flex;
    justify-content: space-between;
  }
  .block.floor-plans header .col {
    width: 23%;
  }
  .block.floor-plans article {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.floor-plans article .item {
    width: 31%;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.block.floorplan {
  padding: 45px 20px;
}
.block.floorplan .inner {
  display: flex;
  flex-direction: column;
}
.block.floorplan aside {
  position: relative;
  order: 2;
}
.block.floorplan .widget {
  background-color: var(--primary-bg-color);
  color: var(--text-color);
  padding: 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.block.floorplan .widget a {
  color: var(--text-color);
  font-size: 1.3rem;
  line-height: 1.5;
}
.block.floorplan .widget a:hover,
.block.floorplan .widget a:focus {
  text-decoration: underline;
}
.block.floorplan .widget p {
  color: var(--text-color);
  font-size: 1.3rem;
}
.block.floorplan .widget ul {
  list-style: none;
  display: flex;
}
.block.floorplan .widget li {
  max-width: 50%;
}
.block.floorplan .widget li + li {
  padding-left: 10px;
}
.block.floorplan .widget label {
  font-weight: bold;
}
.block.floorplan .widget h3 {
  color: var(--text-color);
  font-size: 2.4rem;
  text-align: left;
}
.block.floorplan .widget button,
.block.floorplan .widget .button,
.block.floorplan .widget input[type="submit"] {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 8px;
  font-size: 1.6rem;
  cursor: pointer;
  border: 1px solid var(--text-color);
}
.block.floorplan .widget button:hover,
.block.floorplan .widget .button:hover,
.block.floorplan .widget input[type="submit"]:hover,
.block.floorplan .widget button:focus,
.block.floorplan .widget .button:focus,
.block.floorplan .widget input[type="submit"]:focus {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.floorplan article {
  order: 1;
  position: relative;
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  list-style: none;
}
.block.floorplan article h1 {
  text-align: left;
  font-size: 3rem;
  background: var(--primary-bg-color);
  color: var(--text-color);
  padding: 8px;
}
.block.floorplan article a {
  display: block;
  color: #333;
}
.block.floorplan article .thumbnail {
  display: block;
  padding-bottom: 30px;
}
.block.floorplan article .thumbnail img {
  width: 100%;
  display: block;
  max-height: 100vh;
}
.block.floorplan article .info {
  display: none;
  padding-bottom: 30px;
}
.block.floorplan article .info * {
  font-size: 1.36rem;
}
.block.floorplan article dl {
  overflow: hidden;
  padding: 20px 15px 10px;
  margin: 0;
}
.block.floorplan article dt {
  text-transform: uppercase;
  float: left;
  width: 30%;
  clear: both;
  font-size: 1.36rem;
}
.block.floorplan article dd {
  float: left;
  font-size: 1.36rem;
}
.block.floorplan article p {
  clear: both;
  font-style: italic;
  font-size: 1.6rem;
}
.block.floorplan table {
  width: 100%;
  text-align: left;
}
.block.floorplan table thead {
  position: relative;
}
.block.floorplan table thead::after {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.block.floorplan table tr th {
  font-weight: bold;
  width: 50%;
  margin: 0;
  color: var(--text-color);
  font-size: 1.4rem;
}
.block.floorplan table tr td {
  font-size: 1.3rem;
}
.block.floorplan table tr td:first-of-type {
  padding: 5px;
  margin: 0;
  border-left: 0;
  border-bottom: 0;
}
.block.floorplan table tr:nth-child(odd) {
  margin: 0;
}
.block.floorplan .fp-box {
  padding: 8px;
  margin-top: 50px;
  background-color: var(--primary-bg-color);
}
.block.floorplan .fp-box * {
  color: var(--text-color);
}
.block.floorplan .fp-box p {
  font-size: 1.3rem;
}
.block.floorplan .fp-box .empty {
  display: none;
}
.block.floorplan label {
  font-weight: normal !important;
  font-size: 1.3rem !important;
}
.block.floorplan input,
.block.floorplan textarea,
.block.floorplan select {
  font-size: 1.3rem !important;
}
.block.floorplan input {
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .block.floorplan .inner {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .block.floorplan aside {
    position: static;
    width: 250px;
    margin-left: 20px;
  }
  .block.floorplan aside form {
    padding-top: 10px;
  }
  .block.floorplan article {
    width: calc(100% - 270px);
    padding: 0;
    background: none;
    border: 0;
  }
  .block.floorplan article .active-image {
    padding: 10px;
  }
  .block.floorplan article dl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .block.floorplan article dt {
    border-bottom: 1px solid #ddd;
    clear: none;
    float: none;
    text-align: left;
    width: 100%;
  }
  .block.floorplan article dd {
    padding-left: 0;
    margin-left: 0;
  }
  .block.floorplan article .g1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .block.floorplan article .g2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .block.floorplan article .g3 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .block.floorplan article .g4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .block.floorplan article .g5 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .block.floorplan article .g6 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .block.floorplan article .g7 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .block.floorplan article .g8 {
    grid-area: 2 / 4 / 3 / 5;
  }
  .block.floorplan article .g8 {
    display: none;
  }
  .block.floorplan .widget {
    margin-bottom: 15px;
  }
  .block.floorplan .widget .droplist {
    display: block;
  }
  .block.floorplan .widget .droplist li {
    max-width: 100%;
    display: flex;
  }
  .block.floorplan .widget .droplist label {
    width: 45%;
    margin-right: 5%;
  }
  .block.floorplan .widget .droplist select {
    width: 50%;
  }
  .block.floorplan .widget .droplist li + li {
    padding: 10px 0 0 0;
  }
}
.block.additional-floorplans {
  padding: 45px 20px;
}
.block.additional-floorplans .fp-box {
  border: 1px solid var(--primary-bg-color);
  position: relative;
}
.block.additional-floorplans .swiper-button-next {
  height: 36px;
  width: 36px;
  border: 1px solid var(--primary-bg-color);
  top: 50%;
  transform: translateY(50%);
}
.block.additional-floorplans .swiper-button-next::after {
  font-size: 20px;
  color: var(--text-color);
}
.block.additional-floorplans h2 {
  font-size: 2.4rem;
  background-color: var(--primary-bg-color);
  color: var(--text-color);
  text-align: left;
  padding: 8px;
}
.block.additional-floorplans h3 {
  text-align: left;
  font-size: 2rem;
}
.block.additional-floorplans p {
  font-size: 1.36rem;
  color: var(--text-color);
}
.block.additional-floorplans .swiper {
  padding: 10px 0 10px 0;
  margin-right: 50px;
}
.block.additional-floorplans a {
  width: 100%;
  display: flex;
}
.block.additional-floorplans .fp-image {
  width: 33.33333333%;
  margin: auto;
}
.block.additional-floorplans .fp-image img {
  width: auto;
  max-height: 70px;
  object-fit: contain;
}
.block.additional-floorplans .fp-details {
  width: 66.66666667%;
}
.block.additional-floorplans .fp-image,
.block.additional-floorplans .fp-details {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .block.additional-floorplans .fp-box {
    width: calc(100% - 270px);
  }
}
.block.floorplan.manual .fp-box {
  display: none !important;
}
.block.floorplan.manual .g8 {
  display: block !important;
}
.block.floorplan.manual .info {
  display: block;
}
#rs-builder .swiper .swiper-wrapper {
  display: flex;
  overflow: hidden;
}
#rs-builder .swiper-button-next {
  display: none;
}
.block.gallery-new * {
  box-sizing: border-box;
}
.block.gallery-new .gallery-sub {
  padding: 32px 8px 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.gallery-new .gallery-sub h2 {
  font-family: var(--heading-font);
  color: var(--heading-color-alt);
  font-size: 2.88rem;
  letter-spacing: 4.5px;
  text-align: center;
  text-transform: capitalize;
  margin: 16px 0 72px;
  padding: unset;
  position: relative;
}
.block.gallery-new .gallery-sub h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: var(--button-bg-color);
  left: calc(50% - 50px);
}
.block.gallery-new .gallery-sub h2.fade-in {
  animation: galleryFadeIn 1s ease-in-out 0.5s forwards;
}
.block.gallery-new .gallery-sub .gallery-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6.5px;
  width: 100%;
}
.block.gallery-new .gallery-sub .gallery-container .card {
  width: 100%;
  height: 320px;
}
.block.gallery-new .gallery-sub .gallery-container .card a {
  position: relative;
}
.block.gallery-new .gallery-sub .gallery-container .card a .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
.block.gallery-new .gallery-sub .gallery-container .card a img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.block.gallery-new .gallery-sub .gallery-container .card a:hover .overlay {
  opacity: 0.4;
}
.block.gallery-new .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 0 10px;
  cursor: zoom-out;
}
.block.gallery-new .image-modal.active {
  display: flex;
}
.block.gallery-new .image-modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.gallery-new .image-modal .modal-content .content-inner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-height: 150px;
  min-width: 150px;
}
.block.gallery-new .image-modal .modal-content .content-inner .loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-color);
  font-family: var(--text-font);
  font-size: 2rem;
  display: none;
}
.block.gallery-new .image-modal .modal-content .content-inner .close-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  top: 10px;
  justify-content: flex-end;
}
.block.gallery-new .image-modal .modal-content .content-inner .close-wrapper .close-btn {
  cursor: zoom-out;
  float: right;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 2.8rem;
  opacity: 0.65;
  font-family: Arial, Baskerville, monospace;
  transition: 0s;
  margin: unset;
  padding: 0 0 5px;
}
.block.gallery-new .image-modal .modal-content .content-inner .close-wrapper .close-btn:hover {
  opacity: 1;
}
.block.gallery-new .image-modal .modal-content .content-inner .modal-image {
  padding-bottom: 5px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  cursor: default;
  padding: 40px 0;
}
.block.gallery-new .image-modal .modal-content .content-inner .modal-text {
  color: var(--heading-color);
  font-family: var(--text-font);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
}
.block.gallery-new .image-modal .modal-content .content-inner .modal-text .description {
  font-size: 1.6rem;
  cursor: default;
}
.block.gallery-new .image-modal .modal-content .content-inner .modal-text .counter {
  font-size: 1.2rem;
  cursor: default;
}
.block.gallery-new .image-modal .next,
.block.gallery-new .image-modal .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  opacity: 0.65;
  transition: 0s;
  text-align: unset;
  margin: unset;
  width: 100px;
  height: 100px;
  padding: 0;
  z-index: 5;
}
.block.gallery-new .image-modal .next:hover,
.block.gallery-new .image-modal .prev:hover {
  opacity: 1;
}
.block.gallery-new .image-modal .prev {
  left: 0;
}
.block.gallery-new .image-modal .next {
  right: 0;
}
.block.gallery-new .image-modal .prev::before,
.block.gallery-new .image-modal .prev::after,
.block.gallery-new .image-modal .next::before,
.block.gallery-new .image-modal .next::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.block.gallery-new .image-modal .prev::before,
.block.gallery-new .image-modal .next::before {
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  opacity: 0.7;
}
.block.gallery-new .image-modal .prev::after,
.block.gallery-new .image-modal .next::after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.block.gallery-new .image-modal .prev::before {
  border-right: 27px solid var(--heading-color-alt);
}
.block.gallery-new .image-modal .prev::after {
  border-right: 17px solid var(--heading-color);
  margin-left: 2.5px;
}
.block.gallery-new .image-modal .next::before {
  border-left: 27px solid var(--heading-color-alt);
}
.block.gallery-new .image-modal .next::after {
  border-left: 17px solid var(--heading-color);
  margin-right: 2.5px;
}
@media screen and (min-width: 768px) {
  .block.gallery-new .gallery-sub {
    padding: 32px 60px 80px;
  }
  .block.gallery-new .gallery-sub .title {
    font-size: 3.52rem;
  }
  .block.gallery-new .gallery-sub .gallery-container {
    flex-direction: row;
  }
  .block.gallery-new .gallery-sub .gallery-container .card {
    width: calc(25% - 4.875px);
    height: 400px;
  }
}
@keyframes galleryFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  background-color: transparent !important;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -10px !important;
  height: unset !important;
  width: unset !important;
}
.slbContentOuter .slbCaption {
  height: 4em;
  font-size: 16px;
  bottom: 10px !important;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.slbContentOuter .slbCaption-text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.slbContentOuter .slbCaption-text * {
  font-size: 16px;
}
.slbContentOuter .slbCaption-counter {
  height: 4em;
  font-size: 16px;
}
markup:has(.block.gallery-new):nth-child(even) .block.gallery-new {
  background-color: var(--button-bg-color);
}
markup:has(.block.gallery-new):nth-child(even) .block.gallery-new h2 {
  color: var(--heading-color);
}
markup:has(.block.gallery-new):nth-child(even) .block.gallery-new h2::after {
  background-color: var(--text-link-color-hover);
}
#specials {
  display: none;
}
#special-popdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: #c6d2c8;
}
#special-popdown *,
#special-popdown *:before,
#special-popdown *:after {
  box-sizing: inherit;
  color: #3e444a;
}
#special-popdown #specials-inner {
  width: 100%;
  max-width: unset;
  padding: 50px 10px 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#special-popdown #specials-inner .special {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#special-popdown #specials-inner .special h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #3e444a;
  padding-bottom: 0;
  font-family: var(--heading-font);
  display: none;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--heading-font);
}
#special-popdown .special-image {
  max-width: 350px;
  padding: 0;
}
#special-popdown .special-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#special-popdown #special-popdown-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#special-popdown #special-popdown-button svg {
  width: 100%;
  height: 100%;
  fill: #3e444a;
  transition: all 0.3s ease;
}
#special-popdown #special-popdown-button:hover svg,
#special-popdown #special-popdown-button:focus svg {
  opacity: 0.4;
}
#special-popdown.special-popdown--show {
  max-height: 600px;
}
#special-popdown.special-popdown--hiding {
  max-height: 0;
}
#special-popdown.special-popdown--hidden {
  max-height: 0;
  display: none;
}
#special-popdown .swiper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 0;
}
#special-popdown .swiper-pagination-bullet {
  background: #3e444a;
  opacity: 0.4;
}
#special-popdown .swiper-pagination-bullet-active {
  background: #3e444a;
  opacity: 0.8;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}
.block.iframe-embed .property-map {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .block.iframe-embed .property-map {
    height: 60vh;
  }
}

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