@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button,
a.button {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.button:hover,
a.button:hover,
.button:focus-visible,
a.button:focus-visible,
.button:active,
a.button:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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(--primary-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited: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;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--heading-font);
  font-size: 3rem;
  text-align: center;
  color: var(--heading-color);
  padding-bottom: 15px;
  font-weight: bold;
}
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em {
  font-size: 1.75rem;
  color: var(--heading-color-alt);
  display: block;
  font-family: var(--text-font);
  font-style: normal;
  padding-bottom: 15px;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 3.75rem;
  padding-bottom: 15px;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid #0000EE;
  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;
}
.hidden {
  display: none !important;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  text-indent: 20px;
  border-radius: 2px;
  background-color: #fff;
  border: 0;
  border-bottom: 3px solid var(--primary-bg-color);
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  max-height: 500px;
  resize: vertical;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  border: 0;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible,
form input[type="submit"]:active,
form input[type="button"]:active,
form input[type="reset"]:active,
form button:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form {
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.6;
  color: var(--text-color);
  font-family: var(--text-font);
  font-weight: 500;
  background: var(--page-bg-color);
}
img {
  display: block;
}
#wrap {
  position: relative;
}
#navwrap {
  position: relative;
  z-index: 1;
}
#mainwrap {
  z-index: 2;
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
.inner > header {
  padding-bottom: 35px;
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--page-bg-color);
  padding: 10px;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
.iframe-embed:has(iframe[src^="https://www.google.com"]) {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.iframe-embed:has(iframe[src^="https://www.google.com"]) * {
  box-sizing: border-box;
}
.iframe-embed:has(iframe[src^="https://www.google.com"]) .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: unset;
  height: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
.iframe-embed:has(iframe[src^="https://www.google.com"]) .body {
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.iframe-embed:has(iframe[src^="https://www.google.com"]) iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .iframe-embed:has(iframe[src^="https://www.google.com"]) {
    padding-bottom: 470px;
  }
}
@media screen and (min-width: 960px) {
  .iframe-embed:has(iframe[src^="https://www.google.com"]) {
    padding-bottom: 570px;
  }
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-bg-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  pointer-events: 0;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 5;
  margin: auto;
}
.spinner.loaded {
  visibility: hidden;
  opacity: 0;
}
.spinner .accessibility-text {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#navwrap {
  padding: 28px 15px;
  margin-bottom: 35px;
  border-top: 15px solid var(--secondary-bg-color);
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
#navwrap * {
  box-sizing: border-box;
}
#navwrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
}
#navwrap .menu {
  display: none;
}
#navwrap #grip {
  height: 34px;
  width: 44px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--primary-bg-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: ease all 0.3s;
  padding: 9px 10px;
}
#navwrap #grip span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--primary-bg-color);
  transition: ease all 0.3s;
}
#navwrap #logo {
  position: relative;
  display: inline-block;
  height: 60px;
  max-width: 150px;
  line-height: 60px;
}
#navwrap #logo svg {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #navwrap .inner {
    position: relative;
  }
  #navwrap .menu {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  #navwrap .menu nav {
    width: fit-content;
  }
  #navwrap .menu ul {
    display: flex;
    justify-content: end;
    position: relative;
  }
  #navwrap .menu > nav > ul > li {
    height: 50px;
  }
  #navwrap .menu li.dropdown {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: fit-content;
    transform: translateY(100%);
  }
  #navwrap .menu .dropdown-menu {
    display: none;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
  }
  #navwrap .menu .dropdown-menu li {
    height: fit-content !important;
  }
  #navwrap .menu .dropdown-menu li .dropdown-item {
    height: fit-content !important;
    line-height: 1.75 !important;
    display: block;
    padding: 0 20px;
    color: var(--primary-bg-color);
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: normal;
  }
  #navwrap .menu .dropdown-menu li .dropdown-item:hover,
  #navwrap .menu .dropdown-menu li .dropdown-item:focus-visible {
    color: var(--text-link-color-hover);
  }
  #navwrap .menu .dropdown-menu.show {
    display: flex;
  }
  #navwrap .menu .dropdown-btn {
    position: relative;
    height: 44px;
    line-height: 44px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-family: var(--heading-font);
    font-weight: normal;
    width: auto;
    padding-right: 55px;
    margin-top: 10px;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
  }
  #navwrap .menu .dropdown-btn:hover,
  #navwrap .menu .dropdown-btn:focus-visible,
  #navwrap .menu .dropdown-btn:active {
    background: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
  }
  #navwrap .menu .dropdown-btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #navwrap .menu .dropdown-btn[aria-expanded="true"] {
    background-color: var(--text-link-color-hover);
  }
  #navwrap .menu a:not(.dropdown-item) {
    display: block;
    padding: 0 15px;
    color: var(--primary-bg-color);
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 1.8rem;
    font-weight: normal;
  }
  #navwrap .menu a:not(.dropdown-item):not(.ignore)[href="/"]::before {
    content: '\f015';
    font-family: 'FontAwesome';
    font-size: 0.8em;
  }
  #navwrap .menu a:not(.dropdown-item):hover,
  #navwrap .menu a:not(.dropdown-item):focus-visible {
    color: var(--text-link-color-hover);
  }
  #navwrap #grip {
    display: none;
    border-radius: 2px;
    padding: 0 13px;
    cursor: pointer;
    transition: ease all 0.3s;
  }
  #navwrap #grip:hover {
    background: var(--secondary-bg-color);
  }
}
@media screen and (min-width: 960px) {
  #navwrap #logo {
    height: 83px;
    max-width: unset;
  }
  #navwrap .menu a:not(.dropdown-item) {
    font-size: 1.8rem;
  }
}
.generic-supernav-overlay {
  box-sizing: border-box;
}
.generic-supernav-overlay * {
  box-sizing: border-box;
}
.generic-supernav-overlay li.dropdown {
  position: relative;
  height: fit-content;
  padding-left: 40px;
}
.generic-supernav-overlay .dropdown-menu {
  display: none;
  flex-direction: column;
}
.generic-supernav-overlay .dropdown-menu li {
  height: fit-content !important;
}
.generic-supernav-overlay .dropdown-menu li .dropdown-item {
  height: fit-content !important;
  line-height: 1.75 !important;
  display: block;
  padding: 5px 15px 5px 25px;
  color: var(--primary-bg-color);
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: normal;
}
.generic-supernav-overlay .dropdown-menu li .dropdown-item:hover,
.generic-supernav-overlay .dropdown-menu li .dropdown-item:focus-visible {
  color: var(--text-link-color-hover);
}
.generic-supernav-overlay .dropdown-menu.show {
  display: flex;
}
.generic-supernav-overlay .dropdown-btn {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.4rem;
}
.generic-supernav-overlay .dropdown-btn:hover,
.generic-supernav-overlay .dropdown-btn:focus-visible,
.generic-supernav-overlay .dropdown-btn:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.generic-supernav-overlay .dropdown-btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.generic-supernav-overlay .dropdown-btn[aria-expanded="true"] {
  background-color: var(--text-link-color-hover);
}
.generic-supernav-overlay a:not(.dropdown-item) {
  display: block;
  padding: 10px 15px;
  color: var(--primary-bg-color);
  font-weight: bold;
  font-size: 1.4rem;
  font-weight: normal;
}
.generic-supernav-overlay a:not(.dropdown-item):not(.ignore)[href="/"]::before {
  content: '\f015';
  font-family: 'FontAwesome';
  font-size: 0.8em;
}
.generic-supernav-overlay a:not(.dropdown-item):hover,
.generic-supernav-overlay a:not(.dropdown-item):focus-visible {
  color: var(--text-link-color-hover);
}
.block.header {
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.block.header * {
  box-sizing: border-box;
}
.block.header .inner {
  position: static;
}
.block.header .slider {
  background: var(--primary-bg-color);
}
.block.header .slider .owl-carousel {
  height: 300px;
  overflow: hidden;
}
.block.header .slider .owl-carousel .owl-stage {
  display: flex;
}
.block.header .slider .item {
  position: relative;
  display: none;
}
.block.header .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.header .slider .item.active {
  display: block;
}
.block.header .in {
  position: relative;
  z-index: 1;
}
.block.header article {
  padding: 25px;
  color: var(--text-color-alt);
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: bold;
}
.block.header article strong {
  display: block;
  font-size: 1.2rem;
  opacity: 0.7;
}
.block.header nav {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  height: 0;
  display: none;
}
.block.header nav a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  background: var(--secondary-bg-color);
  text-indent: -9999em;
}
.block.header nav a + a {
  float: right;
}
.block.header .logos {
  position: relative;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: var(--page-bg-color);
  max-width: 1400px;
  margin: auto;
  box-shadow: -5px 4px 25px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .block.header .slider {
    overflow: hidden;
  }
  .block.header .slider .owl-carousel {
    height: 500px;
  }
  .block.header .in {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .block.header .in > article {
    margin: auto;
    max-width: 1400px;
  }
  .block.header .in > article > div {
    padding: 40px 60px 40px 30px;
    background: var(--primary-bg-color);
    float: left;
  }
  .block.header .logos {
    background: var(--page-bg-color);
    max-width: 1400px;
    margin: auto;
    box-shadow: -5px 4px 25px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 960px) {
  .block.header .slider .owl-carousel {
    height: 700px;
  }
}
#rs-builder .slider .owl-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: unset;
}
#rs-builder .slider .owl-carousel img {
  width: 200px;
  aspect-ratio: 1/1;
}
#rs-builder .in {
  position: relative;
}
#rs-builder .block.title-header {
  margin-top: 0;
}
#rs-builder .block.header .logos .item {
  width: 19%;
  padding-bottom: 10px;
}
.block.breadcrumbs .inner {
  max-width: 1170px;
}
.block.breadcrumbs .crumbs {
  padding: 14px 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.block.breadcrumbs .crumbs * {
  font-size: 1.4rem;
}
.block.breadcrumbs .crumbs a {
  color: var(--text-color);
  transition: all 0.3s ease;
}
.block.breadcrumbs .crumbs a:hover,
.block.breadcrumbs .crumbs a:focus-visible {
  color: var(--text-link-color-hover);
  text-decoration: underline;
}
.block.breadcrumbs .crumbs .arrow {
  padding: 0 5px;
}
.block.breadcrumbs .crumbs .current-page {
  display: inline-block;
  opacity: 0.8;
  margin-left: -5px;
}
.block.breadcrumbs + .block.contact {
  padding-top: 0;
}
.block.breadcrumbs + .block.contact .inner {
  border-top: none;
}
#footer {
  position: relative;
  padding: 50px 20px;
  background: #eee;
  font-size: 1.4rem;
}
#footer .inner {
  max-width: 1400px;
}
#footer a {
  color: #000;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer #to-top {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  color: #40515f;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 20px;
  background: #fff;
}
#footer #to-top:hover {
  transform: scale(0.9);
}
.block.contact {
  position: relative;
  padding: 50px 20px;
}
.block.contact .inner {
  max-width: 1170px;
}
.block.contact.neighborhood-contact article {
  margin: 0 auto;
}
.block.contact a {
  color: var(--text-color);
  transition: all 0.3s ease;
}
.block.contact a:hover,
.block.contact a:focus-visible {
  color: var(--text-link-color-hover);
  text-decoration: underline;
}
.block.contact .inner {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.block.contact .field-wrap {
  padding-bottom: 12px;
}
.block.contact input,
.block.contact select {
  line-height: 2;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 7px;
  font-size: 1.4rem;
  text-indent: 0px;
}
.block.contact textarea {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 7px;
  font-size: 1.4rem;
  text-indent: 0px;
}
.block.contact input[type="submit"] {
  position: relative;
  height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  background: var(--primary-bg-color);
  line-height: 44px;
  padding: 0 15px;
}
.block.contact input[type="submit"]:hover,
.block.contact input[type="submit"]:focus-visible,
.block.contact input[type="submit"]:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.contact label {
  font-weight: normal;
  font-size: 1.4rem;
}
.block.contact .form-group.required label:after,
.block.contact .form-group:has(input:required) label:after,
.block.contact .form-group:has(select:required) label:after,
.block.contact .form-group:has(textarea:required) label:after {
  content: "*";
  color: var(--secondary-bg-color);
}
.block.contact .form-group.required input,
.block.contact .form-group:has(input:required) input,
.block.contact .form-group:has(select:required) input,
.block.contact .form-group:has(textarea:required) input,
.block.contact .form-group.required select,
.block.contact .form-group:has(input:required) select,
.block.contact .form-group:has(select:required) select,
.block.contact .form-group:has(textarea:required) select,
.block.contact .form-group.required textarea,
.block.contact .form-group:has(input:required) textarea,
.block.contact .form-group:has(select:required) textarea,
.block.contact .form-group:has(textarea:required) textarea {
  border-bottom: 4px solid var(--secondary-bg-color);
}
.block.contact .widget {
  position: relative;
  margin-bottom: 20px;
}
.block.contact .widget h1,
.block.contact .widget h2,
.block.contact .widget h3,
.block.contact .widget h4,
.block.contact .widget h5,
.block.contact .widget h6 {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.contact h1,
  .block.contact h2,
  .block.contact h3,
  .block.contact h4,
  .block.contact h5,
  .block.contact h6 {
    text-align: left;
  }
  .block.contact form {
    padding-top: 20px;
  }
  .block.contact article {
    width: 65%;
    order: 2;
  }
  .block.contact aside {
    width: 30%;
  }
}
.block.image-box {
  position: relative;
  padding: 50px 20px;
}
.block.image-box h1,
.block.image-box h2,
.block.image-box h3,
.block.image-box h4,
.block.image-box h5 {
  text-align: left;
}
.block.image-box a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.block.image-box a:hover,
.block.image-box a:focus-visible,
.block.image-box a:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.image-box figure {
  margin: 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .block.image-box {
    padding: 100px 20px;
  }
  .block.image-box .inner {
    display: flex;
    justify-content: space-between;
  }
  .block.image-box figure {
    order: 2;
    width: 42%;
  }
  .block.image-box article {
    width: 53%;
  }
}
.block.bg-box {
  position: relative;
  padding: 50px 20px;
  background: var(--primary-bg-color);
  overflow: hidden;
  color: var(--text-color-alt);
}
.block.bg-box .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
.block.bg-box .bg-box img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  max-width: 1000%;
  min-width: 100%;
}
.block.bg-box .inner {
  position: relative;
}
.block.bg-box h1,
.block.bg-box h2,
.block.bg-box h3,
.block.bg-box h4,
.block.bg-box h5 {
  text-align: left;
  color: var(--heading-color-alt);
  line-height: 1;
}
.block.bg-box h1 strong,
.block.bg-box h2 strong,
.block.bg-box h3 strong,
.block.bg-box h4 strong,
.block.bg-box h5 strong {
  font-size: 1.4rem;
}
.block.bg-box a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.block.bg-box a:hover,
.block.bg-box a:focus-visible,
.block.bg-box a:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.bg-box figure {
  margin: 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .block.bg-box {
    padding: 230px 20px;
  }
  .block.bg-box article {
    width: 53%;
  }
}
.block.double-image-box {
  position: relative;
  padding: 50px 20px;
}
.block.double-image-box .inner {
  position: relative;
  max-width: 1170px;
}
.block.double-image-box h1,
.block.double-image-box h2,
.block.double-image-box h3,
.block.double-image-box h4,
.block.double-image-box h5 {
  text-align: left;
}
.block.double-image-box p,
.block.double-image-box ul,
.block.double-image-box ol,
.block.double-image-box dl {
  padding-bottom: 1.5em;
}
.block.double-image-box figure {
  margin: 0;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .block.double-image-box .inner {
    display: flex;
    justify-content: space-between;
  }
  .block.double-image-box article {
    width: 63%;
  }
  .block.double-image-box figure {
    width: 35%;
  }
}
.block.browse {
  position: relative;
  padding: 50px 20px;
}
.block.browse .inner {
  position: relative;
  max-width: 1170px;
}
.block.browse p,
.block.browse ul,
.block.browse ol,
.block.browse dl {
  padding-bottom: 1.5em;
}
.block.browse figure {
  margin: 0;
  padding-bottom: 35px;
}
.block.browse .item {
  background: #EEEEEE;
  max-width: 350px;
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.block.browse .content {
  padding: 30px 10px;
}
.block.browse p {
  padding-bottom: 0;
}
.block.browse h3 {
  font-size: 2.2rem;
  padding-bottom: 0;
}
.block.browse h4 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .block.browse article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.block.generic-text {
  position: relative;
  padding: 50px 20px;
}
.block.generic-text h1,
.block.generic-text h2,
.block.generic-text h3,
.block.generic-text h4,
.block.generic-text h5,
.block.generic-text h6 {
  text-align: left;
}
.block.generic-text p,
.block.generic-text ul,
.block.generic-text ol,
.block.generic-text dl {
  padding-bottom: 2em;
}
.block.generic-text ul,
.block.generic-text ol {
  margin-left: 20px;
}
.block.title-header {
  position: relative;
  padding: 0 15px;
  margin-top: -260px;
  padding-top: 230px;
}
.block.title-header header {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.block.title-header h1,
.block.title-header h2,
.block.title-header h3,
.block.title-header h4,
.block.title-header h5,
.block.title-header h6 {
  font-size: 2rem;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block.title-header {
    margin-top: -150px;
    padding-bottom: 112px;
    padding-top: 260px;
  }
  .block.title-header h1,
  .block.title-header h2,
  .block.title-header h3,
  .block.title-header h4,
  .block.title-header h5,
  .block.title-header h6 {
    font-size: 4.8rem;
    text-align: center;
  }
  .block.title-header header {
    padding-bottom: 0;
    margin-bottom: 48px;
  }
}
.block.community-details {
  position: relative;
  padding: 50px 20px;
  text-align: center;
}
.block.community-details .inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
}
.block.community-details li {
  list-style: none;
}
.block.community-details .description {
  padding: 20px 0;
}
.block.community-details .featured-image {
  margin-bottom: 2px;
}
.block.community-details .featured-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.block.community-details .owl-item {
  position: relative;
}
.block.community-details .owl-item li {
  opacity: 1;
  transition: all 0.3s ease;
}
.block.community-details .owl-item.center li {
  opacity: 0.4;
}
.block.community-details article {
  order: 2;
  width: 100%;
}
.block.community-details article a[href^="tel:"] {
  color: var(--text-color);
}
.block.community-details article a[href^="tel:"]:hover {
  text-decoration: underline;
}
.block.community-details article a[href=""] {
  display: none;
}
.block.community-details article li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  color: var(--text-color);
  text-transform: uppercase;
}
.block.community-details article li a:hover {
  text-decoration: underline;
}
.block.community-details article li:last-of-type a {
  border-bottom: 0;
}
.block.community-details aside {
  order: 1;
  width: 100%;
  margin-bottom: 20px;
}
.block.community-details .owl-carousel img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.block.community-details .owl-dots {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .block.community-details .inner {
    display: flex;
    justify-content: space-between;
  }
  .block.community-details article {
    order: 2;
    width: 33%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0;
    background: var(--page-bg-color);
  }
  .block.community-details .owl-carousel img {
    aspect-ratio: 5 / 6;
    object-fit: cover;
  }
  .block.community-details aside {
    order: 1;
    width: 67%;
    padding: 0 15px;
    margin: 0;
    box-sizing: border-box;
  }
  .block.community-details aside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: first baseline;
    align-items: start;
  }
  .block.community-details aside li {
    box-sizing: border-box;
  }
  .block.community-details header {
    padding: 0 0 25px;
  }
}
#rs-builder .block.community-details article a[href=""] {
  display: block;
}
#rs-builder .block.community-details aside li {
  width: 25%;
  padding: 3px;
}
.floor-plans {
  position: relative;
  padding: 45px 20px;
}
.floor-plans .inner {
  max-width: 1170px;
}
.floor-plans h1,
.floor-plans h2,
.floor-plans h3,
.floor-plans h4,
.floor-plans h5,
.floor-plans h6 {
  font-size: 3rem;
  text-align: left;
  color: var(--heading-color);
}
.floor-plans h1 a,
.floor-plans h2 a,
.floor-plans h3 a,
.floor-plans h4 a,
.floor-plans h5 a,
.floor-plans h6 a {
  color: var(--heading-color);
}
.floor-plans p {
  padding-bottom: 1.5em;
}
.floor-plans aside {
  padding-bottom: 75px;
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
}
.floor-plans aside.opened {
  transform: translate(-20px);
}
.floor-plans aside.opened form {
  visibility: visible;
}
.floor-plans aside.closed .open {
  display: block;
}
.floor-plans aside.closed .close {
  display: none;
}
.floor-plans aside.opened .open {
  display: none;
}
.floor-plans aside.opened .close {
  display: block;
}
.floor-plans aside {
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  transform: translate(calc(-100% - 20px));
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 1px -1px 4px #2b2b2b;
}
.floor-plans aside button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0;
  border-radius: 0;
  background-color: red;
  color: #fff;
}
.floor-plans aside button span {
  pointer-events: none;
  color: var(--heading-color-alt);
}
.floor-plans .box {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
.floor-plans .box h3 {
  font-size: 2.1rem;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.floor-plans .box:nth-of-type(3) {
  clear: both;
}
.floor-plans .box ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.floor-plans .box li {
  list-style: none;
  width: 100%;
}
.floor-plans .box input {
  margin-right: 5px;
  font-size: 1.4rem;
}
.floor-plans .box label {
  font-size: 1.4rem;
  font-weight: normal;
}
.floor-plans .box select {
  display: block;
  width: 90%;
  font-size: 1.4rem;
  height: 3rem;
  border: 1px solid #adadad;
  text-indent: 5px;
}
.floor-plans .floorplan {
  position: relative;
  border: 1px solid #adadad;
  border-bottom: 0;
  background: #eee;
  margin-bottom: 25px;
}
.floor-plans .floorplan figure {
  position: relative;
  padding: 15px;
}
.floor-plans .floorplan h3 {
  font-size: 2rem;
  padding: 10px 15px;
}
.floor-plans .floorplan table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.floor-plans .floorplan th {
  font-weight: normal;
  opacity: 0.5;
}
.floor-plans .floorplan th,
.floor-plans .floorplan td {
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #adadad;
  font-size: 1.2rem;
}
@media screen and (min-width: 960px) {
  .floor-plans .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .floor-plans aside {
    width: 240px;
    background: #eee;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    transform: translate(0) !important;
    height: auto;
    box-shadow: none;
  }
  .floor-plans aside button {
    display: none;
  }
  .floor-plans aside h2,
  .floor-plans aside h3,
  .floor-plans aside h4,
  .floor-plans aside h5,
  .floor-plans aside h6 {
    font-size: 2rem;
  }
  .floor-plans .box {
    position: relative;
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .floor-plans article {
    width: calc(100% - 260px);
  }
  .floor-plans .floorplan {
    display: flex;
  }
  .floor-plans .floorplan figure {
    width: 15%;
  }
  .floor-plans .floorplan .info {
    width: 85%;
  }
  .floor-plans .floorplan h3 {
    border-top: 0;
    padding-top: 35px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .floor-plans .floorplan td {
    border-bottom: 0;
  }
  .floor-plans tbody {
    width: 100%;
  }
  .floor-plans th,
  .floor-plans td {
    width: 25%;
  }
}
.block.floorplan {
  padding: 45px 20px;
}
.block.floorplan h1,
.block.floorplan h2,
.block.floorplan h3,
.block.floorplan h4,
.block.floorplan h5,
.block.floorplan h6 {
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
}
.block.floorplan .inner {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
}
.block.floorplan aside {
  position: relative;
  order: 2;
}
.block.floorplan .widget {
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
}
.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 a[href=""],
.block.floorplan .widget a[href="mailto:"],
.block.floorplan .widget a[href="tel:+1"] {
  display: none;
}
.block.floorplan article {
  order: 1;
  position: relative;
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  list-style: none;
}
.block.floorplan article a {
  display: block;
  color: var(--text-color);
}
.block.floorplan article .thumbnail {
  display: block;
  padding-bottom: 30px;
}
.block.floorplan article .thumbnail img {
  width: 100%;
  display: block;
}
.block.floorplan article .info {
  padding-bottom: 30px;
}
.block.floorplan article h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DADADA;
}
.block.floorplan article dl {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}
.block.floorplan article dt {
  text-transform: uppercase;
  float: left;
  width: 30%;
  clear: both;
}
.block.floorplan article dd {
  float: left;
}
.block.floorplan article p {
  clear: both;
  font-style: italic;
  font-size: 1.6rem;
}
.block.floorplan article label {
  font-weight: normal;
}
.block.floorplan table {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.block.floorplan table tr th {
  font-weight: bold;
  width: 50%;
  margin: 0;
  padding-left: 8px;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
}
.block.floorplan table tr td:first-of-type {
  padding: 5px;
  margin: 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
}
.block.floorplan table tr:nth-child(odd) {
  margin: 0;
  background: #F1F1F1;
}
@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 aside label {
    font-size: 1.6rem !important;
  }
  .block.floorplan aside input,
  .block.floorplan aside textarea {
    font-size: 1.7rem !important;
  }
  .block.floorplan article {
    width: calc(100% - 270px);
    padding: 0;
    background: none;
    border: 0;
  }
  .block.floorplan article .active-image {
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
  }
  .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 .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 .inner {
  max-width: 1170px;
}
.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-alt);
  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);
  }
}
html.manual .fp-box,
.block.floorplan[data-type="manual"] .fp-box {
  display: none !important;
}
.block.floorplan:not([data-type="manual"]) .g7 {
  color: transparent;
}
.block.floorplan:not([data-type="manual"]) .g8 {
  display: none;
}
#rs-builder .block.additional-floorplans .swiper-button-next,
#rs-builder .block.additional-floorplans .spinner {
  display: none;
}
.block.simple-text {
  position: relative;
  padding: 50px 20px;
}
.block.simple-text .inner {
  max-width: 1170px;
}
.block.simple-text h2,
.block.simple-text h3,
.block.simple-text h4,
.block.simple-text h5 {
  color: var(--heading-color);
}
.block.simple-text a {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  font-family: var(--heading-font);
  font-weight: normal;
  width: auto;
  padding-right: 55px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
}
.block.simple-text a:hover,
.block.simple-text a:focus-visible,
.block.simple-text a:active {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.simple-text ul,
.block.simple-text ol {
  margin-left: 20px;
}
.block.amenities {
  padding: 25px 0;
}
.block.amenities .inner {
  max-width: 1170px;
}
.block.amenities header {
  margin-bottom: 20px;
}
.block.amenities header h2,
.block.amenities header h3,
.block.amenities header h4,
.block.amenities header h5 {
  text-align: left;
  padding: 0;
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  .block.amenities header h2,
  .block.amenities header h3,
  .block.amenities header h4,
  .block.amenities header h5 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities header h2,
  .block.amenities header h3,
  .block.amenities header h4,
  .block.amenities header h5 {
    font-size: calc(3.2*1rem);
  }
}
.block.amenities ul,
.block.amenities ol {
  margin-left: 40px;
}
.block.amenities ul li,
.block.amenities ol li {
  font-size: 1.4rem;
}
.block.amenities ul li *,
.block.amenities ol li * {
  font-size: 1.4rem !important;
}
.block.amenities p,
.block.amenities ol,
.block.amenities ul {
  margin-bottom: 10px;
}
.block.amenities .amenity-card {
  padding: 15px;
  margin-bottom: 40px;
  max-width: 720px;
  margin: 0 auto;
}
.block.amenities .image-wrapper {
  margin: 0 0 10px;
}
.block.amenities img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.amenities .inner {
    display: flex;
  }
  .block.amenities .amenity-card {
    width: 33.3333%;
  }
}

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