.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: 768px) {
  .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;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--primary-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: underline;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: underline;
  color: var(--text-link-color-hover);
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.dotted {
  border-bottom: 1px dotted currentColor;
  padding: 15px 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(5.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(5.6*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(6*1rem);
  }
}
h3,
.h3 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(3*1rem);
  }
}
h4,
.h4 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h4,
  .h4 {
    font-size: calc(3.6*1rem);
  }
}
h5,
.h5 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  h5,
  .h5 {
    font-size: calc(2.2*1rem);
  }
}
.bottom-border {
  border-bottom: 4px solid currentColor;
  padding-bottom: 0.8rem;
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 9px 18px;
  background: var(--button-bg-color);
  text-transform: uppercase;
  color: var(--button-text-color);
  font-size: calc(1*1rem);
  transition: ease all 0.3s;
  text-align: center;
  font-family: var(--heading-font);
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  button,
  .button,
  a.button {
    font-size: calc(1.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  button,
  .button,
  a.button {
    font-size: calc(1.5*1rem);
  }
}
button.ghost,
.button.ghost,
a.button.ghost {
  background-color: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
  padding: 6px 12px;
  font-weight: 400;
  font-family: var(--text-font);
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  button.ghost,
  .button.ghost,
  a.button.ghost {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  button.ghost,
  .button.ghost,
  a.button.ghost {
    font-size: calc(1.4*1rem);
  }
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus,
.button.ghost:focus,
a.button.ghost:focus {
  background: var(--text-color-alt);
  color: var(--text-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus,
.button:focus,
a.button:focus {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 0 20px;
  padding: 0;
}
ul li,
ol li {
  font-size: 1.2rem;
}
ul {
  list-style: square;
}
.text-alt p,
.text-alt li {
  color: var(--text-color-alt);
}
.text-alt h1,
.text-alt .h1,
.text-alt h2,
.text-alt .h2,
.text-alt h3,
.text-alt .h3,
.text-alt h4,
.text-alt .h4,
.text-alt h5,
.text-alt .h5 {
  color: var(--heading-color-alt);
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-link {
  position: absolute;
  top: 10px;
  left: -9999px;
  border: 4px solid var(--text-link-color);
  background: var(--secondary-bg-color);
  color: var(--text-color-alt);
  padding: 10px;
  z-index: 999;
}
.skip-link:focus-within {
  left: 50%;
  transform: translateX(-50%);
}
.skip-link a {
  font-size: 3rem;
  font-weight: bold;
}
.skip-link a:focus {
  background-color: transparent !important;
  color: var(--text-color-alt) !important;
  text-decoration: none;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.darkened-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  button,
  .button,
  a.button {
    padding: 13px 26px;
  }
}
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%;
  border: 1px solid #ccc;
  padding: 5px 8px;
  text-indent: 0px;
  background-color: #fff;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  max-height: 500px;
  resize: vertical;
  width: 100%;
  background-color: #fff;
  font-family: var(--text-font);
  box-sizing: border-box;
}
form .checkbox-options,
form .radio-options {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
form .checkbox-options label,
form .radio-options label {
  display: flex;
  align-items: center;
}
form .checkbox-options label span,
form .radio-options label span {
  font-weight: 400;
  font-size: 1.2rem;
}
form input[type="checkbox"] {
  margin-right: 5px;
}
form input[type="radio"] {
  margin-right: 5px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 9px 18px;
  background: var(--button-bg-color);
  text-transform: uppercase;
  color: var(--button-text-color);
  font-size: calc(1*1rem);
  transition: ease all 0.3s;
  text-align: center;
  font-family: var(--heading-font);
  cursor: pointer;
  border: 0;
}
@media screen and (min-width: 768px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(1.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(1.5*1rem);
  }
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background-color: transparent;
  color: var(--text-color-alt);
  border: 2px solid var(--text-color-alt);
  padding: 6px 12px;
  font-weight: 400;
  font-family: var(--text-font);
  font-size: calc(1.4*1rem);
}
@media screen and (min-width: 768px) {
  form input[type="submit"].ghost,
  form input[type="button"].ghost,
  form input[type="reset"].ghost,
  form button.ghost {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  form input[type="submit"].ghost,
  form input[type="button"].ghost,
  form input[type="reset"].ghost,
  form button.ghost {
    font-size: calc(1.4*1rem);
  }
}
form input[type="submit"].ghost:hover,
form input[type="button"].ghost:hover,
form input[type="reset"].ghost:hover,
form button.ghost:hover,
form input[type="submit"].ghost:focus,
form input[type="button"].ghost:focus,
form input[type="reset"].ghost:focus,
form button.ghost:focus {
  background: var(--text-color-alt);
  color: var(--text-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,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form button:focus {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
  text-decoration: none;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
  position: relative;
}
form .form-group.required > label,
form .form-group:has(input[required]) > label,
form .form-group:has(input[required="required"]) > label {
  padding-right: 4px;
}
form .form-group.required > label::after,
form .form-group:has(input[required]) > label::after,
form .form-group:has(input[required="required"]) > label::after {
  content: '*';
  position: absolute;
  color: red;
  top: -8px;
  right: -2px;
  height: 100%;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .iwrap,
form .form-group,
form .field-wrap {
  width: 100%;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  min-width: 300px;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
  scroll-behavior: smooth;
}
img {
  display: block;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
#mainwrap,
#footerwrap {
  transition: transform 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
#mainwrap {
  z-index: 3;
}
body:has(.menu-opened) #mainwrap,
body:has(.menu-opened) #footerwrap {
  transform: translateX(-256px);
}
body:has(.menu-opened) .header-bottom {
  transform: translateX(256px);
  overflow-y: auto;
}
body:has(#special-modal[open]) {
  overflow-y: hidden;
}
dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear 0.2s, opacity 0.2s linear;
}
dialog[open] {
  visibility: visible !important;
  opacity: 1;
  transition-delay: 0s;
}
.hidden {
  display: none;
}
.block.standard-neighborhood {
  background-color: var(--page-bg-color);
}
.block.standard-neighborhood ul {
  margin-left: unset !important;
}
#rs-builder for {
  width: 100%;
}
#rs-builder .rs-rs-bar {
  z-index: 2;
}
#rs-builder .block.hero .inner {
  flex-wrap: wrap;
  position: relative;
}
#rs-builder .block.hero #special-modal {
  width: 100%;
  max-width: 100%;
  margin: 20px 0 70px;
  visibility: visible;
}
#rs-builder .block.hero #special-modal .special-modal-content {
  transform: scale(1);
}
#rs-builder .block.hero .header-bottom {
  height: 100%;
  position: relative;
}
#rs-builder .block.intro .bottom .video-url {
  display: block;
  width: fit-content;
  border: 1px solid #4e4e4e;
  background-color: #4e4e4e;
  color: white;
  margin-bottom: 20px;
}
#rs-builder .block.intro .bottom .video-url:hover {
  background-color: red;
}
#rs-builder .block.cards .card a {
  height: 50px;
  background-color: #F0F0F0;
  padding: 10px;
}
#rs-builder .block.cards .card a::after {
  position: absolute;
  content: 'Link URL';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#rs-builder .block.cards .card:hover,
#rs-builder .block.cards .card:focus-within {
  text-decoration: none;
}
#rs-builder .block.cards .card:hover .card-image img,
#rs-builder .block.cards .card:focus-within .card-image img {
  transform: scale(1.01);
  filter: brightness(1);
}
#rs-builder .block.amenities-ov .carousel {
  position: relative;
  width: 100%;
  height: fit-content;
}
#rs-builder .block.amenities-ov .carousel .owl-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#rs-builder .block.amenities-ov .carousel .owl-carousel .item {
  width: 250px;
  height: 285px;
  padding: 2.5px;
}
#rs-builder .block.amenities-ov .content {
  width: 100%;
}
#rs-builder .block.testimonials .item {
  margin-bottom: 10px;
}
#rs-builder .block.testimonials footer * {
  line-height: unset;
}
#rs-builder .block.gallery .gallery-container {
  grid-auto-rows: 300px !important;
}
#rs-builder .block.gallery .gallery-container .gallery-item:hover img,
#rs-builder .block.gallery .gallery-container .gallery-item:focus img {
  transform: scale(1.01) rotate(0.1deg) !important;
}
#rs-builder .block.gallery .gallery-container .gallery-item::after {
  display: none !important;
}
#rs-builder .block.blogs .image-link {
  pointer-events: none;
}
#rs-builder .block.blogs .blog-card {
  width: calc(33.333% - 40px);
}
#rs-builder .block.blogs .blog-card .summary-text * {
  white-space: wrap;
  overflow: unset;
  text-overflow: unset;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
  background-color: var(--page-bg-color);
}
.simple-text p {
  margin-bottom: 10px;
}
.block.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #767676;
}
.block.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 20px solid var(--primary-bg-color);
  pointer-events: none;
}
.block.hero .header-wrapper {
  background-color: var(--page-bg-color);
}
.block.hero .header-wrapper .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.block.hero .header-wrapper .header-top .img-wrapper {
  max-width: 225px;
}
.block.hero .header-wrapper .header-top .img-wrapper img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}
.block.hero .header-wrapper .header-top .mobile-btn {
  padding: 9px 10px;
  margin: 8px 5px 8px 0;
  height: fit-content;
}
.block.hero .header-wrapper .header-top .mobile-btn .bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.block.hero .header-wrapper .header-top .mobile-btn .bar-wrapper span {
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 1px;
  display: block;
}
.block.hero .header-wrapper .header-top .mobile-btn:hover,
.block.hero .header-wrapper .header-top .mobile-btn:focus {
  background-color: transparent;
}
.block.hero .header-wrapper .header-top .mobile-btn:hover span,
.block.hero .header-wrapper .header-top .mobile-btn:focus span {
  background-color: var(--text-color);
}
.block.hero .header-wrapper .header-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  width: 256px;
  height: 110vh;
  height: 110dvh;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
  background-color: var(--text-color);
  color: var(--text-color-alt);
}
.block.hero .header-wrapper .header-bottom #menu ul {
  width: 100%;
  margin: 10px 0 0 0;
}
.block.hero .header-wrapper .header-bottom #menu li {
  display: flex;
  width: 100%;
}
.block.hero .header-wrapper .header-bottom #menu a {
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  color: var(--text-color-alt);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.block.hero .header-wrapper .header-bottom #menu a i,
.block.hero .header-wrapper .header-bottom #menu a svg,
.block.hero .header-wrapper .header-bottom #menu a .fas,
.block.hero .header-wrapper .header-bottom #menu a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.block.hero .header-wrapper .header-bottom #menu a:hover {
  color: var(--text-color-alt);
}
.block.hero .header-wrapper .header-bottom #menu a:hover i,
.block.hero .header-wrapper .header-bottom #menu a:hover svg,
.block.hero .header-wrapper .header-bottom #menu a:hover .fas,
.block.hero .header-wrapper .header-bottom #menu a:hover .fa {
  transform: translate(6px, -50%);
}
.block.hero .header-wrapper .header-bottom address,
.block.hero .header-wrapper .header-bottom .phone,
.block.hero .header-wrapper .header-bottom nav {
  width: 80%;
  margin: 0 auto;
}
.block.hero .header-wrapper .header-bottom .address-wrapper {
  text-align: center;
  margin-top: 14px;
}
.block.hero .header-wrapper .header-bottom .socials {
  display: none;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0 20px;
  list-style: none;
}
.block.hero .header-wrapper .header-bottom .socials li {
  width: fit-content;
}
.block.hero .header-wrapper .header-bottom .socials li a {
  font-size: 2rem;
  padding: 0.5em;
  color: var(--text-color-alt);
}
.block.hero .header-wrapper .header-bottom .socials li:has(a[href=""]) {
  display: none;
}
.block.hero .hero-wrapper {
  min-height: 150px;
}
.block.hero .hero-wrapper .content {
  padding: 0 15px 56px;
}
.block.hero .hero-wrapper .buttons {
  display: flex;
  gap: 10px;
}
.block.hero .hero-wrapper .buttons * {
  font-size: calc(1*1rem);
}
@media screen and (min-width: 768px) {
  .block.hero .hero-wrapper .buttons * {
    font-size: calc(1.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero .hero-wrapper .buttons * {
    font-size: calc(1.5*1rem);
  }
}
.block.hero .hero-wrapper .title {
  text-transform: uppercase;
  padding: 20px 0 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.block.hero .hero-wrapper .title.animate {
  opacity: 1;
}
.block.hero #special-modal {
  max-width: 700px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
  background-color: transparent;
}
.block.hero #special-modal a:focus-visible,
.block.hero #special-modal button:focus-visible {
  outline: var(--text-color) auto 3px;
}
.block.hero #special-modal::backdrop {
  background-color: rgba(43, 46, 56, 0.9);
}
.block.hero #special-modal .special-modal-content {
  width: 100%;
  padding: 35px;
  margin: auto;
  background-color: var(--page-bg-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}
.block.hero #special-modal .special-modal-content .close {
  color: var(--text-color);
  background-color: transparent;
  opacity: 0.5;
  padding: 8px 10px;
  margin: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.block.hero #special-modal .special-modal-content .close:hover,
.block.hero #special-modal .special-modal-content .close:focus {
  color: var(--text-color);
  background-color: transparent;
  opacity: 1;
}
.block.hero #special-modal .special-modal-content .title {
  text-align: center;
  margin: 20px 10px;
}
.block.hero #special-modal .special-modal-content .title * {
  font-family: var(--text-font);
  font-size: 3.6rem;
  font-weight: 400;
}
.block.hero #special-modal .special-modal-content .text {
  margin-bottom: 10px;
}
.block.hero #special-modal .special-modal-content .accept {
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  opacity: 0.8;
  padding: 12px;
  min-width: 110px;
  letter-spacing: 1px;
}
.block.hero #special-modal .special-modal-content .accept:hover,
.block.hero #special-modal .special-modal-content .accept:focus {
  color: var(--text-color-alt);
  background-color: var(--primary-bg-color);
  opacity: 1;
}
.block.hero #special-modal[open] .special-modal-content {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .block.hero {
    padding: 0 15px;
  }
  .block.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 25px solid var(--primary-bg-color);
    border-bottom: 50px solid var(--primary-bg-color);
    pointer-events: none;
  }
  .block.hero .inner {
    display: flex;
    justify-content: end;
  }
  .block.hero .header-wrapper {
    width: 25%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: fit-content;
    position: relative;
    z-index: 1;
  }
  .block.hero .header-wrapper .header-top {
    padding: 14px 14px 5px;
    background-color: var(--page-bg-color);
    justify-content: center;
  }
  .block.hero .header-wrapper .header-top .img-wrapper {
    width: 100%;
  }
  .block.hero .header-wrapper .header-top .img-wrapper img {
    max-height: unset;
  }
  .block.hero .header-wrapper .header-bottom {
    flex-direction: column-reverse;
    background-color: transparent;
    justify-content: flex-end;
    position: relative;
    height: fit-content;
    min-height: 300px;
    width: 100%;
    z-index: unset;
  }
  .block.hero .header-wrapper .header-bottom .socials {
    display: flex;
  }
  .block.hero .header-wrapper .header-bottom .address-wrapper {
    background-color: var(--page-bg-color);
    text-align: center;
    padding: 0 14px 14px;
    color: var(--text-color);
    margin: 0;
  }
  .block.hero .header-wrapper .header-bottom .address-wrapper a {
    color: var(--text-color);
  }
  .block.hero .header-wrapper .header-bottom .address-wrapper a:hover {
    color: var(--text-color);
  }
  .block.hero .header-wrapper .header-bottom #menu ul li a {
    padding: 15px 20px 10px 15px;
  }
  .block.hero .hero-wrapper {
    width: 75%;
  }
  .block.hero .hero-wrapper .content {
    padding: 0 0 80px 115px;
  }
  .block.hero .hero-wrapper .title {
    padding: 115px 0 0;
    margin-bottom: 10px;
  }
}
#rs-builder .block.hero .title {
  opacity: 1;
}
.block.intro {
  background-color: var(--page-bg-color);
  width: 100%;
  overflow: clip;
  padding: 20px 0;
}
.block.intro .text-content {
  padding: 0 15px 0;
  height: fit-content;
}
.block.intro .text-content .title {
  margin-bottom: 10px;
  width: fit-content;
  padding-right: 3.5rem;
  position: relative;
  text-transform: uppercase;
}
.block.intro .text-content .title h2,
.block.intro .text-content .title .h2,
.block.intro .text-content .title h3,
.block.intro .text-content .title .h3,
.block.intro .text-content .title h4,
.block.intro .text-content .title .h4,
.block.intro .text-content .title h5,
.block.intro .text-content .title .h5,
.block.intro .text-content .title p {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
}
.block.intro .text-content .title i,
.block.intro .text-content .title .ti {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: calc(3*1rem);
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block.intro .text-content .title i,
  .block.intro .text-content .title .ti {
    font-size: calc(4.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.intro .text-content .title i,
  .block.intro .text-content .title .ti {
    font-size: calc(6*1rem);
  }
}
.block.intro .text-content .text h2,
.block.intro .text-content .text .h2,
.block.intro .text-content .text h3,
.block.intro .text-content .text .h3,
.block.intro .text-content .text h4,
.block.intro .text-content .text .h4,
.block.intro .text-content .text h5,
.block.intro .text-content .text .h5 {
  font-family: var(--text-font);
  font-weight: 400;
  margin: 10px 0;
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.intro .text-content .text h2,
  .block.intro .text-content .text .h2,
  .block.intro .text-content .text h3,
  .block.intro .text-content .text .h3,
  .block.intro .text-content .text h4,
  .block.intro .text-content .text .h4,
  .block.intro .text-content .text h5,
  .block.intro .text-content .text .h5 {
    font-size: calc(3.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.intro .text-content .text h2,
  .block.intro .text-content .text .h2,
  .block.intro .text-content .text h3,
  .block.intro .text-content .text .h3,
  .block.intro .text-content .text h4,
  .block.intro .text-content .text .h4,
  .block.intro .text-content .text h5,
  .block.intro .text-content .text .h5 {
    font-size: calc(3.5*1rem);
  }
}
.block.intro .text-content .text p {
  margin-bottom: 10px;
}
.block.intro .bottom .video-url {
  display: none;
}
.block.intro .bottom .video-wrapper {
  width: 100%;
  padding: 0 15px;
  margin: 10px 0;
}
.block.intro .bottom .fluid-width-video-wrapper::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 5px solid var(--page-bg-color);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .block.intro .top {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
  }
  .block.intro .text-content {
    display: inline-block;
    flex: 2;
  }
  .block.intro .text-content .title {
    padding-right: 5.1rem;
  }
  .block.intro .image-wrapper {
    flex: 1;
    padding: 0 15px;
    display: inline-block;
  }
  .block.intro .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 20px;
  }
  .block.intro .bottom .video-wrapper {
    width: 66.6667%;
  }
}
@media screen and (min-width: 960px) {
  .block.intro .text-content .title {
    padding-right: 6.5rem;
  }
}
.block.amenities-ov {
  padding: 70px 15px 28px;
  background-color: var(--page-bg-color);
}
.block.amenities-ov .inner {
  display: flex;
  flex-wrap: wrap;
}
.block.amenities-ov .inner .content,
.block.amenities-ov .inner .carousel {
  width: 100%;
}
.block.amenities-ov .carousel {
  height: 285px;
}
.block.amenities-ov .carousel .owl-carousel,
.block.amenities-ov .carousel .owl-stage,
.block.amenities-ov .carousel .owl-stage-outer,
.block.amenities-ov .carousel .owl-item,
.block.amenities-ov .carousel .item {
  height: 100%;
}
.block.amenities-ov .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.amenities-ov .carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block.amenities-ov .carousel .owl-dots .owl-dot span {
  background-color: var(--text-link-color);
  opacity: 0.5;
}
.block.amenities-ov .carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}
.block.amenities-ov .content {
  padding: 7px 15px;
  background-color: var(--secondary-bg-color);
  min-height: 250px;
}
.block.amenities-ov .content .title {
  padding-bottom: 8px;
  margin-bottom: 22px;
  border-bottom: 4px solid var(--heading-color-alt);
}
.block.amenities-ov .content .title * {
  font-weight: 400;
  font-family: var(--text-font);
  text-transform: uppercase;
}
.block.amenities-ov .content .amenities-list ul {
  column-count: 1;
  padding: 0 15px;
}
.block.amenities-ov .content .link {
  margin-top: 14px;
}
@media only screen and (min-width: 500px) {
  .block.amenities-ov .content .amenities-list ul {
    column-count: 2;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .block.amenities-ov .inner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
  }
  .block.amenities-ov .inner .carousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .block.amenities-ov .inner .content {
    width: 50%;
    z-index: 1;
  }
}
.block.cards {
  background-color: var(--page-bg-color);
  padding: 0 15px;
}
.block.cards .card {
  background-color: var(--primary-bg-color);
  display: flex;
  flex-direction: column;
  position: relative;
}
.block.cards .card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  color: transparent;
}
.block.cards .card .card-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.block.cards .card .card-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(1.01);
}
.block.cards .card:hover,
.block.cards .card:focus-within {
  text-decoration: none;
}
.block.cards .card:hover .card-image img,
.block.cards .card:focus-within .card-image img {
  transform: scale(1.05) rotate(0.01deg);
  filter: brightness(0.8);
}
.block.cards .card .content {
  padding: 7px 15px;
  text-align: center;
  height: fit-content;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block.cards .card .title * {
  text-transform: uppercase;
  font-family: var(--text-font);
  font-weight: 400;
}
.block.cards .card .description {
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .block.cards .inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 10px;
  }
  .block.cards .inner .card {
    width: calc(50% - 1px);
  }
  .block.cards .inner .card img {
    display: flex;
    flex-grow: 1;
  }
}
.block.communities {
  padding: 20px 15px 10px;
  background-color: var(--page-bg-color);
}
.block.communities .title {
  text-align: center;
  margin: 0 0 10px;
}
.block.communities .title * {
  font-size: 1.8rem;
}
.block.communities .communities-list {
  list-style: none;
  column-count: 1;
  max-width: 960px;
  margin: 0 auto;
}
.block.communities .communities-list li {
  text-align: center;
}
.block.communities .communities-list li a {
  transition: all 0s;
  color: var(--text-color);
}
.block.communities .communities-list li a:hover,
.block.communities .communities-list li a:focus {
  color: var(--text-link-color);
}
.block.communities .communities-list li a[href=""] {
  display: none;
}
@media only screen and (min-width: 400px) {
  .block.communities .communities-list {
    column-count: 2;
  }
}
@media only screen and (min-width: 650px) {
  .block.communities .communities-list {
    column-count: 3;
  }
}
@media screen and (min-width: 768px) {
  .block.communities .title * {
    font-size: 2rem;
  }
  .block.communities .communities-list {
    column-count: 4;
  }
}
@media screen and (min-width: 960px) {
  .block.communities .communities-list {
    column-count: 5;
  }
}
.block.testimonials {
  padding: 0 15px;
  background-color: var(--page-bg-color);
}
.block.testimonials .inner .top .title {
  margin: 20px 0 10px;
}
.block.testimonials .inner .top .title * {
  text-transform: capitalize;
  font-size: 3rem;
  font-family: var(--text-font);
  font-weight: 400;
}
.block.testimonials .inner .top .statement p {
  margin-bottom: 10px;
}
.block.testimonials .inner .carousel {
  margin-top: 20px;
}
.block.testimonials .inner .carousel .testimonials-carousel {
  position: relative;
  padding-bottom: 30px;
}
.block.testimonials .inner .carousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.testimonials .inner .carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block.testimonials .inner .carousel .owl-dots .owl-dot span {
  background-color: var(--text-link-color);
  opacity: 0.5;
}
.block.testimonials .inner .carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}
.block.testimonials .inner .carousel .owl-nav {
  position: absolute;
  top: 50%;
  height: 8rem;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.block.testimonials .inner .carousel .owl-nav .owl-prev,
.block.testimonials .inner .carousel .owl-nav .owl-next {
  position: absolute;
  pointer-events: all;
  border-radius: 0;
  font-size: 8rem;
  color: var(--text-link-color);
  opacity: 0.6;
  transform: translateY(-50%);
}
.block.testimonials .inner .carousel .owl-nav .owl-prev:hover,
.block.testimonials .inner .carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  opacity: 1;
}
.block.testimonials .inner .carousel .owl-nav .owl-prev {
  left: 0;
}
.block.testimonials .inner .carousel .owl-nav .owl-next {
  right: 0;
}
.block.testimonials .inner .carousel .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.testimonials .inner .carousel .item .testimonial {
  width: 100%;
  background-color: #F4F4F4;
  padding: 30px 15px;
}
.block.testimonials .inner .carousel .item .testimonial blockquote p {
  display: inline;
}
.block.testimonials .inner .carousel .item .testimonial blockquote .editable {
  display: inline;
}
.block.testimonials .inner .carousel .item .testimonial blockquote .quote::before {
  content: '“';
  display: inline;
}
.block.testimonials .inner .carousel .item .testimonial blockquote .quote::after {
  content: '”';
  display: inline;
}
.block.testimonials .inner .carousel .item .testimonial blockquote footer {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
}
.block.testimonials .inner .carousel .item .testimonial blockquote footer * {
  font-size: 20px;
}
.block.testimonials .inner .carousel .item .testimonial blockquote footer .editable {
  display: inline;
  line-height: 1;
}
.block.testimonials .inner .carousel .item .testimonial blockquote footer::before {
  content: '—';
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .block.testimonials .inner .carousel .item .testimonial {
    width: 80%;
  }
}
.block.amenities {
  background-color: var(--page-bg-color);
  padding: 80px 0;
}
.block.amenities .inner {
  padding: 0 15px;
  max-width: 750px;
}
.block.amenities .top .text {
  margin-bottom: 10px;
}
.block.amenities .cards .card {
  width: 100%;
}
.block.amenities .cards .card .title {
  margin: 20px 0 10px;
}
.block.amenities .cards .card .title * {
  font-size: 3rem;
  font-weight: 400;
}
.block.amenities .cards .card .image {
  width: 100%;
  max-height: 360px;
  margin-bottom: 14px;
  overflow: hidden;
}
.block.amenities .cards .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.amenities .cards .card .content {
  margin-bottom: 10px;
}
.block.amenities .cards .card .content p,
.block.amenities .cards .card .content li {
  font-size: 1.4rem;
}
.block.amenities .cards .card .content ul {
  list-style: disc;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .block.amenities .inner {
    max-width: 1070px;
  }
  .block.amenities .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .block.amenities .cards .card {
    flex: 0 1 calc(33.333% - 20px);
  }
}
.block.floorplans {
  background-color: var(--page-bg-color);
  border-bottom: 1px solid #ccc;
}
.block.floorplans ul {
  margin: 0;
}
.block.floorplans .inner {
  max-width: 100vw;
}
.block.floorplans .description {
  padding: 80px 15px;
}
.block.floorplans .description p,
.block.floorplans .description ul {
  margin-bottom: 10px;
}
.block.floorplans .description h2,
.block.floorplans .description h3,
.block.floorplans .description h4,
.block.floorplans .description h5 {
  margin-bottom: 20px;
}
.block.floorplans .wrapper {
  position: relative;
  min-height: 750px;
  padding: 0 15px;
}
.block.floorplans .wrapper .sidebar.opened {
  transform: translate(-15px);
}
.block.floorplans .wrapper .sidebar.opened form {
  visibility: visible;
}
.block.floorplans .wrapper .sidebar.closed .open {
  display: block;
}
.block.floorplans .wrapper .sidebar.closed .close {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .open {
  display: none;
}
.block.floorplans .wrapper .sidebar.opened .close {
  display: block;
}
.block.floorplans .wrapper .sidebar {
  box-shadow: 1px 1px 0px #ccc;
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  background-color: #f1f1f1;
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--heading-color);
  z-index: 10;
}
.block.floorplans .wrapper .sidebar button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0 0;
  border-radius: 0;
  background-color: red;
  box-shadow: 1px -1px 4px #ccc;
}
.block.floorplans .wrapper .sidebar button span,
.block.floorplans .wrapper .sidebar button i,
.block.floorplans .wrapper .sidebar button svg {
  pointer-events: none;
  color: #fff;
  font-size: 1.6rem;
}
.block.floorplans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floorplans .wrapper .sidebar .title * {
  font-size: 1.8rem;
}
.block.floorplans .wrapper .sidebar form {
  transition: all 0.3s ease;
  visibility: hidden;
}
.block.floorplans .wrapper .sidebar form fieldset {
  border: none;
  display: flex;
  flex-direction: column !important;
  padding: 0;
  margin: 0 0 16px 0;
}
.block.floorplans .wrapper .sidebar form fieldset legend {
  font-weight: 500;
  font-size: 2.1rem;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--heading-color);
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 2;
  height: 32px;
  width: 100%;
  border-radius: 0;
  text-indent: 0;
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Default */
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper i,
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: 900;
  color: var(--heading-color);
  pointer-events: none;
}
.block.floorplans .wrapper .floorplan-list {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 15px;
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f1f1f1;
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image {
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.floorplans .wrapper .floorplan-list .floorplan .image img {
  width: 180px;
  border: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h3,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h4,
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h5 {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--heading-color);
  opacity: 0.5;
  padding: 0 15px;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--heading-color);
  font-size: 1.36rem;
  letter-spacing: 1px;
  border-top: 1px solid #ccc;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li:first-child {
  border-top: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
  line-height: 2;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.5;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--text-color);
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details {
  display: none;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
  color: var(--text-color);
  font-size: 1.36rem;
  padding: 4px 15px;
  font-style: italic;
  opacity: 0.8;
}
.block.floorplans .wrapper .floorplan-list .floorplan.hidden {
  display: none;
}
.block.floorplans .wrapper .floorplan-list #empty-list {
  color: var(--heading-color);
}
.block.floorplans .wrapper .floorplan-list #empty-list .no-results {
  font-family: var(--heading-font);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.block.floorplans .wrapper .floorplan-list #empty-list .try-again {
  font-size: 1.6rem;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 10px;
}
.block.floorplans .wrapper .floorplan-list #empty-list.hidden {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .block.floorplans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .block.floorplans .wrapper .sidebar {
    position: relative;
    transform: translate(0);
    height: auto;
  }
  .block.floorplans .wrapper .sidebar .title * {
    font-size: 3.6rem;
  }
  .block.floorplans .wrapper .sidebar button {
    display: none;
  }
  .block.floorplans .wrapper .sidebar form {
    visibility: visible;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan {
    flex-direction: row;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .image {
    width: 20%;
    height: 100%;
    min-width: 180px;
    margin: 0;
    border: none;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details {
    padding: 20px 15px 0 15px;
    width: 80%;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details h2 {
    padding: 20px 0 0 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.6rem;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
    display: flex;
    flex-direction: column;
    border: none;
    flex: 1;
    padding: 8px 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li strong {
    color: var(--text-color);
    border-bottom: 1px solid #cccccc;
    margin: 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    padding: 0;
    font-size: 1.36rem;
    color: var(--text-color);
    line-height: 2;
    margin-bottom: 10px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
  }
}
.block.floorplan-single {
  padding: 80px 17px;
  background-color: var(--page-bg-color);
}
.block.floorplan-single .fp-details {
  padding: 0 15px;
}
.block.floorplan-single .fp-details .image-wrapper {
  width: 100%;
  height: auto;
  padding: 0 15%;
  background-color: black;
}
.block.floorplan-single .fp-details .image-wrapper button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
}
.block.floorplan-single .fp-details .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block.floorplan-single .fp-details .specs {
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .specs ul {
  margin: 0;
}
.block.floorplan-single .fp-details .specs .title {
  padding: 20px 15px;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.block.floorplan-single .fp-details .specs .title h2,
.block.floorplan-single .fp-details .specs .title h3,
.block.floorplan-single .fp-details .specs .title h4,
.block.floorplan-single .fp-details .specs .title h5 {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .specs ul {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
  list-style: none;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.block.floorplan-single .fp-details .specs ul li {
  padding: 8px 15px 0;
  line-height: 2;
  color: var(--heading-color);
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block.floorplan-single .fp-details .specs ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .specs ul li strong,
.block.floorplan-single .fp-details .specs ul li p {
  font-size: 1.2rem;
}
.block.floorplan-single .fp-details .specs ul li strong {
  margin-right: 5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
}
.block.floorplan-single .fp-details .description {
  background-repeat: repeat;
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .description h3 {
  font-size: 1.8rem;
}
.block.floorplan-single .fp-details .description .descriptive-text p {
  margin-top: 10px;
  color: var(--heading-color);
  opacity: 0.9;
}
.block.floorplan-single .fp-details .additional {
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
}
.block.floorplan-single .fp-details .additional h4 {
  background-color: #cccccc;
  padding: 8px 15px;
  font-size: 2rem;
  font-weight: 400;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel {
  display: flex;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-prev,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-next {
  display: none;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .owl-stage {
  display: flex;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item img {
  max-height: 70px;
  width: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details {
  padding: 0 10px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image h5,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details h5 {
  font-size: 1.8rem;
  margin-bottom: 3px;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image .bed-bath,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details .bed-bath {
  line-height: 1;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .image span,
.block.floorplan-single .fp-details .additional .fp-owl-carousel .item .item-details span {
  font-size: 1.2rem;
  color: var(--text-color);
}
@media only screen and (min-width: 375px) {
  .block.floorplan-single .fp-details .additional .fp-owl-carousel .item {
    display: flex;
    flex-direction: row;
  }
}
.block.floorplan-single .fp-details .additional .owlNext {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  min-width: unset;
  padding: 1px 6px;
  position: absolute;
  right: 1.5rem;
  bottom: 5.5rem;
}
.block.floorplan-single .fp-details .additional .owlNext i {
  color: black;
  font-size: 2rem;
}
.block.floorplan-single .contact-info {
  padding: 0 15px;
}
.block.floorplan-single .contact-info .title {
  margin-bottom: 30px;
}
.block.floorplan-single .contact-info .v-tour,
.block.floorplan-single .contact-info .box {
  margin-bottom: 16px;
  width: 100%;
}
.block.floorplan-single .contact-info .v-tour .vt-btn {
  display: none;
  padding: 18px 15px;
  background-color: red;
  border-radius: 0;
  width: 100%;
  min-width: unset;
  font-size: 1.4rem;
  font-weight: 400;
  transition: none;
}
.block.floorplan-single .contact-info .v-tour .vt-btn:hover,
.block.floorplan-single .contact-info .v-tour .vt-btn:focus {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box {
  padding: 18px 15px 8px;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box a,
.block.floorplan-single .contact-info .box p,
.block.floorplan-single .contact-info .box label,
.block.floorplan-single .contact-info .box .form-group span {
  font-size: 1.36rem;
}
.block.floorplan-single .contact-info .box a:hover,
.block.floorplan-single .contact-info .box a:focus {
  text-decoration: underline;
}
.block.floorplan-single .contact-info .box form label {
  color: var(--heading-color) !important;
  font-size: 1.2rem;
}
.block.floorplan-single .contact-info .box form .form-group {
  margin-bottom: 12px;
}
.block.floorplan-single .contact-info .box form .form-group.required label::after,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) label::after {
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box form .form-group.required input,
.block.floorplan-single .contact-info .box form .form-group:has(input[required]) input {
  border: 1px solid #cccccc;
}
.block.floorplan-single .contact-info .box form input[type="submit"],
.block.floorplan-single .contact-info .box form input[type="button"],
.block.floorplan-single .contact-info .box form input[type="reset"],
.block.floorplan-single .contact-info .box form button {
  background-color: transparent;
  color: var(--text-color);
  border: 1px solid #ccc;
  font-size: 1.2rem;
  width: 100%;
}
.block.floorplan-single .contact-info .box form input[type="submit"]:hover,
.block.floorplan-single .contact-info .box form input[type="button"]:hover,
.block.floorplan-single .contact-info .box form input[type="reset"]:hover,
.block.floorplan-single .contact-info .box form button:hover,
.block.floorplan-single .contact-info .box form input[type="submit"]:focus,
.block.floorplan-single .contact-info .box form input[type="button"]:focus,
.block.floorplan-single .contact-info .box form input[type="reset"]:focus,
.block.floorplan-single .contact-info .box form button:focus {
  background: transparent;
  color: var(--text-color);
}
.block.floorplan-single .contact-info .box form .fields {
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block.floorplan-single .fp-details .specs ul {
    grid-template-columns: repeat(2, 2fr);
  }
  .block.floorplan-single .fp-details .specs ul li:not(:last-child) {
    border-bottom: none;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(odd) {
    border-right: 1px solid #cccccc;
  }
  .block.floorplan-single .fp-details .specs ul li:nth-child(1),
  .block.floorplan-single .fp-details .specs ul li:nth-child(2) {
    border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 1000px) {
  .block.floorplan-single .inner {
    display: flex;
    flex-direction: row;
  }
  .block.floorplan-single .fp-details {
    width: 75%;
  }
  .block.floorplan-single .fp-details .specs ul {
    display: flex;
    flex-direction: row;
    border: none;
    background-color: transparent;
  }
  .block.floorplan-single .fp-details .specs ul li {
    flex: 1;
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: unset;
    padding: 15px 0 0;
  }
  .block.floorplan-single .fp-details .specs ul li strong {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--secondary-bg-color);
    opacity: 0.5;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .block.floorplan-single .contact-info {
    width: 25%;
  }
}
.block.gallery {
  padding: 80px 15px;
  background-color: var(--page-bg-color);
}
.block.gallery .return-to-top {
  box-shadow: 0px 0px 2px #DDDDDD;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: var(--primary-bg-color);
}
.block.gallery .return-to-top button {
  color: var(--text-color-alt);
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 30px 20px 40px;
  background-color: transparent;
  font-size: 1.4rem;
}
.block.gallery .return-to-top i,
.block.gallery .return-to-top svg,
.block.gallery .return-to-top .fa {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 30px;
  color: var(--text-color-alt);
  transform: translateY(-50%);
}
.block.gallery .return-to-top:hover,
.block.gallery .return-to-top:focus {
  opacity: 0.8;
}
.block.gallery .return-to-top.show {
  visibility: visible;
  opacity: 1;
}
.block.gallery .title {
  margin-bottom: 10px;
}
.block.gallery .gallery-container {
  display: flex;
  flex-direction: column;
}
.block.gallery .gallery-container .gallery-item {
  margin-bottom: 15px;
  width: 100%;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.block.gallery .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.block.gallery .gallery-container .gallery-item::after {
  content: '\f002';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.01) rotate(0.1deg);
  transition: opacity 0.3s;
  pointer-events: none;
}
.block.gallery .gallery-container .gallery-item:hover img,
.block.gallery .gallery-container .gallery-item:focus img {
  transform: scale(1.2);
}
.block.gallery .gallery-container .gallery-item:hover::after,
.block.gallery .gallery-container .gallery-item:focus::after {
  opacity: 1;
}
@media only screen and (min-width: 500px) {
  .block.gallery .gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
    gap: 5px;
  }
  .block.gallery .gallery-container .gallery-item {
    height: 100%;
    margin: 0;
  }
  .block.gallery .gallery-container .gallery-item:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .block.gallery .gallery-container .gallery-item:nth-child(6n+2),
  .block.gallery .gallery-container .gallery-item:nth-child(3n+3) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .block.gallery .gallery-container .gallery-item:nth-child(6n+4) {
    grid-column: span 1;
    grid-row: span 1;
  }
  .block.gallery .gallery-container .gallery-item:nth-child(6n+5) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .block.gallery .gallery-container .gallery-item:nth-child(6n+6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-container {
    grid-auto-rows: 250px;
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-container {
    grid-auto-rows: 375px;
  }
}
.slbWrap {
  cursor: zoom-out;
}
.slbContent {
  cursor: default;
}
.slbCaption {
  display: flex !important;
  justify-content: space-between;
  padding: 10px 0 40px !important;
}
.slbCaption .slbCaption-text {
  font-size: 1.4rem;
  text-align: left;
  text-transform: capitalize;
  flex: 1;
  margin-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slbCaption .slbCaption-counter {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.slbCloseBtn {
  font-size: 2em !important;
  right: 0 !important;
  top: 1em !important;
  opacity: 0.7 !important;
}
.slbCloseBtn:hover,
.slbCloseBtn:focus {
  background-color: transparent !important;
  opacity: 1 !important;
  color: white !important;
}
.slbArrow {
  opacity: 0.5 !important;
}
.slbArrow:hover,
.slbArrow:focus {
  background: transparent !important;
  opacity: 1 !important;
}
.block.staff {
  padding: 80px 15px;
}
.block.staff .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block.staff .inner .staff-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block.staff .inner .staff-card .image-wrapper {
  height: 255px;
  flex-grow: 0;
}
.block.staff .inner .staff-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.staff .inner .staff-card .text-content {
  flex-grow: 1;
  background-color: var(--secondary-bg-color);
  padding: 15px;
}
.block.staff .inner .staff-card .text-content .title {
  margin-bottom: 10px;
}
.block.staff .inner .staff-card .text-content .bio {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.staff .inner {
    gap: 1px;
  }
  .block.staff .inner .staff-card {
    width: calc(33.3333% - 1px);
  }
}
.block.contact {
  padding: 80px 15px;
  background-color: var(--page-bg-color);
}
.block.contact .inner .top-message {
  margin-bottom: 10px;
}
.block.contact .inner .details {
  margin-bottom: 30px;
}
.block.contact .inner .details .title {
  margin: 10px 0 18px;
}
.block.contact .inner .details .title h2 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  .block.contact .inner .details .title h2 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact .inner .details .title h2 {
    font-size: calc(3.6*1rem);
  }
}
.block.contact .inner .details .address,
.block.contact .inner .details .phone,
.block.contact .inner .details .fax,
.block.contact .inner .details .additional-contact {
  margin-bottom: 10px;
}
.block.contact .inner .details .address p * {
  display: inline;
}
.block.contact .inner .details .address a {
  color: var(--text-color);
}
.block.contact .inner form textarea {
  min-height: 4ch !important;
}
.block.contact .inner form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block.contact .inner form fieldset legend {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-bottom: 20px;
  font-size: 2.1rem;
}
.block.contact .inner form input[type="submit"],
.block.contact .inner form input[type="button"],
.block.contact .inner form input[type="reset"],
.block.contact .inner form button {
  background-color: #F0F0F0;
  border: 1px solid #ccc;
  color: var(--text-color);
  margin-top: 10px;
  text-transform: none;
  width: 100%;
}
.block.contact .inner form .form-group {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .block.contact .inner .content {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .block.contact .inner .details {
    width: calc(33.3333% - 15px);
  }
  .block.contact .inner form {
    width: calc(66.6667% - 15px);
  }
}
.block.blogs {
  padding: 80px 15px;
  background-color: var(--page-bg-color);
  overflow: hidden;
}
.block.blogs .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.blogs .inner .blogs-carousel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.block.blogs .inner .owl-nav {
  pointer-events: none;
}
.block.blogs .inner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-bg-color);
  pointer-events: all;
  font-size: 8rem;
}
.block.blogs .inner .owl-nav button.owl-prev {
  left: 0;
}
.block.blogs .inner .owl-nav button.owl-next {
  right: 0;
}
.block.blogs .inner .owl-nav button:hover,
.block.blogs .inner .owl-nav button:focus,
.block.blogs .inner .owl-nav button:focus-visible {
  background-color: transparent;
  opacity: 0.8;
}
.block.blogs .inner .owl-dots {
  margin: 0 auto;
}
.block.blogs .inner .owl-stage-outer {
  overflow: unset;
}
.block.blogs .inner .owl-stage {
  display: flex;
}
.block.blogs .inner .owl-stage .owl-item {
  display: flex;
}
.block.blogs .inner .blog-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}
.block.blogs .inner .blog-card .blog-image {
  height: 255px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.block.blogs .inner .blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.blogs .inner .blog-card .blog-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block.blogs .inner .blog-card .summary {
  background-color: var(--secondary-bg-color);
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.block.blogs .inner .blog-card .summary .title,
.block.blogs .inner .blog-card .summary .content p {
  margin-bottom: 10px;
}
.block.blogs .inner .blog-card .summary .title * {
  font-size: 25px;
}
.block.blogs .inner .blog-card .summary .summary-text * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.blogs .inner .blog-card .blog-image {
    height: 255px;
  }
  .block.blogs .inner .owl-stage-outer {
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .block.blogs .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .block.blogs .inner .blog-card .blog-image {
    height: 255px;
    width: 100%;
  }
}
article.blog-single {
  padding: 50px 20px;
}
article.blog-single * {
  font-family: var(--text-font);
}
article.blog-single h2,
article.blog-single h3,
article.blog-single h4,
article.blog-single h5,
article.blog-single h6 {
  font-weight: 500;
  margin: 20px 0 10px;
}
article.blog-single h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single h2 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single h2 {
    font-size: calc(3.6*1rem);
  }
}
article.blog-single h3 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single h3 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single h3 {
    font-size: calc(3.6*1rem);
  }
}
article.blog-single h4,
article.blog-single .h4 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single h4,
  article.blog-single .h4 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single h4,
  article.blog-single .h4 {
    font-size: calc(2.4*1rem);
  }
}
article.blog-single h5,
article.blog-single .h5 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single h5,
  article.blog-single .h5 {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single h5,
  article.blog-single .h5 {
    font-size: calc(2*1rem);
  }
}
article.blog-single .inner {
  padding: 0 15px;
}
article.blog-single .title h2 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single .title h2 {
    font-size: calc(5.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single .title h2 {
    font-size: calc(5.6*1rem);
  }
}
article.blog-single .image-wrapper {
  width: 100%;
}
article.blog-single .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
article.blog-single .body {
  padding: 25px 0 30px;
}
article.blog-single .body p {
  margin-bottom: 10px;
}
article.blog-single .body ol,
article.blog-single .body ul {
  margin-left: 40px;
}
article.blog-single .body ol li,
article.blog-single .body ul li {
  font-size: 1.4rem;
}
article.blog-single .meta {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single .meta {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single .meta {
    font-size: calc(2.2*1rem);
  }
}
article.blog-single .buttons a {
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 28px;
  background-color: #f4f4f4;
  color: var(--button-text-color);
  transition: 0s;
}
article.blog-single .buttons a:hover,
article.blog-single .buttons a:focus,
article.blog-single .buttons a.disabled {
  color: var(--button-text-color-hover);
  text-decoration: none;
}
article.blog-single .buttons a.disabled {
  pointer-events: none;
  cursor: default;
}
article.blog-single .blog-list {
  padding: 70px 0px 10px;
}
article.blog-single .blog-list h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  article.blog-single .blog-list h2 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-single .blog-list h2 {
    font-size: calc(3*1rem);
  }
}
article.blog-single .blog-list .list {
  list-style: disc;
  max-height: calc(1.5em * 10);
  overflow-y: auto;
}
article.blog-single .blog-list .list li {
  margin-left: 20px;
}
article.blog-single .blog-list .list li.current-blog {
  display: none;
}
@media screen and (min-width: 768px) {
  article.blog-single .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  article.blog-single .blog {
    width: 66.6667%;
  }
  article.blog-single .blog-list {
    width: 33.33333%;
    padding: 0px 20px 10px;
  }
}
article.text-content {
  padding: 80px 15px;
  background-color: var(--page-bg-color);
}
article.text-content p {
  margin-bottom: 10px;
}
article.text-content h2,
article.text-content .h2,
article.text-content h3,
article.text-content .h3,
article.text-content h4,
article.text-content .h4,
article.text-content h5,
article.text-content .h5,
article.text-content h6,
article.text-content .h6 {
  margin: 20px 0 10px;
}
article.text-content ul,
article.text-content ol {
  margin-left: 15px;
  margin-bottom: 5px;
}
article.text-content ul li,
article.text-content ol li {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.block.footer {
  background-color: var(--text-color);
  padding: 14px 0;
  border-top: 14px solid var(--page-bg-color);
}
.block.footer address,
.block.footer .numbers,
.block.footer .email {
  text-align: center;
  margin-bottom: 5px;
}
.block.footer address i,
.block.footer .numbers i,
.block.footer .email i,
.block.footer address svg,
.block.footer .numbers svg,
.block.footer .email svg {
  margin-right: 5px;
}
.block.footer .socials ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.block.footer .socials ul a {
  color: var(--text-color-alt);
}
.block.footer .socials ul li {
  width: fit-content;
}
.block.footer .socials ul li a {
  font-size: 1.4rem;
  padding: 7px;
  color: var(--text-color-alt);
}
.block.footer .socials ul li:has(a[href=""]) {
  display: none;
}
.block.footer .email {
  line-height: 1;
  padding: 7px;
}
.block.footer .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.block.footer .icons svg,
.block.footer .icons path,
.block.footer .icons polygon {
  fill: var(--text-color-alt);
}
.block.footer nav ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.block.footer nav ul a {
  font-size: 1.4rem;
}
.block.footer .copyright,
.block.footer .resite {
  text-align: center;
}

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