.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/v20/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/v24/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/v24/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/v24/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/v24/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/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlGdRyC6CRYbkQiwLByQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlGdRyC6CRYbkQipLNyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlFdRyC6CRYbkQaCA.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlGdRyC6CRYbkQi_LJyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlGdRyC6CRYbkQi0LVyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlGdRyC6CRYbkQitLRyQw.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlEdRyC6CRYZo47KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlEdRyC6CRYZuo4KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlLdRyC6CRYXkY.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlEdRyC6CRYZrI5KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlEdRyC6CRYZp4-KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'Krub';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/krub/v11/sZlEdRyC6CRYZvo_KLE.ttf) format('truetype');
}
@font-face {
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguegothic/v13/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-am.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  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: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
}
h1.alt,
.h1.alt,
h2.alt,
.h2.alt,
h3.alt,
.h3.alt,
h4.alt,
.h4.alt,
h5.alt,
.h5.alt {
  color: var(--heading-color-alt);
}
#rs-builder h2,
#rs-builder .h2 {
  padding-bottom: 1.5rem;
}
#rs-builder .rs-editor-inner h1,
#rs-builder .rs-rs-settings-inner h1,
#rs-builder .rs-editor-inner .h1,
#rs-builder .rs-rs-settings-inner .h1,
#rs-builder .rs-editor-inner h2,
#rs-builder .rs-rs-settings-inner h2,
#rs-builder .rs-editor-inner .h2,
#rs-builder .rs-rs-settings-inner .h2,
#rs-builder .rs-editor-inner h3,
#rs-builder .rs-rs-settings-inner h3,
#rs-builder .rs-editor-inner .h3,
#rs-builder .rs-rs-settings-inner .h3,
#rs-builder .rs-editor-inner h4,
#rs-builder .rs-rs-settings-inner h4,
#rs-builder .rs-editor-inner .h4,
#rs-builder .rs-rs-settings-inner .h4,
#rs-builder .rs-editor-inner h5,
#rs-builder .rs-rs-settings-inner h5,
#rs-builder .rs-editor-inner .h5,
#rs-builder .rs-rs-settings-inner .h5 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
}
h1,
.h1 {
  font-size: calc(8*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(13*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(20*1rem);
  }
}
h2,
.h2 {
  font-size: calc(4*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.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(3.2*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  button,
  .button,
  a.button {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  button,
  .button,
  a.button {
    font-size: calc(2.4*1rem);
  }
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button.invert,
.button.invert,
a.button.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button.invert:hover,
.button.invert:hover,
a.button.invert:hover,
button.invert:focus-visible,
.button.invert:focus-visible,
a.button.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
button.ghost:hover,
.button.ghost:hover,
a.button.ghost:hover,
button.ghost:focus-visible,
.button.ghost:focus-visible,
a.button.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
button.outlined,
.button.outlined,
a.button.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
button.outlined:hover,
.button.outlined:hover,
a.button.outlined:hover,
button.outlined:focus-visible,
.button.outlined:focus-visible,
a.button.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
.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;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 4rem;
  border: 0;
  text-indent: 20px;
  background-color: var(--page-bg-color);
  border: 1px solid var(--text-color);
  font-family: var(--text-font);
  color: var(--text-color);
}
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 {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0 auto;
  text-decoration: underline;
  color: var(--text-link-color);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"],
  form button {
    font-size: calc(2.4*1rem);
  }
}
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 {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="submit"].invert,
form input[type="button"].invert,
form input[type="reset"].invert,
form button.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="submit"].invert:hover,
form input[type="button"].invert:hover,
form input[type="reset"].invert:hover,
form button.invert:hover,
form input[type="submit"].invert:focus-visible,
form input[type="button"].invert:focus-visible,
form input[type="reset"].invert:focus-visible,
form button.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
form input[type="submit"].ghost:hover,
form input[type="button"].ghost:hover,
form input[type="reset"].ghost:hover,
form button.ghost:hover,
form input[type="submit"].ghost:focus-visible,
form input[type="button"].ghost:focus-visible,
form input[type="reset"].ghost:focus-visible,
form button.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
form input[type="submit"].outlined,
form input[type="button"].outlined,
form input[type="reset"].outlined,
form button.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
form input[type="submit"].outlined:hover,
form input[type="button"].outlined:hover,
form input[type="reset"].outlined:hover,
form button.outlined:hover,
form input[type="submit"].outlined:focus-visible,
form input[type="button"].outlined:focus-visible,
form input[type="reset"].outlined:focus-visible,
form button.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus,
form input[type="button"]:focus,
form input[type="reset"]:focus,
form button:focus {
  background: transparent;
  color: var(--text-link-color-hover);
  border: none;
  text-decoration: none;
  opacity: 0.8;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form .field-wrapper {
  padding-bottom: 25px;
}
.form-group {
  position: relative;
  padding-top: 1.4ch;
  margin-top: 10px;
  padding-bottom: 1ch;
}
label {
  position: absolute;
  font-weight: 400;
  top: 1.9em;
  left: 12px;
  transform: translateY(-50%);
  color: var(--text-color);
  padding: 0 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
label:has(+ select) {
  top: 0;
  left: 0;
  font-size: 1em;
}
.form-group:focus-within label,
.form-group:has(input:autofill) label,
.form-group:has(input:not(:placeholder-shown)) label,
.form-group:has(textarea:not(:placeholder-shown)) label {
  top: 0;
  left: 0;
  font-size: 1em;
}
input:-webkit-autofill,
input:autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--page-bg-color) inset !important;
}
.field-wrapper {
  padding-bottom: 25px;
}
.form-group.required > label:after,
.form-group:has(input[required]) > label:after,
.form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 0.8em;
  font-weight: 400;
  margin-left: 2px;
}
.fields,
reform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.iwrap,
.form-group,
.field-wrap {
  width: 100%;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
.rs-editor label,
.rs-rs-settings label {
  position: relative;
  transform: unset;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  background-color: var(--page-bg-color);
  overflow-x: hidden;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
section {
  background-color: var(--page-bg-color);
}
body {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--text-font);
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}
img {
  display: block;
}
#navwrap {
  position: relative;
  z-index: 5;
}
#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;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
#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(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
.rs-rs-inner-markup {
  background-color: var(--page-bg-color);
}
#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;
}
.rs-rs-inner {
  background-color: var(--page-bg-color) !important;
}
.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-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -20px !important;
  height: unset !important;
  width: unset !important;
  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: 0.7em;
  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);
}
.block.standard-neighborhood #standard-neighborhood-map-list a {
  color: var(--text-color);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a {
  border: 2px solid var(--button-bg-color);
  color: var(--button-text-color-hover);
  background-color: var(--button-bg-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a svg path {
  fill: var(--button-text-color-hover);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a:hover,
.block.standard-neighborhood #standard-neighborhood-map-nav a:focus-visible {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  opacity: 0.8;
}
.block.standard-neighborhood #standard-neighborhood-map-nav a:hover svg path,
.block.standard-neighborhood #standard-neighborhood-map-nav a:focus-visible svg path {
  fill: var(--button-text-color);
}
.block.standard-neighborhood #standard-neighborhood-map-nav a.active {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  opacity: 1;
}
.block.standard-neighborhood #standard-neighborhood-map-nav a.active svg path {
  fill: var(--button-text-color);
}
.block.standard-neighborhood #standard-neighborhood-map-nav li + li a {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .block.standard-neighborhood #standard-neighborhood-map-nav li + li a {
    border-top: 2px solid var(--button-bg-color);
    border-left: none;
  }
}
.block.iframe-embed {
  padding: 20px 0;
}
.block.iframe-embed .inner {
  padding: 20px;
}
@keyframes marquee-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
.block.header {
  padding: 50px 20px;
}
.block.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
}
.block.header .menu,
.block.header .logo-container,
.block.header .quick-links {
  flex: 1;
  display: flex;
  align-items: center;
}
.block.header .logo-container {
  justify-content: center;
}
.block.header .logo-container img {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 80px;
}
.block.header .menu {
  position: absolute;
  right: 0;
  top: 50%;
  justify-content: center;
  transform: translateY(-50%);
}
.block.header #grip {
  display: none;
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  margin: 0;
  z-index: 2;
}
.block.header #grip:hover,
.block.header #grip:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.header #grip-mobile {
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  padding: 10px;
  z-index: 2;
}
.block.header #grip-mobile span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: var(--button-bg-color);
  margin: 8px 0;
  transition: all 0.3s ease;
}
.block.header .quick-links {
  display: none;
  justify-content: flex-end;
}
.block.header .quick-links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .block.header .inner {
    flex-direction: row;
  }
  .block.header .logo-container {
    justify-content: center;
  }
  .block.header .menu {
    justify-content: flex-start;
    position: relative;
    transform: none;
  }
  .block.header #grip {
    display: block;
  }
  .block.header #grip-mobile {
    display: none;
  }
  .block.header .quick-links {
    display: flex;
    gap: 20px;
  }
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 1000000;
  display: none;
  overflow-y: auto;
}
.generic-supernav-overlay[data-site-name*="The Edge"] .generic-logo img {
  filter: invert(1) brightness(2) contrast(1);
}
.generic-supernav-overlay .inner {
  padding: 30px 20px;
  overflow-y: auto;
}
.generic-supernav-overlay .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-bg-color);
  opacity: 0.85;
}
.generic-supernav-overlay .inner,
.generic-supernav-overlay .secondary {
  height: 100%;
  min-height: fit-content;
}
.generic-supernav-overlay * {
  color: var(--text-color-alt);
}
.generic-supernav-overlay #grip-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  padding: 5px;
  z-index: 2;
  height: 30px;
  width: 30px;
}
.generic-supernav-overlay #grip-close span {
  display: block;
  background-color: var(--text-color-alt);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  transition: 0.3s ease;
}
.generic-supernav-overlay #grip-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.generic-supernav-overlay #grip-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.generic-supernav-overlay #grip-close:hover span,
.generic-supernav-overlay #grip-close:focus-visible span {
  opacity: 0.6;
}
.generic-supernav-overlay .primary {
  position: relative;
}
.generic-supernav-overlay .primary .generic-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.generic-supernav-overlay .primary .generic-logo img {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 80px;
}
.generic-supernav-overlay nav li a {
  color: var(--text-color-alt);
  font-size: calc(2*1rem);
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay nav li a {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .generic-supernav-overlay nav li a {
    font-size: calc(2.4*1rem);
  }
}
.generic-supernav-overlay nav li a:hover,
.generic-supernav-overlay nav li a:focus-visible {
  text-decoration: underline;
}
.generic-supernav-overlay .secondary {
  padding: 40px 0 0;
  height: calc(100% - 80px);
  position: relative;
}
.generic-supernav-overlay .secondary .in {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
.generic-supernav-overlay .secondary nav {
  margin: auto 0;
  padding: 0 0 20px 0;
}
.generic-supernav-overlay .secondary * {
  text-align: center;
}
.generic-supernav-overlay .generic-social ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.generic-supernav-overlay .generic-social ul svg {
  fill: var(--text-color-alt);
  height: 30px;
  width: 30px;
  transition: opacity 0.3s ease-in-out;
}
.generic-supernav-overlay .generic-social ul a {
  transition: opacity 0.3s ease-in-out;
}
.generic-supernav-overlay .generic-social ul a:hover svg,
.generic-supernav-overlay .generic-social ul a:focus-visible svg {
  opacity: 0.6;
}
.generic-supernav-overlay .generic-cta ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.generic-supernav-overlay .generic-cta a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  color: var(--button-text-color);
  border: 1px solid var(--button-text-color);
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay .generic-cta a {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .generic-supernav-overlay .generic-cta a {
    font-size: calc(2.4*1rem);
  }
}
.generic-supernav-overlay .generic-cta a:hover,
.generic-supernav-overlay .generic-cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.generic-supernav-overlay .generic-cta a.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.generic-supernav-overlay .generic-cta a.invert:hover,
.generic-supernav-overlay .generic-cta a.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.generic-supernav-overlay .generic-cta a.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
.generic-supernav-overlay .generic-cta a.ghost:hover,
.generic-supernav-overlay .generic-cta a.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.generic-supernav-overlay .generic-cta a.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.generic-supernav-overlay .generic-cta a.outlined:hover,
.generic-supernav-overlay .generic-cta a.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.generic-supernav-overlay .generic-cta a.inline {
  display: inline-block;
}
.generic-supernav-overlay .generic-cta a:hover,
.generic-supernav-overlay .generic-cta a:focus-visible {
  background: var(--button-text-color);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay .inner {
    max-width: 500px;
    margin: 0 0 0 auto;
  }
  .generic-supernav-overlay .primary {
    display: none;
  }
  .generic-supernav-overlay .secondary {
    height: 100%;
  }
}
.block.hero-home {
  padding: 40px 0 20px;
  position: relative;
  max-height: 400px;
  height: calc(100vh - 100px);
  min-height: 500px;
}
.block.hero-home .inner {
  padding: 20px;
}
.block.hero-home.alt .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  padding: 10px 20px;
}
.block.hero-home.alt .text {
  margin-bottom: 10px;
}
.block.hero-home.alt .text h2,
.block.hero-home.alt .text h3,
.block.hero-home.alt .text h4,
.block.hero-home.alt .text h5,
.block.hero-home.alt .text h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
  font-size: calc(4*1rem);
  color: var(--heading-color-alt);
}
.block.hero-home.alt .text h2.alt,
.block.hero-home.alt .text h3.alt,
.block.hero-home.alt .text h4.alt,
.block.hero-home.alt .text h5.alt,
.block.hero-home.alt .text h6.alt {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.hero-home.alt .text h2,
  .block.hero-home.alt .text h3,
  .block.hero-home.alt .text h4,
  .block.hero-home.alt .text h5,
  .block.hero-home.alt .text h6 {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero-home.alt .text h2,
  .block.hero-home.alt .text h3,
  .block.hero-home.alt .text h4,
  .block.hero-home.alt .text h5,
  .block.hero-home.alt .text h6 {
    font-size: calc(6.4*1rem);
  }
}
.block.hero-home.alt .text * {
  text-align: center;
}
.block.hero-home.alt ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.block.hero-home.alt ul svg {
  fill: var(--text-color-alt);
  height: 30px;
  width: 30px;
}
.block.hero-home.alt ul a {
  transition: opacity 0.3s ease-in-out;
}
.block.hero-home.alt ul a:hover,
.block.hero-home.alt ul a:focus-visible {
  opacity: 0.6;
}
.block.hero-home.alt li:has(a[href=""]) {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.hero-home {
    max-height: unset;
  }
}
#rs-builder .block.hero-home.alt if:has(a[href=""]) {
  display: none;
}
.block.hero-video {
  padding: 40px 0 20px;
  height: calc(100vh - 100px);
  min-height: 500px;
  position: relative;
}
.block.hero-video .inner {
  padding: 20px;
}
.block.hero-video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.hero-video {
    min-height: 600px;
  }
  .block.hero-video video {
    display: block;
    pointer-events: none;
  }
}
.block.hero-subpage-text {
  padding: 40px 0 20px;
}
.block.hero-subpage-text .inner {
  padding: 20px;
}
.block.hero-subpage-text .inner header {
  text-align: center;
}
.block.hero-subpage-text .inner header h1,
.block.hero-subpage-text .inner header h2,
.block.hero-subpage-text .inner header h3,
.block.hero-subpage-text .inner header h4,
.block.hero-subpage-text .inner header h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
  font-size: calc(8*1rem);
  line-height: 1;
  text-transform: uppercase;
}
.block.hero-subpage-text .inner header h1.alt,
.block.hero-subpage-text .inner header h2.alt,
.block.hero-subpage-text .inner header h3.alt,
.block.hero-subpage-text .inner header h4.alt,
.block.hero-subpage-text .inner header h5.alt {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.hero-subpage-text .inner header h1,
  .block.hero-subpage-text .inner header h2,
  .block.hero-subpage-text .inner header h3,
  .block.hero-subpage-text .inner header h4,
  .block.hero-subpage-text .inner header h5 {
    font-size: calc(13*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero-subpage-text .inner header h1,
  .block.hero-subpage-text .inner header h2,
  .block.hero-subpage-text .inner header h3,
  .block.hero-subpage-text .inner header h4,
  .block.hero-subpage-text .inner header h5 {
    font-size: calc(20*1rem);
  }
}
.block.hero-subpage-text .inner .text {
  width: 65%;
  margin: 0 auto;
}
.block.hero-subpage-text .inner .text * {
  text-align: center;
  font-size: calc(3.2*1rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .block.hero-subpage-text .inner .text * {
    font-size: calc(4.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.hero-subpage-text .inner .text * {
    font-size: calc(6.4*1rem);
  }
}
.block.hero-subpage {
  padding: 40px 20px 20px;
  position: relative;
}
.block.hero-subpage .inner {
  padding-top: 20px;
}
.block.hero-subpage header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.block.hero-subpage header * {
  line-height: 1;
  text-transform: uppercase;
}
.block.hero-subpage.alt .inner {
  padding-top: 0;
  padding-bottom: 40px;
}
.block.hero-subpage.alt header {
  bottom: 0;
  top: unset;
}
.block.hero-subpage .image-wrapper {
  width: 75%;
  aspect-ratio: 1.5/1;
  margin: 0 0 0 auto;
  min-height: 300px;
  max-height: calc(100vh - 240px);
  max-width: 950px;
}
.block.hero-subpage .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero-subpage.alt.left .image-wrapper {
  width: 80%;
  aspect-ratio: 1.33/1;
}
.block.hero-subpage.alt.right .image-wrapper {
  width: 80%;
  margin: 0 auto 0 0;
  aspect-ratio: 1/1;
}
.block.hero-subpage.alt.right header * {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block.hero-subpage .inner {
    padding-top: 75px;
  }
  .block.hero-subpage .image-wrapper {
    max-height: calc(100vh - 500px);
  }
  .block.hero-subpage.alt .inner {
    padding-top: 0;
    padding-bottom: 75px;
  }
  .block.hero-subpage.alt.left .image-wrapper {
    width: 75%;
    aspect-ratio: 1.5/1;
  }
  .block.hero-subpage.alt.right .image-wrapper {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .block.hero-subpage .inner {
    padding-top: 75px;
  }
}
.block.gallery-carousel {
  margin: 40px 0;
}
.block.gallery-carousel .marquee-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.block.gallery-carousel .marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  animation: marquee-move var(--marquee-duration, 80s) linear infinite;
}
.block.gallery-carousel .marquee-slide {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 20px;
  padding: 0 10px;
}
.block.gallery-carousel .image-wrapper {
  height: 175px;
  width: 175px;
}
.block.gallery-carousel .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.gallery-carousel .image-wrapper {
    height: 380px;
    width: 380px;
  }
}
#rs-builder .block.gallery-carousel .marquee-track {
  width: 100%;
}
#rs-builder .block.gallery-carousel .marquee-slide {
  width: 100%;
  flex-wrap: wrap;
}
#rs-builder .block.gallery-carousel .image-wrapper {
  height: 200px;
  width: 200px;
}
.block.gallery-nav .inner {
  padding: 20px;
}
.block.gallery-nav .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.gallery-nav .title h2,
.block.gallery-nav .title h3,
.block.gallery-nav .title h4,
.block.gallery-nav .title h5,
.block.gallery-nav .title h6 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
  font-size: calc(8*1rem);
  padding: 0;
  text-transform: uppercase;
}
.block.gallery-nav .title h2.alt,
.block.gallery-nav .title h3.alt,
.block.gallery-nav .title h4.alt,
.block.gallery-nav .title h5.alt,
.block.gallery-nav .title h6.alt {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.gallery-nav .title h2,
  .block.gallery-nav .title h3,
  .block.gallery-nav .title h4,
  .block.gallery-nav .title h5,
  .block.gallery-nav .title h6 {
    font-size: calc(13*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery-nav .title h2,
  .block.gallery-nav .title h3,
  .block.gallery-nav .title h4,
  .block.gallery-nav .title h5,
  .block.gallery-nav .title h6 {
    font-size: calc(20*1rem);
  }
}
.block.gallery-nav #gallery-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
.block.gallery-nav #gallery-nav button {
  margin: 0;
  width: calc(50% - 10px);
  padding: 5px;
  border: none;
  border: 1px solid var(--button-bg-color);
  background-color: transparent;
  color: var(--button-text-color-hover);
}
.block.gallery-nav #gallery-nav button:hover,
.block.gallery-nav #gallery-nav button:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.gallery-nav #gallery-nav button.active {
  background-color: var(--button-bg-color);
  cursor: default;
  pointer-events: none;
  color: var(--button-text-color) !important;
}
@media screen and (min-width: 768px) {
  .block.gallery-nav #gallery-nav {
    border: 2px solid var(--button-bg-color);
    gap: unset;
  }
  .block.gallery-nav #gallery-nav button {
    width: fit-content;
    border: none;
    padding: 5px 40px;
  }
}
#rs-builder .block.gallery-nav #gallery-nav {
  display: none;
}
.block.gallery-title {
  display: none;
}
.block.gallery {
  display: none;
}
.block.gallery .inner {
  padding: 20px;
}
.block.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.block.gallery .gallery-view-more-container {
  text-align: center;
  margin-top: 20px;
}
.block.gallery .gallery-view-more {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0;
  text-decoration: underline;
  color: var(--text-link-color);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-view-more {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.gallery .gallery-view-more {
    font-size: calc(2.4*1rem);
  }
}
.block.gallery .gallery-view-more:hover,
.block.gallery .gallery-view-more:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.gallery .gallery-view-more.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.gallery .gallery-view-more.invert:hover,
.block.gallery .gallery-view-more.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.block.gallery .gallery-view-more.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
.block.gallery .gallery-view-more.ghost:hover,
.block.gallery .gallery-view-more.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.gallery .gallery-view-more.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.gallery .gallery-view-more.outlined:hover,
.block.gallery .gallery-view-more.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.gallery .gallery-view-more.inline {
  display: inline-block;
}
.block.gallery .gallery-view-more:hover,
.block.gallery .gallery-view-more:focus-visible {
  background: transparent;
  color: var(--text-link-color-hover);
  border: none;
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (min-width: 600px) {
  .block.gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block.gallery .gallery-grid-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--primary-bg-color);
}
.block.gallery .gallery-grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  scale: 1.01;
  transition: scale 0.3s ease-in-out;
  display: block;
}
@supports not (aspect-ratio: 1 / 1) {
  .block.gallery .gallery-grid-item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .block.gallery .gallery-grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.01;
    transition: scale 0.3s ease-in-out;
    display: block;
  }
}
.block.gallery .gallery-grid-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.block.gallery .gallery-grid-item a:focus-visible::before,
.block.gallery .gallery-grid-item a:hover::before {
  opacity: 1;
}
.block.gallery .gallery-grid-item a:focus-visible img,
.block.gallery .gallery-grid-item a:hover img {
  scale: 1.05;
}
.block.gallery.video-gallery .gallery-grid-item {
  aspect-ratio: unset;
  aspect-ratio: 16 / 9;
}
.block.gallery.video-gallery .gallery-grid-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block.gallery.video-gallery .gallery-grid-item .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 16 / 9) {
  .block.gallery.video-gallery .gallery-grid-item .video-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .block.gallery.video-gallery .gallery-grid-item .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    scale: 1.01;
    transition: scale 0.3s ease-in-out;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .block.gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#rs-builder .block.gallery-carousel .marquee-track {
  width: 100%;
  animation: unset !important;
}
#rs-builder .block.gallery-carousel .marquee-slide {
  width: 100%;
  flex-wrap: wrap;
}
#rs-builder .gallery-title {
  display: block;
}
#rs-builder .block.gallery {
  display: block;
}
#rs-builder .block.video-gallery .gallery-grid-item {
  height: 150px;
  width: 300px;
  aspect-ratio: 16/9;
  position: relative;
}
#rs-builder .block.video-gallery .gallery-grid-item::before {
  content: 'Video URL';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rs-builder .block.video-gallery .video-wrapper {
  height: 100%;
  width: 100%;
}
#rs-builder .block.video-gallery .video-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#rs-builder .block.video-gallery iframe {
  pointer-events: none;
}
.block.image-right {
  position: relative;
  margin: 0 0 200px;
  padding: 75px 20px 200px;
  background-color: var(--primary-bg-color);
  display: flex;
  flex-direction: column;
}
.block.image-right .primary {
  background-color: var(--primary-bg-color);
  text-align: center;
}
.block.image-right header {
  margin-bottom: 25px;
}
.block.image-right .text-content h2,
.block.image-right .text-content h3,
.block.image-right .text-content h4,
.block.image-right .text-content h5,
.block.image-right .text-content h6 {
  margin-bottom: 10px;
}
.block.image-right h2,
.block.image-right h3,
.block.image-right h4,
.block.image-right h5,
.block.image-right h6 {
  color: var(--heading-color-alt);
}
.block.image-right p + p {
  margin-top: 15px;
}
.block.image-right p,
.block.image-right a,
.block.image-right span,
.block.image-right ul,
.block.image-right ol {
  color: var(--text-color-alt);
}
.block.image-right .secondary {
  height: 325px;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.block.image-right .secondary img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.image-right.alt {
  margin: 0 0 140px;
  padding: 75px 20px 0px;
}
.block.image-right.alt .secondary {
  max-width: 225px;
  max-height: 225px;
  margin: 150px auto 20px;
  bottom: -275px;
}
.block.image-right.alt .secondary img {
  border: 3px solid var(--primary-bg-color);
}
.block.image-right.alt .inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
}
@media only screen and (min-width: 500px) {
  .block.image-right.alt {
    margin: 0 0 200px;
    padding: 75px 20px 0px;
  }
  .block.image-right.alt .secondary {
    max-width: 325px;
    max-height: unset;
    height: 325px;
    margin: 150px auto 20px;
    bottom: -375px;
  }
  .block.image-right.alt .inner {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 600px) {
  .block.image-right.alt {
    margin: 0 0 240px;
    padding: 75px 20px 0px;
  }
  .block.image-right.alt .secondary {
    max-width: 425px;
    height: 425px;
    margin: 150px auto 20px;
    bottom: -475px;
  }
  .block.image-right.alt .inner {
    margin-bottom: 275px;
  }
}
.block.image-right .cta {
  margin-top: 50px;
}
.block.image-right .cta a {
  text-decoration: underline;
  font-weight: bold;
}
.block.image-right .cta a:hover,
.block.image-right .cta a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .block.image-right {
    margin-top: 150px;
    margin-bottom: 0;
    display: block;
  }
  .block.image-right.alt {
    margin-bottom: 0;
  }
  .block.image-right .primary {
    width: 49%;
    text-align: left;
  }
  .block.image-right .secondary {
    width: 49%;
    position: absolute;
    right: 0;
    top: -75px;
    height: 100%;
    overflow: hidden;
    margin-top: 0;
    bottom: unset;
    left: unset;
    transform: unset;
  }
  .block.image-right.alt {
    margin-top: 50px;
  }
  .block.image-right.alt .secondary {
    height: 425px;
    top: -125px;
    width: 49%;
    margin-top: 0;
    max-width: fit-content;
  }
  .block.image-right.alt .inner {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
.block.text-marquee {
  padding: 20px 0;
  border-bottom: 5px solid var(--primary-bg-color);
  border-top: 5px solid var(--primary-bg-color);
}
.block.text-marquee .marquee-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.block.text-marquee .marquee-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.block.text-marquee .marquee-slide {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 10px;
  padding: 0 5px;
}
.block.text-marquee .text-wrapper {
  display: flex;
  align-items: center;
}
.block.text-marquee .text-wrapper * {
  font-size: calc(6*1rem);
  color: var(--heading-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--heading-font);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .block.text-marquee .text-wrapper * {
    font-size: calc(8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.text-marquee .text-wrapper * {
    font-size: calc(10*1rem);
  }
}
.block.text-marquee .text-wrapper::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: var(--primary-bg-color);
  border-radius: 50%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .block.text-marquee .marquee-slide {
    gap: 15px;
    padding: 0 7.5px;
  }
  .block.text-marquee .text-wrapper::after {
    height: 14px;
    width: 14px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .block.text-marquee .marquee-slide {
    gap: 20px;
    padding: 0 10px;
  }
  .block.text-marquee .text-wrapper::after {
    height: 18px;
    width: 18px;
    margin-left: 20px;
  }
}
#rs-builder .block.text-marquee .marquee-track {
  width: 100%;
}
#rs-builder .block.text-marquee .marquee-slide {
  width: 100%;
  flex-wrap: wrap;
}
.block.steps {
  padding: 45px 20px 25px;
}
.block.steps .swiper {
  padding-bottom: 20px;
}
.block.steps .swiper .swiper-pagination {
  bottom: 0;
}
.block.steps .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.block.steps .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-bg-color);
}
.block.steps .swiper-slide {
  padding: 10px;
}
.block.steps .swiper-slide:nth-child(1) {
  transition-delay: 0.2s;
}
.block.steps .swiper-slide:nth-child(2) {
  transition-delay: 0.4s;
}
.block.steps .swiper-slide:nth-child(3) {
  transition-delay: 0.6s;
}
.block.steps .swiper-slide:nth-child(4) {
  transition-delay: 0.8s;
}
.block.steps .swiper-slide:nth-child(5) {
  transition-delay: 1s;
}
.block.steps header {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number {
  text-align: center;
  margin-bottom: 20px;
}
.block.steps .step-number * {
  font-size: calc(6*1rem);
  font-family: var(--heading-font);
  line-height: 1;
  color: var(--heading-color);
}
@media screen and (min-width: 768px) {
  .block.steps .step-number * {
    font-size: calc(6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.steps .step-number * {
    font-size: calc(5*1rem);
  }
}
.block.steps .step-title {
  text-align: center;
}
.block.steps .step-title * {
  font-size: calc(2*1rem);
  font-weight: bold;
  color: var(--text-color);
  font-family: var(--text-font);
}
@media screen and (min-width: 768px) {
  .block.steps .step-title * {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.steps .step-title * {
    font-size: calc(2*1rem);
  }
}
.block.steps .step-description {
  text-align: center;
}
.block.steps .step-description * {
  color: var(--text-color);
}
#rs-builder .block.steps .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#rs-builder .block.steps .swiper-wrapper .swiper-slide {
  width: calc(25% - 15px);
}
.block.subpage-nav {
  position: relative;
  background-color: var(--button-bg-color);
}
.block.subpage-nav * {
  color: var(--text-color-alt);
}
.block.subpage-nav a {
  color: var(--button-text-color-hover);
  text-transform: uppercase;
  position: relative;
  font-family: var(--heading-font);
  transition: opacity 0.3s ease-in-out;
  letter-spacing: 0.05em;
  font-size: calc(2.8*1rem);
}
@media screen and (min-width: 768px) {
  .block.subpage-nav a {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.subpage-nav a {
    font-size: calc(3.6*1rem);
  }
}
.block.subpage-nav a::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: var(--button-text-color-hover);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.block.subpage-nav a[aria-selected="true"]::after {
  width: 100%;
}
.block.subpage-nav a:not([aria-selected="true"]):hover::after {
  width: 100%;
}
.block.subpage-nav a:not([aria-selected="true"]):focus-visible::after {
  width: 100%;
}
.block.subpage-nav nav {
  display: none;
  padding: 10px 0;
  background-color: var(--page-bg-color);
  border: 2px solid var(--button-bg-color);
}
.block.subpage-nav nav li {
  padding: 10px 20px;
}
.block.subpage-nav ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.block.subpage-nav .submenu-button {
  border-radius: 4px;
}
.block.subpage-nav .submenu-button button {
  margin: 0 10px 0 auto;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 45px 20px;
  box-shadow: none;
  width: 100%;
  font-size: calc(2.8*1rem);
  color: var(--button-text-color);
  text-transform: uppercase;
  position: relative;
  font-family: var(--heading-font);
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .block.subpage-nav .submenu-button button {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.subpage-nav .submenu-button button {
    font-size: calc(3.6*1rem);
  }
}
.block.subpage-nav .submenu-button button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid var(--button-text-color);
  border-bottom: 2px solid var(--button-text-color);
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
  margin-left: 5px;
  margin-bottom: 5px;
}
.block.subpage-nav .submenu-button button:hover,
.block.subpage-nav .submenu-button button:focus-visible {
  background-color: color-mix(in srgb, var(--button-bg-color), #FFF 20%);
}
.block.subpage-nav .submenu-button button[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .block.subpage-nav a {
    color: var(--button-text-color);
  }
  .block.subpage-nav a::after {
    background: var(--button-text-color);
  }
  .block.subpage-nav .submenu-button {
    display: none;
  }
  .block.subpage-nav ul {
    flex-direction: row;
    text-align: left;
  }
  .block.subpage-nav nav {
    display: block !important;
    padding: 45px 20px;
    height: fit-content !important;
    background-color: var(--button-bg-color);
  }
}
.block.floorplan {
  padding: 20px 0;
}
.block.floorplan header .title {
  background-color: var(--primary-bg-color);
  padding: 20px;
}
.block.floorplan header .title h2,
.block.floorplan header .title h3,
.block.floorplan header .title h4,
.block.floorplan header .title h5,
.block.floorplan header .title h6 {
  font-size: calc(8*1rem);
  color: var(--heading-color-alt);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .block.floorplan header .title h2,
  .block.floorplan header .title h3,
  .block.floorplan header .title h4,
  .block.floorplan header .title h5,
  .block.floorplan header .title h6 {
    font-size: calc(10*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan header .title h2,
  .block.floorplan header .title h3,
  .block.floorplan header .title h4,
  .block.floorplan header .title h5,
  .block.floorplan header .title h6 {
    font-size: calc(12*1rem);
  }
}
.block.floorplan header .specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary-bg-color);
}
.block.floorplan header .specs * {
  font-size: calc(2.4*1rem);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--heading-color);
}
@media screen and (min-width: 768px) {
  .block.floorplan header .specs * {
    font-size: calc(2.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan header .specs * {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan header .specs span:not(:last-of-type):after {
  content: '|';
  margin-right: 0.2em;
}
.block.floorplan .inner {
  padding: 0 20px;
}
.block.floorplan .primary .title * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
  font-size: calc(4*1rem);
  text-transform: uppercase;
}
.block.floorplan .primary .title *.alt {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.floorplan .primary .title * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .primary .title * {
    font-size: calc(6.4*1rem);
  }
}
.block.floorplan .content * {
  text-align: center;
  color: var(--heading-color);
}
.block.floorplan .content .specs {
  padding-bottom: 10px;
}
.block.floorplan .content .specs * {
  font-size: calc(1.6*1rem);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block.floorplan .content .specs * {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .content .specs * {
    font-size: calc(2*1rem);
  }
}
.block.floorplan .content .specs .floorplan-price {
  display: none;
  line-height: 1.75;
}
.block.floorplan .content .specs .floorplan-price * {
  font-size: 2rem;
}
.block.floorplan .content .specs .floorplan-price span:not(:last-of-type):after {
  content: none;
}
.block.floorplan .content .specs .floorplan-price[data-type="manual"] {
  display: block;
}
.block.floorplan .content .available-units .disclaimer {
  font-size: 0.8em;
  font-style: italic;
}
.block.floorplan .content .available-units[data-type="manual"] {
  display: none;
}
.block.floorplan .content .description {
  margin-bottom: 40px;
}
.block.floorplan .content .description ul,
.block.floorplan .content .description ol {
  margin-left: 20px;
}
.block.floorplan .image-container-mobile {
  display: block;
}
.block.floorplan .image-container-mobile img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--text-color);
}
.block.floorplan .image-container-desktop {
  display: none;
}
.block.floorplan .image-container-desktop img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--text-color);
}
.block.floorplan .fp-availabile-list {
  width: 100%;
  max-width: 660px;
  border-collapse: collapse;
  margin: 40px auto 0;
  table-layout: fixed;
  position: relative;
}
.block.floorplan .fp-availabile-list * {
  color: var(--text-color-alt);
}
.block.floorplan .fp-availabile-list caption {
  font-size: calc(2.5*1rem);
  padding: 5px 20px;
  background-color: color-mix(in srgb, #000 20%, var(--primary-bg-color));
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
.block.floorplan .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 .fp-availabile-list tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan .fp-availabile-list tbody tr:nth-child(even) {
  background-color: color-mix(in srgb, #000 20%, var(--primary-bg-color));
}
.block.floorplan .fp-availabile-list tbody tr:nth-child(odd) {
  background-color: var(--primary-bg-color);
}
.block.floorplan .fp-availabile-list td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan .fp-availabile-list td:first-child {
  padding-top: 10px;
}
.block.floorplan .fp-availabile-list td:last-child {
  padding: 15px 0;
}
.block.floorplan .fp-availabile-list td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.block.floorplan .fp-availabile-list td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.floorplan .fp-availabile-list td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.floorplan .fp-availabile-list a {
  text-decoration: underline;
}
.block.floorplan .fp-availabile-list a:hover,
.block.floorplan .fp-availabile-list a:focus {
  text-decoration: none;
}
.block.floorplan .fp-availabile-list td a[href="undefined"],
.block.floorplan .fp-availabile-list td a[href=""],
.block.floorplan .fp-availabile-list td a[href="#"],
.block.floorplan .fp-availabile-list td a[href="null"],
.block.floorplan .fp-availabile-list td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan {
    padding: 40px 0;
  }
  .block.floorplan .fp-availabile-list {
    width: 100%;
    max-width: 660px;
    border-collapse: collapse;
    margin: 40px auto 0;
    table-layout: fixed;
    position: relative;
  }
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
    padding: 5px 20px;
    background-color: color-mix(in srgb, #000 20%, var(--primary-bg-color));
    color: var(--heading-color-alt);
  }
  .block.floorplan .fp-availabile-list thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    overflow: hidden;
    padding: unset;
    position: unset;
    width: unset;
  }
  .block.floorplan .fp-availabile-list thead {
    background-color: var(--primary-bg-color);
    color: var(--heading-color-alt);
  }
  .block.floorplan .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 .fp-availabile-list thead th:last-child {
    border-right: none;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(1) {
    width: 20%;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(2) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(3) {
    width: 30%;
    text-align: center;
  }
  .block.floorplan .fp-availabile-list thead th:nth-child(4) {
    width: 20%;
  }
  .block.floorplan .fp-availabile-list tbody tr {
    background-color: var(--primary-bg-color);
    color: var(--text-color-alt);
    display: table-row;
  }
  .block.floorplan .fp-availabile-list tbody tr a {
    color: var(--text-color-alt);
    text-decoration: underline;
  }
  .block.floorplan .fp-availabile-list tbody tr a:hover,
  .block.floorplan .fp-availabile-list tbody tr a:focus {
    text-decoration: none;
  }
  .block.floorplan .fp-availabile-list tbody tr:nth-child(even) {
    background-color: var(--primary-bg-color);
  }
  .block.floorplan .fp-availabile-list tbody tr:nth-child(odd) {
    background-color: color-mix(in srgb, #000 20%, var(--primary-bg-color));
  }
  .block.floorplan .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 .fp-availabile-list tbody tr td:last-child {
    border-right: none;
    text-align: end;
  }
  .block.floorplan .fp-availabile-list tbody tr td.price,
  .block.floorplan .fp-availabile-list tbody tr td.date {
    text-align: center;
  }
  .block.floorplan .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 .fp-availabile-list caption {
    font-size: calc(2.5*1rem);
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 960px) {
  .block.floorplan .fp-availabile-list caption {
    font-size: calc(3.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplan .image-container-mobile {
    display: none;
  }
  .block.floorplan .image-container-desktop {
    display: block;
    width: calc(50% - 40px);
  }
  .block.floorplan .content {
    width: 50%;
  }
  .block.floorplan .content * {
    text-align: left;
  }
  .block.floorplan .content .disclaimer {
    margin-top: 10px;
  }
  .block.floorplan .content .specs {
    padding-bottom: 10px;
  }
  .block.floorplan .content .specs * {
    text-transform: uppercase;
  }
  .block.floorplan .primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .block.floorplan .fp-availabile-list {
    max-width: 100%;
  }
}
.block.additional-floorplans {
  padding: 20px 20px 40px;
}
.block.additional-floorplans .primary .title {
  border-bottom: 2px solid var(--primary-bg-color);
  margin-bottom: 40px;
}
.block.additional-floorplans .primary .title * {
  text-align: center;
}
.block.additional-floorplans .return-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.block.additional-floorplans .return-link a {
  text-decoration: underline;
  color: var(--heading-color);
  font-weight: 700;
}
.block.additional-floorplans .return-link a:hover,
.block.additional-floorplans .return-link a:focus {
  text-decoration: none;
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--text-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(--primary-bg-color);
}
.block.additional-floorplans .floorplans-wrapper .floorplan-card .flooplan-details * {
  color: var(--text-color);
}
.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;
  user-select: none;
}
#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(25% - 30px);
}
.block.floorplans {
  padding: 40px;
  min-height: 400px;
  /* Focus and hover styling */
}
.block.floorplans .hidden {
  display: none;
}
.block.floorplans .view-floorplans {
  padding-top: 20px;
}
.block.floorplans .floorplans-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.block.floorplans .floorplans-wrapper .floorplan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--primary-bg-color);
  position: relative;
  margin-top: 40px;
}
.block.floorplans .floorplans-wrapper .floorplan-card header {
  text-align: center;
  position: absolute;
  top: 0;
  transform: translateY(-60%);
  left: -1.3ch;
  z-index: 2;
}
.block.floorplans .floorplans-wrapper .floorplan-card header * {
  line-height: 1;
  font-size: calc(4.8*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplans .floorplans-wrapper .floorplan-card header * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .floorplans-wrapper .floorplan-card header * {
    font-size: calc(6.4*1rem);
  }
}
.block.floorplans .floorplans-wrapper .floorplan-card.hidden {
  display: none;
}
.block.floorplans .floorplan-image {
  width: 100%;
  background-color: #fff;
  flex-grow: 1;
  padding: 1px;
}
.block.floorplans .floorplan-image a {
  height: 100%;
  display: flex;
  align-items: center;
}
.block.floorplans .floorplan-image img {
  object-fit: contain;
  margin: auto;
}
.block.floorplans .units-available {
  text-align: end;
  background-color: var(--primary-bg-color);
}
.block.floorplans .units-available * {
  color: var(--text-color-alt);
  font-size: 1.4rem;
}
.block.floorplans .units-available[data-available="0"],
.block.floorplans .units-available[data-available=""] {
  display: none;
}
.block.floorplans #empty-fp-list {
  display: none;
}
.block.floorplans #empty-fp-list.show {
  display: block;
}
.block.floorplans footer {
  padding: 10px;
  background-color: var(--primary-bg-color);
}
.block.floorplans footer * {
  color: var(--text-color-alt);
  font-size: calc(1.6*1rem);
}
@media screen and (min-width: 768px) {
  .block.floorplans footer * {
    font-size: calc(1.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans footer * {
    font-size: calc(1.6*1rem);
  }
}
.block.floorplans .fp-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: absolute;
  min-width: 275px;
  top: -25px;
  left: -20px;
  padding: 20px;
  border: 1px solid var(--text-color);
  background-color: var(--page-bg-color);
  transform: translateX(calc(-100% - 20px));
  transition: transform 0.5s ease-in-out;
  z-index: 1;
  border: 1px solid var(--primary-bg-color);
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
.block.floorplans .fp-filters.active {
  transform: translateX(-20px);
}
.block.floorplans #fp-filter-button {
  position: absolute;
  right: 0;
  top: -1px;
  transform: translateX(100%);
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
}
.block.floorplans #fp-filter-button svg {
  height: 20px;
  width: 20px;
  fill: var(--button-text-color);
}
.block.floorplans #fp-filter-button:hover,
.block.floorplans #fp-filter-button:focus-visible {
  opacity: 0.6;
}
.block.floorplans .filter-group {
  position: relative;
  height: fit-content;
}
.block.floorplans .filter-group button {
  margin: 0;
  width: fit-content;
  background-color: var(--page-bg-color);
  border: none;
  color: var(--text-color);
}
.block.floorplans .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 .filter-group button:hover,
.block.floorplans .filter-group button:focus-visible {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans .filter-group.active button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
}
.block.floorplans .filter-group.active button svg {
  transform: rotate(180deg);
}
.block.floorplans .filter-options {
  position: relative;
  width: 100%;
  flex-direction: column;
  display: none;
  background-color: var(--page-bg-color);
  padding: 15px;
  min-width: fit-content;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  z-index: 2;
}
.block.floorplans .filter-options label {
  display: block;
  position: relative !important;
  transform: unset !important;
  top: unset !important;
  pointer-events: all !important;
}
.block.floorplans .slider-multithumb {
  padding: 6px;
  width: 350px;
  touch-action: pan-y;
}
.block.floorplans .slider-multithumb svg {
  forced-color-adjust: auto;
}
.block.floorplans .slider-multithumb .slider-group {
  color: black;
}
.block.floorplans .slider-multithumb .slider-group .value {
  font-size: 80%;
  color: currentcolor;
  fill: currentcolor;
}
.block.floorplans .slider-multithumb .slider-group .rail {
  stroke: currentcolor;
  stroke-width: 2px;
  fill-opacity: 0;
}
.block.floorplans .slider-multithumb .slider-group .range {
  fill: currentcolor;
  opacity: 0.4;
  pointer-events: none;
}
.block.floorplans .slider-multithumb .slider-group .thumb {
  stroke-opacity: 0;
  stroke-width: 2px;
  fill: currentcolor;
}
.block.floorplans .slider-multithumb .slider-group .focus-ring {
  stroke-opacity: 0;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block.floorplans .slider-track {
  position: relative;
  width: 200px;
  height: 8px;
  background-color: #e7e7e7;
  border-radius: 4px;
  margin-top: 3.2rem;
}
.block.floorplans .slider-range {
  position: absolute;
  height: 100%;
  background-color: #c9c9c9;
  border-radius: 4px;
  z-index: 1;
}
.block.floorplans .slider-thumb {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid var(--button-bg-color);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 2;
  top: 50%;
}
.block.floorplans .slider-thumb:hover,
.block.floorplans .slider-thumb:focus-visible,
.block.floorplans .slider-thumb:focus {
  background-color: var(--button-bg-color);
}
.block.floorplans .min-thumb {
  left: 0;
  transform: translate(0%, -50%);
}
.block.floorplans .max-thumb {
  left: 100%;
  transform: translate(-100%, -50%);
}
.block.floorplans .thumb-value {
  position: absolute;
  box-sizing: content-box;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: var(--text-color);
  min-width: 2ch;
  max-width: 6ch;
  height: fit-content;
  text-indent: unset;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid var(--text-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.block.floorplans .thumb-value.thumb-price::before {
  content: "$";
  position: relative;
}
@media screen and (min-width: 768px) {
  .block.floorplans .view-floorplans {
    padding-top: 0;
  }
  .block.floorplans .floorplans-wrapper {
    justify-content: flex-start;
  }
  .block.floorplans .floorplans-wrapper .floorplan-card {
    width: calc(50% - 20px);
  }
  .block.floorplans #fp-filter-button {
    display: none;
  }
  .block.floorplans .fp-filters {
    justify-content: center;
    position: relative;
    flex-direction: row;
    transform: translateX(0);
    background-color: transparent;
    border: none;
    gap: 30px;
    padding: 10px 40px;
    top: 0;
    width: fit-content;
    margin: 0 auto 40px;
    max-width: 100%;
    border: 1px solid var(--primary-bg-color);
  }
  .block.floorplans .fp-filters .filter-button {
    font-size: 2rem;
  }
  .block.floorplans .filter-options {
    position: absolute;
    transform: translateY(100%);
    width: 200px;
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .floorplans-wrapper .floorplan-card {
    width: calc(33.333% - 26.6667px);
  }
}
.block.sitemap,
.block.v-tour {
  width: 100%;
  max-height: 80vh;
  max-height: 80dvh;
  min-height: 300px;
  padding: 40px;
  margin-top: 40px;
  aspect-ratio: 3/2;
}
.block.sitemap .inner,
.block.v-tour .inner {
  width: 100%;
  height: 100%;
}
.block.sitemap header,
.block.v-tour header {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: 2;
}
.block.sitemap header *,
.block.v-tour header * {
  line-height: 1;
  text-transform: uppercase;
}
.block.sitemap .site-map-wrapper,
.block.v-tour .site-map-wrapper,
.block.sitemap .vtour-wrapper,
.block.v-tour .vtour-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block.sitemap .site-map-wrapper iframe,
.block.v-tour .site-map-wrapper iframe,
.block.sitemap .vtour-wrapper iframe,
.block.v-tour .vtour-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid var(--primary-bg-color);
}
.block.sitemap .site-map-wrapper img,
.block.v-tour .site-map-wrapper img,
.block.sitemap .vtour-wrapper img,
.block.v-tour .vtour-wrapper img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  border: 1px solid var(--primary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.sitemap,
  .block.v-tour {
    margin-top: 95px;
  }
}
.block.fee-transparency {
  background-color: var(--primary-bg-color);
}
.block.fee-transparency .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.block.fee-transparency .col {
  width: 100%;
  padding: 20px;
}
.block.fee-transparency header {
  text-align: center;
  margin-bottom: 10px;
}
.block.fee-transparency header * {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  letter-spacing: 0.05em;
  font-size: calc(4*1rem);
  color: var(--text-color-alt);
  padding-bottom: 0;
  text-transform: uppercase;
}
.block.fee-transparency header *.alt {
  color: var(--heading-color-alt);
}
@media screen and (min-width: 768px) {
  .block.fee-transparency header * {
    font-size: calc(4.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.fee-transparency header * {
    font-size: calc(6.4*1rem);
  }
}
.block.fee-transparency .list * {
  color: var(--text-color-alt);
}
.block.fee-transparency .list ul {
  text-align: center;
  list-style: none;
}
.block.fee-transparency .list ul li {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .block.fee-transparency .col {
    width: 50%;
  }
}
.block.amenities .category-container {
  background-color: var(--primary-bg-color);
  position: relative;
  padding-bottom: 60px;
}
.block.amenities .category-container .inner {
  display: flex;
  flex-direction: column-reverse;
}
.block.amenities .category-container header {
  padding-top: 20px;
}
.block.amenities .category-container h2,
.block.amenities .category-container h3,
.block.amenities .category-container h4,
.block.amenities .category-container h5,
.block.amenities .category-container h6 {
  color: var(--heading-color-alt);
}
.block.amenities .category-container p,
.block.amenities .category-container li {
  color: var(--text-color-alt);
}
.block.amenities .category-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.amenities .category-container ul li {
  border-bottom: 2px solid var(--text-color-alt);
  padding: 5px 0;
}
.block.amenities .category-container .primary {
  padding: 0 20px 10px;
}
.block.amenities .category-container .title {
  margin-bottom: 40px;
}
.block.amenities .category-container .subtitle {
  margin-bottom: 40px;
}
.block.amenities .category-container .secondary {
  position: relative;
  height: 300px;
}
.block.amenities .category-container .secondary .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.block.amenities .category-container .secondary .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block.amenities .category-container .cta {
  padding: 10px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.block.amenities .category-container .cta a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
@media screen and (min-width: 768px) {
  .block.amenities .category-container .cta a {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities .category-container .cta a {
    font-size: calc(2.4*1rem);
  }
}
.block.amenities .category-container .cta a:hover,
.block.amenities .category-container .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities .category-container .cta a.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities .category-container .cta a.invert:hover,
.block.amenities .category-container .cta a.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.block.amenities .category-container .cta a.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
.block.amenities .category-container .cta a.ghost:hover,
.block.amenities .category-container .cta a.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container .cta a.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container .cta a.outlined:hover,
.block.amenities .category-container .cta a.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container .cta a.inline {
  display: inline-block;
}
.block.amenities .category-container .cta a:hover,
.block.amenities .category-container .cta a:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.block.amenities .category-container .cta:not(:has(a)) {
  display: none;
}
.block.amenities .category-container:nth-of-type(even) {
  background-color: var(--page-bg-color);
}
.block.amenities .category-container:nth-of-type(even) .banner {
  background-color: var(--primary-bg-color);
}
.block.amenities .category-container:nth-of-type(even) h2,
.block.amenities .category-container:nth-of-type(even) h3,
.block.amenities .category-container:nth-of-type(even) h4,
.block.amenities .category-container:nth-of-type(even) h5,
.block.amenities .category-container:nth-of-type(even) h6 {
  color: var(--heading-color);
  text-transform: uppercase;
}
.block.amenities .category-container:nth-of-type(even) p,
.block.amenities .category-container:nth-of-type(even) li {
  color: var(--text-color);
}
.block.amenities .category-container:nth-of-type(even) ul li {
  border-bottom: 2px solid var(--primary-bg-color);
}
.block.amenities .category-container:nth-of-type(even) .subtitle {
  margin-bottom: 40px;
}
.block.amenities .category-container:nth-of-type(even) .cta a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .block.amenities .category-container:nth-of-type(even) .cta a {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.amenities .category-container:nth-of-type(even) .cta a {
    font-size: calc(2.4*1rem);
  }
}
.block.amenities .category-container:nth-of-type(even) .cta a:hover,
.block.amenities .category-container:nth-of-type(even) .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities .category-container:nth-of-type(even) .cta a.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.amenities .category-container:nth-of-type(even) .cta a.invert:hover,
.block.amenities .category-container:nth-of-type(even) .cta a.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.block.amenities .category-container:nth-of-type(even) .cta a.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
.block.amenities .category-container:nth-of-type(even) .cta a.ghost:hover,
.block.amenities .category-container:nth-of-type(even) .cta a.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container:nth-of-type(even) .cta a.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container:nth-of-type(even) .cta a.outlined:hover,
.block.amenities .category-container:nth-of-type(even) .cta a.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.amenities .category-container:nth-of-type(even) .cta a.inline {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .block.amenities .category-container .banner {
    background-color: var(--page-bg-color);
    height: 100px;
    width: 100%;
  }
  .block.amenities .category-container .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.amenities .category-container header {
    padding-top: 60px;
  }
  .block.amenities .category-container .title {
    margin-bottom: 40px;
  }
  .block.amenities .category-container .subtitle {
    margin-bottom: 150px;
  }
  .block.amenities .category-container .primary {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .block.amenities .category-container ul {
    margin: 0;
  }
  .block.amenities .category-container .secondary {
    position: absolute;
    height: unset;
    top: 0;
    bottom: 0;
    left: 52%;
    min-width: 48%;
    width: calc(((100vw - 100%) / 2) + 48%);
  }
  .block.amenities .category-container .secondary .image {
    top: -100px;
  }
  .block.amenities .category-container:nth-of-type(even) .inner {
    flex-direction: row-reverse;
  }
  .block.amenities .category-container:nth-of-type(even) .subtitle {
    margin-bottom: 40px;
  }
  .block.amenities .category-container:nth-of-type(even) .secondary {
    right: 52%;
    left: unset;
  }
}
#rs-builder .block.amenities .cta:not(:has(a)) {
  display: block;
}
.block.faq {
  padding: 20px 0;
}
.block.faq .inner {
  padding: 20px;
}
.block.faq .primary {
  background-color: var(--primary-bg-color);
}
.block.faq .primary h2,
.block.faq .primary h3,
.block.faq .primary h4,
.block.faq .primary h5,
.block.faq .primary h6 {
  color: var(--heading-color-alt);
  text-transform: uppercase;
}
.block.faq .primary .title,
.block.faq .primary .content {
  width: 100%;
  max-width: 650px;
}
.block.faq .primary .content * {
  font-size: calc(2.4*1rem);
  color: var(--text-color-alt);
  text-transform: uppercase;
  font-family: var(--heading-font);
}
@media screen and (min-width: 768px) {
  .block.faq .primary .content * {
    font-size: calc(2.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.faq .primary .content * {
    font-size: calc(3.2*1rem);
  }
}
.block.faq .list-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.block.faq .list-wrapper .dropdown-toggle {
  width: 100%;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--primary-bg-color);
  color: var(--text-color);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  .block.faq .list-wrapper .dropdown-toggle {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.faq .list-wrapper .dropdown-toggle {
    font-size: calc(2*1rem);
  }
}
.block.faq .list-wrapper .dropdown-toggle .chevron-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.block.faq .list-wrapper .dropdown-toggle .chevron-wrapper .chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: rotate(45deg) translate(-1px, -1px);
  border-color: currentColor;
}
.block.faq .list-wrapper .dropdown-item {
  display: none;
  padding: 20px;
  background-color: #FFFFFF;
  border: 2px solid var(--button-bg-color);
}
.block.faq .list-wrapper .dropdown-item p + p {
  margin-top: 10px;
}
.block.faq .list-wrapper .dropdown-item ul,
.block.faq .list-wrapper .dropdown-item ol {
  margin-left: 20px;
}
.block.faq .list-wrapper button:focus-visible {
  outline: 2px solid var(--text-color);
  outline-offset: 2px;
}
.block.faq .list-wrapper.expanded .dropdown-toggle {
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
}
.block.faq .list-wrapper.expanded .dropdown-toggle .chevron-wrapper {
  transform: rotate(-180deg);
}
#rs-builder .block.faq .dropdown-item {
  display: block;
}
#rs-builder .block.faq .dropdown-toggle:hover,
#rs-builder .block.faq .dropdown-toggle:focus-visible {
  background-color: transparent;
  color: var(--text-color);
}
.block.resources {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 5px solid var(--primary-bg-color);
}
.block.resources .inner {
  padding: 20px;
}
.block.resources .resource-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 40px;
  padding: 0;
  margin: 0;
}
.block.resources .resource-list li {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.block.resources .resource-list li header h2,
.block.resources .resource-list li header h3,
.block.resources .resource-list li header h4,
.block.resources .resource-list li header h5,
.block.resources .resource-list li header h6 {
  font-size: calc(3.2*1rem);
  font-family: var(--text-font);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block.resources .resource-list li header h2,
  .block.resources .resource-list li header h3,
  .block.resources .resource-list li header h4,
  .block.resources .resource-list li header h5,
  .block.resources .resource-list li header h6 {
    font-size: calc(3.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.resources .resource-list li header h2,
  .block.resources .resource-list li header h3,
  .block.resources .resource-list li header h4,
  .block.resources .resource-list li header h5,
  .block.resources .resource-list li header h6 {
    font-size: calc(3.6*1rem);
  }
}
.block.resources .resource-list li .resource-content {
  border: 2px solid var(--text-color);
  flex-direction: column;
  justify-content: start;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .block.resources .resource-list li {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (min-width: 960px) {
  .block.resources .resource-list li {
    flex-basis: calc(33.33% - 20px);
  }
}
.block.contact {
  padding: 20px 0;
}
.block.contact .inner {
  padding: 20px;
}
.pagination {
  margin: 1.5em auto 0;
  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(--button-bg-color);
  border-top: 1px solid var(--button-bg-color);
  border-bottom: 1px solid var(--button-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(--button-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(--button-bg-color));
  color: var(--button-text-color);
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  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(--button-bg-color);
  border-top: 1px solid var(--button-bg-color);
  border-bottom: 1px solid var(--button-bg-color);
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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: 25px 50px 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: 2.4rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
  font-weight: 600;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
}
#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;
  min-width: unset;
}
#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%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 5px;
}
#special-popdown .swiper-pagination-bullet {
  background: #b9b9b9;
}
#special-popdown .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}
.block.footer {
  background-color: var(--secondary-bg-color);
}
.block.footer a,
.block.footer p,
.block.footer span {
  color: var(--text-color);
}
.block.footer .top {
  border-top: 5px solid var(--primary-bg-color);
}
.block.footer .top .inner {
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block.footer .top .logo-container {
  width: fit-content;
  max-width: 150px;
  max-height: 100px;
  margin-bottom: 20px;
}
.block.footer .top .logo-container img {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-height: 100px;
  object-fit: contain;
}
.block.footer .top .footer-nav {
  width: 100%;
}
.block.footer .top .footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.block.footer .top .footer-nav ul li {
  width: 100%;
}
.block.footer .top .footer-nav ul li a {
  transition: all 0s;
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.block.footer .top .footer-nav ul li:hover,
.block.footer .top .footer-nav ul li:focus-within {
  background-color: var(--button-bg-color);
}
.block.footer .top .footer-nav ul li:hover a,
.block.footer .top .footer-nav ul li:focus-within a {
  color: var(--button-text-color);
}
.block.footer .top .footer-info {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.block.footer .top h3 {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: center;
  color: var(--text-color);
}
.block.footer .top a {
  display: inline-block;
  color: var(--text-color);
}
.block.footer .top .map-link + .phone-link,
.block.footer .top .map-link + .email-link {
  margin-top: 40px;
}
.block.footer .top .footer-hours + .footer-social {
  margin-top: 20px;
}
.block.footer .top .footer-contact {
  display: flex;
  flex-direction: column;
}
.block.footer .top .footer-hours span {
  width: 50%;
  display: inline-block;
}
.block.footer .top .footer-hours span:nth-of-type(2n) {
  text-align: right;
}
.block.footer .top .footer-hours span:nth-of-type(2n+1) {
  text-align: left;
}
.block.footer .top .footer-social a,
.block.footer .top .footer-contact a {
  transition: all 0.3s ease;
}
.block.footer .top .footer-social a:hover,
.block.footer .top .footer-contact a:hover,
.block.footer .top .footer-social a:focus-visible,
.block.footer .top .footer-contact a:focus-visible {
  color: var(--primary-bg-color);
}
.block.footer .top .footer-contact,
.block.footer .top .footer-hours {
  display: none;
}
.block.footer .top ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.block.footer .top ul svg {
  height: 25px;
  width: 25px;
}
.block.footer .bottom {
  text-align: center;
  border-top: 2px solid var(--heading-color);
}
.block.footer .bottom a:hover,
.block.footer .bottom a:focus-visible {
  color: var(--primary-bg-color);
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
.block.footer .col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.block.footer .col-right .icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block.footer .col-right .icons svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-left: 5px;
}
.block.footer .col-right .legal {
  text-align: center;
}
.block.footer .col-right .legal a:hover,
.block.footer .col-right .legal a:focus-visible {
  color: var(--primary-bg-color);
}
.block.footer .col-right .legal > p a {
  font-weight: 600;
}
.block.footer #footer-nav-secondary ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.block.footer #footer-nav-secondary li:not(:last-of-type) {
  margin-right: 10px;
}
.block.footer #footer-nav-secondary li:not(:last-of-type)::after {
  content: '|';
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .block.footer .top .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .block.footer .top h3 {
    text-align: left;
  }
  .block.footer .top .logo-container {
    width: 31%;
  }
  .block.footer .top .footer-info {
    width: 67%;
    flex-direction: row;
    justify-content: flex-end;
  }
  .block.footer .top .footer-contact,
  .block.footer .top .footer-hours-social {
    width: 25%;
  }
  .block.footer .top .footer-hours-social {
    min-width: fit-content;
  }
  .block.footer .top .footer-hours-social span {
    white-space: nowrap;
  }
  .block.footer .top .footer-contact,
  .block.footer .top .footer-hours {
    display: flex;
    flex-direction: column;
  }
  .block.footer .top .footer-social ul {
    justify-content: flex-start;
  }
  .block.footer .top .footer-nav {
    width: fit-content;
  }
  .block.footer .top .footer-nav ul {
    display: flex;
    flex-direction: column;
  }
  .block.footer .top .footer-nav ul li {
    width: 100%;
  }
  .block.footer .top .footer-nav ul li a {
    text-align: left;
  }
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 50%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
  .block.footer .col-right {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
  .block.footer .col-right .legal {
    text-align: right;
  }
  .block.footer .col-right .icons {
    padding-bottom: 10px;
  }
  .block.footer .col-left {
    text-align: left;
  }
}
.block.simple-text {
  position: relative;
  padding: 45px 20px 20px;
}
.block.simple-text h2,
.block.simple-text h3,
.block.simple-text h4,
.block.simple-text h5,
.block.simple-text h6 {
  color: var(--heading-color);
  margin-bottom: 20px;
}
.block.simple-text p {
  padding-bottom: 15px;
}
.block.simple-text * {
  text-align: center;
}
.block.simple-text.alt * {
  text-align: left;
}
.block.simple-text .simple-cta a {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: calc(2*1rem);
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .block.simple-text .simple-cta a {
    font-size: calc(2.2*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.simple-text .simple-cta a {
    font-size: calc(2.4*1rem);
  }
}
.block.simple-text .simple-cta a:hover,
.block.simple-text .simple-cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.simple-text .simple-cta a.invert {
  border: 1px solid var(--button-bg-color-hover);
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.simple-text .simple-cta a.invert:hover,
.block.simple-text .simple-cta a.invert:focus-visible {
  background: var(--button-text-color-hover);
  color: var(--button-bg-color-hover);
}
.block.simple-text .simple-cta a.ghost {
  background: none;
  color: var(--text-color);
  border: 1px solid var(--text-color);
}
.block.simple-text .simple-cta a.ghost:hover,
.block.simple-text .simple-cta a.ghost:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.simple-text .simple-cta a.outlined {
  background: none;
  color: var(--button-text-color-hover);
  border: 1px solid var(--button-border-color);
}
.block.simple-text .simple-cta a.outlined:hover,
.block.simple-text .simple-cta a.outlined:focus-visible {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
.block.simple-text .simple-cta a.inline {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .block.simple-text.alt .content-wrapper {
    width: 60%;
  }
}
.block.hero + .block.simple-text,
.block.hero-subpage + .block.simple-text {
  border-top: 5px solid var(--primary-bg-color);
}
.block.hero + .block.simple-text.alt,
.block.hero-subpage + .block.simple-text.alt {
  border-top: none;
}
article.text-content {
  padding: 40px 20px;
}
article.text-content a {
  color: var(--primary-bg-color);
}
article.text-content a:hover {
  text-decoration: underline;
}
article.text-content p {
  margin-bottom: 16px;
  color: var(--text-color);
}
article.text-content h1,
article.text-content .h1,
article.text-content h2,
article.text-content .h2,
article.text-content h3,
article.text-content .h3,
article.text-content h4,
article.text-content .h4,
article.text-content h5,
article.text-content .h5,
article.text-content h6,
article.text-content .h6 {
  margin: 0 0 8px;
  color: var(--heading-color);
}
article.text-content h1 {
  font-size: 6.4rem;
}
article.text-content h3,
article.text-content .h3 {
  font-size: 3.6rem;
}
article.text-content h4,
article.text-content .h4 {
  font-size: 2.8rem;
}
article.text-content h5,
article.text-content .h5 {
  font-size: 2.4rem;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}

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