@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap);
/*!
 * fullPage 4.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
/* .fp-table::before , 
.fp-table::after {
      content:'';
      flex:1;
} */
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}
.fp-prev{
    left: 15px;
}
.fp-next{
    right: 15px;
}
.fp-arrow{
    width: 0;
    height: 0;
    border-style: solid;
}
.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
/* .fp-scrollable {
    overflow: hidden;
    position: relative;
} */
/* .fp-scroller{
    overflow: hidden;
} */
/* .iScrollIndicator{
    border: 0 !important;
} */
.fp-notransition {
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide{
    height: auto !important;
}

/* Used with autoScrolling: false */ 
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide{
   /* Fallback for browsers that do not support Custom Properties */
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow{
    justify-content: flex-start;
    overflow-y: scroll;
    height: 100%;
    outline:none;
}

.fp-overflow.fp-table{
    display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide{
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fp-snaps{
    overflow-y: auto !important;
    height: 100% !important;
}
.fp-snaps body{
    height: 100% !important;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        overflow-y: scroll !important;
        scroll-behavior: smooth;
}
.fp-snaps .fp-section{
    scroll-snap-align: start;
}
.fp-snaps .fullpage-wrapper{
    height: auto !important;
}

/* Used for DragAndMove*/
.fp-disable-snap body{
    scroll-behavior: unset !important;
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 16px;
    border: 4px solid transparent;
}
.fp-warning,
.fp-watermark{
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}
.fp-warning,
.fp-watermark a{
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    color: black;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}

/* purgecss start ignore */
:root {
  --ease-in-quad: cubic-bezier(.55, .085, .68, .53);
  --ease-in-cubic: cubic-bezier(.550, .055, .675, .19);
  --ease-in-quart: cubic-bezier(.895, .03, .685, .22);
  --ease-in-quint: cubic-bezier(.755, .05, .855, .06);
  --ease-in-expo: cubic-bezier(.95, .05, .795, .035);
  --ease-in-circ: cubic-bezier(.6, .04, .98, .335);
  --ease-out-quad: cubic-bezier(.25, .46, .45, .94);
  --ease-out-cubic: cubic-bezier(.215, .61, .355, 1);
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-out-quint: cubic-bezier(.23, 1, .32, 1);
  --ease-out-expo: cubic-bezier(.19, 1, .22, 1);
  --ease-out-circ: cubic-bezier(.075, .82, .165, 1);
  --ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);
}

html {
  padding: 0;
  margin: 0;
  background-color: #FFFCF8;
  color: #162F39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  text-rendering: optimizeLegibility;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #162F39;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

b, strong {
  font-weight: 600;
  font-style: normal;
}

p {
  line-height: 1.5em;
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

ul li {
  font-size: 18px;
}
@media (max-width: 768px) {
  ul li {
    font-size: 16px;
  }
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 100;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 1.6vw;
  line-height: 1.2em;
  font-weight: 100;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

hr {
  border: 0;
  height: 6px;
  width: 100%;
  background: #f2f2f2;
  background: linear-gradient(180deg, #f2f2f2 0%, white 100%);
}

a {
  color: #162F39;
  text-decoration: none;
}

.hide-section {
  display: none;
}

.launcherContainer.launcher__mobile {
  position: fixed;
  bottom: 0;
  z-index: 100;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes blinkin {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkin {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes growWide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes growWide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes growWideShrink {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 10%;
  }
}
@keyframes growWideShrink {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 10%;
  }
}
@-webkit-keyframes growWideShrinkAll {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes growWideShrinkAll {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes growWideShrink2 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 30%;
  }
}
@keyframes growWideShrink2 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes growWideShrink3 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 45%;
  }
}
@keyframes growWideShrink3 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 45%;
  }
}
@-webkit-keyframes growHeight10 {
  0% {
    height: 0vh;
  }
  100% {
    height: 10vh;
  }
}
@keyframes growHeight10 {
  0% {
    height: 0vh;
  }
  100% {
    height: 10vh;
  }
}
@-webkit-keyframes growHeight15 {
  0% {
    height: 0vh;
  }
  100% {
    height: 15vh;
  }
}
@keyframes growHeight15 {
  0% {
    height: 0vh;
  }
  100% {
    height: 15vh;
  }
}
@-webkit-keyframes growHeight3 {
  0% {
    height: 0vh;
  }
  100% {
    height: 3vh;
  }
}
@keyframes growHeight3 {
  0% {
    height: 0vh;
  }
  100% {
    height: 3vh;
  }
}
@-webkit-keyframes growHeight25 {
  0% {
    height: 0vh;
  }
  100% {
    height: 25vh;
  }
}
@keyframes growHeight25 {
  0% {
    height: 0vh;
  }
  100% {
    height: 25vh;
  }
}
@-webkit-keyframes growHeight30 {
  0% {
    height: 0vh;
  }
  100% {
    height: 30vh;
  }
}
@keyframes growHeight30 {
  0% {
    height: 0vh;
  }
  100% {
    height: 30vh;
  }
}
@-webkit-keyframes displayNone {
  0% {
    z-index: 9999;
  }
  100% {
    z-index: -1;
  }
}
@keyframes displayNone {
  0% {
    z-index: 9999;
  }
  100% {
    z-index: -1;
  }
}
@-webkit-keyframes resizeIt {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: 3vh;
    right: 5vw;
    bottom: 15vh;
    left: 5vw;
  }
}
@keyframes resizeIt {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: 3vh;
    right: 5vw;
    bottom: 15vh;
    left: 5vw;
  }
}
@-webkit-keyframes resizeItMobile {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: 20vh;
    right: 0vw;
    bottom: 5vh;
    left: 0vw;
  }
}
@keyframes resizeItMobile {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: 20vh;
    right: 0vw;
    bottom: 5vh;
    left: 0vw;
  }
}
/* purgecss start ignore */
.top_banner header {
  top: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
header .main-banner {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
header .main-banner .banner-left img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  header .main-banner .banner-left img {
    max-width: 50vw;
  }
  header .main-banner .right-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  header .main-banner .right-menu {
    display: flex;
  }
}
header .main-banner .right-menu li {
  display: inline-block;
}
header .main-banner .right-menu li a {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header .main-banner .right-menu li a {
    white-space: nowrap;
  }
}
header .main-banner .right-menu li a:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background-color: #FFFCF8;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
}
header .main-banner .right-menu li.current-menu-item a:after, header .main-banner .right-menu li:hover a:after {
  left: 0%;
  right: 0%;
}
header .main-banner .banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .main-banner .banner-right ul {
  margin: 0 20px 0 0;
}
header .main-banner .banner-right ul li {
  margin-left: 20px;
  margin-right: 20px;
}
header .main-banner .banner-right ul li a {
  color: #FFFCF8;
  text-decoration: none;
  font-weight: 700;
}
header .hidden-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #162F39;
  color: #FFFCF8;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  transition: top 0.6s ease-in-out;
  overflow-y: auto;
  padding: 5vh 0;
}
@media screen and (max-height: 600px) {
  header .hidden-menu {
    justify-content: flex-start;
    padding: 10vh 0 5vh 0;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  header .hidden-menu {
    justify-content: center;
    padding: 15vh 0;
  }
}
@media screen and (max-height: 700px) and (max-width: 400px) {
  header .hidden-menu {
    justify-content: center;
    padding: 10vh 0;
  }
}
header .hidden-menu .ig {
  margin-top: 40px;
}
header .hidden-menu .ig img {
  width: 30px;
  height: 30px;
}
header .hidden-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
header .hidden-menu ul li {
  font-size: 3vw;
  margin: 2vw 0;
}
@media screen and (max-width: 768px) {
  header .hidden-menu ul li {
    font-size: 7vw;
  }
}
@media screen and (max-height: 600px) {
  header .hidden-menu ul li {
    font-size: 4vw;
    margin: 1.5vw 0;
  }
}
@media screen and (max-width: 375px) and (max-height: 667px) {
  header .hidden-menu ul li {
    font-size: 6vw;
    margin: 3vw 0;
  }
}
header .hidden-menu ul li a {
  color: #e1d2ca;
  text-decoration: none;
  position: relative;
}
header .hidden-menu ul li a:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #e1d2ca;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
header .hidden-menu ul li.current-menu-item a:after, header .hidden-menu ul li:hover a:after {
  left: 0%;
  right: 0%;
}
header .hidden-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.open-nav header .hidden-menu {
  top: 0vh;
}

body:not(.home) header {
  background: #FFFCF8;
}
body:not(.home) header .main-banner .banner-right ul li a {
  color: #162F39;
}
body:not(.home) header .main-banner .banner-right ul li a:after {
  background-color: #162F39;
}

.marquee {
  top: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  height: auto;
  position: fixed;
  background-color: #e1d2ca;
  color: #162F39;
  border: 1px solid #4a4a4a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee p {
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}
.marquee p span {
  display: inline-block;
}

#hamburger {
  position: relative;
  width: 25px;
  height: 14px;
  z-index: 9999;
}
#hamburger.open .bars > div:nth-child(1) {
  top: 7px;
  transform: rotate(-135deg);
}
#hamburger.open .bars > div:nth-child(2) {
  opacity: 0;
}
#hamburger.open .bars > div:nth-child(3) {
  top: 7px;
  transform: rotate(135deg);
}
#hamburger.open .menu {
  left: 0;
}
#hamburger .bars {
  position: relative;
  width: 25px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
}
#hamburger .bars > div {
  width: 20px;
  position: absolute;
  height: 1px;
  background-color: #FFFCF8;
  left: 0;
  right: 0;
  transition: opacity 0.3s, top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), left 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), right 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#hamburger .bars > div:nth-child(1) {
  top: 0;
}
#hamburger .bars > div:nth-child(2) {
  top: 7px;
}
#hamburger .bars > div:nth-child(3) {
  top: 14px;
}
#hamburger .menu {
  padding: 45px 45px 45px 90px;
  position: fixed;
  top: 120px;
  bottom: 0;
  background: black;
  width: 40vw;
  left: -40vw;
  z-index: 99;
  transition: left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 768px) {
  #hamburger .menu {
    padding: 45px 45px 45px 50px;
  }
  #hamburger .menu {
    top: 90px;
  }
  #hamburger .menu {
    width: 100vw;
    left: -100vw;
  }
}
#hamburger .menu li {
  font-family: miller-display, serif;
  font-size: 2.25rem;
  margin-left: -200px;
  transition: margin-left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
}
@media (max-width: 768px) {
  #hamburger .menu li{
    font-size: 1.875rem;
  }
}
#hamburger .menu li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: white;
  transition: right 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#hamburger .menu li:hover {
  transform: skew(-10deg, 0deg);
}
#hamburger .menu li:hover:after {
  right: 0px;
}
#hamburger .menu li.shift {
  margin-left: 0px;
}

body:not(.home) #hamburger .bars > div {
  background-color: #162F39;
}

body.open-nav {
  overflow: hidden;
}
body.open-nav .bars > div {
  background-color: #FFFCF8 !important;
}
body.open-nav .bars > div:nth-child(1) {
  top: 7px !important;
  transform: rotate(-135deg);
}
body.open-nav .bars > div:nth-child(2) {
  opacity: 0;
}
body.open-nav .bars > div:nth-child(3) {
  top: 7px !important;
  transform: rotate(135deg);
}

footer {
  color: #e1d2ca;
  background-color: #162F39;
  text-align: center;
}
footer .footer-wrapper {
  padding: 60px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper > p {
    margin-top: 10px;
  }
}
footer .footer-wrapper a {
  color: #e1d2ca;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper a {
    font-size: 14px;
    line-height: 1.2em;
  }
}
footer .footer-wrapper a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    padding: 30px;
  }
}
footer .leaf-logo {
  height: 60px;
  width: auto;
  margin: 20px;
}
footer .logos {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  footer .logos {
    flex-wrap: wrap;
  }
}
footer .logos img {
  display: inline-block;
  margin: 10px;
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .logos img {
    height: 20px;
  }
}
footer .logos.ada-eho-logos a {
  margin: 0;
}
footer .bottom-footer {
  background-color: #e1d2ca;
  color: #162F39;
  padding: 10px 3vw;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
}
footer .bottom-footer div {
  text-transform: capitalize;
}

.fp-watermark {
  display: none;
}

.sub-footer-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
  margin: 0 auto;
  justify-content: center;
  gap: 1em 5px;
}
@media screen and (max-width: 992px) {
  .sub-footer-links {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sub-footer-links {
    max-width: 100%;
    row-gap: 10px;
  }
}
.sub-footer-links a {
  line-height: 1.5em;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .sub-footer-links a {
    white-space: normal !important;
    line-height: 1.2em;
  }
}
.sub-footer-links .separator {
  margin: 0 10px;
}

#page {
  min-height: 90vh;
}
@media screen and (max-width: 768px) {
  #page .wrapper > h2:first-child {
    margin-bottom: 30px;
  }
}
#page .wrapper > h2:first-child:after {
  content: "";
  display: block;
  background-image: url(../img/main-headings-logo.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #page .wrapper > h2:first-child:after {
    margin: 20px auto;
  }
}

body:not(.home) {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .wrapper {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.home) .wrapper {
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-spacer {
    max-height: 10vw;
  }
}

.page-id-68 .wrapper {
  padding: 20px;
}

.hide {
  display: none !important;
}

.disabled {
  pointer-events: none;
}

.page-title {
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 100;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
.page-title:after {
  content: "";
  display: block;
  background-image: url(../img/main-headings-logo.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page-title:after {
    margin: 20px auto;
  }
}

.accessibility-text {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .accessibility-text {
    padding-bottom: 40px;
  }
}

body.accessibility-page #page {
  min-height: 60vh;
  padding-bottom: 140px;
}

@media (min-width: 2200px) {
  .spu-box {
    max-width: 830px !important;
  }
}

.availability-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.availability-wrapper .btn {
  transition: all 0.3s ease;
}
.availability-wrapper .availability-content {
  display: flex;
  width: 80%;
  margin: 0px auto;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .availability-wrapper .availability-content {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .availability-wrapper .availability-content {
    width: 90%;
  }
}
.availability-wrapper .availability-content .fp-card {
  width: calc(33.3333333333% - 20px);
  padding: 20px;
  border: 1px solid #162F39;
  margin: 10px;
}
@media (max-width: 1260px) {
  .availability-wrapper .availability-content .fp-card {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .availability-wrapper .availability-content .fp-card {
    width: 100%;
  }
}
.availability-wrapper .availability-content .fp-card.no-results {
  border: none;
  text-align: center;
  width: 100%;
}
.availability-wrapper .availability-content .fp-card h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}
.availability-wrapper .availability-content .fp-card .fp-card-image {
  height: 400px;
}
.availability-wrapper .availability-content .fp-card .fp-card-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.availability-wrapper .availability-content .fp-card .fp-card-content span {
  margin-bottom: 10px;
  color: #162F39;
  font-size: 16px;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .status {
  display: block;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .type {
  padding: 0px 12px;
  border-left: 1px solid #162F39;
  border-right: 1px solid #162F39;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .sqft {
  margin-bottom: 0;
  padding-top: 10px;
  display: block;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .price {
  display: block;
  padding-top: 10px;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .floor {
  padding-right: 10px;
}
.availability-wrapper .availability-content .fp-card .fp-card-content .bath {
  padding-left: 10px;
}
.availability-wrapper .availability-content .fp-card-button {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .availability-wrapper .availability-content .fp-card-button {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .availability-wrapper .availability-content .fp-card-button {
    flex-direction: column;
    align-items: flex-start;
  }
}
.availability-wrapper .availability-content .fp-card-button a {
  color: #162F39;
  text-decoration: none;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 35px;
  text-transform: uppercase;
  background-color: #FFFCF8;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.14px;
  border: 1px solid #162F39;
}
@media (max-width: 1650px) {
  .availability-wrapper .availability-content .fp-card-button a {
    padding: 10px 20px;
  }
}
@media (max-width: 1440px) {
  .availability-wrapper .availability-content .fp-card-button a {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 450px) {
  .availability-wrapper .availability-content .fp-card-button a {
    width: 100%;
  }
}
.availability-wrapper .availability-content .fp-card-button a:hover {
  background-color: #162F39;
  color: #FFFCF8;
}
.availability-wrapper .availability-content .fp-card-button a.apply-btn {
  background-color: #162F39;
  color: #FFFCF8;
}
.availability-wrapper .availability-content .fp-card-button a.apply-btn:hover {
  background-color: #FFFCF8;
  color: #162F39;
}
.availability-wrapper .availability-header {
  display: flex;
  width: 80%;
  margin: 0px auto;
  flex-wrap: wrap;
  padding-bottom: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .availability-wrapper .availability-header {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .availability-wrapper .availability-header {
    width: 90%;
  }
}
.availability-wrapper .availability-header .filter-item {
  margin: 10px 10px;
  min-width: 195px;
}
.availability-wrapper .availability-header .filter-item .selectivo {
  width: 100%;
}
.availability-wrapper .availability-header .filter-item button.selectivo__label,
.availability-wrapper .availability-header .filter-item .selectivo__dropdown {
  border: 1px solid #162F39;
}
.availability-wrapper .availability-header .filter-item button.selectivo__label:hover {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 5 5 4-5Z' fill='%23fffcf8'/%3E%3C/svg%3E") no-repeat 100%;
}
.availability-wrapper .availability-header .filter-item .selectivo__dropdown {
  top: auto;
}
.availability-wrapper .availability-header .filter-item .selectivo__option:first-child {
  background-image: none;
}
.availability-wrapper .availability-header .filter-item button {
  background-color: #FFFCF8;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
.availability-wrapper .availability-header .filter-item button:hover {
  background-color: #162F39 !important;
  color: #FFFCF8 !important;
}
.availability-wrapper .availability-header .filter-item button.selectivo__option--selected {
  background-color: #162F39;
  color: #FFFCF8;
}
.availability-wrapper .availability-header .filter-button {
  display: flex;
}
.availability-wrapper .availability-header .filter-button .btn {
  padding: 11px 20px;
  border: 1px solid #FFFCF8;
  background-color: #162F39;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFCF8;
  margin: 10px 10px;
}
.availability-wrapper .availability-header .filter-button .btn:hover {
  background-color: #FFFCF8;
  border-color: #162F39;
  color: #162F39;
}
.availability-wrapper .availability-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0px auto;
  padding: 20px 0px 60px;
  flex-direction: column;
}

.pagination {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-number {
  cursor: pointer;
}
.pagination .page-number.active {
  font-weight: 700;
}
.pagination .prev-btn,
.pagination .next-btn {
  position: relative;
  display: inline-block;
  background-image: url(../img/submit-arrow.svg);
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  top: 3px;
}
.pagination .prev-btn:hover,
.pagination .next-btn:hover {
  text-decoration: none;
}
.pagination .prev-btn {
  left: -10px;
  transform: rotate(180deg);
}
.pagination .next-btn {
  right: -10px;
}

.sightmap-wrapper {
  padding: 0 30px 60px;
}
.sightmap-wrapper iframe {
  width: 100%;
  height: 100vh;
}

.community-fee-guide {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .community-fee-guide {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .community-fee-guide {
    width: 90%;
  }
}
.community-fee-guide:not(.hide) {
  padding-bottom: 60px;
}
.community-fee-guide h2 {
  font-size: 3vw;
}
@media (max-width: 768px) {
  .community-fee-guide h2 {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .community-fee-guide h2 {
    font-size: 5vw;
  }
}
.community-fee-guide .fp-desclaimer {
  margin-bottom: 10px;
}

.fp-disclaimer-btm {
  font-size: 14px;
  margin-bottom: 40px;
}

.fee-guide-disclaimer {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 80%;
}
.fee-guide-disclaimer h2 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3vw;
}
@media (max-width: 768px) {
  .fee-guide-disclaimer h2 {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .fee-guide-disclaimer h2 {
    font-size: 5vw;
  }
}

.tab-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-buttons .tab-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}

.tab-buttons .tab-button {
  border: 1px solid #162F39;
  padding: 13px 20px;
  margin: 0;
  cursor: pointer;
  color: #162F39;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 40px;
  min-width: 135px;
  text-transform: uppercase;
}

.tab-buttons .tab-button:hover,
.tab-buttons .active {
  background-color: #162F39 !important;
  color: #FFFCF8 !important;
}

.page-sightmap .community-fee-guide {
  margin-top: 40px;
}

.sort-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .sort-wrapper {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .sort-wrapper {
    width: 90%;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .sort-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .sort-wrapper {
    font-size: 12px;
  }
}
.sort-wrapper ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .sort-wrapper ul {
    justify-content: center;
    padding-left: 0;
  }
}
.sort-wrapper li {
  list-style: none;
  font-size: 16px;
}
@media (max-width: 768px) {
  .sort-wrapper li {
    font-size: 14px;
  }
}
.sort-wrapper li + li {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .sort-wrapper li + li {
    margin-left: 12px;
  }
}
@media (max-width: 576px) {
  .sort-wrapper li + li {
    margin-left: 10px;
  }
}
.sort-wrapper a {
  color: #162F39;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .sort-wrapper a {
    padding-right: 13px;
  }
}
@media (max-width: 576px) {
  .sort-wrapper a {
    padding-right: 10px;
  }
}
.sort-wrapper a.selected {
  text-decoration: underline;
}
.sort-wrapper a::after {
  pointer-events: none;
  border: solid #162F39;
  border-width: 0 2px 2px 0;
  position: absolute;
  padding: 4px;
  right: 0;
  transform: rotate(45deg);
  transition: all ease 0.5s;
  content: "";
  top: 4px;
}
@media (max-width: 576px) {
  .sort-wrapper a::after {
    border-width: 0 1px 1px 0;
    padding: 3px;
  }
}
.sort-wrapper a.ascending::after {
  top: 9px;
  transform: rotate(225deg);
}

.results-count-wrap {
  font-size: 18px;
  font-weight: 700;
  color: #162F39;
}

.floorplans-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.floorplans-popup.active {
  display: flex;
}

.floorplans-popup-content {
  background: #fff;
  padding: 30px 40px;
  max-width: 650px;
  width: 90%;
  position: relative;
  text-align: center;
  border: 5px solid #162F39;
  overflow-y: auto;
  max-height: 90vh;
}
@media (max-width: 768px) and (orientation: portrait) {
  .floorplans-popup-content {
    max-height: 75vh;
    margin-top: 50px;
  }
}

.floorplans-popup-content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #162F39;
  margin-bottom: 20px;
}

.floorplans-popup-content p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #162F39;
  margin-bottom: 0;
}

.floorplans-popup-content p + p {
  margin-top: 15px;
}

.floorplans-popup-content img {
  max-width: 100%;
}

.floorplans-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.floorplans-popup-close:before,
.floorplans-popup-close:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #031727;
  top: 50%;
  left: 0;
}

.floorplans-popup-close:before {
  transform: rotate(45deg);
}

.floorplans-popup-close:after {
  transform: rotate(-45deg);
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes animate_button {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
@keyframes animate_button {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes zoom_image {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom_image {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#fullpage .section {
  background-size: cover;
  background-position: center;
  position: relative;
}
#fullpage .section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
#fullpage .section.first {
  transform: scale(1.1);
  -webkit-animation: zoom_image 0.8s ease-in-out 0s forwards;
          animation: zoom_image 0.8s ease-in-out 0s forwards;
}
@media screen and (max-width: 768px) {
  #fullpage .section.first {
    background-position: 38%;
  }
}
#fullpage .section.first .section-content h2 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 0.4s forwards;
          animation: fadeup 0.8s ease-in-out 0.4s forwards;
  font-weight: 100;
}
#fullpage .section.first .section-content h3 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 0.2s forwards;
          animation: fadeup 0.8s ease-in-out 0.2s forwards;
}
#fullpage .section.first .section-content a {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 0.6s forwards;
          animation: fadeup 0.8s ease-in-out 0.6s forwards;
}
#fullpage .section.first .bottom-logo {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
#fullpage .section.first .bottom-logo img {
  width: 60px;
  height: auto;
  margin: 0 auto;
}
#fullpage .section.first .messages {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 4vw;
}
#fullpage .section.first .messages .animate-text-1 {
  position: relative;
  min-height: 1.2em;
  /* Adjust based on your text size */
  position: absolute !important;
}
#fullpage .section.first .messages .animate-text-1 strong {
  transition: opacity 0.5s ease-in-out;
}
#fullpage .section.first .messages > div {
  text-align: center;
  color: white;
}
#fullpage .section.first .messages > div h2 {
  margin: 0;
  line-height: 0.9em;
}
@media (max-width: 768px) {
  #fullpage .section.first .messages > div h2 strong {
    top: 7vw !important;
  }
}
#fullpage .section.tint:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#fullpage .section.tint-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #fullpage .section:nth-child(2) {
    background-position: 43%;
  }
  #fullpage .section:nth-child(3) {
    background-position: 15%;
  }
  #fullpage .section:nth-child(4) {
    background-position: 66%;
  }
}
#fullpage .section .section-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFCF8;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
#fullpage .section .section-content h2 {
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 3vw 0;
  letter-spacing: 0vw;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #fullpage .section .section-content h2 {
    font-size: 8vw;
  }
}
#fullpage .section .section-content h3 {
  font-size: 1.5vw;
  font-weight: 100;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  #fullpage .section .section-content h3 {
    font-size: 4vw;
  }
}
#fullpage .section .section-content a {
  display: inline-block;
  text-decoration: none;
}
#fullpage .section .section-content a button {
  background-color: #FFFCF8;
  border-radius: 40px;
  border: 1px solid #FFFCF8;
  color: #162F39;
  padding: 20px;
  min-width: 200px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  font-size: 1vw;
}
@media screen and (max-width: 1200px) {
  #fullpage .section .section-content a button {
    font-size: 15px;
  }
}
#fullpage .section .section-content a:hover button {
  background-color: #162F39 !important;
  color: #FFFCF8 !important;
}
#fullpage .section .section-content a:hover button:after {
  left: 0%;
}
#fullpage .section .content {
  min-height: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fullpage .section .content {
    height: 200px;
    display: flex;
    flex-direction: column;
  }
  #fullpage .section .content h2 {
    flex: 1;
  }
}
@media (max-width: 450px) {
  #fullpage .section .content {
    height: 150px;
  }
}
.add_animation #fullpage .section.first {
  transform: scale(1.1);
  -webkit-animation: zoom_image 0.8s ease-in-out 3s forwards;
          animation: zoom_image 0.8s ease-in-out 3s forwards;
}
.add_animation #fullpage .section.first .section-content h2 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 3.4s forwards;
          animation: fadeup 0.8s ease-in-out 3.4s forwards;
}
.add_animation #fullpage .section.first .section-content h3 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 3.2s forwards;
          animation: fadeup 0.8s ease-in-out 3.2s forwards;
}
.add_animation #fullpage .section.first .section-content a {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeup 0.8s ease-in-out 3.6s forwards;
          animation: fadeup 0.8s ease-in-out 3.6s forwards;
}
.add_animation #fullpage .section.first .section-content a button:after {
  content: "Apply Now";
  -webkit-animation: animate_button 1s ease-in-out 4.6s forwards;
          animation: animate_button 1s ease-in-out 4.6s forwards;
}

.slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.slider .image-wrapper .image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 80vh;
  max-height: 56vw;
}
.slider .image-wrapper .image img {
  width: 100%;
  display: none;
}
.slider .image-wrapper .caption {
  margin-top: 20px;
  max-width: 70%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .slider .image-wrapper .caption {
    text-align: center;
    margin: 20px auto 20px auto;
  }
}
.slider:hover .controls {
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .wp-block-columns .slider .controls {
    bottom: -10px;
  }
}
.wp-block-columns .slider .controls .next-arrow,
.wp-block-columns .slider .controls .prev-arrow {
  background: transparent;
}

.controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -70px;
  display: flex;
  justify-content: center;
  transition: bottom 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .controls {
    position: relative;
    width: 80px;
    margin: 0 auto;
    margin-top: 40px;
    bottom: 30px;
  }
}

.wp-block-columns .slider {
  overflow: visible;
}
.wp-block-columns .controls {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 30px;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.wp-block-columns .controls .next-arrow,
.wp-block-columns .controls .prev-arrow {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .controls {
    left: 0;
    bottom: -10px;
  }
}

.next-arrow,
.prev-arrow {
  border: 0;
  margin: 0 0px;
  background-color: rgba(225, 210, 202, 0.3);
  padding: 20px;
  border-radius: 10px;
}
.next-arrow img,
.prev-arrow img {
  width: 60px;
}

.next-arrow {
  margin-right: 10px;
}

button, input[type=submit] {
  border: 1px solid white;
  color: white;
  background-color: #FFFCF8;
  padding: 5px 20px;
  margin: 0;
}
button:hover, input[type=submit]:hover {
  color: #162F39 !important;
  background-color: white !important;
  cursor: pointer;
}

.wpcf7 {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wpcf7 .wp-block-columns .wp-block-column:nth-child(1) {
  flex-basis: 40%;
  margin-right: 30px;
}
.wpcf7 .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: 60%;
}
.wpcf7 p {
  margin: 0;
  max-width: 100% !important;
}
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=date],
.wpcf7 input[type=text],
.wpcf7 input:focus {
  padding: 10px 0;
  width: 100%;
  -webkit-appearance: none !important;
  border-radius: 0;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 20px;
  background-color: transparent;
  border-radius: 0px;
  border: 0 !important;
  color: #162F39;
  border-bottom: 1px solid #162F39 !important;
  font-size: 1.1em;
}
.wpcf7 textarea ::-moz-placeholder, .wpcf7 select ::-moz-placeholder, .wpcf7 input[type=email] ::-moz-placeholder, .wpcf7 input[type=tel] ::-moz-placeholder, .wpcf7 input[type=date] ::-moz-placeholder, .wpcf7 input[type=text] ::-moz-placeholder, .wpcf7 input:focus ::-moz-placeholder {
  color: #162F39;
}
.wpcf7 textarea :-ms-input-placeholder, .wpcf7 select :-ms-input-placeholder, .wpcf7 input[type=email] :-ms-input-placeholder, .wpcf7 input[type=tel] :-ms-input-placeholder, .wpcf7 input[type=date] :-ms-input-placeholder, .wpcf7 input[type=text] :-ms-input-placeholder, .wpcf7 input:focus :-ms-input-placeholder {
  color: #162F39;
}
.wpcf7 textarea ::placeholder,
.wpcf7 select ::placeholder,
.wpcf7 input[type=email] ::placeholder,
.wpcf7 input[type=tel] ::placeholder,
.wpcf7 input[type=date] ::placeholder,
.wpcf7 input[type=text] ::placeholder,
.wpcf7 input:focus ::placeholder {
  color: #162F39;
}
.wpcf7 textarea {
  border: 0 !important;
}
.wpcf7 .text-box {
  border: 1px solid #162F39 !important;
  position: relative;
}
.wpcf7 select {
  cursor: pointer;
}
.wpcf7 .button-wrapper {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 35px;
  padding-right: 15px;
}
.wpcf7 .button-wrapper:hover {
  background-color: #fff;
}
.wpcf7 .button-wrapper:focus {
  border-bottom: 1px solid #162F39 !important;
}
.wpcf7 .button-wrapper p {
  max-width: unset !important;
  margin: 0 !important;
}
.wpcf7 .button-wrapper .wpcf7-spinner {
  position: absolute;
  left: -55px;
  bottom: 5px;
}
.wpcf7 .button-wrapper:after {
  content: url("../img/submit-arrow.svg");
  display: inline-block;
  width: 40px;
  height: 15px;
  background-size: 40px 15px;
  z-index: 10;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit {
  text-transform: uppercase;
}
.wpcf7 input[type=submit] {
  background-color: transparent;
  border-radius: 0;
  font-size: 1.1em;
  float: right;
  color: #162F39;
}

::-moz-placeholder {
  color: #162F39 !important;
}

:-ms-input-placeholder {
  color: #162F39 !important;
}

::placeholder {
  color: #162F39 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0px;
  color: #162F39;
}

div.wpcf7-response-output {
  margin: 20px 0;
  padding: 0;
  border: 0px;
  color: #162F39;
}

/* The container must be positioned relative: */
.apt-type {
  position: relative;
  font-family: Arial;
}

.apt-type select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #162F39;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 1px solid #162F39;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #162F39;
  padding: 19px 40px 20px 40px;
  border-bottom: 1px solid #162F39;
  border-right: 1px solid #162F39;
}

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.wpcf7 textarea {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  form .wp-block-columns.space {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
form select {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVR4nO3YSwrCMBRG4eMOVQwZ6OoVQfGxgQqVQgsiSe0zucX/QGdJuR+hgxSUUkoppZTqmQPuwBlYY68NcAGegI8tWgE3oKyfom1xhnw9UzPfo5452PVjoSWM/0KU9azRtoENuTE+MlM1a2u7wMYXcCDPN1sEZtl3fYEFjBuLsIBxUyFyYtzUiBwYNxciJWZ2RApMMsScmOSIOTDZEFNisiOmwJhBjMGYQwzBmEX0wZhHdMEsBvHr7mDtjjP4ZBZzEl0xi0LEMItENFW/lE7A0ejvJaWUUkop9U+9AdnJ7S7GX9jsAAAAAElFTkSuQmCC");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
form textarea {
  resize: vertical;
}
.wpcf7 input[type=submit] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.wpcf7 input[type=submit]:focus {
  outline: none !important;
  border: none !important;
}

.wp-block-columns {
  margin: 0 15vw;
}
.wp-block-columns.space {
  margin: 0 10vw;
}
.wp-block-columns.space h4 {
  text-transform: capitalize;
  font-weight: 100;
}
.wp-block-columns.squeeze {
  margin: 0 25vw;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.squeeze {
    margin: 0 10vw;
  }
}
.wp-block-columns.squeeze p {
  margin-bottom: 0 !important;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.squeeze p {
    white-space: unset;
    text-align: center;
    margin: 0;
    max-width: 100% !important;
  }
}
.wp-block-columns.squeeze h3 {
  margin-top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wp-block-columns.squeeze h3 {
    white-space: unset;
    text-align: center;
    max-width: 100%;
  }
}
.wp-block-columns .wp-block-columns {
  gap: 0 !important;
  margin: 0;
}
.wp-block-columns .wp-block-column p {
  max-width: 67%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wp-block-columns .wp-block-column p {
    max-width: 90%;
  }
}
.wp-block-columns .wp-block-column.flex-center {
  display: flex;
  align-items: center;
}
.wp-block-columns.bottom-align .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-columns.custom-lists {
  gap: 0;
}
.wp-block-columns.custom-lists .wp-block-column h4 {
  border-bottom: 1px solid #162F39;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.wp-block-columns.custom-lists .wp-block-column ul {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}
.wp-block-columns.custom-lists .wp-block-column ul li {
  margin-bottom: 10px;
}

.center-text {
  text-align: center;
  padding: 4vw 0;
}
.center-text h2 {
  text-transform: uppercase;
}
.center-text .wp-block-buttons .wp-block-button {
  margin: 0 auto;
  border-radius: 20px;
}

.prepare {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.7s, transform 0.5s ease-in-out;
}
.prepare.present {
  opacity: 1;
  transform: translateY(0px);
}

.wp-block-button__link {
  background-color: #162F39;
  color: #e1d2ca !important;
  letter-spacing: 3px;
  transition: background-color 0.3s;
}
.wp-block-button__link:hover {
  background-color: #e1d2ca;
  color: #162F39 !important;
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #162F39;
}

.wp-block-image.smaller {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .wp-block-image.smaller {
    width: 100%;
  }
}
.wp-block-image.full-width {
  width: 100%;
}
.wp-block-image.full-width img {
  width: 100%;
}
.wp-block-image.parallax-image {
  position: relative;
}
.wp-block-image.parallax-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 40%;
  background-color: #FFFCF8;
}
.wp-block-image.parallax-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10%;
  background-color: #FFFCF8;
}

.wp-block-quote {
  background-color: #faf3ef;
  margin: 0;
  padding: 10vw 28vw;
}
@media screen and (max-width: 768px) {
  .wp-block-quote {
    padding: 10vw;
  }
}
.wp-block-quote p {
  font-size: 2vw;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .wp-block-quote p {
    font-size: 6vw;
  }
}
.wp-block-quote p:after {
  content: "";
  display: block;
  background-image: url(../img/main-headings-logo.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin: 60px auto;
}

.selectivo {
  position: relative;
  display: inline-block;
  background: white;
}

.selectivo__label,
.selectivo__option {
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}

.selectivo__label:focus,
.selectivo__option:focus {
  outline: 1px dotted gray;
}

.selectivo__label::-moz-focus-inner,
.selectivo__option::-moz-focus-inner {
  border: 0;
}

.selectivo__label {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200%20L5%205%20L9%200%20Z%22%20fill%3D%22%23696969%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center right;
}

.selectivo__option:first-child {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2227%22%20height%3D%225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%205%20L5%200%20L9%205%20Z%22%20fill%3D%22%23696969%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center right;
}

.selectivo__label,
.selectivo__dropdown {
  border: 1px solid #E3E3E3;
}

.selectivo__dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
}

.selectivo--open .selectivo__dropdown {
  display: block;
}

.availability-detail-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 80%;
  margin: 0px auto;
}
@media (max-width: 992px) {
  .availability-detail-wrapper {
    width: 90%;
  }
}
.availability-detail-wrapper .breadcrumb {
  padding-bottom: 40px;
}
.availability-detail-wrapper .breadcrumb a {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}
.availability-detail-wrapper .breadcrumb a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 2px;
  width: 25px;
  height: 20px;
  background-image: url(../img/submit-arrow.svg);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.availability-detail-wrapper .availability-detail-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6vw;
}
@media (max-width: 768px) {
  .availability-detail-wrapper .availability-detail-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.availability-detail-wrapper .availability-detail-content.no-results {
  justify-content: center;
  align-items: center;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-left {
  width: 50%;
  border: 1px solid #162F39;
  padding: 15px;
}
@media (max-width: 768px) {
  .availability-detail-wrapper .availability-detail-content .availability-detail-content-left {
    width: 100%;
  }
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-left img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right {
  width: 50%;
}
@media (max-width: 768px) {
  .availability-detail-wrapper .availability-detail-content .availability-detail-content-right {
    width: 100%;
  }
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right h4 {
  font-size: 24px;
  font-weight: 700;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .property-info {
  display: flex;
  gap: 20px;
  padding: 10px 0px;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .property-info .prop-val {
  font-weight: 700;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .property-info-item {
  display: flex;
  flex-direction: column;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .fp-links {
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .fp-links a {
  color: #162F39;
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  padding: 13px 40px;
  text-transform: uppercase;
  background-color: #FFFCF8;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.14px;
  border: 1px solid #162F39;
  transition: all 0.3s ease;
  min-width: 170px;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .fp-links a:hover {
  background-color: #162F39;
  color: #FFFCF8;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .fp-links a.btn-filled {
  background-color: #162F39;
  color: #FFFCF8;
}
.availability-detail-wrapper .availability-detail-content .availability-detail-content-right .fp-links a.btn-filled:hover {
  background-color: #FFFCF8;
  color: #162F39;
}
.availability-detail-wrapper .flex-wrap-col {
  display: flex;
  flex-direction: column;
}
.availability-detail-wrapper .bed-bath-info {
  font-size: 20px;
  padding-bottom: 20px;
}

/* purgecss end ignore */
@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInLogo {
  0% {
    transform: translateX(65%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLogo {
  0% {
    transform: translateX(65%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideDownHeader {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideDownHeader {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideFadeInBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFadeInBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.page-team #page {
  min-height: 60vh;
  padding-bottom: 140px;
}
@media (min-width: 1200px) {
  .page-team #page {
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-team .wp-block-columns.squeeze {
    margin: 0 auto;
  }
}
.page-team .wp-block-columns.squeeze * {
  text-align: center;
}
.page-team .wp-block-columns.squeeze p {
  max-width: 100%;
}
@media (max-width: 1320px) {
  .page-team .wp-block-columns.squeeze p {
    white-space: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-residences .wp-block-button .wp-block-button__link {
  white-space: nowrap;
}

.error404 {
  padding-top: 0 !important;
}
.error404 .sections {
  min-height: 90vh;
  padding: 140px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 .sections .section-wrapper {
  min-height: auto !important;
}
.error404 .section-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .error404 .section-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .error404 .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.error404 .section-wrapper * {
  text-align: center;
}
.error404 .sections {
  padding-bottom: 140px;
}
.error404 .sections .section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-neighborhood .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .page-neighborhood .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.page-neighborhood .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present p::after {
  margin-bottom: 0;
}
.page-neighborhood .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .slider .controls {
  background-color: #fffcf8;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-neighborhood .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .slider .controls {
    bottom: 3px;
  }
  .page-neighborhood .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .slider .controls button img {
    width: 40px;
  }
  .page-neighborhood .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .slider .caption p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .page-neighborhood .wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex .slider .caption p {
    max-width: 100%;
  }
}
.page-neighborhood .wp-block-button__link {
  white-space: nowrap;
}

.page-amenities .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .page-amenities .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.page-amenities .wp-block-quote.prepare.is-layout-flow.wp-block-quote-is-layout-flow.present p::after {
  margin-bottom: 0;
}
.page-amenities .custom-lists h4 {
  white-space: nowrap;
}
.page-amenities .wp-block-button__link {
  white-space: nowrap;
}

.page-thank-you {
  padding-top: 0 !important;
}
.page-thank-you #page {
  min-height: 90vh;
  padding: 140px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-thank-you #page .wrapper {
  padding: 0;
}

#tour {
  width: 100%;
  height: calc(100vh - 144px);
  min-height: 562px;
  margin: 0 auto;
}

#schedule-a-tour {
  margin-top: 60px;
}

.wp-block-columns.contact-content-wrapper {
  margin-left: 7vw;
  margin-right: 7vw;
  gap: 5vw;
}

.hrs-wrapper span {
  display: block;
}
.hrs-wrapper span + span {
  margin-top: 8px;
}

.hrs-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 13px;
}

@media (max-width: 1023px) {
  .wp-block-columns.contact-content-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .wp-block-columns.contact-content-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .hrs-wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hrs-title {
    font-size: 20px;
  }
}
@media (min-width: 1201px) {
  .wp-block-columns.contact-content-wrapper {
    margin-bottom: 70px;
    gap: 10vw;
  }
}
/* purgecss end ignore */
