<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 1400px) {
  .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 */
  margin-right: 5px;
}
/**
* 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],
.hidden {
  display: none !important;
}
@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(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: var(--text-link-color);
  cursor: pointer;
  /* mobile tap color */
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.block h1,
.block .h1,
.block h2,
.block .h2,
.block h3,
.block .h3,
.block h4,
.block .h4,
.block h5,
.block .h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
h1,
.h1 {
  font-size: calc(3.5*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.5*1rem);
  }
}
@media screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: calc(3.5*1rem);
  }
}
h2,
.h2 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: calc(2.4*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 1400px) {
  h3,
  .h3 {
    font-size: calc(2*1rem);
  }
}
h4,
.h4 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 1400px) {
  h4,
  .h4 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(5.5*1rem);
  }
  h2,
  .h2 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(5.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: calc(5.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: calc(3.2*1rem);
  }
}
button:not([id^="rs-"]),
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
}
@media screen and (min-width: 768px) {
  button:not([id^="rs-"]),
  .button,
  a.button {
    font-size: 1.8rem;
  }
}
button:not([id^="rs-"]).ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button:not([id^="rs-"]).inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:not([id^="rs-"]):hover,
.button:hover,
a.button:hover,
button:not([id^="rs-"]):focus,
.button:focus,
a.button:focus {
  background: var(--button-bg-color-hover);
}
button:not([id^="rs-"]).light,
.button.light,
a.button.light {
  background: var(--text-link-color);
}
button:not([id^="rs-"]).light:hover,
.button.light:hover,
a.button.light:hover,
button:not([id^="rs-"]).light:focus,
.button.light:focus,
a.button.light:focus {
  background: var(--text-link-color-hover);
}
.outline {
  background: none;
  border: 2px solid #2af0fa;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin-left: 20px;
  padding: 0;
}
li {
  display: flex;
}
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;
}
.skip-link {
  position: absolute !important;
  left: -999em;
  z-index: 999;
}
.skip-link a {
  color: var(--button-text-color);
  background-color: var(--primary-bg-color);
  padding: 10px 50px;
  border: 2px solid var(--button-text-color);
  text-align: center;
  font-size: 1.2em;
}
.skip-link:focus-within {
  left: 50%;
  transform: translateX(-50%);
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.text-alt h1,
.text-alt h2,
.text-alt h3,
.text-alt h4,
.text-alt h5 {
  color: var(--heading-color-alt);
}
.text-alt p,
.text-alt ul,
.text-alt ol,
.text-alt dl,
.text-alt li {
  color: var(--text-color-alt);
}
.slbElement {
  font-size: 1rem;
}
.slbElement * {
  animation: none !important;
}
.slbElement .slbWrap {
  cursor: zoom-out;
}
.slbElement .slbWrap .slbContent {
  cursor: auto;
}
.slbElement .slbArrow,
.slbElement .slbCloseBtn {
  position: absolute;
  border-radius: 0;
  min-width: unset;
  color: var(--text-color-alt);
  background-color: transparent;
  opacity: 0.8;
  transition: none !important;
}
.slbElement .slbArrow:hover,
.slbElement .slbCloseBtn:hover,
.slbElement .slbArrow:focus,
.slbElement .slbCloseBtn:focus {
  opacity: 1 !important;
  background-color: transparent;
}
.slbElement .slbCloseBtn {
  font-size: 2.5rem;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slbElement .slbCloseBtn.slbCloseBtn {
  top: 15px;
}
.slbElement .slbCaption {
  padding: 0 0 20px;
}
.slbElement .slbCaption .bottom {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-alt);
}
.slbElement .slbCaption .bottom .caption {
  font-size: 1.6rem !important;
}
.slbElement .slbCaption .bottom .count {
  font-size: 1.2rem !important;
  opacity: 0.8;
}
form {
  margin: auto;
}
form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
form fieldset legend {
  padding: 15px 0 10px;
  font-size: 20px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  text-transform: capitalize;
}
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;
  padding: 0.667rem 1.333rem;
  border: 0;
  text-indent: 0;
  border-radius: 0;
  width: 100%;
  min-height: 37px;
  line-height: 1;
  background-color: #f4f4f4;
  color: var(--text-color);
  border: 1px solid #ddd;
  font-size: 1.3rem;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 6px 13px 32px;
  border: 0;
  text-indent: 0px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
  overflow-y: auto;
}
form .checkbox-options,
form .radio-options {
  display: flex;
  flex-direction: column;
  width: max-content;
}
form input[type="radio"] {
  margin-right: 8px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
  border: 0;
  margin: 25px 0 20px;
}
@media screen and (min-width: 768px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: 1.8rem;
  }
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form button:focus {
  background: var(--button-bg-color-hover);
}
form input[type="submit"].light,
form input[type="button"].light,
form input[type="reset"].light,
form button.light {
  background: var(--text-link-color);
}
form input[type="submit"].light:hover,
form input[type="button"].light:hover,
form input[type="reset"].light:hover,
form button.light:hover,
form input[type="submit"].light:focus,
form input[type="button"].light:focus,
form input[type="reset"].light:focus,
form button.light:focus {
  background: var(--text-link-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  color: var(--button-bg-color);
}
form .block label {
  font-weight: 400;
  font-size: 1.36rem;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required &gt; label:after,
form .form-group:has(input[required]) &gt; label:after,
form .form-group:has(input[required="required"]) &gt; label:after {
  content: "*";
  color: var(--secondary-bg-color);
  font-size: 1.13rem;
  font-weight: 400;
  vertical-align: super;
}
@media screen and (min-width: 768px) {
  .fields,
  reform,
  fieldset {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-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.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
}
html {
  font-size: 62.5%;
  min-width: 300px;
  background-color: var(--page-bg-color);
  overflow-x: hidden;
}
html section {
  min-width: 300px;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1344px;
  width: 100%;
}
dialog {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s, visibility 0.5s;
  max-width: 100vw;
  max-height: 100vh;
  border: none;
}
dialog[open] {
  visibility: visible;
  opacity: 1;
}
[animation] {
  opacity: 0;
  animation-delay: 0.4s;
  animation-duration: 1s;
}
#rs-builder [animation] {
  opacity: 1 !important;
}
#cookie-box {
  z-index: 999999 !important;
}
#standard-neighborhood-map-nav ul {
  margin: 0;
}
#standard-neighborhood-map-nav #current-category {
  border-radius: 0;
}
#rs-builder .block.hero-slides {
  z-index: 0;
  height: max-content;
  flex-direction: column;
}
#rs-builder .block.hero-slides .slideshow {
  position: relative;
  z-index: 1;
}
#rs-builder .block.hero-slides .slideshow .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
#rs-builder .block.hero-slides .slideshow img {
  height: 150px;
  width: auto;
}
#rs-builder .block.hero-slides .content {
  padding: 64px 10px 128px;
}
#rs-builder .block.hero-video {
  z-index: 0;
}
#rs-builder .block.hero-video::after {
  pointer-events: none;
  z-index: -1;
}
#rs-builder .block.hero-video .video.background a {
  z-index: 1;
  margin: 10px 0 0 10px;
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
  background-color: #666666;
  min-width: unset;
  width: fit-content;
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  #rs-builder .block.hero-video .video.background a {
    font-size: 1.8rem;
  }
}
#rs-builder .block.hero-video .video.background a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
#rs-builder .block.hero-video .video.background a.inline {
  display: inline-block;
}
#rs-builder .block.hero-video .video.background a:hover,
#rs-builder .block.hero-video .video.background a:focus {
  background: var(--button-bg-color-hover);
}
#rs-builder .block.hero-video .video.background a.light {
  background: var(--text-link-color);
}
#rs-builder .block.hero-video .video.background a.light:hover,
#rs-builder .block.hero-video .video.background a.light:focus {
  background: var(--text-link-color-hover);
}
#rs-builder .block.hero-video .hidden {
  display: block !important;
}
#rs-builder .block.hero-video iframe {
  pointer-events: none;
}
#rs-builder .block.hero-video .inner {
  pointer-events: none;
}
#rs-builder .block.hero-video .content {
  padding: 64px 10px 128px;
  pointer-events: all;
}
#rs-builder .block.specials-flag {
  position: relative;
  height: max-content;
}
#rs-builder .block.specials-flag .flag {
  top: 40px;
  right: 0;
  transform: rotate(0);
}
#rs-builder .block.specials-flag .specials-overlay {
  visibility: visible;
  position: relative;
  z-index: 0;
  opacity: 1;
  height: max-content;
  padding: 20px;
}
#rs-builder .block.specials-flag .specials-close-btn {
  pointer-events: none;
}
#rs-builder .block.cards .card a {
  height: 50%;
  bottom: 0;
  top: unset;
  z-index: 1;
  background-image: url("https://placehold.co/400x200/858585/494949?text=Link+Click+Here");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
#rs-builder .block.cards .card .card-content {
  z-index: 2;
}
#rs-builder .block.cards .card .card-content .card-title {
  transform: translateY(0);
}
#rs-builder .block.cards .card .card-content .card-arrow {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#rs-builder .block.cards .card:hover .card-inner .card-bg img,
#rs-builder .block.cards .card:focus-within .card-inner .card-bg img {
  transform: scale(1.02);
}
#rs-builder .block.cards .card:hover .card-inner .border,
#rs-builder .block.cards .card:focus-within .card-inner .border {
  height: 4px;
  opacity: 0;
}
#rs-builder .block.testimonials .testimonial-slides {
  display: block;
}
#rs-builder .block.testimonials .arrow {
  display: none;
}
#rs-builder .block.testimonials .swiper-slide {
  border: 1px solid white;
  margin-bottom: 5px;
  padding: 5px;
}
#rs-builder .block.testimonials .text {
  pointer-events: all;
}
#rs-builder .block.subpage-hero {
  padding: 0 10px;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
}
@media screen and (min-width: 768px) {
  .simple-text a {
    font-size: 1.8rem;
  }
}
.simple-text a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover,
.simple-text a:focus {
  background: var(--button-bg-color-hover);
}
.simple-text a.light {
  background: var(--text-link-color);
}
.simple-text a.light:hover,
.simple-text a.light:focus {
  background: var(--text-link-color-hover);
}
.block.topbar {
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 10;
}
.block.topbar .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px;
  z-index: 1;
}
.block.topbar .logo {
  font-size: 2rem;
  text-align: center;
}
.block.topbar .logo a {
  color: var(--heading-color-alt);
}
.block.topbar .logo .name {
  border-bottom: 1px solid var(--heading-color-alt);
  font-family: var(--heading-font);
  font-weight: 700;
}
.block.topbar .logo .tagline {
  font-family: "Satisfy", cursive;
  font-weight: 400;
}
.block.topbar .logo a:hover,
.block.topbar .logo a:focus {
  opacity: 0.8;
}
.block.topbar .mobile-menu button {
  vertical-align: top;
  border-radius: 0;
  padding: 3px 8px 8px;
  min-width: unset;
  height: 48px;
}
.block.topbar .mobile-menu button .line {
  width: 35px;
  height: 1.2px;
  background-color: var(--button-text-color);
  margin-top: 5px;
}
.block.topbar .mobile-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  min-height: 150vh;
  min-height: 150dvh;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.block.topbar .mobile-overlay[open] {
  visibility: visible;
  opacity: 1;
}
.block.topbar .mobile-overlay .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--primary-bg-color);
  z-index: -1;
}
.block.topbar .mobile-overlay .wrapper {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 10px 10px 55px;
  min-height: 100vh;
  overflow: auto;
  position: relative;
  overflow-y: auto;
}
.block.topbar .mobile-overlay .top {
  display: flex;
  justify-content: space-between;
}
.block.topbar .mobile-overlay .top .logo {
  font-size: 2.8rem;
  text-align: center;
  min-width: 200px;
  margin-top: 10px;
}
.block.topbar .mobile-overlay .top .logo a {
  color: var(--heading-color-alt);
}
.block.topbar .mobile-overlay .top .logo .name,
.block.topbar .mobile-overlay .top .logo .tagline {
  font-size: 1.6rem;
}
.block.topbar .mobile-overlay .top .modal-close-btn {
  font-size: 2rem;
  color: var(--heading-color-alt);
  cursor: pointer;
  width: max-content;
  height: max-content;
  min-width: unset;
  border-radius: 0;
  background-color: transparent;
}
.block.topbar .mobile-overlay .mobile-list {
  margin-top: 50px;
  margin-bottom: 30px;
}
.block.topbar .navbar ul,
.block.topbar .mobile-overlay ul {
  display: flex;
  flex-direction: column;
  font-family: var(--heading-font);
  font-weight: 700;
}
.block.topbar .navbar ul .dropdown,
.block.topbar .mobile-overlay ul .dropdown {
  background-color: var(--text-link-color);
}
.block.topbar .navbar ul .dropdown-item,
.block.topbar .mobile-overlay ul .dropdown-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.block.topbar .navbar ul .dropdown-item .dropdown-btn,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn {
  padding: 8px 3.2rem 8px 12px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-width: unset;
  width: 100%;
  text-align: left;
  transition: unset;
}
.block.topbar .navbar ul .dropdown-item .dropdown-btn::after,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 12px;
  top: 1.3rem;
  border: 3px solid var(--text-color-alt);
  border-top: none;
  border-right: none;
  border-radius: 2px;
  transform: rotate(-45deg);
}
.block.topbar .navbar ul .dropdown-item .dropdown-btn:focus,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:focus,
.block.topbar .navbar ul .dropdown-item .dropdown-btn:hover,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:hover {
  color: var(--text-link-color);
}
.block.topbar .navbar ul .dropdown-item .dropdown-btn:focus::after,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:focus::after,
.block.topbar .navbar ul .dropdown-item .dropdown-btn:hover::after,
.block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:hover::after {
  border: 3px solid var(--text-link-color);
  border-top: none;
  border-right: none;
}
.block.topbar .navbar ul li a,
.block.topbar .mobile-overlay ul li a {
  position: relative;
  padding: 8px 12px;
  color: var(--text-color-alt);
  min-width: unset;
  width: 100%;
}
.block.topbar .navbar ul li a:hover,
.block.topbar .mobile-overlay ul li a:hover,
.block.topbar .navbar ul li a:focus,
.block.topbar .mobile-overlay ul li a:focus {
  color: var(--text-link-color);
}
.block.topbar .navbar ul .dropdown li:focus-within,
.block.topbar .mobile-overlay ul .dropdown li:focus-within,
.block.topbar .navbar ul .dropdown li:hover,
.block.topbar .mobile-overlay ul .dropdown li:hover {
  background-color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.topbar .logo {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1000px) {
  .block.topbar .navbar ul .dropdown-item,
  .block.topbar .mobile-overlay ul .dropdown-item {
    position: relative;
  }
  .block.topbar .navbar ul .dropdown-item .dropdown,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .block.topbar .navbar ul .dropdown-item .dropdown-btn,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn {
    padding: 8px 3.2rem 8px 12px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-width: unset;
    width: max-content;
    font-size: 1.6rem;
  }
  .block.topbar .navbar ul .dropdown-item .dropdown-btn::after,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 12px;
    top: 1.6rem;
    border: 3px solid var(--text-color-alt);
    border-top: none;
    border-right: none;
    border-radius: 2px;
    transform: rotate(-45deg);
  }
  .block.topbar .navbar ul .dropdown-item .dropdown-btn:focus,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:focus,
  .block.topbar .navbar ul .dropdown-item .dropdown-btn:hover,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:hover {
    color: var(--text-color-alt);
  }
  .block.topbar .navbar ul .dropdown-item .dropdown-btn:focus::after,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:focus::after,
  .block.topbar .navbar ul .dropdown-item .dropdown-btn:hover::after,
  .block.topbar .mobile-overlay ul .dropdown-item .dropdown-btn:hover::after {
    border: 3px solid var(--text-color-alt);
    border-top: none;
    border-right: none;
  }
  .block.topbar .navbar ul .dropdown-item.expanded .dropdown-btn,
  .block.topbar .mobile-overlay ul .dropdown-item.expanded .dropdown-btn {
    color: var(--text-link-color-hover);
    width: max-content;
  }
  .block.topbar .navbar ul .dropdown-item.expanded .dropdown-btn::after,
  .block.topbar .mobile-overlay ul .dropdown-item.expanded .dropdown-btn::after {
    border: 3px solid var(--text-link-color-hover);
    border-top: none;
    border-right: none;
  }
  .block.topbar .navbar ul .dropdown-item.expanded .dropdown,
  .block.topbar .mobile-overlay ul .dropdown-item.expanded .dropdown {
    display: block;
    padding: 8px 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
  }
  .block.topbar .navbar ul .dropdown-link,
  .block.topbar .mobile-overlay ul .dropdown-link {
    width: max-content;
  }
}
@media screen and (min-width: 1400px) {
  .block.topbar .logo {
    max-width: 365px;
  }
  .block.topbar .mobile-overlay {
    display: none;
  }
  .block.topbar .navbar .main-nav {
    flex-direction: row;
    align-items: center;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded {
    background-color: var(--text-link-color);
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown-btn {
    color: var(--heading-color-alt);
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown-btn::after {
    border: 3px solid var(--heading-color-alt);
    border-top: none;
    border-right: none;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown {
    position: absolute;
    background-color: var(--page-bg-color);
    width: max-content;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown .dropdown-link {
    color: var(--primary-bg-color);
    width: 100%;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown .dropdown-link:hover,
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown .dropdown-link:focus {
    background-color: #f5f5f5;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown.expanded .dropdown-btn {
    color: var(--text-link-color-hover);
    width: max-content;
  }
  .block.topbar .navbar .main-nav .dropdown-item.expanded .dropdown.expanded .dropdown {
    display: block;
    padding: 8px 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
  }
  .block.topbar .navbar .main-nav li a:not(.dropdown-link):hover,
  .block.topbar .navbar .main-nav li a:not(.dropdown-link):focus {
    color: var(--heading-color-alt);
    background-color: var(--text-link-color);
  }
}
.block.hero {
  min-height: 500px;
  position: relative;
  width: 100%;
  height: 65vh;
  display: flex;
  justify-content: flex-end;
  border-bottom: 12px solid var(--secondary-bg-color);
}
.block.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.block.hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.block.hero .background .swiper {
  height: 100%;
}
.block.hero .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero .background iframe {
  height: 56.25vw;
  left: 50%;
  min-height: calc(100% + 100px);
  min-width: calc(100% + 100px);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}
.block.hero .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto;
  z-index: 1;
}
.block.hero .content {
  width: 100%;
  padding: 64px 10px 128px;
}
.block.hero .content .text {
  width: max-content;
  max-width: 500px;
}
.block.hero .content .text * {
  line-height: 1;
}
.block.hero .content .text .tagline {
  margin-bottom: 15px;
}
.block.hero .content .text .tagline p {
  font-size: 3rem;
  font-style: italic;
}
.block.hero .content .text .title {
  margin-bottom: 10px;
}
.block.hero .content .buttons a {
  margin-top: 35px;
}
.block.hero .content .buttons a:nth-child(odd) {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
}
@media screen and (min-width: 768px) {
  .block.hero .content .buttons a:nth-child(odd) {
    font-size: 1.8rem;
  }
}
.block.hero .content .buttons a:nth-child(odd).ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.hero .content .buttons a:nth-child(odd).inline {
  display: inline-block;
}
.block.hero .content .buttons a:nth-child(odd):hover,
.block.hero .content .buttons a:nth-child(odd):focus {
  background: var(--button-bg-color-hover);
}
.block.hero .content .buttons a:nth-child(odd).light {
  background: var(--text-link-color);
}
.block.hero .content .buttons a:nth-child(odd).light:hover,
.block.hero .content .buttons a:nth-child(odd).light:focus {
  background: var(--text-link-color-hover);
}
.block.hero .content .buttons a:nth-child(even) {
  position: relative;
  display: inline-block;
  line-height: 2;
  padding: 10px 20px;
  background: var(--button-bg-color);
  border: none;
  color: var(--button-text-color);
  font-size: 1.6rem;
  font-family: var(--heading-font);
  font-weight: bold;
  border-radius: 35px;
  text-align: center;
  min-width: 155px;
  cursor: pointer;
  transition: ease all 0.3s;
  background: var(--text-link-color);
}
@media screen and (min-width: 768px) {
  .block.hero .content .buttons a:nth-child(even) {
    font-size: 1.8rem;
  }
}
.block.hero .content .buttons a:nth-child(even).ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.hero .content .buttons a:nth-child(even).inline {
  display: inline-block;
}
.block.hero .content .buttons a:nth-child(even):hover,
.block.hero .content .buttons a:nth-child(even):focus {
  background: var(--button-bg-color-hover);
}
.block.hero .content .buttons a:nth-child(even).light {
  background: var(--text-link-color);
}
.block.hero .content .buttons a:nth-child(even).light:hover,
.block.hero .content .buttons a:nth-child(even).light:focus {
  background: var(--text-link-color-hover);
}
.block.hero .content .buttons a:nth-child(even):hover,
.block.hero .content .buttons a:nth-child(even):focus {
  background: var(--text-link-color-hover);
}
@media screen and (min-width: 1400px) {
  .block.hero .content {
    padding: 64px 0 128px;
  }
}
.block.specials-flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.block.specials-flag .flag {
  position: absolute;
  top: 340px;
  right: 12px;
  z-index: 2;
  transform: rotate(-90deg);
  transform-origin: top;
}
.block.specials-flag .flag button {
  background-color: #da4835;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 2.4rem;
  padding: 10px;
  min-width: unset;
}
.block.specials-flag .flag button:hover,
.block.specials-flag .flag button:focus {
  background-color: #ba3422;
}
.block.specials-flag .specials-overlay {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  height: 100vh;
  width: 100%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
.block.specials-flag .specials-overlay[open] {
  visibility: visible;
  opacity: 1;
}
.block.specials-flag .specials-overlay .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.86);
  cursor: zoom-out;
}
.block.specials-flag .specials-overlay .close {
  width: 100%;
  padding: 10px;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.block.specials-flag .specials-overlay .close button {
  font-size: 2rem;
  color: var(--heading-color-alt);
  cursor: pointer;
  width: max-content;
  height: max-content;
  min-width: unset;
  border-radius: 0;
  background-color: transparent;
  text-shadow: black 0px 0px 1px;
}
.block.specials-flag .specials-overlay .content {
  background-color: var(--page-bg-color);
  padding: 32px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
.block.specials-flag .specials-overlay .content .title {
  padding-left: 10px;
  border-left: 4px solid var(--heading-link-color);
  margin-bottom: 20px;
}
.block.specials-flag .specials-overlay .content .text p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.specials-flag .specials-overlay .content {
    width: 640px;
    margin: 0 auto;
  }
}
#specials {
  display: none !important;
}
.block.intro {
  background-color: var(--primary-bg-color);
  padding: 64px 32px;
}
.block.intro .title-wrapper,
.block.intro .text-wrapper {
  padding: 12px;
}
.block.intro .title {
  border-left: 4px solid var(--secondary-bg-color);
  padding-left: 10px;
  margin-bottom: 20px;
}
.block.intro .text p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.intro .inner {
    display: flex;
    flex-direction: row;
  }
  .block.intro .inner .title-wrapper {
    width: 41.66667%;
  }
  .block.intro .inner .text-wrapper {
    flex: 58.33333%;
  }
}
.block.cta-right {
  min-height: 500px;
  position: relative;
  padding-bottom: 200px;
}
.block.cta-right img.background {
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: top left;
  object-fit: cover;
  width: 100%;
  height: 275px;
}
.block.cta-right .content-container {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin-left: auto;
}
.block.cta-right .content-container .content {
  width: 100%;
  background-color: var(--primary-bg-color);
  padding: 32px;
  position: relative;
}
.block.cta-right .content-container .square {
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 220px;
  height: 200px;
  background-color: var(--secondary-bg-color);
}
.block.cta-right .text p {
  margin-bottom: 10px;
}
.block.cta-right .title {
  border-left: 4px solid var(--secondary-bg-color);
  padding-left: 10px;
  margin-bottom: 20px;
}
.block.cta-right .button-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .block.cta-right {
    padding-bottom: 0;
  }
  .block.cta-right img.background {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block.cta-right .content {
    padding: 64px;
  }
}
.block.cards {
  background-color: var(--primary-bg-color);
  background-repeat: repeat;
  padding: 64px 32px;
  position: relative;
  min-height: 600px;
}
.block.cards h2,
.block.cards h3,
.block.cards h4,
.block.cards h5 {
  font-size: 2.5rem;
}
.block.cards .bg-colors {
  background: linear-gradient(to bottom, transparent 300px, var(--primary-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.cards .card {
  height: 320px;
  width: 100%;
  padding: 10px 12px;
}
.block.cards .card .card-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.block.cards .card .card-inner .card-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.block.cards .card .card-inner .card-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
.block.cards .card .card-inner .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transform-origin: center;
  transition: transform 0.5s ease;
}
.block.cards .card .card-inner a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  padding: 0 0 18px 25px;
  transition: all 0.5s ease;
  z-index: 2;
}
.block.cards .card .card-inner .border {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  background-color: var(--secondary-bg-color);
  transition: all 0.5s ease;
}
.block.cards .card .card-inner .card-content {
  position: absolute;
  left: 25px;
  bottom: 15px;
}
.block.cards .card:hover .card-inner .card-bg img,
.block.cards .card:focus-within .card-inner .card-bg img {
  transform: scale(1.02);
}
.block.cards .card:hover .card-inner .card-content .card-title,
.block.cards .card:focus-within .card-inner .card-content .card-title {
  transform: translateY(0);
}
.block.cards .card:hover .card-inner .card-content .card-arrow,
.block.cards .card:focus-within .card-inner .card-content .card-arrow {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.block.cards .card:hover .card-inner .border,
.block.cards .card:focus-within .card-inner .border {
  height: 4px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .block.cards .cards-container {
    display: flex;
    flex-direction: row;
  }
  .block.cards .card {
    width: 33.3333%;
    height: 500px;
  }
  .block.cards .card .card-content .card-title {
    transform: translateY(8px);
    transition: all 0.5s ease;
  }
  .block.cards .card .card-content .card-arrow {
    transform: translateY(18px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
}
.block.cta-left {
  min-height: 500px;
  position: relative;
  padding-bottom: 200px;
}
.block.cta-left img.background {
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: top right;
  object-fit: cover;
  width: 100%;
  height: 275px;
}
.block.cta-left .content-container {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin-right: auto;
}
.block.cta-left .content-container .content {
  width: 100%;
  background-color: var(--primary-bg-color);
  padding: 32px;
  position: relative;
}
.block.cta-left .content-container .square {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 220px;
  height: 200px;
  background-color: var(--secondary-bg-color);
}
.block.cta-left .text p {
  margin-bottom: 10px;
}
.block.cta-left .title {
  border-left: 4px solid var(--secondary-bg-color);
  padding-left: 10px;
  margin-bottom: 20px;
}
.block.cta-left .button-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .block.cta-left {
    padding-bottom: 0;
  }
  .block.cta-left img.background {
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .block.cta-left .content {
    padding: 64px;
  }
}
.block.testimonials {
  padding: 64px 32px;
  background-color: var(--primary-bg-color);
}
.block.testimonials .title {
  border-left: 4px solid var(--secondary-bg-color);
  padding-left: 10px;
  margin-bottom: 20px;
}
.block.testimonials .testimonial-slides {
  position: relative;
  display: flex;
}
.block.testimonials .testimonial-slides .swiper {
  padding-bottom: 50px;
}
.block.testimonials .testimonial-slides .swiper-slide {
  height: 100%;
}
.block.testimonials .testimonial-slides .swiper-slide .text {
  margin-top: 10px;
  pointer-events: none;
  color: var(--text-color-alt);
}
.block.testimonials .testimonial-slides .nav-buttons {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0px;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 5px;
}
.block.testimonials .testimonial-slides .nav-arrow {
  width: 60px;
  position: relative !important;
  padding: 6px 8px;
  transition: background-color 0.3s ease;
}
.block.testimonials .testimonial-slides .nav-arrow::after {
  display: none;
}
.block.testimonials .testimonial-slides .nav-arrow:hover,
.block.testimonials .testimonial-slides .nav-arrow:focus {
  background-color: var(--secondary-bg-color);
}
.block.testimonials .testimonial-slides .nav-arrow .arrow {
  height: auto;
  max-width: 100%;
  user-select: none;
}
.block.testimonials .testimonial-slides .nav-arrow .prev {
  transform: rotate(180deg);
}
.block.testimonials .testimonial-slides .swiper-pagination {
  pointer-events: none;
  user-select: none;
  display: none;
  position: absolute;
  bottom: 35px;
  width: 100%;
  justify-content: center;
}
.block.testimonials .testimonial-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--page-bg-color);
  opacity: 1;
}
.block.testimonials .testimonial-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary-bg-color);
}
.block.testimonials .testimonial-slides .swiper-scrollbar {
  bottom: 30px;
  position: absolute;
}
.block.testimonials .testimonial-slides .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--secondary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.testimonials .testimonial-slides .nav-buttons {
    display: flex;
  }
  .block.testimonials .testimonial-slides .swiper-pagination {
    display: flex;
  }
  .block.testimonials .testimonial-slides .swiper-scrollbar {
    display: none;
  }
}
.block.corporate {
  padding: 64px 34px;
  min-height: 600px;
  position: relative;
  background-repeat: repeat;
  background-color: var(--page-bg-color);
}
.block.corporate .bg-colors {
  background: linear-gradient(to bottom, transparent 350px, var(--page-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.corporate .image-wrapper {
  height: 320px;
  width: 100%;
  padding-bottom: 12px;
}
.block.corporate .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.corporate .inner {
  position: relative;
}
.block.corporate .content {
  padding: 12px 0 0 44px;
}
.block.corporate .content .title {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 4px solid var(--secondary-bg-color);
}
.block.corporate .content .text {
  padding-top: 10px;
}
.block.corporate .content .text p {
  margin-bottom: 10px;
}
.block.corporate .content .button-wrapper {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .block.corporate .inner {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .block.corporate .inner .image-wrapper,
  .block.corporate .inner .content {
    padding: 0;
    flex: 1;
    height: 650px;
  }
  .block.corporate .inner .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.block.outro .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block.outro .title-container {
  width: 100%;
  background-color: var(--secondary-bg-color);
  padding: 32px;
  text-align: center;
}
.block.outro .link-container {
  width: 95%;
  animation-delay: 0.5s;
}
.block.outro .link-container a {
  font-size: 2.4rem;
  background-color: var(--primary-bg-color);
  width: 100%;
  padding: 32px;
  color: var(--heading-color-alt);
  font-family: var(--heading-font);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
.block.outro .link-container a h2,
.block.outro .link-container a h3,
.block.outro .link-container a h4,
.block.outro .link-container a h5,
.block.outro .link-container a img {
  display: inline-block;
}
.block.outro .link-container a img {
  height: 20px;
  width: 60px;
  margin-left: 10px;
  transition: margin-left 0.2s ease;
}
.block.outro .link-container a:hover {
  background-color: var(--button-bg-color-hover);
}
.block.outro .link-container a:hover img {
  margin-left: 20px;
}
.block.outro .link-container a:hover,
.block.outro .link-container a:focus {
  background-color: var(--button-bg-color-hover);
}
.block.outro .link-container a:hover img,
.block.outro .link-container a:focus img {
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .block.outro .link-container {
    width: 65%;
  }
  .block.outro .link-container a {
    font-size: 3.2rem;
  }
}
.block.subpage-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 65vh;
  height: 65dvh;
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 12px solid color-mix(in srgb, #000 32%, var(--secondary-bg-color));
}
.block.subpage-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.block.subpage-hero .inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 64px 10px 128px;
}
.block.subpage-hero .inner .title {
  margin-bottom: 16px;
}
@media screen and (min-width: 1400px) {
  .block.subpage-hero .inner {
    padding: 64px 0 128px;
  }
}
.block.features-amenities {
  background-color: var(--primary-bg-color);
  background-repeat: repeat;
  padding: 92px 20px;
  position: relative;
}
.block.features-amenities .bg-colors {
  background: linear-gradient(to bottom, transparent 300px, var(--primary-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.features-amenities .inner {
  display: flex;
  flex-direction: column;
}
.block.features-amenities.light .inner {
  flex-direction: column-reverse;
}
.block.features-amenities .image-container {
  padding: 12px;
  height: 320px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.block.features-amenities .image-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--secondary-bg-color);
  width: 200px;
  max-width: 100%;
  height: 220px;
  z-index: -1;
}
.block.features-amenities .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.features-amenities .details {
  padding: 12px;
}
.block.features-amenities .details .title {
  padding-left: 10px;
  border-left: 4px solid var(--secondary-bg-color);
  margin-bottom: 20px;
}
.block.features-amenities .details ul {
  list-style: disc;
  padding-left: 30px;
}
.block.features-amenities .details ul li {
  display: list-item;
}
.block.features-amenities .shoppes-card {
  padding: 12px;
}
.block.features-amenities .shoppes-card img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.block.features-amenities .shoppes-card .shoppes-details {
  padding: 16px;
  background-color: var(--button-bg-color-hover);
}
.block.features-amenities .shoppes-card .shoppes-details:hover,
.block.features-amenities .shoppes-card .shoppes-details:focus-within {
  background-color: var(--secondary-bg-color);
}
.block.features-amenities .shoppes-card .shoppes-details a {
  color: var(--text-color-alt);
  text-decoration: underline;
}
.block.features-amenities .shoppes-card .shoppes-details a:hover,
.block.features-amenities .shoppes-card .shoppes-details a:focus {
  color: var(--primary-bg-color);
}
.block.features-amenities .shoppes-card .shoppes-details li {
  margin: 15px 0;
}
.block.features-amenities.light {
  background-color: var(--page-bg-color);
}
.block.features-amenities.light .bg-colors {
  background: linear-gradient(to bottom, transparent 300px, var(--page-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.features-amenities.light .inner h2,
.block.features-amenities.light .inner h3,
.block.features-amenities.light .inner h4,
.block.features-amenities.light .inner h5 {
  color: var(--heading-color);
}
.block.features-amenities.light .inner p,
.block.features-amenities.light .inner li {
  color: var(--primary-bg-color);
}
.block.features-amenities.light .inner .image-container::before {
  left: 0;
  background-color: var(--primary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.features-amenities {
    padding: 70px 20px;
  }
  .block.features-amenities .inner {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .block.features-amenities .inner .image-container,
  .block.features-amenities .inner .details,
  .block.features-amenities .inner .shoppes-card {
    flex: 1;
    padding: 32px;
  }
  .block.features-amenities .inner:has(.shoppes-card) .details {
    padding: 32px 0;
  }
  .block.features-amenities .inner:has(.shoppes-card) .shoppes-card {
    padding: 32px 0;
  }
  .block.features-amenities .inner:not(:has(.shoppes-card)) .details {
    padding: 32px 0 32px 32px;
  }
  .block.features-amenities .inner .image-container {
    height: 600px;
    padding: 32px 32px 32px 0;
  }
  .block.features-amenities .inner .image-container::before {
    width: 300px;
    height: 420px;
    right: 0;
    bottom: 0;
  }
  .block.features-amenities .inner .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .block.features-amenities.light .inner {
    flex-direction: row-reverse;
  }
  .block.features-amenities.light .inner .image-container {
    padding: 32px 0 32px 32px;
  }
  .block.features-amenities.light .inner .image-container::before {
    left: 0;
  }
  .block.features-amenities.light .inner:has(.shoppes-card) .details {
    padding: 32px;
  }
  .block.features-amenities.light .inner:has(.shoppes-card) .shoppes-card {
    padding: 32px 32px 32px 0;
  }
  .block.features-amenities.light .inner:not(:has(.shoppes-card)) .details {
    padding: 32px 32px 32px 0;
  }
}
.block.floorplans {
  padding: 80px 0;
}
.block.floorplans .description {
  padding: 80px 15px;
}
.block.floorplans .description p,
.block.floorplans .description ul {
  margin-bottom: 10px;
  margin-left: 0;
}
.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);
  box-shadow: 1px 1px 4px #2b2b2b;
}
.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 {
  position: absolute;
  width: 240px;
  height: 100%;
  padding: 30px 15px;
  background-color: var(--primary-bg-color);
  transform: translate(calc(-100% - 15px));
  transition: all 0.3s ease;
  color: var(--heading-color-alt);
  z-index: 10;
}
.block.floorplans .wrapper .sidebar button {
  position: absolute;
  top: 15px;
  left: 100%;
  width: 50px;
  min-width: unset;
  height: 50px;
  padding: 4px 0 0 0;
  border-radius: 0;
  background-color: var(--secondary-bg-color);
  box-shadow: 1px -1px 4px #2b2b2b;
}
.block.floorplans .wrapper .sidebar button span {
  pointer-events: none;
  color: var(--heading-color-alt);
}
.block.floorplans .wrapper .sidebar .title {
  margin-bottom: 20px;
}
.block.floorplans .wrapper .sidebar h2,
.block.floorplans .wrapper .sidebar h3,
.block.floorplans .wrapper .sidebar h4,
.block.floorplans .wrapper .sidebar h5 {
  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: 700;
  margin-bottom: 5px;
  color: var(--heading-color-alt);
}
.block.floorplans .wrapper .sidebar form fieldset label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--heading-color-alt);
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper {
  position: relative;
}
.block.floorplans .wrapper .sidebar form fieldset label .select-wrapper select {
  font-size: 1.6rem;
  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;
  width: 100%;
  list-style: none;
  margin-left: 0;
}
.block.floorplans .wrapper .floorplan-list .floorplan {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--primary-bg-color);
  margin-bottom: 32px;
}
.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;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
  color: var(--heading-color-alt);
  padding: 0 15px;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul {
  width: 100%;
  list-style: none;
  margin-left: 0;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details ul li {
  padding: 8px 15px 0 15px;
  color: var(--heading-color-alt);
  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;
}
.block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details span {
  line-height: 2;
  color: var(--text-color-alt);
}
.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-alt);
  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 {
    padding: 80px 32px;
  }
  .block.floorplans .wrapper {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 15px;
  }
  .block.floorplans .wrapper .sidebar {
    position: relative;
    transform: translate(0);
    height: auto;
  }
  .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;
    margin-left: 0;
  }
  .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-alt);
    border-bottom: 2px solid var(--secondary-bg-color);
    margin: 0;
  }
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .details,
  .block.floorplans .wrapper .floorplan-list .floorplan .floorplan-details .tour-flag {
    padding: 0;
    display: block;
    font-size: 1.36rem;
    color: var(--text-color-alt);
    line-height: 2;
    margin-bottom: 10px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
  }
}
.block.floorplan-single {
  padding: 80px 17px;
}
.block.floorplan-single .fp-details {
  padding: 0 15px;
}
.block.floorplan-single .fp-details .image-wrapper {
  width: 100%;
  height: auto;
  padding: 0 15%;
}
.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: 100%;
  object-fit: contain;
}
.block.floorplan-single .fp-details .specs {
  margin-bottom: 30px;
}
.block.floorplan-single .fp-details .specs .title {
  padding: 20px 15px;
}
.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;
}
.block.floorplan-single .fp-details .specs ul {
  display: grid;
  grid-template-columns: repeat(1, 4fr);
}
.block.floorplan-single .fp-details .specs ul li {
  padding: 8px 15px 0;
  font-size: 1.36rem;
  line-height: 2;
  color: var(--heading-color);
  opacity: 0.9;
}
.block.floorplan-single .fp-details .specs ul li strong {
  margin-right: 5px;
  border-bottom: 2px solid var(--secondary-bg-color);
  text-transform: uppercase;
}
.block.floorplan-single .fp-details .specs ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.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;
}
.block.floorplan-single .fp-details .additional .fp-owl-carousel {
  display: flex;
  position: relative;
  padding: 20px 0 8px;
  margin-right: 56px;
  overflow: hidden;
}
.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;
  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 15px;
}
.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: 2rem;
}
.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.36rem;
  color: var(--primary-bg-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 .owl-nav {
  position: absolute;
  right: 15px;
  bottom: 50%;
  transform: translateY(50%);
}
.block.floorplan-single .fp-details .additional .owl-nav .owl-prev {
  display: none;
}
.block.floorplan-single .fp-details .additional .owl-nav .owl-next {
  right: 0;
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
  min-width: unset;
  padding: 1px 6px;
}
.block.floorplan-single .fp-details .additional .owl-nav .owl-next i {
  color: black;
  font-size: 2rem;
}
.block.floorplan-single .fp-details .additional .owl-nav.disabled {
  display: none;
}
.block.floorplan-single .contact-info {
  padding: 0 15px;
}
.block.floorplan-single .contact-info .v-tour,
.block.floorplan-single .contact-info .box {
  margin-bottom: 16px;
  width: 100%;
}
.block.floorplan-single .contact-info .v-tour .vt-btn {
  display: none;
  padding: 18px 15px;
  background-color: red;
  border-radius: 0;
  width: 100%;
  min-width: unset;
  font-size: 1.6rem;
  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: var(--primary-bg-color);
}
.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 {
  color: var(--text-color-alt);
}
.block.floorplan-single .contact-info .box a:hover,
.block.floorplan-single .contact-info .box a:focus {
  color: var(--text-color-alt);
  text-decoration: underline;
}
.block.floorplan-single .contact-info .box form label {
  color: var(--heading-color-alt) !important;
}
.block.floorplan-single .contact-info .box form .form-group {
  margin-bottom: 12px;
}
.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-left: 2px solid var(--secondary-bg-color);
}
.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: var(--text-link-color);
}
.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: var(--text-link-color-hover);
}
.block.floorplan-single .contact-info .box form .fields {
  color: var(--text-color-alt);
}
@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;
  }
  .block.floorplan-single .fp-details .specs ul li {
    flex: 1;
    border: none !important;
    display: flex;
    flex-direction: column;
    padding: 8px 0 0;
    font-size: 1.6rem;
  }
  .block.floorplan-single .fp-details .specs ul li strong {
    display: block;
    width: 100%;
  }
  .block.floorplan-single .contact-info {
    width: 25%;
  }
}
.block.floorplan-single .image-wrapper.owl-carousel {
  display: block;
}
.block.floorplan-single .image-wrapper .owl-stage {
  display: flex;
  align-items: center;
}
.block.floorplan-single .image-wrapper .owl-stage-outer img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}
.block.floorplan-single .custom-controls {
  display: flex;
  justify-content: end;
  align-items: center;
}
.block.floorplan-single .custom-controls button {
  border: 1px solid #ccc;
  background: transparent;
  width: 36px;
  height: 36px;
  line-height: 0;
  min-width: unset;
  border-radius: 0;
  padding: 1px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.floorplan-single .custom-controls button img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.block.gallery {
  padding: 80px 32px;
}
.block.gallery .gallery-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.block.gallery .gallery-container .gallery-item {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}
.block.gallery .gallery-container .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  object-position: center center;
}
.block.gallery .gallery-container .gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.block.gallery .gallery-container .gallery-item:hover::after,
.block.gallery .gallery-container .gallery-item:focus::after {
  opacity: 1;
}
.block.gallery .gallery-container .gallery-item:hover img,
.block.gallery .gallery-container .gallery-item:focus img {
  transform: scale(1.3);
}
@media only screen and (min-width: 480px) {
  .block.gallery .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block.neighborhood-poi {
  background-color: var(--primary-bg-color);
  background-repeat: repeat;
  padding: 52px 20px;
  position: relative;
}
.block.neighborhood-poi .poi-card {
  width: calc(100% - 24px);
  margin: 12px;
  background-color: var(--button-bg-color-hover);
}
.block.neighborhood-poi .poi-card .poi-image {
  height: 320px;
  width: 100%;
  overflow: hidden;
}
.block.neighborhood-poi .poi-card .poi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.neighborhood-poi .poi-card .text {
  padding: 16px;
  animation-delay: 0.6s;
}
.block.neighborhood-poi .poi-card .text .body a {
  color: var(--text-color-alt);
  text-decoration: underline;
}
.block.neighborhood-poi .poi-card .text .body a:hover,
.block.neighborhood-poi .poi-card .text .body a:focus {
  color: var(--heading-color);
}
.block.neighborhood-poi .poi-card:hover,
.block.neighborhood-poi .poi-card:focus,
.block.neighborhood-poi .poi-card:focus-within {
  background-color: var(--secondary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.neighborhood-poi .poi-container {
    display: flex;
    flex-wrap: wrap;
  }
  .block.neighborhood-poi .poi-card {
    flex: 0 0 calc(50% - 24px);
  }
}
.block.events {
  padding: 52px 20px;
  background-repeat: repeat;
  background-color: var(--primary-bg-color);
  position: relative;
}
.block.events a {
  color: var(--text-color-alt);
  text-decoration: underline;
}
.block.events a:hover,
.block.events a:focus {
  color: var(--heading-color);
}
.block.events .bg-colors {
  background: linear-gradient(to bottom, transparent 300px, var(--page-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.events .event-card {
  background-color: var(--primary-bg-color);
  width: calc(100% - 24px);
  margin: 12px;
}
.block.events .event-card .event-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
}
.block.events .event-card .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.events .event-card .body {
  animation-delay: 0.6s;
  padding: 16px;
}
.block.events .event-card .body .title h2,
.block.events .event-card .body .title h3,
.block.events .event-card .body .title h4,
.block.events .event-card .body .title h5 {
  font-size: 2.5rem;
}
.block.events .event-card:hover,
.block.events .event-card:focus,
.block.events .event-card:focus-within {
  background-color: var(--secondary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.events .events-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block.events .events-container .event-card {
    flex: 0 0 calc(33.333% - 24px);
  }
}
article.text-content,
.block.resident-services-text,
.resident-services-forms {
  padding: 80px 32px;
}
article.text-content li::marker,
.block.resident-services-text li::marker,
.resident-services-forms li::marker {
  color: var(--button-bg-color);
}
article.text-content p,
.block.resident-services-text p,
.resident-services-forms p,
article.text-content li,
.block.resident-services-text li,
.resident-services-forms li {
  color: var(--button-bg-color);
}
article.text-content p,
.block.resident-services-text p,
.resident-services-forms p {
  margin-top: 20px;
}
article.text-content ul,
.block.resident-services-text ul,
.resident-services-forms ul,
article.text-content ol,
.block.resident-services-text ol,
.resident-services-forms ol {
  margin-top: 10px;
}
article.text-content li,
.block.resident-services-text li,
.resident-services-forms li {
  display: list-item;
}
article.text-content a:hover,
.block.resident-services-text a:hover,
.resident-services-forms a:hover,
article.text-content a:focus,
.block.resident-services-text a:focus,
.resident-services-forms a:focus {
  text-decoration: underline;
  color: var(--text-link-color-hover);
}
article.text-content h2,
.block.resident-services-text h2,
.resident-services-forms h2 {
  padding-left: 10px;
  border-left: 4px solid var(--secondary-bg-color);
}
article.text-content h3,
.block.resident-services-text h3,
.resident-services-forms h3 {
  font-size: 2rem;
}
article.text-content h4,
.block.resident-services-text h4,
.resident-services-forms h4 {
  font-size: 2rem;
}
article.text-content h5,
.block.resident-services-text h5,
.resident-services-forms h5 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  article.text-content h3,
  .block.resident-services-text h3,
  .resident-services-forms h3,
  article.text-content h4,
  .block.resident-services-text h4,
  .resident-services-forms h4 {
    font-size: 2.2rem;
  }
  article.text-content h5,
  .block.resident-services-text h5,
  .resident-services-forms h5 {
    font-size: 2rem;
  }
}
body:has(article.text-content) .block.subpage-hero .inner {
  padding: 64px 0 0;
  margin: 0 32px;
}
.block.resident-services-forms form {
  padding: 12px;
}
.block.resident-services-forms form label {
  font-size: 1.6rem;
}
.block.resident-services-forms form input,
.block.resident-services-forms form text-area,
.block.resident-services-forms form select {
  border: none;
}
.block.printable-brochure {
  padding: 64px 0;
  background-color: var(--primary-bg-color);
  background-repeat: repeat;
  position: relative;
}
.block.printable-brochure .bg-colors {
  background: linear-gradient(to bottom, transparent 900px, var(--page-bg-color) 0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.printable-brochure .print-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.block.printable-brochure article {
  width: 100%;
}
.block.printable-brochure .print-btn {
  margin: 20px 0 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.block.printable-brochure .printable-area {
  padding: 32px;
  background-color: var(--page-bg-color);
}
.block.printable-brochure .logo-wrapper {
  max-width: 300px;
}
.block.printable-brochure .logo-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block.printable-brochure .logo-wrapper img[src^="https://placehold"] {
  display: none;
}
.block.printable-brochure .detail-block {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.block.printable-brochure .detail-block .text p,
.block.printable-brochure .detail-block .text ul,
.block.printable-brochure .detail-block .text ol {
  margin-bottom: 10px;
  font-size: 1.733rem;
  color: var(--button-bg-color);
}
.block.printable-brochure table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.block.printable-brochure table th,
.block.printable-brochure table td {
  border: none;
}
.block.printable-brochure table tbody {
  border: 1px solid #cccccc;
}
.block.printable-brochure table th {
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  text-align: left;
  padding: 18px 5px;
  font-size: 1.2rem;
  word-wrap: break-word;
}
.block.printable-brochure table tr:nth-child(even) {
  background-color: var(--button-bg-color-hover);
  color: var(--text-color-alt);
}
.block.printable-brochure table tr:nth-child(odd) {
  background-color: var(--page-bg-color);
  color: var(--button-bg-color);
}
.block.printable-brochure table tr td {
  text-align: left;
  padding: 8px 5px;
  font-size: 1.2rem;
  word-wrap: break-word;
}
.block.printable-brochure table caption {
  caption-side: bottom;
  margin: 20px 0 10px;
  font-size: 1.2rem;
  color: var(--text-color);
}
.block.printable-brochure .address,
.block.printable-brochure .phone-wrapper,
.block.printable-brochure .email-wrapper {
  margin-bottom: 10px;
}
.block.printable-brochure .address *,
.block.printable-brochure .phone-wrapper *,
.block.printable-brochure .email-wrapper * {
  font-size: 1.733rem;
  color: var(--button-bg-color);
}
.block.printable-brochure .hours {
  padding-top: 10px;
  color: var(--button-bg-color);
}
.block.printable-brochure .hours .text * {
  color: var(--button-bg-color);
}
.block.printable-brochure .icons {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 470px) {
  .block.printable-brochure table th {
    font-size: 1.6rem;
  }
  .block.printable-brochure table td {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 600px) {
  .block.printable-brochure table th {
    font-size: 1.8rem;
  }
  .block.printable-brochure table tr td {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block.printable-brochure {
    padding: 64px 32px;
  }
  .block.printable-brochure table th {
    font-size: 2.2rem;
    padding: 18px 15px;
  }
  .block.printable-brochure table tr td {
    padding: 8px 15px;
    font-size: 1.73rem;
  }
}
#rs-builder img {
  display: block !important;
}
.block.contact {
  position: relative;
  padding: 52px 17px;
  background-repeat: repeat;
  background-color: var(--page-bg-color);
}
.block.contact .bg-colors {
  background: linear-gradient(to bottom, var(--page-bg-color) 650px, transparent 650px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block.contact article {
  width: 100%;
}
.block.contact .details {
  padding: 12px;
}
.block.contact .details .detail-box {
  padding: 32px;
  background-color: var(--primary-bg-color);
}
.block.contact .details .detail-box:not(:first-of-type) {
  margin-top: 10px;
  animation-delay: 0.5s;
}
.block.contact .details .detail-box .address {
  margin-bottom: 10px;
  width: 220px;
}
.block.contact .details .detail-box a {
  color: var(--text-color-alt);
}
.block.contact .details .detail-box a:hover,
.block.contact .details .detail-box a:focus {
  color: var(--text-link-color);
}
.block.contact .details .detail-box .socials .socials-list {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.block.contact .details .detail-box .socials .socials-list li:not(:last-of-type) {
  margin-right: 10px;
}
.block.contact .details .detail-box .socials .socials-list li a {
  transition: background-color 0.3s ease;
  background-color: var(--secondary-bg-color);
  border-radius: 50%;
  min-width: unset;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color-alt);
  text-align: center;
}
.block.contact .details .detail-box .socials .socials-list li a i,
.block.contact .details .detail-box .socials .socials-list li a svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.block.contact .details .detail-box .socials .socials-list li a:hover,
.block.contact .details .detail-box .socials .socials-list li a:focus {
  background-color: var(--text-link-color-hover);
}
.block.contact .details .detail-box .content * {
  color: var(--text-color-alt);
}
.block.contact .details .map-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eeeeee;
  width: 100%;
  padding: 0;
  animation-delay: 0.6s;
}
.block.contact .details .map-container #contact-map {
  height: 320px;
}
.block.contact .details .map-container #contact-map button {
  min-width: unset;
  border-radius: 0;
}
.block.contact .form {
  padding: 12px;
}
.block.contact .form form .form-group {
  margin-bottom: 12px;
}
.block.contact .form form .form-group.required input,
.block.contact .form form .form-group:has(input[required]) input {
  border-left: 2px solid var(--secondary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-direction: row;
  }
  .block.contact .details {
    width: 33.3333%;
  }
  .block.contact .details #contact-map {
    height: 400px;
  }
  .block.contact .form {
    width: 66.6667%;
  }
}
.block.site-map {
  padding: 64px 32px;
  background-repeat: repeat;
}
.block.site-map .nav,
.block.site-map .quick-links {
  background-color: var(--primary-bg-color);
  padding: 10px;
  margin-top: 10px;
}
.block.site-map .nav a,
.block.site-map .quick-links a,
.block.site-map .nav h2,
.block.site-map .quick-links h2,
.block.site-map .nav h3,
.block.site-map .quick-links h3,
.block.site-map .nav h4,
.block.site-map .quick-links h4,
.block.site-map .nav h5,
.block.site-map .quick-links h5 {
  color: var(--text-color-alt);
}
.block.site-map .nav a,
.block.site-map .quick-links a {
  width: 100%;
}
.block.site-map .nav a:not(.dropdown a),
.block.site-map .quick-links a:not(.dropdown a) {
  padding: 5px 0;
}
.block.site-map .nav a:not(.dropdown a):hover,
.block.site-map .quick-links a:not(.dropdown a):hover,
.block.site-map .nav a:not(.dropdown a):focus,
.block.site-map .quick-links a:not(.dropdown a):focus {
  color: var(--text-link-color);
}
.block.site-map .nav .dropdown-item,
.block.site-map .quick-links .dropdown-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.block.site-map .nav .dropdown-item .dropdown-btn,
.block.site-map .quick-links .dropdown-item .dropdown-btn {
  line-height: 1.3;
  text-align: left;
  background: transparent;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--text-font);
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.block.site-map .nav .dropdown-item .dropdown-btn:hover,
.block.site-map .quick-links .dropdown-item .dropdown-btn:hover,
.block.site-map .nav .dropdown-item .dropdown-btn:focus,
.block.site-map .quick-links .dropdown-item .dropdown-btn:focus {
  background: transparent;
}
.block.site-map .nav .dropdown-item .dropdown li a,
.block.site-map .quick-links .dropdown-item .dropdown li a {
  padding: 0 10px;
}
.block.site-map .nav .dropdown-item .dropdown a:hover,
.block.site-map .quick-links .dropdown-item .dropdown a:hover,
.block.site-map .nav .dropdown-item .dropdown a:focus,
.block.site-map .quick-links .dropdown-item .dropdown a:focus {
  background-color: var(--text-link-color-hover);
}
.block.site-map .nav .dropdown,
.block.site-map .quick-links .dropdown {
  background-color: var(--secondary-bg-color);
  padding: 10px;
}
.block.site-map .quick-links {
  animation-delay: 0.6s;
}
.block.footer {
  background-color: var(--primary-bg-color);
  margin-top: 25px;
  padding: 48px 24px 96px;
  overflow-y: hidden;
}
.block.footer a {
  color: var(--text-color-alt);
  display: block;
  width: max-content;
}
.block.footer a p {
  width: max-content;
}
.block.footer a:hover:not(.social-link, .info-link),
.block.footer a:focus:not(.social-link, .info-link) {
  color: var(--text-link-color);
}
.block.footer a:hover:not(.social-link, .info-link) p,
.block.footer a:focus:not(.social-link, .info-link) p,
.block.footer a:hover:not(.social-link, .info-link) span,
.block.footer a:focus:not(.social-link, .info-link) span {
  color: var(--text-link-color);
}
.block.footer .info-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  box-shadow: 1px -1px 4px #2b2b2b;
}
.block.footer .info-bar .info-link {
  border-radius: 0;
  padding: 10px 20px;
  min-width: unset;
}
.block.footer .info-bar .info-link i {
  font-size: 20px;
}
.block.footer footer .top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.block.footer footer .top .logo,
.block.footer footer .top .nav,
.block.footer footer .top .quick-links,
.block.footer footer .top .contact {
  padding: 12px;
}
.block.footer footer .top .logo {
  font-size: 2rem;
  text-align: center;
  width: max-content;
}
.block.footer footer .top .logo a {
  color: var(--heading-color-alt);
}
.block.footer footer .top .logo .name {
  border-bottom: 1px solid var(--heading-color-alt);
  font-family: var(--heading-font);
  font-weight: 700;
}
.block.footer footer .top .logo .tagline {
  font-family: "Satisfy", cursive;
  font-weight: 400;
}
.block.footer footer .top .logo a:hover,
.block.footer footer .top .logo a:focus {
  color: var(--text-link-color);
}
.block.footer footer .top .logo a:hover .name,
.block.footer footer .top .logo a:focus .name {
  border-bottom: 1px solid var(--text-link-color);
}
.block.footer footer .top nav a {
  width: 100%;
  padding: 2px 0;
}
.block.footer footer .top nav .dropdown-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.block.footer footer .top nav .dropdown-item .dropdown-btn {
  min-width: unset;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 2px 35px 2px 0;
  text-align: left;
  border-radius: unset;
  width: 100%;
  background-color: unset;
  transition: unset;
}
.block.footer footer .top nav .dropdown-item .dropdown-btn::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 12px;
  top: 1rem;
  border: 3px solid var(--text-color-alt);
  border-top: none;
  border-right: none;
  border-radius: 2px;
  transform: rotate(-45deg);
}
.block.footer footer .top nav .dropdown-item .dropdown-btn:focus,
.block.footer footer .top nav .dropdown-item .dropdown-btn:hover {
  color: var(--text-link-color);
}
.block.footer footer .top nav .dropdown-item .dropdown-btn:focus::after,
.block.footer footer .top nav .dropdown-item .dropdown-btn:hover::after {
  border: 3px solid var(--text-link-color);
  border-top: none;
  border-right: none;
}
.block.footer footer .top nav .dropdown-item .dropdown {
  background-color: var(--text-link-color);
  padding: 8px 10px;
}
.block.footer footer .top nav .dropdown-item .dropdown li {
  font-size: 1.4rem;
  padding: 2px 0;
}
.block.footer footer .top nav .dropdown-item .dropdown li:hover,
.block.footer footer .top nav .dropdown-item .dropdown li:focus-within {
  background-color: var(--text-link-color-hover);
}
.block.footer footer .top nav .dropdown-item .dropdown li:hover a,
.block.footer footer .top nav .dropdown-item .dropdown li:focus-within a {
  color: var(--text-color-alt);
}
.block.footer footer .top .contact .social {
  color: var(--text-color-alt);
  display: flex;
  flex-direction: row;
}
.block.footer footer .top .contact .social li {
  margin-top: 15px;
}
.block.footer footer .top .contact .social li:not(:last-of-type) {
  margin-right: 20px;
}
.block.footer footer .top .contact .social .social-link {
  transition: background-color 0.3s ease;
  border-radius: 50%;
  min-width: unset;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.footer footer .bottom {
  border-top: 1px solid var(--heading-color-alt);
  padding-top: 10px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.block.footer footer .bottom .left-wrapper,
.block.footer footer .bottom .copyright,
.block.footer footer .bottom .resite {
  padding: 12px;
}
.block.footer footer .bottom .left-wrapper {
  display: flex;
  flex-direction: row;
}
.block.footer footer .bottom .left-wrapper .icons,
.block.footer footer .bottom .left-wrapper nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block.footer footer .bottom .left-wrapper li {
  margin-left: 10px;
}
@media only screen and (min-width: 1000px) {
  .block.footer footer .top {
    gap: 10px;
  }
  .block.footer footer .top .logo {
    font-size: 2.8rem;
  }
  .block.footer footer .top .logo-wrapper,
  .block.footer footer .top .nav,
  .block.footer footer .top .quick-links,
  .block.footer footer .top .contact {
    flex: 1;
  }
  .block.footer footer .top nav .dropdown-item a,
  .block.footer footer .top nav .dropdown-item .dropdown-btn {
    width: max-content;
  }
  .block.footer footer .top nav .dropdown-item .dropdown {
    display: none;
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn {
    width: max-content;
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn:focus,
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn:hover,
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn[aria-expanded="true"] {
    color: var(--text-link-color);
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn:focus::after,
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn:hover::after,
  .block.footer footer .top nav .dropdown-item.expanded .dropdown-btn[aria-expanded="true"]::after {
    border: 3px solid var(--text-link-color);
    border-top: none;
    border-right: none;
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown {
    display: block;
    position: absolute;
    padding: 8px 0;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    background-color: var(--page-bg-color);
    color: var(--primary-bg-color);
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown li {
    padding: 2px 20px;
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown li a {
    color: var(--primary-bg-color);
  }
  .block.footer footer .top nav .dropdown-item.expanded .dropdown li:hover,
  .block.footer footer .top nav .dropdown-item.expanded .dropdown li:focus-within {
    background-color: #f5f5f5;
  }
  .block.footer footer .top,
  .block.footer footer .bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>