.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myjJAVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwjJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mz9JQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myjJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7myRJQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mx9IgVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mxEIgVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwjIgVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v19/92zPtBhPNqw79Ij1E865zBUv7mwKIgVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9il2xR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW_ilmxR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW88lmxR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9ilmxR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9QlmxR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-8kWxR.ttf) format('truetype');
}
@font-face {
  font-family: 'Kalnia';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalnia/v5/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-FkWxR.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--text-color) auto 2px;
  box-shadow: 0 0 0 2px var(--button-bg-color);
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(7*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(11*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(6.4*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(3*1rem);
  }
}
h4,
.h4 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h4,
  .h4 {
    font-size: calc(2*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 15px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 2px solid var(--button-border-color);
}
button.ghost-light,
.button.ghost-light,
a.button.ghost-light {
  background: none;
  color: var(--button-bg-color);
  border: 2px solid var(--button-bg-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 1ch;
  background-color: var(--page-bg-color);
  border: 1px solid var(--text-color);
  font-family: var(--text-font);
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
  -webkit-opacity: 1;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--text-color);
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 60px 0 0;
  font-size: 2.4rem;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form .form-group {
  position: relative;
  margin-top: 10px;
}
form label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 0.8em;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
#rs-builder label {
  position: relative !important;
  transform: none !important;
  padding: unset !important;
  top: unset !important;
  left: unset !important;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.8rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
  background-color: var(--page-bg-color);
}
@media screen and (min-width: 960px) {
  body {
    font-size: 2rem;
  }
}
.block {
  background-color: var(--page-bg-color);
}
img {
  display: block;
}
#navwrap {
  position: relative;
  z-index: 2;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--primary-bg-color);
  padding: 10px;
  color: var(--text-color-alt);
}
#skip-link * {
  color: var(--text-color-alt);
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
#skip-link a {
  text-decoration: underline;
}
.grecaptcha-badge {
  z-index: 5;
}
#rs-frame .rs-rs-bar {
  z-index: 2;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 80% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-font) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: 0 !important;
  height: unset !important;
  width: unset !important;
  line-height: 1;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 1em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
#rs-frame .rs-rs-inner {
  background-color: var(--page-bg-color);
}
[data-aos=slide-left] {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}
[data-aos=slide-right] {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}
#standard-neighborhood-map-nav a {
  color: var(--text-color-alt) !important;
  background: var(--primary-bg-color) !important;
}
#standard-neighborhood-map-nav a svg {
  fill: currentColor !important;
}
#standard-neighborhood-map-nav a svg path {
  fill: currentColor !important;
}
#standard-neighborhood-map-nav a.active {
  background: color-mix(in srgb, #000 30%, var(--primary-bg-color)) !important;
  color: var(--text-color-alt) !important;
}
#standard-neighborhood-map-nav a:hover,
#standard-neighborhood-map-nav a:focus-visible {
  color: var(--text-color-alt) !important;
  background: color-mix(in srgb, #fff 20%, var(--primary-bg-color)) !important;
}
#standard-neighborhood-map-nav a.active:hover,
#standard-neighborhood-map-nav a.active:focus-visible {
  color: var(--text-color-alt) !important;
  background: color-mix(in srgb, #fff 20%, var(--primary-bg-color)) !important;
}
#current-category {
  background: color-mix(in srgb, #000 30%, var(--primary-bg-color)) !important;
  color: var(--text-color-alt) !important;
}
#current-category::after {
  border-bottom: 1px solid var(--text-color-alt) !important;
  border-right: 1px solid var(--text-color-alt) !important;
}
.block.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
  overflow-x: hidden;
}
.block.topbar .logo-container img {
  max-height: 50px;
  max-width: 175px;
}
.block.topbar #mobile-grip {
  border: 0;
  background: transparent;
  width: 50px;
  padding: 1px 6px;
  margin: 0;
  display: block;
}
.block.topbar #mobile-grip span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  margin: 8px auto;
}
.block.topbar .nav-container {
  display: none;
}
.block.topbar .nav-container ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.topbar .nav-container ul li:hover,
.block.topbar .nav-container ul li:focus-within {
  background-color: var(--button-bg-color-hover);
}
.block.topbar .nav-container ul a {
  display: inline-block;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block.topbar .logo-container img {
    max-height: 65px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1175px) {
  .block.topbar #mobile-grip {
    display: none;
  }
  .block.topbar .nav-container {
    display: block;
  }
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--primary-bg-color);
  z-index: 1000;
  padding: 30px 20px;
}
.generic-supernav-overlay .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto;
}
.generic-supernav-overlay header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.generic-supernav-overlay header button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  position: relative;
  margin: 0 0 0 auto;
}
.generic-supernav-overlay header button span {
  display: block;
  height: 2px;
  background-color: var(--text-color-alt);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.generic-supernav-overlay header button span:first-child {
  transform: rotate(45deg);
}
.generic-supernav-overlay header button span:last-child {
  transform: rotate(-45deg);
}
.generic-supernav-overlay .generic-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.generic-supernav-overlay .generic-logo img {
  max-height: 80px;
  max-width: 100px;
}
.generic-supernav-overlay h1,
.generic-supernav-overlay h2,
.generic-supernav-overlay h3,
.generic-supernav-overlay h4,
.generic-supernav-overlay h5,
.generic-supernav-overlay h6 {
  color: var(--heading-color-alt);
}
.generic-supernav-overlay p,
.generic-supernav-overlay a,
.generic-supernav-overlay li,
.generic-supernav-overlay svg {
  color: var(--text-color-alt);
  fill: var(--text-color-alt);
}
.generic-supernav-overlay p *,
.generic-supernav-overlay a *,
.generic-supernav-overlay li *,
.generic-supernav-overlay svg * {
  color: var(--text-color-alt);
  fill: var(--text-color-alt);
}
.generic-supernav-overlay ul {
  margin-bottom: 20px;
}
.generic-supernav-overlay ul li {
  text-align: center;
  padding: 5px 0;
}
.generic-supernav-overlay ul li a {
  text-decoration: underline;
}
.generic-supernav-overlay .secondary {
  text-align: center;
}
.generic-supernav-overlay address {
  margin-bottom: 10px;
}
.generic-supernav-overlay .generic-contact a {
  display: block;
}
.block.home-hero {
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block.home-hero .inner {
  display: flex;
  justify-content: end;
  align-items: end;
  height: 100%;
}
.block.home-hero .primary {
  padding: 350px 20px 40px;
  z-index: 1;
}
.block.home-hero .primary * {
  text-transform: uppercase;
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.home-hero .primary * {
    font-size: calc(7*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.home-hero .primary * {
    font-size: calc(11*1rem);
  }
}
.block.home-hero .primary h1 p {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.block.home-hero .primary h1 p:nth-child(1) {
  transition-delay: 0.4s;
}
.block.home-hero .primary h1 p:nth-child(2) {
  transition-delay: 0.6s;
}
.block.home-hero .primary h1 p:nth-child(3) {
  transition-delay: 0.8s;
}
.block.home-hero .primary h1 p:nth-child(4) {
  transition-delay: 1s;
}
.block.home-hero .primary h1 p:nth-child(5) {
  transition-delay: 1.2s;
}
.block.home-hero .primary h1 p.animate {
  opacity: 1;
  transform: translateX(0);
}
.block.home-hero .secondary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 0;
}
.block.home-hero .secondary .image-small {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 35% 100px 20px;
  position: relative;
}
.block.home-hero .secondary .image-small::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 20px;
  right: 35%;
  bottom: 100px;
  background: linear-gradient(0deg, #cbcbcb61 50%, #00000000 100%);
  pointer-events: none;
}
.block.home-hero .secondary .image-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.home-hero .secondary .image-large {
  display: none;
  position: relative;
}
.block.home-hero .secondary .image-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #cbcbcb61 50%, #00000000 100%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .block.home-hero {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    min-height: 600px;
  }
  .block.home-hero .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .block.home-hero .primary {
    padding: 20px;
  }
  .block.home-hero .secondary {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 0;
  }
  .block.home-hero .secondary .image-small {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 115px 115px 115px 40px;
  }
  .block.home-hero .secondary .image-small::before {
    content: "";
    position: absolute;
    top: 115px;
    left: 40px;
    right: 115px;
    bottom: 115px;
    background: linear-gradient(0deg, #cbcbcb61 50%, #00000000 100%);
    pointer-events: none;
  }
  .block.home-hero .secondary .image-small img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block.home-hero .secondary .image-large {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 60%;
    min-width: 40%;
    width: calc(((100vw - 100%) / 2) + 40%);
  }
  .block.home-hero .secondary .image-large img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 960px) {
  .block.home-hero {
    height: calc(100vh - 85px);
    height: calc(100dvh - 85px);
    min-height: 785px;
  }
  .block.home-hero .secondary {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: 0;
  }
  .block.home-hero .secondary .image-small {
    width: 38%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 115px 115px 115px 40px;
  }
  .block.home-hero .secondary .image-small img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block.home-hero .secondary .image-large {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 40%;
    min-width: 60%;
    width: calc(((100vw - 100%) / 2) + 60%);
  }
  .block.home-hero .secondary .image-large img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.block.subpage-hero {
  position: relative;
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 250px 20px 20px;
}
.block.subpage-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #cbcbcb61 50% 50%, #00000000 100%);
  pointer-events: none;
}
.block.subpage-hero .inner {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
}
.block.subpage-hero .title {
  margin-bottom: 200px;
}
.block.subpage-hero .title * {
  text-transform: uppercase;
  font-size: calc(5*1rem);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.subpage-hero .title * {
    font-size: calc(7*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.subpage-hero .title * {
    font-size: calc(11*1rem);
  }
}
.block.subpage-hero.alt .inner {
  justify-content: start;
}
.block.subpage-hero.alt .title {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .block.subpage-hero {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    min-height: 600px;
  }
  .block.subpage-hero .title {
    margin-bottom: 225px;
  }
  .block.subpage-hero.alt .title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .block.subpage-hero {
    height: calc(100vh - 85px);
    height: calc(100dvh - 85px);
    min-height: 785px;
  }
  .block.subpage-hero .title {
    margin-bottom: 250px;
  }
  .block.subpage-hero.alt .title {
    margin-bottom: 50px;
  }
}
.block.subpage-hero-half {
  min-height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.subpage-hero-half .inner {
  display: flex;
  justify-content: start;
  align-items: end;
  height: 100%;
  padding: 0 20px;
}
.block.subpage-hero-half .title {
  margin-bottom: 0px;
}
.block.subpage-hero-half .title * {
  text-transform: uppercase;
  text-align: end;
  font-weight: 400;
}
.block.subpage-hero-half .primary {
  position: relative;
  padding: 400px 0px 0px;
  z-index: 1;
}
.block.subpage-hero-half .secondary {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px 60px 20px;
  display: flex;
  justify-content: end;
}
.block.subpage-hero-half .secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #cbcbcb61 50% 50%, #00000000 100%);
  pointer-events: none;
}
.block.subpage-hero-half .secondary img {
  width: 80%;
  height: 100%;
  object-fit: cover;
}
.block.subpage-hero-half.alt .inner {
  min-height: 100%;
  padding: 20px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.block.subpage-hero-half.alt .secondary {
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .block.subpage-hero-half {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    min-height: 600px;
  }
  .block.subpage-hero-half .title {
    margin-bottom: 50px;
  }
  .block.subpage-hero-half .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 28%;
    min-width: 72%;
    width: calc(((100vw - 100%) / 2) + 72%);
    padding: 0;
  }
  .block.subpage-hero-half .secondary img {
    width: 100%;
    height: 100%;
  }
  .block.subpage-hero-half .primary {
    padding: 0;
  }
  .block.subpage-hero-half .inner {
    display: flex;
    justify-content: start;
    align-items: end;
    height: 100%;
  }
  .block.subpage-hero-half.alt .title {
    margin-bottom: 0;
  }
  .block.subpage-hero-half.alt .title * {
    text-align: left;
  }
  .block.subpage-hero-half.alt .inner {
    align-items: center;
  }
  .block.subpage-hero-half.alt .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 45%;
    left: unset;
    min-width: 55%;
    width: calc(((100vw - 100%) / 2) + 55%);
  }
}
@media screen and (min-width: 960px) {
  .block.subpage-hero-half {
    height: calc(100vh - 85px);
    height: calc(100dvh - 85px);
    min-height: 785px;
  }
}
#rs-builder .block.home-hero h1 p {
  opacity: 1;
  transform: translateX(0);
}
.simple-text {
  position: relative;
  padding: 75px 20px 45px;
}
.simple-text .inner {
  max-width: 1170px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .simple-text h1,
  .simple-text h2,
  .simple-text h3,
  .simple-text h4,
  .simple-text h5 {
    font-size: calc(3*1rem);
  }
}
@media screen and (min-width: 960px) {
  .simple-text h1,
  .simple-text h2,
  .simple-text h3,
  .simple-text h4,
  .simple-text h5 {
    font-size: calc(4*1rem);
  }
}
.simple-text.dark {
  background: var(--primary-bg-color);
}
.simple-text.dark h1,
.simple-text.dark h2,
.simple-text.dark h3,
.simple-text.dark h4,
.simple-text.dark h5 {
  color: var(--heading-color-alt);
}
.simple-text.dark p,
.simple-text.dark span,
.simple-text.dark a,
.simple-text.dark li {
  color: var(--text-color-alt);
}
.simple-text.dark a {
  background: none;
  color: var(--button-bg-color);
  border: 2px solid var(--button-bg-color);
}
.simple-text.light {
  background: var(--page-bg-color);
}
.simple-text.light h1,
.simple-text.light h2,
.simple-text.light h3,
.simple-text.light h4,
.simple-text.light h5 {
  color: var(--heading-color);
}
.simple-text.light p,
.simple-text.light span,
.simple-text.light a,
.simple-text.light li {
  color: var(--text-color);
}
.simple-text.lightest {
  background: var(--secondary-bg-color);
}
.simple-text.lightest h1,
.simple-text.lightest h2,
.simple-text.lightest h3,
.simple-text.lightest h4,
.simple-text.lightest h5 {
  color: var(--heading-color);
}
.simple-text.lightest p,
.simple-text.lightest span,
.simple-text.lightest a,
.simple-text.lightest li {
  color: var(--text-color);
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text * {
  text-align: center;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 10px 15px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  margin: 0 auto;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-text-color-hover);
  border: 2px solid var(--button-border-color);
}
.simple-text a.ghost-light {
  background: none;
  color: var(--button-bg-color);
  border: 2px solid var(--button-bg-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
article.text-content {
  padding: 45px 20px;
}
article.text-content ul,
article.text-content ol {
  margin-left: 40px;
}
article.text-content h1,
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 400;
}
article.text-content p {
  margin-bottom: 10px;
}
article.text-content :is(p, ul, ol) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 30px;
}
article.text-content a {
  text-decoration: underline;
  text-transform: capitalize;
}
article.text-content a:hover,
article.text-content a:focus {
  text-decoration: none;
  opacity: 0.6;
}
.block.image-wide {
  position: relative;
}
.block.image-wide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
}
.block.image-wide .inner {
  padding: 100px 20px 80px;
  text-align: center;
}
.block.image-wide .title {
  margin-bottom: 40px;
}
.block.image-wide .title * {
  color: var(--heading-color-alt);
  text-transform: uppercase;
  text-align: center;
}
.block.image-wide .title h1,
.block.image-wide .title h2,
.block.image-wide .title h3,
.block.image-wide .title h4,
.block.image-wide .title h5 {
  font-size: calc(3.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.image-wide .title h1,
  .block.image-wide .title h2,
  .block.image-wide .title h3,
  .block.image-wide .title h4,
  .block.image-wide .title h5 {
    font-size: calc(5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.image-wide .title h1,
  .block.image-wide .title h2,
  .block.image-wide .title h3,
  .block.image-wide .title h4,
  .block.image-wide .title h5 {
    font-size: calc(6.4*1rem);
  }
}
.block.image-wide .cta a {
  color: var(--text-color-alt);
  text-decoration: underline;
  text-transform: uppercase;
}
.block.image-wide .cta a:hover,
.block.image-wide .cta a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.image-wide .inner {
    padding: 150px 20px 95px;
  }
  .block.image-wide .title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .block.image-wide .inner {
    padding: 200px 20px 110px;
  }
  .block.image-wide .title {
    margin-bottom: 80px;
  }
}
.block.steps {
  padding: 45px 20px;
}
.block.steps header {
  text-align: center;
  margin-bottom: 40px;
}
.block.steps header * {
  text-transform: uppercase;
}
.block.steps .step-number {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number * {
  font-size: 8.8rem;
  font-family: var(--heading-font);
  line-height: 1;
}
.block.steps .step-title {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-title * {
  text-transform: uppercase;
  font-family: var(--text-font);
  font-weight: normal;
}
.block.steps .step-description {
  text-align: center;
}
.block.steps .apply {
  margin-top: 40px;
  text-align: center;
}
.block.steps .apply a {
  text-decoration: underline;
  text-transform: uppercase;
}
.block.steps .apply a:hover,
.block.steps .apply a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.steps {
    padding: 60px 20px 30px;
  }
}
#rs-builder .block.steps .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 150px;
}
#rs-builder .block.steps .swiper-wrapper .swiper-slide {
  width: calc(33.33% - 100px);
}
.block.image-banner {
  height: 150px;
  display: flex;
}
.block.image-banner .image-wrapper {
  flex: 1;
}
.block.image-banner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.image-banner .image-wrapper:nth-child(1) {
  flex: 3;
}
.block.image-banner .image-wrapper:nth-child(2) {
  flex: 2;
}
.block.image-banner .image-wrapper:nth-child(3) {
  flex: 1;
}
.block.image-banner .image-wrapper:nth-child(4) {
  flex: 2.5;
}
.block.image-banner .image-wrapper:nth-child(1) {
  flex: 1;
}
.block.image-banner .image-wrapper:nth-child(n + 4) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.image-banner {
    height: 200px;
  }
  .block.image-banner .image-wrapper:nth-child(1) {
    flex: 2;
  }
  .block.image-banner .image-wrapper:nth-child(2) {
    flex: 2;
  }
  .block.image-banner .image-wrapper:nth-child(3) {
    flex: 1;
  }
  .block.image-banner .image-wrapper:nth-child(4) {
    flex: 2;
  }
  .block.image-banner .image-wrapper:nth-child(n + 4) {
    display: block;
  }
  .block.image-banner .image-wrapper:nth-child(n + 5) {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.image-banner {
    height: 300px;
  }
  .block.image-banner .image-wrapper:nth-child(n + 5) {
    display: block;
  }
  .block.image-banner .image-wrapper:nth-child(1) {
    flex: 1;
  }
  .block.image-banner .image-wrapper:nth-child(2) {
    flex: 1.5;
  }
  .block.image-banner .image-wrapper:nth-child(3) {
    flex: 0.8;
  }
  .block.image-banner .image-wrapper:nth-child(4) {
    flex: 2;
  }
  .block.image-banner .image-wrapper:nth-child(5) {
    flex: 0.8;
  }
}
.block.blogs-cta {
  padding: 0 20px;
  background: var(--secondary-bg-color);
}
.block.blogs-cta .inner {
  padding: 40px 0;
  display: flex;
  flex-direction: column-reverse;
}
.block.blogs-cta .primary {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.block.blogs-cta .primary header {
  margin-bottom: 30px;
}
.block.blogs-cta .primary header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block.blogs-cta .primary header * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.blogs-cta .primary header * {
    font-size: calc(6.4*1rem);
  }
}
@media screen and (min-width: 768px) {
  .block.blogs-cta .primary header * {
    font-size: calc(4.7*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.blogs-cta .primary header * {
    font-size: calc(6.4*1rem);
  }
}
.block.blogs-cta .primary .description {
  margin-bottom: 30px;
}
.block.blogs-cta .primary .blogs-list {
  margin-bottom: 40px;
}
.block.blogs-cta .primary .blogs-list .title * {
  font-size: 2rem;
  font-family: var(--text-font);
}
.block.blogs-cta .secondary {
  z-index: 0;
  position: relative;
}
.block.blogs-cta .secondary img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.block.blogs-cta .list a {
  text-decoration: underline;
  color: var(--text-color);
}
.block.blogs-cta .list a:hover,
.block.blogs-cta .list a:focus-visible {
  color: var(--text-link-color-hover);
  text-decoration: none;
}
.block.blogs-cta ul {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .block.blogs-cta .inner {
    display: block;
  }
  .block.blogs-cta .description,
  .block.blogs-cta .blogs-list {
    width: 40%;
  }
  .block.blogs-cta .secondary {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 58%;
    left: 42%;
    bottom: 0;
    width: calc(((100vw - 100%) / 2) + 58%);
  }
  .block.blogs-cta .secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #cbcbcb61 50%, #00000000 100%);
    pointer-events: none;
  }
  .block.blogs-cta .secondary img {
    height: 100%;
    aspect-ratio: unset;
  }
}
#rs-builder .block.blogs-cta .primary {
  pointer-events: none;
}
#rs-builder .block.blogs-cta .primary header,
#rs-builder .block.blogs-cta .primary .description,
#rs-builder .block.blogs-cta .primary .cta {
  pointer-events: all;
}
#rs-builder .block.blogs-cta header,
#rs-builder .block.blogs-cta .description,
#rs-builder .block.blogs-cta .blogs-list {
  pointer-events: auto;
}
.block.blogs {
  padding: 45px 20px;
}
.block.blogs .blogs-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}
.block.blogs .blog-card {
  width: 100%;
}
.block.blogs .blog-image {
  width: 100%;
  border-radius: 10px;
}
.block.blogs .blog-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.33 / 1;
}
.block.blogs .blog-date {
  text-align: end;
  font-size: 1.6rem;
  margin: 5px 0 0;
}
.block.blogs .blog-title {
  margin: 20px 0 10px;
}
.block.blogs .blog-title h2 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.blogs .blog-title h2 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.blogs .blog-title h2 {
    font-size: calc(3*1rem);
  }
}
.block.blogs .read-more {
  margin-top: 10px;
}
.block.blogs .read-more a {
  text-decoration: underline;
  text-transform: capitalize;
}
.block.blogs .read-more a:hover,
.block.blogs .read-more a:focus {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.blogs .blog-card {
    width: calc(50% - 40px);
  }
}
article.blog-page .blog-image {
  width: 100%;
  height: 350px;
}
article.blog-page .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.blog-page .blog-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
article.blog-page .blog-title h1 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
  font-weight: 400;
  text-shadow: 0 1px 2px var(--page-bg-color), 0 -1px 2px var(--page-bg-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  article.blog-page .blog-title h1 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  article.blog-page .blog-title h1 {
    font-size: calc(6.4*1rem);
  }
}
article.blog-page .blog-title .blog-date {
  font-size: 1.6rem;
  margin: 5px 0 0;
  text-align: left;
}
article.blog-page .return-to-blog {
  margin-top: 60px;
}
article.blog-page .return-to-blog a {
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
article.blog-page .return-to-blog a:hover,
article.blog-page .return-to-blog a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  article.blog-page .blog-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
    min-width: 35%;
    height: 100%;
    width: calc(((100vw - 100%) / 2) + 35%);
    z-index: 0;
  }
  article.blog-page .blog-content {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  article.blog-page .blog-title {
    padding-top: 40px;
    padding-bottom: 0;
    width: 60%;
  }
  article.blog-page .blog-title h1 {
    text-align: left;
  }
  article.blog-page .blog-title .blog-date {
    text-align: left;
  }
  article.blog-page .blog-text {
    width: 60%;
  }
}
#rs-builder .block.blogs .blog-card:nth-of-type(n + 5) {
  display: none;
}
.block.floorplans-list,
.block.sitemap {
  padding: 40px 20px;
  min-height: 400px;
  /* Focus and hover styling */
}
.block.floorplans-list.sitemap,
.block.sitemap.sitemap {
  display: none;
}
.block.floorplans-list .views-buttons,
.block.sitemap .views-buttons {
  display: none;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 2px;
}
.block.floorplans-list .views-buttons button,
.block.sitemap .views-buttons button {
  margin: 0;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  font-size: 1.8rem;
}
.block.floorplans-list .views-buttons button:hover,
.block.sitemap .views-buttons button:hover,
.block.floorplans-list .views-buttons button:focus-visible,
.block.sitemap .views-buttons button:focus-visible {
  background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
}
.block.floorplans-list .views-buttons button.active,
.block.sitemap .views-buttons button.active {
  background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
  color: var(--text-color-alt);
  cursor: default;
  pointer-events: none;
}
.block.floorplans-list .views-container,
.block.sitemap .views-container {
  border: 1px solid var(--primary-bg-color);
  padding: 40px;
}
.block.floorplans-list .site-map-wrapper img,
.block.sitemap .site-map-wrapper img {
  width: 100%;
}
.block.floorplans-list .view-sitemap,
.block.sitemap .view-sitemap {
  display: none;
}
.block.floorplans-list .floorplans-wrapper,
.block.sitemap .floorplans-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.block.floorplans-list .floorplans-wrapper .floorplan-card,
.block.sitemap .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 10px 4px #00000025;
  background-color: var(--secondary-bg-color);
  padding: 20px;
}
.block.floorplans-list .floorplans-wrapper .floorplan-card header,
.block.sitemap .floorplans-wrapper .floorplan-card header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-color);
}
.block.floorplans-list .floorplans-wrapper .floorplan-card.hidden,
.block.sitemap .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.floorplans-list .floorplan-image,
.block.sitemap .floorplan-image {
  width: 100%;
  margin: auto;
}
.block.floorplans-list .floorplan-image img,
.block.sitemap .floorplan-image img {
  aspect-ratio: 3 / 2;
  max-height: 300px;
  object-fit: contain;
}
.block.floorplans-list .units-available,
.block.sitemap .units-available {
  text-align: end;
}
.block.floorplans-list .units-available *,
.block.sitemap .units-available * {
  font-size: 1.4rem;
}
.block.floorplans-list .sitemap,
.block.sitemap .sitemap {
  display: none;
}
.block.floorplans-list .units-available[data-available="0"],
.block.sitemap .units-available[data-available="0"],
.block.floorplans-list .units-available[data-available=""],
.block.sitemap .units-available[data-available=""] {
  display: none;
}
.block.floorplans-list #empty-fp-list,
.block.sitemap #empty-fp-list {
  display: none;
}
.block.floorplans-list #empty-fp-list.show,
.block.sitemap #empty-fp-list.show {
  display: block;
}
.block.floorplans-list .fp-filters,
.block.sitemap .fp-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  position: absolute;
  min-width: 275px;
  top: 60px;
  left: 0;
  padding: 20px;
  border: 1px solid var(--text-color);
  background-color: var(--secondary-bg-color);
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}
.block.floorplans-list .fp-filters.active,
.block.sitemap .fp-filters.active {
  transform: translateX(-20px);
}
.block.floorplans-list #fp-filter-button,
.block.sitemap #fp-filter-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  border: 1px solid var(--text-color);
}
.block.floorplans-list #fp-filter-button svg,
.block.sitemap #fp-filter-button svg {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
.block.floorplans-list #fp-filter-button:hover,
.block.sitemap #fp-filter-button:hover,
.block.floorplans-list #fp-filter-button:focus-visible,
.block.sitemap #fp-filter-button:focus-visible {
  background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
}
.block.floorplans-list .results-count,
.block.sitemap .results-count {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.block.floorplans-list .results-count *,
.block.sitemap .results-count * {
  font-size: 1.4rem;
}
.block.floorplans-list .filter-group,
.block.sitemap .filter-group {
  position: relative;
  height: fit-content;
}
.block.floorplans-list .filter-group button,
.block.sitemap .filter-group button {
  margin: 0;
  width: 100%;
  background-color: var(--primary-bg-color);
  border: none;
  color: var(--text-color-alt);
}
.block.floorplans-list .filter-group button svg,
.block.sitemap .filter-group button svg {
  height: 10px;
  width: 10px;
  margin-left: 5px;
  display: inline-block;
  fill: currentColor;
  transition: transform 0.3s ease-in-out;
}
.block.floorplans-list .filter-group button:hover,
.block.sitemap .filter-group button:hover,
.block.floorplans-list .filter-group button:focus-visible,
.block.sitemap .filter-group button:focus-visible {
  background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
  color: var(--text-color-alt);
}
.block.floorplans-list .filter-group.active button,
.block.sitemap .filter-group.active button {
  background-color: color-mix(in srgb, #000 25%, var(--primary-bg-color));
}
.block.floorplans-list .filter-group.active button svg,
.block.sitemap .filter-group.active button svg {
  transform: rotate(180deg);
}
.block.floorplans-list .filter-options,
.block.sitemap .filter-options {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: none;
  background-color: var(--secondary-bg-color);
  padding: 15px;
  min-width: fit-content;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  z-index: 2;
}
.block.floorplans-list .filter-options label,
.block.sitemap .filter-options label {
  display: block;
  position: relative !important;
  transform: unset !important;
  top: unset !important;
  pointer-events: all !important;
}
.block.floorplans-list .filter-button,
.block.sitemap .filter-button {
  font-size: 1.8rem;
}
.block.floorplans-list .slider-multithumb,
.block.sitemap .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.floorplans-list .slider-multithumb svg,
.block.sitemap .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.floorplans-list .slider-multithumb .slider-group,
.block.sitemap .slider-multithumb .slider-group {
  color: black;
}
.block.floorplans-list .slider-multithumb .slider-group .value,
.block.sitemap .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.floorplans-list .slider-multithumb .slider-group .rail,
.block.sitemap .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.floorplans-list .slider-multithumb .slider-group .range,
.block.sitemap .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.floorplans-list .slider-multithumb .slider-group .thumb,
.block.sitemap .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.floorplans-list .slider-multithumb .slider-group .focus-ring,
.block.sitemap .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.floorplans-list .slider-track,
.block.sitemap .slider-track {
  position: relative;
  width: 200px;
  height: 8px;
  background-color: #ddd;
  border-radius: 4px;
  margin-top: 3.2rem;
}
.block.floorplans-list .slider-range,
.block.sitemap .slider-range {
  position: absolute;
  height: 100%;
  background-color: var(--primary-bg-color);
  border-radius: 4px;
  z-index: 1;
}
.block.floorplans-list .slider-thumb,
.block.sitemap .slider-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid var(--button-bg-color-hover);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.floorplans-list .slider-thumb:hover,
.block.sitemap .slider-thumb:hover,
.block.floorplans-list .slider-thumb:focus-visible,
.block.sitemap .slider-thumb:focus-visible,
.block.floorplans-list .slider-thumb:focus,
.block.sitemap .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.floorplans-list .min-thumb,
.block.sitemap .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.floorplans-list .max-thumb,
.block.sitemap .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.floorplans-list .thumb-value,
.block.sitemap .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block.floorplans-list .thumb-value.thumb-price::before,
.block.sitemap .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
@media screen and (min-width: 768px) {
  .block.floorplans-list .floorplans-wrapper .floorplan-card,
  .block.sitemap .floorplans-wrapper .floorplan-card {
    width: calc(50% - 60px);
  }
  .block.floorplans-list #fp-filter-button,
  .block.sitemap #fp-filter-button {
    display: none;
  }
  .block.floorplans-list .filter-button,
  .block.sitemap .filter-button {
    background-color: var(--primary-bg-color);
    color: var(--text-color-alt);
    font-size: 1.8rem;
    width: fit-content;
  }
  .block.floorplans-list .filter-button:hover,
  .block.sitemap .filter-button:hover,
  .block.floorplans-list .filter-button:focus-visible,
  .block.sitemap .filter-button:focus-visible {
    background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
  }
  .block.floorplans-list .fp-filters,
  .block.sitemap .fp-filters {
    position: relative;
    flex-direction: row;
    transform: translateX(0);
    background-color: transparent;
    border: none;
    padding: 0;
    top: 0;
  }
  .block.floorplans-list .filter-options,
  .block.sitemap .filter-options {
    position: absolute;
    transform: translateY(100%);
    width: 200px;
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans-list .floorplans-wrapper .floorplan-card,
  .block.sitemap .floorplans-wrapper .floorplan-card {
    width: calc(33.333% - 26.6667px);
  }
}
.simple-text + markup > .block.floorplans-list {
  padding-top: 0;
}
#rs-builder .block.floorplans-list.sitemap,
#rs-builder .block.sitemap.sitemap {
  display: block;
}
.block.floorplan-details {
  padding: 20px;
}
.block.floorplan-details .secondary .title {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 40px;
}
.block.floorplan-details .secondary .title * {
  text-align: center;
}
.block.floorplan-details .title * {
  font-size: calc(3*1rem);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .title * {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .title * {
    font-size: calc(5*1rem);
  }
}
.block.floorplan-details .content * {
  text-align: center;
}
.block.floorplan-details .content .specs {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--text-color);
}
.block.floorplan-details .content .specs * {
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .content .specs * {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .content .specs * {
    font-size: calc(2.8*1rem);
  }
}
.block.floorplan-details .content .specs span:not(:last-of-type):after {
  content: '|';
}
.block.floorplan-details .content .specs .floorplan-price {
  display: none;
  line-height: 1;
}
.block.floorplan-details .content .specs .floorplan-price * {
  font-size: 2rem;
}
.block.floorplan-details .content .specs .floorplan-price span:not(:last-of-type):after {
  content: none;
}
.block.floorplan-details .content .specs .floorplan-price[data-type="manual"] {
  display: block;
}
.block.floorplan-details .content .available-units .disclaimer {
  font-size: 0.8em;
  font-style: italic;
}
.block.floorplan-details .content .available-units[data-type="manual"] {
  display: none;
}
.block.floorplan-details .content .description {
  margin: 10px 0;
}
.block.floorplan-details .content .description ul,
.block.floorplan-details .content .description ol {
  margin-left: 20px;
}
.block.floorplan-details .image-container-mobile {
  display: block;
}
.block.floorplan-details .image-container-mobile img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: 10px 10px 4px #00000025;
}
.block.floorplan-details .image-container-desktop {
  display: none;
}
.block.floorplan-details .image-container-desktop img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: 10px 10px 4px #00000025;
}
.block.floorplan-details .return-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.block.floorplan-details .return-link a {
  text-decoration: underline;
  text-transform: uppercase;
}
.block.floorplan-details .return-link a:hover,
.block.floorplan-details .return-link a:focus {
  text-decoration: none;
}
.block.floorplan-details .fp-availabile-list {
  width: 100%;
  max-width: 660px;
  border-collapse: collapse;
  margin: 40px auto 0;
  table-layout: fixed;
  position: relative;
}
.block.floorplan-details .fp-availabile-list * {
  color: var(--text-color-alt);
}
.block.floorplan-details .fp-availabile-list caption {
  font-size: calc(2.5*1rem);
  padding: 5px 20px;
  background-color: var(--primary-bg-color);
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan-details .fp-availabile-list thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.floorplan-details .fp-availabile-list tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan-details .fp-availabile-list tbody tr:nth-child(odd) {
  background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
}
.block.floorplan-details .fp-availabile-list tbody tr:nth-child(even) {
  background-color: var(--primary-bg-color);
}
.block.floorplan-details .fp-availabile-list td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan-details .fp-availabile-list td:first-child {
  padding-top: 10px;
}
.block.floorplan-details .fp-availabile-list td:last-child {
  padding: 15px 0;
}
.block.floorplan-details .fp-availabile-list td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.block.floorplan-details .fp-availabile-list td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan-details .fp-availabile-list td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan-details .fp-availabile-list a {
  text-decoration: underline;
}
.block.floorplan-details .fp-availabile-list a:hover,
.block.floorplan-details .fp-availabile-list a:focus {
  text-decoration: none;
}
.block.floorplan-details .fp-availabile-list td a[href="undefined"],
.block.floorplan-details .fp-availabile-list td a[href=""],
.block.floorplan-details .fp-availabile-list td a[href="#"],
.block.floorplan-details .fp-availabile-list td a[href="null"],
.block.floorplan-details .fp-availabile-list td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan-details {
    padding: 40px 20px;
  }
  .block.floorplan-details .fp-availabile-list {
    width: 100%;
    max-width: 660px;
    border-collapse: collapse;
    margin: 40px auto 0;
    table-layout: fixed;
    position: relative;
  }
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
    padding: 5px 20px;
    background-color: var(--primary-bg-color);
    color: var(--heading-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    overflow: hidden;
    padding: unset;
    position: unset;
    width: unset;
  }
  .block.floorplan-details .fp-availabile-list thead {
    background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead th {
    padding: 5px 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: normal;
    border-right: 2px solid var(--text-color-alt);
  }
  .block.floorplan-details .fp-availabile-list thead th:last-child {
    border-right: none;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(1) {
    width: 20%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(2) {
    width: 30%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(3) {
    width: 30%;
  }
  .block.floorplan-details .fp-availabile-list thead th:nth-child(4) {
    width: 20%;
  }
  .block.floorplan-details .fp-availabile-list tbody tr {
    background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
    color: var(--text-color-alt);
    display: table-row;
  }
  .block.floorplan-details .fp-availabile-list tbody tr a {
    color: var(--text-color-alt);
    text-decoration: underline;
  }
  .block.floorplan-details .fp-availabile-list tbody tr a:hover,
  .block.floorplan-details .fp-availabile-list tbody tr a:focus {
    text-decoration: none;
  }
  .block.floorplan-details .fp-availabile-list tbody tr:nth-child(odd) {
    background-color: var(--primary-bg-color);
  }
  .block.floorplan-details .fp-availabile-list tbody tr:nth-child(even) {
    background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
  }
  .block.floorplan-details .fp-availabile-list tbody tr td {
    display: table-cell;
    padding: 5px 20px;
    text-align: left;
    font-size: 2rem;
    font-weight: normal;
    border-right: 2px solid var(--text-color-alt);
    border-bottom: none !important;
  }
  .block.floorplan-details .fp-availabile-list tbody tr td:last-child {
    border-right: none;
    text-align: end;
  }
  .block.floorplan-details .fp-availabile-list tbody tr td:not([data-label="Apply"])::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 960px) {
  .block.floorplan-details .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan-details .image-container-mobile {
    display: none;
  }
  .block.floorplan-details .image-container-desktop {
    display: block;
    width: calc(50% - 40px);
  }
  .block.floorplan-details .content {
    width: calc(50% - 40px);
  }
  .block.floorplan-details .content * {
    text-align: left;
  }
  .block.floorplan-details .content .disclaimer {
    text-align: center;
  }
  .block.floorplan-details .content .specs {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .block.floorplan-details .primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 80px;
    margin-bottom: 80px;
  }
}
.block.additional-floorplans {
  padding: 20px;
}
.block.additional-floorplans .primary .title {
  border-bottom: 1px solid var(--text-color);
  margin-bottom: 40px;
}
.block.additional-floorplans .primary .title * {
  text-align: center;
  text-transform: uppercase;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 10px 10px 4px #00000025;
  background-color: var(--secondary-bg-color);
  padding: 20px;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card .units-available[data-available=""],
.block.additional-floorplans .floorplans-wrapper .floorplan-card .units-available[data-available="0"] {
  display: none;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--text-color);
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card header h3 {
  text-transform: uppercase;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.additional-floorplans .floorplan-image {
  width: 100%;
  margin: auto;
}
.block.additional-floorplans .floorplan-image img {
  aspect-ratio: 3 / 2;
  max-height: 300px;
  object-fit: contain;
}
.block.additional-floorplans .swiper-button-prev,
.block.additional-floorplans .swiper-button-next {
  color: var(--primary-bg-color);
  padding: 40px 20px;
  transition: opacity 0.3s ease;
}
.block.additional-floorplans .swiper-button-prev:hover,
.block.additional-floorplans .swiper-button-next:hover,
.block.additional-floorplans .swiper-button-prev:focus-visible,
.block.additional-floorplans .swiper-button-next:focus-visible {
  opacity: 0.6;
}
.block.additional-floorplans .swiper-slide {
  padding: 20px;
}
.simple-text + markup > .block.floorplan-details {
  padding-top: 0;
}
#rs-builder .block.additional-floorplans .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 40px;
}
#rs-builder .block.additional-floorplans .swiper-wrapper .swiper-slide {
  width: calc(33.333% - 26.667px);
}
#rs-builder .block.additional-floorplans .swiper-wrapper .swiper-slide:nth-child(n+4) {
  display: none;
}
.pagination {
  margin-top: 1.5em;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  height: 40px;
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid var(--primary-bg-color);
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
  border-left: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
}
.page-btn:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid var(--primary-bg-color);
}
.page-btn:last-of-type {
  border-radius: 0 5px 5px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
  color: var(--text-color-alt);
}
.page-btn[aria-current="true"] {
  background: color-mix(in srgb, #000 30%, var(--primary-bg-color));
  color: var(--text-color-alt);
  cursor: default;
}
.dots {
  padding: 8px 10px;
  height: 40px;
  min-width: unset;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid var(--primary-bg-color);
  border-top: 1px solid var(--primary-bg-color);
  border-bottom: 1px solid var(--primary-bg-color);
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.gallery {
  padding: 40px 20px;
}
.block.gallery .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.block.gallery .gallery-image {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
.block.gallery .gallery-image a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.block.gallery .gallery-image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
.block.gallery .gallery-image:has(a:focus-visible) {
  outline: 2px solid var(--primary-bg-color);
  outline-offset: 2px;
}
.block.gallery .gallery-image:has(a:focus-visible) a::before,
.block.gallery .gallery-image:hover a::before {
  opacity: 1;
}
.block.gallery .gallery-image:has(a:focus-visible) img,
.block.gallery .gallery-image:hover img {
  transform: scale(1.08);
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-image {
    flex: 1 1 calc(33.333% - 13.333px);
    max-width: calc(33.333% - 13.333px);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-image {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
}
.block.gallery-text {
  display: none;
}
#rs-builder .block.gallery-text {
  display: block;
}
.block.gallery-tabs {
  width: calc(100% - 40px);
  max-width: calc(1170px - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 20px 0;
}
.block.gallery-tabs button.gallery-tab {
  cursor: pointer;
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  margin: 0;
  border: 0;
}
.block.gallery-tabs button.gallery-tab:hover,
.block.gallery-tabs button.gallery-tab:focus {
  background-color: color-mix(in srgb, #fff 20%, var(--primary-bg-color));
}
.block.gallery-tabs button.gallery-tab[aria-selected="true"] {
  background-color: color-mix(in srgb, #000 30%, var(--primary-bg-color));
}
.block.amenities-ov {
  padding: 45px 20px;
}
.block.amenities-ov .primary {
  position: relative;
  z-index: 1;
  padding-top: 240px;
}
.block.amenities-ov .secondary {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  z-index: 0;
  width: 70%;
}
.block.amenities-ov .secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #cbcbcb61 50%, #00000000 100%);
  pointer-events: none;
}
.block.amenities-ov .secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.amenities-ov .title {
  margin: 0 0 40px 35%;
}
.block.amenities-ov .title * {
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-weight: 400;
}
.block.amenities-ov .description {
  text-align: center;
}
.block.amenities-ov ul,
.block.amenities-ov ol {
  margin-top: 20px;
  list-style: none;
}
.block.amenities-ov ul li,
.block.amenities-ov ol li {
  border-bottom: 1px solid var(--text-color);
  padding: 5px 0;
  text-align: center;
}
.block.amenities-ov ul li:first-child,
.block.amenities-ov ol li:first-child {
  border-top: 1px solid var(--text-color);
}
.block.amenities-ov .cta {
  margin-top: 60px;
}
.block.amenities-ov .cta a {
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.block.amenities-ov .cta a:hover,
.block.amenities-ov .cta a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.amenities-ov ul li,
  .block.amenities-ov ol li {
    text-align: left;
  }
  .block.amenities-ov ul li:first-child,
  .block.amenities-ov ol li:first-child {
    border-top: none;
  }
  .block.amenities-ov .title {
    padding-top: 40px;
    margin: 0 0 40px -17.5ch;
    width: calc(100% + 12.5ch);
  }
  .block.amenities-ov .description {
    text-align: left;
  }
  .block.amenities-ov .primary {
    padding: 0 0 0 0;
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .block.amenities-ov .primary .title {
    padding-top: 40px;
    padding-bottom: 0;
    width: 80%;
  }
  .block.amenities-ov .primary .title * {
    text-align: right;
  }
  .block.amenities-ov .primary .description,
  .block.amenities-ov .primary .amenities,
  .block.amenities-ov .primary .cta {
    width: 50%;
  }
  .block.amenities-ov .primary .cta a {
    margin: 0;
  }
  .block.amenities-ov .secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    aspect-ratio: unset;
  }
}
#rs-builder .block.amenities-ov .primary {
  pointer-events: none;
}
#rs-builder .block.amenities-ov .primary .title,
#rs-builder .block.amenities-ov .primary .description,
#rs-builder .block.amenities-ov .primary .amenities,
#rs-builder .block.amenities-ov .primary .cta {
  pointer-events: auto;
}
.block.transparency {
  padding: 60px 20px;
  background-color: var(--secondary-bg-color);
}
.block.transparency article {
  padding: 40px 0;
}
.block.transparency .title {
  margin-bottom: 20px;
}
.block.transparency .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block.transparency .title * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.transparency .title * {
    font-size: calc(6.4*1rem);
  }
}
.block.transparency ul,
.block.transparency ol {
  list-style: none;
}
.block.transparency ul li,
.block.transparency ol li {
  text-align: center;
  padding: 5px 0 0;
}
.block.transparency ul li:after,
.block.transparency ol li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
  opacity: 0.3;
  margin: 5px 0 0;
}
.block.alternating-list {
  padding-bottom: 45px;
}
.block.alternating-list .row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.block.alternating-list .row:last-of-type {
  margin-bottom: 0;
}
.block.alternating-list .row .primary {
  margin-top: 20px;
  padding: 0 20px 30px 20px;
  order: 2;
  width: 100%;
  text-align: center;
}
.block.alternating-list .row .primary * {
  text-align: center;
}
.block.alternating-list .row .primary .button {
  margin: 0 auto;
}
.block.alternating-list .row .secondary {
  order: 1;
  width: 100%;
}
.block.alternating-list .row .secondary .image-wrapper {
  position: relative;
}
.block.alternating-list .row .secondary .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #cbcbcb61 50%, #00000000 100%);
  pointer-events: none;
}
.block.alternating-list .row .secondary img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.block.alternating-list .title {
  padding-top: 40px;
  padding-bottom: 25px;
}
.block.alternating-list .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-size: calc(3*1rem);
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .block.alternating-list .title * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .title * {
    font-size: calc(6.4*1rem);
  }
}
.block.alternating-list .text-content ul {
  list-style: none;
}
.block.alternating-list .text-content li {
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 5px 0 0;
  font-size: calc(1.6*1rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block.alternating-list .text-content li {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .text-content li {
    font-size: calc(2*1rem);
  }
}
.block.alternating-list .content {
  margin-bottom: 40px;
}
.block.alternating-list .cta {
  margin-top: 80px;
}
.block.alternating-list .cta a {
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.block.alternating-list .cta a:hover,
.block.alternating-list .cta a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .block.alternating-list .row {
    margin-bottom: 0;
  }
  .block.alternating-list .row .primary {
    padding: 0 20px 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .block.alternating-list .row .primary .content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .block.alternating-list .row .primary .title {
    padding-top: 40px;
    width: 80%;
  }
  .block.alternating-list .row .primary .title * {
    text-align: right;
  }
  .block.alternating-list .row .primary .text-content,
  .block.alternating-list .row .primary .cta {
    width: 50%;
  }
  .block.alternating-list .row .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
  .block.alternating-list .row .secondary .image-wrapper {
    width: 100%;
    height: 100%;
  }
  .block.alternating-list .row .secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset;
  }
  .block.alternating-list .row:nth-child(even) {
    padding: 175px 0 0;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .block.alternating-list .row:nth-child(even) .title * {
    text-align: left;
  }
  .block.alternating-list .row:nth-child(even) .primary .content {
    align-items: flex-start;
  }
  .block.alternating-list .row:nth-child(even) .secondary {
    left: 55%;
  }
  .block.alternating-list .row:nth-child(even) .content {
    margin-bottom: 0;
  }
  .block.alternating-list .row:nth-child(odd) {
    padding: 50px 0 300px;
  }
  .block.alternating-list .row:nth-child(odd) .primary {
    margin: 0 0 0 auto;
  }
  .block.alternating-list .row:nth-child(odd) .secondary {
    right: 55%;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
  .block.alternating-list .cta a {
    margin: 0 ;
  }
}
@media screen and (min-width: 960px) {
  .block.alternating-list .secondary {
    left: 55%;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
  .block.alternating-list .row:nth-child(odd) .secondary {
    left: unset;
    right: 55%;
  }
}
.block.contact {
  padding: 0 20px;
}
.block.contact .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.contact .title {
  margin: 0 0 20px;
}
.block.contact .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
  font-family: var(--heading-font);
  font-size: calc(3*1rem);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block.contact .title * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.contact .title * {
    font-size: calc(6.4*1rem);
  }
}
.block.contact .primary {
  margin-top: 40px;
  margin-bottom: 40px;
}
.block.contact .secondary {
  height: 300px;
}
.block.contact .secondary .image-wrapper {
  width: 100%;
  height: 100%;
}
.block.contact .secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.contact .primary {
    padding-bottom: 0;
    width: 60%;
    margin: 80px 0 80px auto;
  }
  .block.contact .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
    min-width: 35%;
    height: 100%;
    width: calc(((100vw - 100%) / 2) + 35%);
    z-index: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.contact .primary {
    width: 50%;
    margin: 80px 0 80px auto;
  }
  .block.contact .secondary {
    right: 55%;
    min-width: 45%;
    width: calc(((100vw - 100%) / 2) + 45%);
  }
}
.block.footer {
  background-color: var(--primary-bg-color);
  padding: 20px;
}
.block.footer h1,
.block.footer h2,
.block.footer h3,
.block.footer h4,
.block.footer h5,
.block.footer h6 {
  color: var(--heading-color-alt);
}
.block.footer p,
.block.footer a,
.block.footer li,
.block.footer svg {
  color: var(--text-color-alt);
  fill: var(--text-color-alt);
}
.block.footer p *,
.block.footer a *,
.block.footer li *,
.block.footer svg * {
  color: var(--text-color-alt);
  fill: var(--text-color-alt);
}
.block.footer .logo-container {
  max-height: 80px;
  max-width: 80px;
  margin: 0 auto;
}
.block.footer .logo-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block.footer .primary .inner {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--text-color-alt);
}
.block.footer .navigation-footer {
  margin-top: 30px;
}
.block.footer .navigation-footer h2 {
  text-transform: uppercase;
  text-align: center;
}
.block.footer .navigation-footer ul {
  margin-top: 15px;
}
.block.footer .navigation-footer ul li {
  text-align: center;
}
.block.footer .navigation-footer ul li a {
  text-decoration: underline;
}
.block.footer .navigation-footer ul li a:hover,
.block.footer .navigation-footer ul li a:focus {
  text-decoration: none;
}
.block.footer .secondary {
  text-align: center;
}
.block.footer .secondary * {
  color: var(--text-color-alt);
}
.block.footer .secondary a:hover,
.block.footer .secondary a:focus-visible {
  text-decoration: underline;
}
.block.footer .secondary .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .secondary .links,
.block.footer .secondary .copyright,
.block.footer .secondary .icons,
.block.footer .secondary .resite {
  margin-bottom: 5px;
}
.block.footer .secondary .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .secondary .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .secondary .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .secondary .right {
  display: flex;
  flex-direction: column;
}
.block.footer .secondary .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .secondary .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .secondary .links {
    width: 50%;
  }
  .block.footer .secondary .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .secondary .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .secondary .right .copyright {
    text-align: end;
  }
  .block.footer .secondary .right .icons img {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.footer .logo-container {
    max-height: 140px;
    max-width: 140px;
  }
  .block.footer .navigation-footer {
    margin-top: 30px;
  }
  .block.footer .navigation-footer h2 {
    text-transform: uppercase;
    text-align: center;
  }
  .block.footer .navigation-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
  .block.footer .navigation-footer ul li {
    text-align: center;
  }
  .block.footer .navigation-footer ul li a {
    text-decoration: underline;
    text-transform: uppercase;
  }
  .block.footer .navigation-footer ul li a:hover,
  .block.footer .navigation-footer ul li a:focus {
    text-decoration: none;
  }
  .block.footer .information-footer {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
  }
  .block.footer .information-footer .column {
    width: 33.3333%;
    padding: 0 20px;
  }
  .block.footer .information-footer .column:not(:last-child) {
    border-right: 1px solid var(--text-color-alt);
  }
  .block.footer .information-footer .column h2 {
    text-rendering: optimizelegibility;
    margin: 0;
    font-weight: 300;
    line-height: 1.3;
    font-family: var(--heading-font);
    font-size: calc(2.4*1rem);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
  }
  .block.footer .information-footer .column * {
    display: block;
    font-style: italic;
    text-align: center;
  }
  .block.footer .information-footer .column a:hover,
  .block.footer .information-footer .column a:focus {
    text-decoration: underline;
  }
}
@media screen and (min-width: 960px) and screen and (min-width: 768px) {
  .block.footer .information-footer .column h2 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) and screen and (min-width: 960px) {
  .block.footer .information-footer .column h2 {
    font-size: calc(3*1rem);
  }
}
#specials {
  display: none;
}
#special-popdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: var(--secondary-bg-color);
}
#special-popdown *,
#special-popdown *:before,
#special-popdown *:after {
  box-sizing: inherit;
  color: var(--text-color);
}
#special-popdown #specials-inner {
  width: 100%;
  max-width: unset;
  padding: 50px 10px 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#special-popdown #specials-inner .special {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#special-popdown #specials-inner .special h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
  font-family: var(--heading-font);
  display: none;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--text-font);
}
#special-popdown .special-image {
  max-width: 350px;
  padding: 0;
}
#special-popdown .special-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#special-popdown #special-popdown-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#special-popdown #special-popdown-button svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
  transition: all 0.3s ease;
}
#special-popdown #special-popdown-button:hover svg,
#special-popdown #special-popdown-button:focus svg {
  opacity: 0.4;
}
#special-popdown.special-popdown--show {
  max-height: 600px;
}
#special-popdown.special-popdown--hiding {
  max-height: 0;
}
#special-popdown.special-popdown--hidden {
  max-height: 0;
  display: none;
}
#special-popdown .swiper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 0;
}
#special-popdown .swiper-pagination-bullet {
  background: var(--primary-bg-color);
  opacity: 0.4;
}
#special-popdown .swiper-pagination-bullet-active {
  background: var(--primary-bg-color);
  opacity: 0.8;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}

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