/* Custom Reset */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, fieldset, form, label,
article, aside, figure, figcaption, footer, header,
menu, nav section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
  line-height: 0;
}

/* BREAKPOINTS */
/* TEXTS */
/* ---------------------------------------
/*
///*--------------------------------------- */
.section-wrapper {
  margin: 0 auto;
  max-width: 82.75rem;
  padding: 0rem 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .section-wrapper {
    max-width: 85.375rem;
    padding: 0rem 2.5rem;
  }
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.color-khaki {
  color: #d6cd29;
}

.color-sky-blue {
  color: #90a5db;
}

.accent-font {
  font-family: "sztos-variable", sans-serif;
  letter-spacing: 0.04em;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-36 {
  font-size: 2.25rem;
}

.fz-90 {
  font-size: 5.625rem;
  font-weight: 200;
}

.large-header {
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1.16;
}
@media only screen and (min-width: 1024px) {
  .large-header {
    font-size: 3.875rem;
    line-height: 1.1935483871;
  }
}

.small-header {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.main-contact-info a {
  transition: color 0.3s;
}
.main-contact-info a:hover {
  color: #d6cd29;
}

.address-title {
  color: #d6cd29;
  line-height: 1.25;
  margin-bottom: 1rem;
  padding-left: 1.875rem;
  font-size: clamp(24px, 1.5rem, 32px);
}

.fa-instagram,
.fa-facebook-f {
  height: 1.875rem;
  width: 1.875rem;
  position: relative;
}
.fa-instagram:before,
.fa-facebook-f:before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
}

.fa-instagram:before {
  background: url("../images/icons/instagram-icon.svg") no-repeat center;
}

.fa-facebook-f:before {
  background: url("../images/icons/facebook-icon.svg") no-repeat center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hidden {
  display: none;
}

.ot-sdk-show-settings {
  font-size: 0.8125rem;
}

/*
* General styles
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.ease, .neighborhood-map-section #map-container .map-wrap .categories-container .reset, .neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color, .btn a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  height: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 1.1713030747vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "neue-kabel", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.8823529412;
}
@media screen and (min-width: 601px) {
  body.logged-in {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in {
    padding-top: 32px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #header {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.logged-in #nav-trigger {
    top: 99px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger {
    top: 97px;
  }
}
body.logged-in #nav-trigger.active {
  top: 97px;
}
@media screen and (min-width: 768px) {
  body.logged-in #nav-trigger.active {
    top: 143px;
  }
}
@media screen and (min-width: 783px) {
  body.logged-in #nav-trigger.active {
    top: 129px;
  }
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#wrapper .main-content {
  margin-top: 8.625rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #wrapper .main-content {
    margin-top: 7.75rem;
  }
}
#wrapper .page-content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper .main-content {
  flex-grow: 1;
}

button {
  font-size: 1.0625rem;
  font-family: "neue-kabel", sans-serif;
}

.checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  gap: 0.75rem;
}
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-label .checkmark {
  width: 1.75rem;
  height: 1.75rem;
  background-color: #eee;
  border: 1px solid #51524a;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  transition: background 0.2s ease;
}
.checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.5rem;
  top: 0.1875rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-label input:checked + .checkmark {
  background-color: #2a2b28;
  border-color: #2a2b28;
}
.checkbox-label input:checked + .checkmark::after {
  display: block;
}

/* ---------------------------------------

 */
/* Tabs
/*--------------------------------------- */
.tabs__nav {
  display: flex;
  gap: 0.375rem;
  justify-content: center;
}
.tabs__button {
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  border: none;
  padding: 0.75rem 2.1875rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #51534a;
}
.tabs__button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #2a2b28;
  height: 0.125rem;
  background-color: #90a5db;
  z-index: 2;
  width: 62%;
  opacity: 0;
  bottom: 0.25rem;
  transition: all 0.3s;
}
.tabs__button.is-active {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #51534a;
  color: #2a2b28;
}
.tabs__button.is-active:before {
  opacity: 1;
}
.tabs__button:hover:before {
  opacity: 1;
}
.tabs__panel {
  display: none;
}
.tabs__panel.is-active {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .checkbox-group {
    width: auto;
  }
}
.checkbox-group-availability {
  display: none;
}
.checkbox-group-label {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}
.checkbox-group .checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
@media only screen and (min-width: 1024px) {
  .checkbox-group .checkboxes {
    gap: 1.25rem;
    flex-direction: row;
  }
}
.checkbox-group .checkbox-label {
  font-size: 1.0625rem;
}

.tippy-box {
  background: transparent;
}
.tippy-box[data-theme~=custom] .tippy-content {
  padding: 0.1875rem 0rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
  border: 2px solid #c2c3c0;
  border-radius: 0.125rem;
  overflow: hidden;
  transition: background 0.3s ease;
}
.tippy-box[data-theme~=custom] .tippy-content button {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .tippy-box[data-theme~=custom] .tippy-content button:hover {
    background: rgba(81, 82, 74, 0.15);
  }
}
.tippy-box[data-theme~=custom] .tippy-content button[class*=active] {
  background: rgba(81, 82, 74, 0.15);
}
.tippy-box[data-theme~=custom] .tippy-arrow {
  width: unset !important;
  height: unset !important;
  border-radius: 0.125rem;
  z-index: 9;
}
.tippy-box[data-theme~=custom] .tippy-arrow:before, .tippy-box[data-theme~=custom] .tippy-arrow:after {
  content: "";
  display: block;
  border: none !important;
  width: 0.625rem;
  height: 2px;
  background: #c2c3c0;
  position: absolute;
}
.tippy-box[data-theme~=custom][data-placement^=top] > .tippy-arrow {
  bottom: -0.375rem !important;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid #fff;
}
.tippy-box[data-theme~=custom][data-placement^=top] > .tippy-arrow:before {
  top: auto;
  left: -0.0625rem;
  right: auto;
  bottom: -0.0625rem;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.tippy-box[data-theme~=custom][data-placement^=top] > .tippy-arrow:after {
  top: auto;
  left: auto;
  right: 0.0625rem;
  bottom: -0.0625rem;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.tippy-box[data-theme~=custom][data-placement^=bottom] > .tippy-arrow {
  top: -0.375rem !important;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
}
.tippy-box[data-theme~=custom][data-placement^=bottom] > .tippy-arrow:before {
  top: -0.0625rem;
  left: auto;
  right: -0.0625rem;
  bottom: auto;
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}
.tippy-box[data-theme~=custom][data-placement^=bottom] > .tippy-arrow:after {
  top: -0.0625rem;
  left: 0.0625rem;
  right: auto;
  bottom: auto;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.glightbox {
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .glightbox {
    pointer-events: initial;
  }
}

/* Popups */
.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0rem 1.375rem;
}
.popup__wrapper {
  background: url("../images/bg/popup-bg.jpg") center center/cover no-repeat;
  max-width: 56.25rem;
  width: 100%;
  padding: 0.75rem;
}
.popup__wrapper_text {
  max-width: 39.375rem;
}
.popup__content {
  background-color: #fff;
  padding: 3.75rem 1.5rem 1.25rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .popup__content {
    padding: 3.75rem 2.5rem 1.25rem;
  }
}
.popup__content_with-image {
  padding: 2.5rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .popup__content_with-image {
    padding: 3.75rem 2.5rem 2.5rem;
  }
}
.popup__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5625rem;
  transform: scale(1);
  transition: transform 0.3s;
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.125rem;
  background: #2a2b28;
  transform-origin: center;
}
.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .popup__close {
    top: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .popup__close:hover {
    cursor: pointer;
    transform: scale(0.8);
  }
}
.popup__body {
  padding-bottom: 2.5rem;
}
.popup__body_with-image {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .popup__body_with-image {
    display: grid;
    grid-template-areas: "image copy" "image link";
    column-gap: 2.5rem;
  }
}
.popup__title {
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .popup__title {
    font-size: 2.375rem;
    line-height: 3rem;
  }
}
.popup__title_with-image {
  padding-bottom: 1.1875rem;
  margin-bottom: 1.1875rem;
  border-bottom: 1px solid #bbb433;
}
@media only screen and (min-width: 1024px) {
  .popup__title_with-image {
    font-size: 1.875rem;
    line-height: 2.375rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.popup__image-box {
  max-width: 31.25rem;
  width: 100%;
  margin: 0rem auto 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .popup__image-box {
    grid-area: image;
    max-width: unset;
    width: 23.125rem;
    margin: 0;
  }
}
.popup__image {
  display: block;
  width: 100%;
  height: auto;
}
.popup__copy {
  font-size: 1rem;
  line-height: 1.8125rem;
  padding-bottom: 2.5rem;
}
.popup__copy_with-image {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  padding-bottom: 1.25rem;
}
.popup__copy_with-image p {
  padding-bottom: 1.25rem;
}
.popup__copy_with-image p:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .popup__copy_with-image {
    grid-area: copy;
    width: 24.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .popup__copy {
    font-size: clamp(14px, 1.0625rem, 1.0625rem);
    line-height: 2rem;
  }
}
.popup__link-box {
  font-size: clamp(14px, 1.0625rem, 1.0625rem);
}
.popup__link-box_text {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .popup__link-box_with-image {
    grid-area: link;
  }
}
.popup__link {
  text-transform: lowercase !important;
}
.popup__link_with-image {
  text-transform: initial !important;
}
.popup__disclaimer {
  font-size: clamp(12px, 0.75rem, 0.75rem);
  line-height: 1.125rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 3.125rem;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 4.3125rem;
    font-weight: 401;
  }
}
@media only screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

a {
  color: #2a2b28;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn--primary {
  line-height: normal;
  background-color: #d6cd29;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  text-transform: lowercase;
  transition: background-color 0.3s;
}
.btn.btn--primary:hover {
  background-color: #90a5db;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header ul {
  margin: 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(20px, 1.375rem, 24px);
  padding-bottom: clamp(20px, 1.375rem, 24px);
  font-weight: 500;
  position: relative;
}
.header__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px rgba(63, 64, 59, 0.08);
  z-index: 2;
}
.header__actions {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header__actions {
    width: 19.125rem;
  }
}
.header__action {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__action {
    display: block;
    font-size: clamp(16px, 1.0625rem, 22px);
  }
}
.header__action--favorite {
  display: none;
  text-transform: lowercase;
  padding: 0rem 1.75rem;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .header__action--favorite {
    padding: 0.25rem 1.5rem;
  }
}
.header__action--favorite:after {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.125rem;
  background-color: #2a2b28;
  mask-image: url("../images/icons/icon-heart.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: all 0.3s;
}
.header__action--favorite:hover {
  color: #ab4543;
}
.header__action--favorite:hover:after {
  background-color: #ab4543;
}
.header__action--schedule {
  transition: all 0.3s;
}
.header__action--schedule-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header__action--schedule-mobile {
    display: none;
  }
}
.header__logo {
  max-width: 12.5rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 360px) {
  .header__logo {
    max-width: 15.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    max-width: 19.125rem;
  }
}
.header__logo a {
  width: 100%;
}
.header__logo a img {
  width: 100%;
}

.main-navigation {
  position: relative;
  display: none;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    display: flex;
    font-size: clamp(17px, 1.0625rem, 22px);
  }
}
.main-navigation--active {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  padding: 10.375rem 1.375rem 0rem;
  gap: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .main-navigation--active {
    gap: 2.375rem;
    padding-top: 7.75rem;
  }
}
.main-navigation--active ul {
  flex-direction: column;
  gap: 1.125rem;
  margin-bottom: auto;
}
@media only screen and (min-width: 1024px) {
  .main-navigation--active ul {
    gap: 2.375rem;
  }
}
.main-navigation--active ul li a {
  font-size: 1.375rem;
  background-color: transparent;
  text-transform: lowercase;
  transition: all 0.3s;
  padding: 0;
}
.main-navigation--active ul li a:hover {
  color: #ab4543;
}
.main-navigation .current-menu-item a {
  color: #ab4543;
}
.main-navigation .header__action--favorite {
  display: block;
  font-size: 1.375rem;
  margin-bottom: auto;
  text-transform: lowercase;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .header__action--favorite {
    display: none;
  }
}
.main-navigation .top-header-menu {
  display: block;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .top-header-menu {
    display: none;
  }
}
.main-navigation .header__action--schedule-mobile {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  box-sizing: border-box;
  padding: 0.8125rem;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .header__action--schedule-mobile {
    display: none;
  }
}

.nav-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.375rem;
}
.nav-menu li a {
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  text-transform: lowercase;
  transition: all 0.3s;
}
.nav-menu li a:hover {
  color: #ab4543;
}

.burger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 3rem;
  height: 3rem;
  background-color: #d6cd29;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  z-index: 12;
}
@media only screen and (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu--open {
  background-color: transparent;
}
.burger-menu--open:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51524a;
  opacity: 0.2;
  border-radius: 50%;
}

.burger-icon {
  display: flex;
  width: 20px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.burger-icon--open {
  width: 32px;
}
.burger-icon span {
  width: 100%;
  height: 2px;
  background-color: #51524a;
  transition: all 0.3s;
}
.burger-icon:before, .burger-icon:after {
  content: "";
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #51524a;
  position: absolute;
  transition: all 0.3s;
}
.burger-icon:before {
  top: 0;
}
.burger-icon:after {
  bottom: 0;
}
.burger-icon--open {
  transition: all 0.3s;
}
.burger-icon--open:hover {
  transform: scale(0.8);
}
.burger-icon--open span {
  opacity: 0;
}
.burger-icon--open:before {
  transform: translateY(7px) rotate(45deg);
}
.burger-icon--open:after {
  transform: translateY(-7px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .burger-icon {
    display: none;
  }
}

.top-header {
  background-color: #51524a;
  min-height: 2.125rem;
}
.top-header a {
  transition: color 0.3s;
}
.top-header a:hover {
  color: #d6cd29;
}
@media only screen and (min-width: 1024px) {
  .top-header {
    background: url("../images/bg/top-header-bg.jpg") repeat-x center;
    background-size: contain;
  }
}
.top-header__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .top-header__wrapper {
    justify-content: end;
  }
}
.top-header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.75rem;
}
.top-header__inner .top-header-menu a {
  transition: color 0.3s;
}
.top-header__inner .top-header-menu a:hover {
  color: #ab4543;
}
@media only screen and (min-width: 1024px) {
  .top-header__inner .top-header-menu a:hover {
    color: #d6cd29;
  }
}
@media only screen and (min-width: 1024px) {
  .top-header__inner {
    width: auto;
  }
}
.top-header__schedule, .top-header__phone {
  color: #fff;
  padding: 0.75rem 0rem;
  font-family: "neue-kabel", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .top-header__schedule, .top-header__phone {
    padding-top: clamp(4px, 0.25rem, 8px);
    padding-bottom: clamp(4px, 0.25rem, 8px);
    letter-spacing: 0.06em;
    font-size: clamp(14px, 0.875rem, 20px);
  }
}
.top-header .top-header-menu {
  display: none;
  text-transform: uppercase;
  font-family: "neue-kabel", sans-serif;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  .top-header .top-header-menu {
    font-weight: 500;
    font-size: 0.875rem;
    display: block;
  }
}
.top-header .top-header-menu li a {
  font-size: clamp(14px, 0.875rem, 20px);
  letter-spacing: 0.06em;
  color: #fff;
}
.top-header__schedule {
  display: block;
  text-transform: lowercase;
}
.footer {
  color: #fff;
  position: relative;
  z-index: 2;
}
.footer a {
  color: #fff;
}
.footer__bottom {
  background-color: #2a2b28;
}

.main-footer {
  background-color: #51524a;
  position: relative;
  overflow: hidden;
}
.main-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/bg/footer-bg.png") no-repeat bottom right;
  background-size: contain;
  opacity: 0.5;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .main-footer:before {
    right: -2.5625rem;
    bottom: -8.6875rem;
    height: 45.375rem;
    width: 77.125rem;
  }
}
.main-footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: start;
  width: 100%;
  gap: 11.375rem;
  padding-top: 3.25rem;
}
@media only screen and (min-width: 1024px) {
  .main-footer__wrapper {
    padding-top: clamp(42px, 2.625rem, 70px);
    gap: clamp(112px, 7rem, 150px);
  }
}
.main-footer__contacts {
  flex-grow: 1;
}
.main-footer__contacts a {
  font-size: clamp(17px, 1.0625rem, 20px);
}
.main-footer .main-contact-info {
  line-height: 1.6470588235;
  position: relative;
  padding-left: 1.875rem;
  font-size: clamp(17px, 1.0625rem, 22px);
  margin-bottom: clamp(32px, 2rem, 40px);
}
.main-footer .main-contact-info:before {
  content: "";
  position: absolute;
  top: clamp(6px, 0.375rem, 8px);
  left: 0;
  width: 0.5rem;
  height: 100%;
  background: url("../images/icons/triangle-right.svg") no-repeat top;
  background-size: contain;
}
.main-footer .main-contact-info-main {
  margin-bottom: clamp(20px, 1.25rem, 30px);
}
.main-footer .main-contact-info-temporary a {
  color: #d6cd29;
}
.main-footer .main-contact-info-temporary a:hover {
  color: #bbb433;
}
.main-footer .phone {
  margin-bottom: clamp(24px, 1.5rem, 30px);
}
.main-footer .social-icons {
  display: flex;
  gap: 1.25rem;
  padding-left: 1.25rem;
}
.main-footer .social-icons .icon {
  font-size: clamp(26px, 1.625rem, 32px);
  width: clamp(48px, 3rem, 64px);
  height: clamp(48px, 3rem, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #2a2b28;
  position: relative;
}
.main-footer .social-icons .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d6cd29;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.3s;
}
.main-footer .social-icons .icon i {
  position: relative;
  z-index: 2;
}
.main-footer .social-icons .icon:nth-child(even) {
  background: url("../images/bg/facebook-bg.png") no-repeat center;
  background-size: contain;
}
.main-footer .social-icons .icon:nth-child(even):before {
  background: #90a5db;
}
.main-footer .social-icons .icon:nth-child(odd) {
  background: url("../images/bg/instagram-bg.png") no-repeat center;
  background-size: contain;
}
.main-footer .social-icons .icon:hover:before {
  opacity: 1;
}
.main-footer__decor {
  position: relative;
}
.main-footer__logo {
  position: relative;
  z-index: 1;
  width: calc(100% - 42px);
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .main-footer__logo {
    bottom: -0.75rem;
    height: 15rem;
    width: 69.8125rem;
  }
}
.main-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-footer__slogan {
  background-color: #bbb433;
  position: absolute;
  top: -9.375rem;
  right: -2.6875rem;
  width: 11.9375rem;
  height: 11.9375rem;
  padding: 2.5rem;
  border-radius: 50%;
  color: #2a2b28;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media only screen and (min-width: 1024px) {
  .main-footer__slogan {
    line-height: 1.8235294118;
    top: -9.75rem;
    right: -10.3125rem;
    font-size: clamp(17px, 1.0625rem, 26px);
    width: clamp(150px, 18.125rem, 350px);
    height: clamp(150px, 18.125rem, 350px);
    padding: clamp(75px, 4.6875rem, 100px);
  }
}
.main-footer__eho-ada {
  z-index: 5;
  line-height: 1;
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: max-content;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .main-footer__eho-ada {
    right: 2.125rem;
    bottom: 0.5rem;
  }
}
.main-footer__eho-ada a svg path {
  transition: fill 0.3s;
}
.main-footer__eho-ada a:hover svg path {
  fill: #bbb433;
}

.bottom-footer__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer__wrapper {
    padding-top: clamp(10px, 1.5rem, 30px);
    padding-bottom: clamp(10px, 1.5rem, 30px);
    align-items: center;
    flex-direction: row;
    gap: 1.125rem;
  }
}
.bottom-footer__copyright {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer__copyright {
    flex-direction: column;
    margin-bottom: 0;
    font-size: clamp(13px, 0.8125rem, 18px);
  }
}
.bottom-footer__menu .footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer__menu .footer-menu {
    gap: 1.125rem;
    flex-direction: row;
    margin-bottom: 0;
  }
}
.bottom-footer__menu .footer-menu .menu-item {
  line-height: 1;
}
.bottom-footer__menu .footer-menu .menu-item a {
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  transition: color 0.3s;
}
@media only screen and (min-width: 1024px) {
  .bottom-footer__menu .footer-menu .menu-item a {
    font-size: clamp(13px, 0.8125rem, 18px);
  }
}
.bottom-footer__menu .footer-menu .menu-item a:hover {
  color: #d6cd29;
}
.bottom-footer__logos {
  display: flex;
  align-items: center;
  gap: clamp(40px, 2.5rem, 60px);
}
.bottom-footer__logos img {
  max-height: 3.4375rem;
  max-width: 8.75rem;
}

/* Use sections within sections
<section>
	<section>

	</section>
</section>
*/
.single-floorplan {
  box-sizing: border-box;
}
.single-floorplan__wrapper {
  display: flex;
  flex-direction: column;
  padding: 1.375rem 0rem 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__wrapper {
    padding: 0rem 1.5rem;
    gap: 4.6875rem;
    flex-direction: row;
    align-items: center;
  }
}
.single-floorplan__image-block {
  flex-grow: 1;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__image-block {
    margin-left: 3.125rem;
    padding-top: 0.625rem;
    max-width: 32.75rem;
  }
}
.single-floorplan__content-block {
  padding: 0rem 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__content-block {
    flex-grow: 1;
    padding: 0;
  }
}
.single-floorplan__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-floorplan .tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan .tabs {
    gap: 1.25rem;
  }
}
.single-floorplan .tabs__nav {
  text-align: center;
  margin-bottom: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1024px) {
  .single-floorplan .tabs__nav {
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    column-gap: 0;
  }
}
.single-floorplan .tabs__button {
  color: #51524a;
  background-color: #fff;
  border-radius: 0rem;
  transition: all 0.3s;
  padding: 0.5rem 0.6875rem;
  outline: 1px solid #000;
}
.single-floorplan .tabs__button:before {
  content: none;
}
.single-floorplan .tabs__button:hover, .single-floorplan .tabs__button.is-active {
  background: rgba(144, 165, 219, 0.7);
  border: none;
}
.single-floorplan__top {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__top {
    margin-top: 0rem;
  }
}
.single-floorplan__top--title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__top--title {
    text-align: initial;
  }
}
.single-floorplan__top--details {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__top--details {
    justify-content: initial;
  }
}
.single-floorplan__disclaimer {
  font-size: 0.875rem;
  font-weight: 450;
  color: #51524a;
  line-height: 1.4285714286;
}
.single-floorplan__bottom {
  display: flex;
  justify-content: start;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
  display: none;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__bottom {
    flex-direction: row;
    margin-top: 2.8125rem;
  }
}
.single-floorplan__label {
  font-size: 1.5625rem;
}
.single-floorplan__back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.25rem 0rem 2rem;
}
@media only screen and (min-width: 1024px) {
  .single-floorplan__back {
    padding: 3.25rem 0rem 2rem;
  }
}
.single-floorplan__back-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
  font-weight: 500;
  display: block;
  padding: 0.5rem 0.75rem 0.5rem 1.25rem;
  transition: color 0.3s;
}
.single-floorplan__back-button:hover {
  color: #ab4543;
}
.single-floorplan__back-button:hover:after {
  background-color: #ab4543;
}
.single-floorplan__back-button:after {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.8125rem;
  height: 0.5625rem;
  background-color: #2a2b28;
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s;
  mask-image: url("../images/icons/arrow-left.svg");
}

/* ---------------------------------------
/*  UNITS TABLE
/*--------------------------------------- */
.units-table {
  font-size: 1.0625rem;
  border-radius: 5px;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-weight: normal;
  color: #51524a;
  margin-bottom: 3.625rem;
}
@media only screen and (min-width: 1024px) {
  .units-table {
    margin-bottom: 3.125rem;
  }
}
.units-table a {
  color: #51524a;
}
.units-table__head {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .units-table__head {
    border-bottom: 1px solid #51524a;
    display: table-header-group;
  }
}
@media only screen and (min-width: 1024px) {
  .units-table__body {
    border-bottom: 1px solid #51524a;
  }
}
.units-table__row {
  border: 1px solid #c7c9bf;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1.375rem;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .units-table__row {
    display: table-row;
    border: none;
  }
  .units-table__row:not(:last-child) {
    border-bottom: 1px solid #bbb433;
  }
}
.units-table__header, .units-table__cell {
  vertical-align: top;
  position: relative;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .units-table__header, .units-table__cell {
    padding: 0.625rem 1.25rem 0.125rem 0rem;
  }
}
.units-table__cell {
  padding: 0.1875rem 0rem;
  margin: 0 -1px -1px 0;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #bbb433;
}
@media only screen and (min-width: 1024px) {
  .units-table__cell {
    width: auto;
    display: table-cell;
    padding: 0.625rem 2.25rem 0.625rem 0rem;
  }
}
.units-table__cell--residence .units-table__content {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .units-table__cell--residence .units-table__content {
    width: auto;
    justify-content: space-between;
  }
}
.units-table__cell--finishes .units-table__content a, .units-table__cell--finishes .units-table__content .finishes-link, .units-table__cell--virtual_tour .units-table__content a, .units-table__cell--virtual_tour .units-table__content .finishes-link {
  display: block;
  position: relative;
}
.units-table__cell--finishes .units-table__content a:hover, .units-table__cell--finishes .units-table__content .finishes-link:hover, .units-table__cell--virtual_tour .units-table__content a:hover, .units-table__cell--virtual_tour .units-table__content .finishes-link:hover {
  color: #ab4543;
}
.units-table__cell--finishes .units-table__content a:hover:before, .units-table__cell--finishes .units-table__content .finishes-link:hover:before, .units-table__cell--virtual_tour .units-table__content a:hover:before, .units-table__cell--virtual_tour .units-table__content .finishes-link:hover:before {
  content: "";
  background-color: #ab4543;
}
.units-table__cell--finishes .units-table__content a:before, .units-table__cell--finishes .units-table__content .finishes-link:before, .units-table__cell--virtual_tour .units-table__content a:before, .units-table__cell--virtual_tour .units-table__content .finishes-link:before {
  content: "";
  position: absolute;
  left: 0;
  mask-size: contain;
}
.units-table__cell--finishes .finishes-link {
  cursor: pointer;
}
.units-table__cell--finishes .tippy-content {
  padding: 0.625rem !important;
}
.units-table__cell--finishes .tippy-content .finishes__title {
  color: #51524a;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
.units-table__cell--finishes .tippy-content .finishes__images {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr 1fr;
}
.units-table__cell--finishes .tippy-content .finishes__images img {
  display: block;
  width: 4.6875rem;
  height: 4.6875rem;
  object-fit: cover;
}
.units-table__cell--finishes .units-table__content .finishes-link {
  padding-left: 2.0625rem;
  transition: color 0.3s;
}
.units-table__cell--finishes .units-table__content .finishes-link:before {
  bottom: 0.5rem;
  height: 1rem;
  width: 1.375rem;
  background-color: #51524a;
  mask-image: url(" ../images/icons/camera-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s;
}
.units-table__cell--virtual_tour {
  border-bottom: none;
}
.units-table__cell--virtual_tour .units-table__content a {
  padding-left: 2.625rem;
}
.units-table__cell--virtual_tour .units-table__content a:before {
  bottom: -0.625rem;
  height: 2.1875rem;
  width: 2.1875rem;
  background-color: #51524a;
  mask-image: url(" ../images/icons/camera-360-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background-color 0.3s;
}
.units-table__cell--link {
  border-bottom: none;
  margin-top: 0.625rem;
  padding-right: 0;
}
.units-table__cell--link .units-table__label {
  display: none;
}
.units-table__cell--link .units-table__content {
  display: block;
  width: 100%;
  margin-top: 0;
  text-transform: lowercase;
  padding: 0;
}
.units-table__cell--link .units-table__content a {
  display: block;
  text-align: center;
  background-color: #d6cd29;
  padding: 0.375rem;
}
.units-table__cell--link .units-table__content a:hover {
  background-color: #90a5db;
}
.units-table__label {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 5px 0;
  width: 50%;
  font-size: 0.9375rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .units-table__label {
    padding-left: 0.625rem;
    display: none;
    width: auto;
  }
}
.units-table__content {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .units-table__content {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .units-table__cell > .units-table__content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .units-table__cell > .units-table__content {
    margin-top: 5px;
  }
}
.full-width-video video {
  width: 100vw;
  display: block;
  object-fit: cover;
  height: 31rem;
  overflow: hidden;
}
@media only screen and (min-width: 940px) {
  .full-width-video video {
    height: 39.75rem;
  }
}

.info-section__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.info-section__content {
  padding-top: 1.0625rem;
  max-width: 100%;
  font-size: 1.0625rem;
  line-height: 2.1176470588;
  padding-bottom: 1.625rem;
}
@media only screen and (min-width: 1024px) {
  .info-section__content {
    padding-bottom: 4.625rem;
    font-size: 1.25rem;
    padding-top: 1.875rem;
    max-width: 53.125rem;
  }
}
.info-section__header {
  font-family: "sztos-variable", sans-serif;
  font-weight: 400;
  margin-bottom: 15rem;
  text-align: center;
  line-height: 1.375;
  font-size: 1.5rem;
}
.info-section__header p {
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 940px) {
  .info-section__header {
    line-height: 1;
    font-size: 2.25rem;
    text-align: left;
    margin-bottom: 5.125rem;
  }
}
.info-section__first-text {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1024px) {
  .info-section__first-text {
    margin-bottom: 0.75rem;
  }
}
.info-section__second-text {
  font-size: 2.5rem;
  line-height: 1.325;
  font-weight: 200;
}
@media only screen and (min-width: 1024px) {
  .info-section__second-text {
    max-width: 50rem;
    color: #2a2b28;
    font-size: 5.625rem;
    line-height: 1.2666666667;
  }
}
.info-section__button {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  position: absolute;
  top: 8.125rem;
  min-width: 9.125rem;
  height: 9.125rem;
  right: 3.75rem;
}
@media only screen and (min-width: 940px) {
  .info-section__button {
    min-width: 13.875rem;
    height: 13.875rem;
    transform: translate(0, 2.5rem);
    margin-top: -4.375rem;
    bottom: 18.75rem;
    top: 15.625rem;
    position: sticky;
  }
}
@media only screen and (min-width: 1680px) {
  .info-section__button {
    min-width: 280px;
    height: 280px;
  }
}
.info-section__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background: url("../images/bg/circle-btn-bg-mobile.png") no-repeat center;
}
@media only screen and (min-width: 940px) {
  .info-section__button a {
    background: url("../images/bg/circle-btn-bg.png") no-repeat center;
  }
}
.info-section__button a:before {
  opacity: 1;
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #d6cd29;
  transition: opacity 0.5s;
  width: 8.25rem;
  height: 8.25rem;
}
@media only screen and (min-width: 940px) {
  .info-section__button a:before {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media only screen and (min-width: 1680px) {
  .info-section__button a:before {
    width: 250px;
    height: 250px;
  }
}
.info-section__button a span {
  position: relative;
  display: inline-block;
  max-width: 5rem;
  line-height: 1.2941176471;
  padding-bottom: 0.625rem;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .info-section__button a span {
    max-width: 5.625rem;
    padding-bottom: 1.375rem;
  }
}
.info-section__button a svg {
  z-index: 1;
}
@media only screen and (min-width: 940px) {
  .info-section__button a:hover {
    transform: scale(1.2);
  }
  .info-section__button a:hover:before {
    content: "";
    opacity: 0;
  }
  .info-section__button a:hover svg {
    width: 3.75rem;
    height: 2.125rem;
  }
}
.info-section__button-content {
  display: flex;
  flex-direction: column;
}
.info-section__button-content svg {
  transition: all 0.3s;
}

.scroll-gallery__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .scroll-gallery__wrapper {
    flex-direction: row;
  }
}
.scroll-gallery__description {
  position: relative;
  max-width: 100%;
  background-color: #2a2b28;
  color: #fff;
  line-height: 2.1176470588;
}
@media only screen and (min-width: 1024px) {
  .scroll-gallery__description {
    pointer-events: none;
    width: 100%;
    max-width: 29.6875rem;
  }
}
.scroll-gallery__description--inner {
  padding: 3.75rem 1.5625rem 2.5rem;
  will-change: transform;
}
@media only screen and (min-width: 1024px) {
  .scroll-gallery__description--inner {
    position: sticky;
    top: 7.75rem;
    padding: 8.125rem 7.8125rem 6.25rem 2.5rem;
  }
}
.scroll-gallery__description--inner p {
  margin-bottom: 1.25rem;
}
.scroll-gallery__description--inner blockquote {
  font-size: 1.5rem;
  line-height: 1.5;
}
.scroll-gallery__description--inner hr {
  margin: 3.5rem 0rem;
  height: 0.3125rem;
  background-color: transparent;
  border: 1px solid #51524a;
}
.scroll-gallery__gallery {
  width: 100%;
}
.scroll-gallery__image {
  will-change: transform;
  width: auto;
  position: sticky;
  top: 7.75rem;
  height: 24.5625rem;
}
@media only screen and (min-width: 1024px) {
  .scroll-gallery__image {
    height: 37.5rem;
  }
}
.scroll-gallery__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-hero__wrapper {
  position: relative;
  height: 100%;
  color: #51524a;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__wrapper {
    color: #fff;
    height: 20.875rem;
  }
}
.gallery-hero__image-block {
  height: 13.125rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__image-block {
    height: 100%;
  }
}
.gallery-hero__content-block {
  position: relative;
  padding: 1.375rem 1.125rem 0rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__content-block {
    padding: 3.875rem 8.75rem 3.875rem 3.875rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.gallery-hero__image--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__image--desktop {
    display: block;
  }
}
.gallery-hero__image--mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__image--mobile {
    display: none;
  }
}
.gallery-hero__subtitle {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .gallery-hero__subtitle {
    margin-bottom: 3.125rem;
  }
}

.gallery {
  padding: 4.5rem 0rem;
}
.gallery__wrapper {
  opacity: 1;
  transition: all 0.3s;
}
.gallery__wrapper--hidden {
  opacity: 0;
}
.gallery__controls--desktop {
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2.25rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--desktop {
    display: flex;
  }
}
.gallery__controls--desktop button {
  padding: 0.3125rem 0.625rem;
  border: none;
  background-color: transparent;
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
  color: #51524a;
}
.gallery__controls--desktop button:before {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border: 1px solid #51524a;
  background-color: transparent;
  transition: all 0.3s;
}
.gallery__controls--desktop button:hover:before {
  background-color: #90a5db;
}
.gallery__controls--mobile {
  display: flex;
  margin-bottom: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .gallery__controls--mobile {
    display: none;
  }
}
.gallery__controls--mobile .choices {
  width: 100%;
  text-transform: lowercase;
}
.gallery__images {
  columns: 1;
  gap: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gallery__images {
    columns: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__images {
    columns: 3;
  }
}
.gallery__image {
  display: block;
  margin-bottom: 1rem;
}
.gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.gallery .mixitup-page-list {
  padding: 10px;
  text-align: center;
}
.gallery .mixitup-control-active {
  pointer-events: none;
  color: #2a2b28;
}
.gallery .mixitup-control-active:before {
  background-color: #90a5db;
}
.gallery .choices:after {
  content: "";
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #51524a;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices .choices__inner {
  padding: 0rem 1.5rem;
  background-color: #fff;
  border: 1px solid #51524a;
  color: #51524a;
  border-radius: 0.25rem;
}
.gallery .choices__item {
  font-size: 1.5rem;
  line-height: 1.5;
}
.gallery .choices__item--choice {
  font-size: 1.5rem;
}
.gallery .choices__list--dropdown.choices__list--dropdown .choices__item {
  padding: 0rem 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
.gallery .choices[data-type*=select-one]::after {
  content: "";
  height: 12px;
  width: 12px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #51524a;
  transform: rotate(135deg);
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  margin-top: -3px;
  pointer-events: none;
  transition: transform 0.3s;
}
.gallery .choices[data-type*=select-one].is-open::after {
  margin-top: -1px;
  border-color: #51524a;
  transform: rotate(315deg);
}

.floorplans-hero__main {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__main {
    flex-direction: row;
  }
}
.floorplans-hero__main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2a2b28;
  opacity: 0.7;
  z-index: 2;
  width: 25%;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__main:before {
    width: 50%;
  }
}
.floorplans-hero__main:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #d6cd29;
  opacity: 0.7;
  width: 75%;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__main:after {
    width: 50%;
  }
}
.floorplans-hero__slogan {
  box-sizing: border-box;
  background-color: #51524a;
  flex-grow: 1;
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding: 1.375rem 1.5rem 4.375rem;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__slogan {
    padding: 4.25rem 6.8125rem 4.25rem 2.75rem;
    max-width: 29.6875rem;
  }
}
.floorplans-hero__subheader {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2.75rem;
}
.floorplans-hero__header h2 {
  font-size: 3.125rem;
  line-height: 1.16;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__header h2 {
    line-height: 1.1935483871;
    font-size: 3.875rem;
  }
}
.floorplans-hero__image {
  position: relative;
  width: 100%;
  background-image: var(--floorplans-hero-image);
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__image {
    height: 29.75rem;
  }
}
.floorplans-hero__image--highlight {
  position: relative;
  z-index: 5;
  width: 100%;
  clip-path: inset(18px 0 18px 10%);
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__image--highlight {
    clip-path: inset(2.5rem 0rem 2.5rem 8.5625rem);
  }
}
.floorplans-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floorplans-hero__description {
  padding: 4.875rem 1.5rem 4rem;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__description {
    text-align: center;
    padding: 3.875rem 1.5rem 3.625rem;
    max-width: 53.75rem;
  }
}
.floorplans-hero__title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1024px) {
  .floorplans-hero__title {
    margin-bottom: 0.625rem;
  }
}
.floorplans-hero__text {
  line-height: 2.1176470588;
}

#floorplans-page .flooreplans-tabs {
  position: relative;
}
#floorplans-page .flooreplans-tabs .tabs__content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #floorplans-page .flooreplans-tabs .tabs__content:before {
    content: "";
    position: absolute;
    top: -1.75rem;
    right: 2.8125rem;
    width: 2.1875rem;
    height: 2.0625rem;
    background: url("../images/bg/bird-red.svg") no-repeat center;
    z-index: 2;
  }
}

/* ---------------------------------------
/* Map
/*--------------------------------------- */
.map-view {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #51534a;
}
.map-view__wrapper {
  min-height: 31.25rem;
  padding: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-view__wrapper iframe {
  width: 100%;
  min-height: 50rem;
}
.map-view__wrapper .map-wrapper {
  width: 100%;
}

/* ---------------------------------------
/* Floorplans
/*--------------------------------------- */
.floorplans {
  overflow: hidden;
  min-height: 31.25rem;
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #51534a;
  /* Rectangle 5479 */
}
.floorplans__wrapper {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .floorplans__wrapper {
    padding: 2rem;
  }
}
.floorplans__filters .controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 3.125rem;
  margin-bottom: 4.125rem;
}
@media only screen and (min-width: 768px) {
  .floorplans__filters .controls {
    column-gap: 6.25rem;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1024px) {
  .floorplans__filters .controls {
    margin-bottom: 1.875rem;
    justify-content: space-between;
  }
}
.floorplans__filters .controls .price-group {
  display: none;
  width: 100%;
  margin-top: 3.125rem;
}
@media only screen and (min-width: 1024px) {
  .floorplans__filters .controls .price-group {
    margin-top: 0.75rem;
    max-width: 12.625rem;
  }
}
.floorplans__filters .controls .price-group__label {
  font-size: 0.9375rem;
}
.floorplans__filters .price-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  line-height: 1;
}
.floorplans__filters .price-group p {
  margin-left: -0.3125rem;
  display: flex;
}
.floorplans__filters .price-group__label {
  flex-grow: 1;
}
.floorplans__filters .price-group .noUi-target {
  height: 0.25rem;
}
.floorplans__filters .price-group .noUi-base .noUi-connects .noUi-connect {
  background-color: #90a5db;
}
.floorplans__filters .price-group .noUi-origin .noUi-handle {
  background-color: #90a5db;
  box-shadow: none;
  width: 0.875rem;
  height: 0.875rem;
  top: -0.3125rem;
  right: -0.3125rem;
  border-radius: 50%;
}
.floorplans__filters .price-group .noUi-origin .noUi-handle:before {
  content: none;
}
.floorplans__filters .price-group .noUi-origin .noUi-handle:after {
  content: none;
}
.floorplans__head {
  display: flex;
  align-items: center;
  color: #2a2b28;
  gap: 1.0625rem;
  margin-bottom: 0.125rem;
}
.floorplans__count {
  font-size: 1.875rem;
}
.floorplans__sort-button {
  padding: 0.3125rem 2.5rem 0.3125rem 0.625rem;
  border-radius: 1.125rem;
  line-height: 1.2;
  border: 1px solid rgba(81, 83, 74, 0.75);
  font-weight: 500;
  font-size: 0.875rem;
  color: #51524a;
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
}
.floorplans__sort-button:before {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 0.375rem;
  width: 1.375rem;
  height: 1rem;
  background: url("../images/icons/sort-icon.svg") no-repeat center;
  background-size: contain;
}
.floorplans__sort-item {
  border: none;
  background-color: #fff;
  padding: 0.25rem 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  color: #51524a;
}
.floorplans__list {
  display: grid;
  margin-bottom: 3.125rem;
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 2.5rem;
  grid-template-columns: repeat(1, minmax(300px, 1fr));
}
@media only screen and (min-width: 768px) {
  .floorplans__list {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .floorplans__list {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
  }
}
.floorplans .floorplan {
  background-color: #fff;
  height: 100%;
  border: 1px solid #51524a;
}
.floorplans .floorplan__header {
  text-align: center;
  background-color: #51524a;
  color: #fff;
  padding: 0.75rem 0.75rem 0.375rem;
}
.floorplans .floorplan__title {
  line-height: 1;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.floorplans .floorplan__info {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
.floorplans .floorplan__image {
  max-height: 21.875rem;
  padding: 1.875rem 0rem;
}
.floorplans .floorplan__image img {
  width: 100%;
  max-height: 18.75rem;
  object-fit: contain;
}
.floorplans .floorplan__price {
  font-weight: 700;
}
.floorplans .floorplan__details {
  justify-content: center;
  gap: 1.25rem;
  display: flex;
  color: #2a2b28;
}
.floorplans .floorplan__actions {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 1rem 1rem;
}
.floorplans .floorplan__action {
  cursor: pointer;
  border: none;
  padding: 0.875rem;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
}
.floorplans .floorplan__action--save {
  border-top: 2px solid #d6cd29;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.floorplans .floorplan__action--save span {
  font-weight: 500;
  padding: 0rem 1.75rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .floorplans .floorplan__action--save span {
    padding: 0.25rem 1.5rem;
  }
}
.floorplans .floorplan__action--save span:after {
  position: absolute;
  left: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.125rem;
  background-color: #2a2b28;
  mask-image: url("../images/icons/icon-heart.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: all 0.3s;
}
.floorplans .floorplan__action--save:hover {
  color: #ab4543;
}
.floorplans .floorplan__action--save:hover span:after {
  background-color: #ab4543;
}
.floorplans .floorplan__action--details {
  background-color: #d6cd29;
  padding: 0.25rem 0.875rem;
}
.floorplans .floorplan__action--details:hover {
  background-color: #90a5db;
}
.floorplans__no-results {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.25rem;
  text-align: center;
}
.floorplans__no-results h3 {
  font-size: 32px;
  margin-bottom: 2.5rem;
}
.floorplans__disclaimer {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.4285714286;
  font-weight: 450;
  margin-bottom: 1.875rem;
}

#range {
  height: 50px;
}

.features-hero__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .features-hero__wrapper {
    flex-direction: row;
    height: 47.75rem;
  }
}
.features-hero__image-block {
  position: relative;
  height: 27.5rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__image-block {
    width: 50%;
    height: 100%;
  }
}
.features-hero__image-block:before, .features-hero__image-block:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #51524a;
  opacity: 1;
  mix-blend-mode: multiply;
}
.features-hero__image-block:before {
  top: 0;
  height: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__image-block:before {
    height: 3.75rem;
  }
}
.features-hero__image-block:after {
  bottom: 0;
  height: 5rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__image-block:after {
    height: 8.4375rem;
  }
}
.features-hero__image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-hero__content-block {
  background-color: #51524a;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.375rem 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__content-block {
    padding: 4.25rem 10.125rem 4.25rem 3.875rem;
    width: 50%;
  }
}
.features-hero__title {
  color: #d6cd29;
  margin-bottom: 1.625rem;
  text-indent: -1.25rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__title {
    margin-bottom: 2.75rem;
  }
}
.features-hero__subtitle {
  text-transform: uppercase;
  margin-bottom: 2.75rem;
}
@media only screen and (min-width: 1024px) {
  .features-hero__subtitle {
    margin-bottom: 8.625rem;
  }
}
.features-hero__text {
  line-height: 2.1176470588;
}

.residences {
  background-color: #fff;
}
.residences__wrapper {
  padding-bottom: 10rem;
}
@media only screen and (min-width: 1024px) {
  .residences__wrapper {
    padding-bottom: 16.25rem;
  }
}
.residences__top-block {
  margin-bottom: -0.875rem;
  position: relative;
}
.residences__main-block {
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
}
@media only screen and (min-width: 1024px) {
  .residences__main-block {
    flex-direction: row;
    justify-content: end;
    gap: 4rem;
    padding: 0rem 10.5rem;
  }
}
.residences__top-image {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .residences__top-image {
    padding: 0rem 9rem;
  }
}
.residences__top-image--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .residences__top-image--desktop {
    display: block;
  }
}
.residences__top-image--mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .residences__top-image--mobile {
    display: none;
  }
}
.residences__top-image img {
  position: relative;
  z-index: 2;
  display: inline-block;
  object-fit: cover;
  margin-top: 0;
  width: 100%;
  height: 18.75rem;
}
@media only screen and (min-width: 1024px) {
  .residences__top-image img {
    height: 31.625rem;
    margin-top: -5rem;
  }
}
.residences__title {
  color: #90a5db;
  font-family: "sztos-variable", sans-serif;
  text-transform: uppercase;
  opacity: 0.4;
  position: relative;
  z-index: 3;
  letter-spacing: 0.033em;
  font-size: 4.625rem;
  line-height: 1;
  margin-top: -2.25rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .residences__title {
    text-align: left;
    line-height: 1.8823529412;
    font-size: 7.5rem;
    padding: 0rem 12rem;
    margin-top: -6.25rem;
  }
}
.residences__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  width: 10.625rem;
  height: 10.625rem;
  background: url("../images/bg/button-yellow-bg.png") no-repeat center;
  background-size: cover;
  z-index: 3;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .residences__link {
    width: 13.875rem;
    height: 13.875rem;
  }
}
.residences__link:hover {
  transform: scale(1.2);
}
.residences__link:hover:before {
  opacity: 0;
  transition: all 0.5s;
}
.residences__link:hover span:before {
  transform: scale(1.25) translateX(-35%);
  transform-origin: center bottom;
  transition: all 0.3s;
}
.residences__link span {
  font-weight: 500;
  line-height: 1.2941176471;
  position: relative;
  z-index: 3;
  padding: 0rem 1.4375rem 2.5rem;
  text-align: center;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .residences__link span {
    padding: 0rem 2.625rem 2.5rem;
    font-size: 1.0625rem;
  }
}
.residences__link span:before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  height: 1.375rem;
  width: 1.375rem;
  background: url("../images/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .residences__link span:before {
    bottom: 0;
    width: 3.125rem;
  }
}
.residences__link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
  width: 9.75rem;
  height: 9.75rem;
}
@media only screen and (min-width: 1024px) {
  .residences__link:before {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.residences__link:before {
  background-color: #d6cd29;
}
@media only screen and (min-width: 1024px) {
  .residences__link {
    right: 4.125rem;
    bottom: 4.625rem;
    position: absolute;
  }
}
.residences__benefits {
  padding: 0rem 1.375rem;
  margin-top: 3.25rem;
}
.residences__benefits h5 {
  color: #bbb433;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .residences__benefits h5 {
    margin-bottom: 0.375rem;
  }
}
.residences__benefits ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .residences__benefits ul {
    gap: 0.25rem;
  }
}
.residences__benefits ul li {
  line-height: 1.4117647059;
  position: relative;
  padding-left: 1.875rem;
}
.residences__benefits ul li:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.625rem;
  height: 0.875rem;
  width: 0.625rem;
  border-radius: 50%;
  background: url("../images/icons/list-icon.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .residences__benefits ul li {
    line-height: 1.8823529412;
  }
}
@media only screen and (min-width: 1024px) {
  .residences__benefits {
    margin-top: 0rem;
    padding: 0;
    min-width: 23rem;
  }
}
.residences__main-title-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #51524a;
  margin-bottom: 1rem;
  color: #51524a;
}
.residences__main-images {
  padding: 0rem 1.375rem;
  margin-bottom: 2.375rem;
}
@media only screen and (min-width: 1024px) {
  .residences__main-images {
    margin: 0;
    padding: 0;
  }
}
.residences__main-images-block {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .residences__main-images-block {
    max-width: 31.25rem;
    gap: 2.5rem;
  }
}
.residences__main-images-block--first, .residences__main-images-block--second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.375rem;
  height: 100%;
}
.residences__main-images-block--first img, .residences__main-images-block--second img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.neighborhood-map-section {
  padding: 2.8125rem 0rem 1.5625rem;
  background: #581b25;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section {
    padding: 3.75rem 0rem 4.6875rem;
    background: linear-gradient(to bottom, #581b25 80%, #fff 80%);
  }
}
.neighborhood-map-section__bg-box {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 24.0625rem;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__bg-box {
    top: -8.25rem;
    width: 42.6875rem;
    height: 55.9375rem;
  }
}
.neighborhood-map-section__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.neighborhood-map-section__header {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__header {
    display: flex;
    justify-content: space-between;
    gap: 3.625rem;
  }
}
.neighborhood-map-section__title-box {
  flex: 0 1 23.25rem;
}
.neighborhood-map-section__subtitle {
  color: #90a5db;
  padding-bottom: 3.75rem;
}
.neighborhood-map-section__title {
  color: #fff;
  padding-bottom: 2.8125rem;
}
.neighborhood-map-section__text-box {
  flex: 0 1 52.75rem;
}
.neighborhood-map-section__images-box {
  display: flex;
  align-items: stretch;
  gap: 0.125rem;
  margin-bottom: 2rem;
}
.neighborhood-map-section__image-box {
  flex: 0 1 50%;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__image-box_large {
    flex: 0 1 32.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__image-box_small {
    flex: 0 1 20rem;
  }
}
.neighborhood-map-section__image {
  display: block;
  width: 100%;
  height: auto;
}
.neighborhood-map-section__image_large {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__image_large {
    height: auto;
    object-fit: initial;
  }
}
.neighborhood-map-section__copy {
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__copy {
    width: 46.0625rem;
  }
}
.neighborhood-map-section__overlap-text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section__overlap-text {
    display: block;
    position: absolute;
    bottom: -2.8125rem;
    right: 0;
    opacity: 0.4;
    font-family: "sztos-variable", sans-serif;
    font-weight: 400;
    font-size: 4.8125rem;
    line-height: 0.8;
  }
}
.neighborhood-map-section .map-title {
  margin: 0 25px 10px 25px;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section .map-title {
    padding: 0 25px 30px 25px;
    max-width: 1110px;
    margin: 0 auto;
    font-size: 85px;
    font-size: 8.5rem;
    line-height: 1;
    line-height: 59px;
  }
}
.neighborhood-map-section #map-container {
  position: relative;
}
.neighborhood-map-section #map-container .map-wrap {
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section #map-container .map-wrap {
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1366px) {
  .neighborhood-map-section #map-container .map-wrap {
    margin: 0 auto;
  }
}
.neighborhood-map-section #map-container .map-wrap #map {
  height: 23.625rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .neighborhood-map-section #map-container .map-wrap #map {
    height: 42.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section #map-container .map-wrap #map {
    width: 75%;
  }
}
.neighborhood-map-section #map-container .map-wrap .categories-container {
  background-color: #f1f1f1;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section #map-container .map-wrap .categories-container {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 30.75rem;
  }
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories {
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
  }
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent {
  cursor: pointer;
  font-weight: 500;
  border-bottom: 3px solid #f1f1f1;
  background-color: #fff;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent:last-child {
  border-bottom-width: 6px;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent.active {
  color: #fff;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent.active .box-name {
  background-color: #fff;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent.active .box-name .color {
  width: 100%;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent.active .box-name .minus {
  display: block;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent.active .box-name .plus {
  display: none;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name {
  position: relative;
  padding: 1.125rem 0rem 1.125rem 0.625rem;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .plus,
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .minus {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  top: 1.125rem;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .minus {
  display: none;
  top: 1rem;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .name {
  position: relative;
  z-index: 1;
  padding: 0rem 0rem 0rem 2.375rem;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color.orange {
  background-color: #d69833;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color.brown {
  background-color: #581b25;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color.red {
  background-color: #ab4543;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent .box-name .color.blue {
  background-color: #90a5db;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children {
  display: none;
  max-height: 21.125rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem 0rem;
  background: #f1f1f1;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children::-webkit-scrollbar {
  width: 0.75rem;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children::-webkit-scrollbar-track {
  background: rgba(81, 82, 74, 0.18);
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background: rgba(81, 82, 74, 0.4);
  transition: background 0.3s ease;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children::-webkit-scrollbar-thumb:hover {
  background: rgba(81, 82, 74, 0.6);
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li {
  padding: 0.3125rem 0rem 0.3125rem 3rem;
  font-weight: 400;
  text-transform: none;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li:hover {
  cursor: pointer;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li span {
  color: #51524a;
  line-height: 1.25;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li.active.blue {
  color: blue;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li.active.red {
  color: #ab4543;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li.active.pink {
  color: orange;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .subcontainer ul#categories li.parent ul.children li.active.orange {
  color: #d69833;
}
.neighborhood-map-section #map-container .map-wrap .categories-container .reset {
  cursor: pointer;
  display: block;
  padding: 0.625rem;
  border-top: 1pt solid rgba(81, 82, 74, 0.5);
  font-weight: 500;
  color: #2a2b28;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-map-section #map-container .map-wrap .categories-container .reset {
    width: calc(100% - 22px);
    margin: 0 auto;
  }
}
.neighborhood-map-section #map-container .map-wrap .categories-container .reset:hover {
  color: #bbb433;
}

.amenities-section {
  position: relative;
  padding-bottom: 39.5625rem;
}
.amenities-section__wrapper {
  background-color: #51524a;
  color: #fff;
  padding-bottom: 6.25rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__wrapper {
    padding-bottom: 0;
  }
}
.amenities-section__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.amenities-section__top-block {
  position: relative;
  max-width: 66.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-block {
    margin: 0rem 9.0625rem 7.875rem auto;
  }
}
.amenities-section__bottom-block {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-block {
    max-width: 59.5625rem;
    margin: 0rem 9.0625rem 0rem auto;
  }
}
.amenities-section__title {
  color: #bbb433;
  font-family: "sztos-variable", sans-serif;
  text-transform: uppercase;
  opacity: 0.4;
  z-index: 3;
  transform: translateX(50%);
  right: 50%;
  letter-spacing: 0.03em;
  top: -2.5rem;
  padding: 0;
  line-height: 1;
  position: absolute;
  font-size: 4.625rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__title {
    font-size: 7.5rem;
    padding: 0rem 12.5rem;
    margin-top: -11.5625rem;
    right: -6.75rem;
    line-height: 2.1764705882;
    transform: translateX(0);
  }
}
.amenities-section__top-image {
  position: relative;
  margin-bottom: 4.75rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-image {
    margin-bottom: 2.875rem;
  }
}
.amenities-section__top-image--image {
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 18.75rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-image--image {
    height: 31.625rem;
    margin-top: -4.6875rem;
  }
}
.amenities-section__top-image--decor {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  left: 1.375rem;
  bottom: -2.375rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-image--decor {
    left: 4.125rem;
    bottom: -5.125rem;
    width: 8.125rem;
    height: 8.125rem;
  }
}
.amenities-section__top-benefits {
  margin: 0rem 0rem 15.625rem 0rem;
  padding: 0rem 1.375rem;
}
.amenities-section__top-benefits h5 {
  color: #bbb433;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-benefits h5 {
    margin-bottom: 0.375rem;
  }
}
.amenities-section__top-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-benefits ul {
    gap: 0.25rem;
  }
}
.amenities-section__top-benefits ul li {
  line-height: 1.4117647059;
  position: relative;
  padding-left: 1.875rem;
}
.amenities-section__top-benefits ul li:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.625rem;
  height: 0.875rem;
  width: 0.625rem;
  border-radius: 50%;
  background: url("../images/icons/list-icon.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-benefits ul li {
    line-height: 1.8823529412;
  }
}
@media only screen and (min-width: 1024px) {
  .amenities-section__top-benefits {
    margin: 0rem 0rem 3.125rem auto;
    padding-left: 27rem;
  }
}
.amenities-section__bottom-main-image {
  padding: 0rem 1.375rem;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-main-image {
    padding: 0;
  }
}
.amenities-section__bottom-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-section__bottom-add-image {
  position: absolute;
  top: -11rem;
  left: 0.5rem;
  width: 11.5rem;
  height: 11.5rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-add-image {
    top: -16.375rem;
    left: -12.5rem;
    width: 21.875rem;
    height: 21.875rem;
  }
}
.amenities-section__bottom-add-image:before, .amenities-section__bottom-add-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a2b28;
  opacity: 0.8;
  width: 12.5rem;
  height: 12.5rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-add-image:before, .amenities-section__bottom-add-image:after {
    width: 23.875rem;
    height: 23.875rem;
  }
}
.amenities-section__bottom-add-image:after {
  background-color: #bbb433;
  opacity: 1;
  transform: translate(0, -50%);
  width: 3.75rem;
  left: -0.5rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-add-image:after {
    left: -0.9375rem;
  }
}
.amenities-section__bottom-add-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-section__bottom-benefits {
  padding: 2.5rem 1.375rem;
}
.amenities-section__bottom-benefits h5 {
  color: #bbb433;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-benefits h5 {
    margin-bottom: 0.375rem;
  }
}
.amenities-section__bottom-benefits ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-benefits ul {
    gap: 0.25rem;
  }
}
.amenities-section__bottom-benefits ul li {
  line-height: 1.4117647059;
  position: relative;
  padding-left: 1.875rem;
}
.amenities-section__bottom-benefits ul li:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.625rem;
  height: 0.875rem;
  width: 0.625rem;
  border-radius: 50%;
  background: url("../images/icons/list-icon.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-benefits ul li {
    line-height: 1.8823529412;
  }
}
@media only screen and (min-width: 1024px) {
  .amenities-section__bottom-benefits {
    padding: 2.875rem 0rem 7.1875rem;
  }
}
.amenities-section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  width: 10.625rem;
  height: 10.625rem;
  background: url("../images/bg/button-blue-bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__link {
    width: 13.875rem;
    height: 13.875rem;
  }
}
.amenities-section__link:hover {
  transform: scale(1.2);
}
.amenities-section__link:hover:before {
  opacity: 0;
  transition: all 0.5s;
}
.amenities-section__link:hover span:before {
  transform: scale(1.25) translateX(-35%);
  transform-origin: center bottom;
  transition: all 0.3s;
}
.amenities-section__link span {
  font-weight: 500;
  line-height: 1.2941176471;
  position: relative;
  z-index: 3;
  padding: 0rem 1.4375rem 2.5rem;
  text-align: center;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__link span {
    padding: 0rem 2.625rem 2.5rem;
    font-size: 1.0625rem;
  }
}
.amenities-section__link span:before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  height: 1.375rem;
  width: 1.375rem;
  background: url("../images/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__link span:before {
    bottom: 0;
    width: 3.125rem;
  }
}
.amenities-section__link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
  width: 9.75rem;
  height: 9.75rem;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__link:before {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.amenities-section__link:before {
  background-color: #90a5db;
}
@media only screen and (min-width: 1024px) {
  .amenities-section__link {
    position: absolute;
    bottom: -4.375rem;
    right: -5.125rem;
  }
}

.contact-form {
  position: relative;
  padding-bottom: 37.5rem;
}
.contact-form__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-form__wrapper {
  background-color: #51524a;
  color: #fff;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .contact-form__wrapper {
    padding: 0rem 1.375rem 7.1875rem;
    flex-direction: row;
  }
}
.contact-form__wrapper a {
  color: #fff;
}
.contact-form .info-contact {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .contact-form .info-contact {
    width: 50%;
  }
}
.contact-form .info-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-form .info-contact__content {
  margin-top: -2.5rem;
  position: relative;
  z-index: 3;
  padding: 0rem 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form .info-contact__content {
    max-width: max-content;
    padding-left: 9.375rem;
    min-width: 28.5rem;
  }
}
.contact-form .info-contact__hours {
  margin-bottom: 2.25rem;
}
.contact-form .info-contact__hours .office-title {
  margin-bottom: 0.125rem;
  font-size: 2.25rem;
  font-weight: 300;
}
.contact-form .info-contact__hours .row {
  display: flex;
  gap: 1.5rem;
}
.contact-form .info-contact__hours .row span {
  line-height: 1.8823529412;
}
.contact-form .info-contact__hours .row span:first-child {
  min-width: 5.125rem;
}
.contact-form .info-contact__phone {
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 1.875rem;
}
.contact-form .info-contact__phone:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.625rem;
  height: 0.875rem;
  width: 0.625rem;
  border-radius: 50%;
  background: url("../images/icons/list-icon.svg") no-repeat center;
  background-size: contain;
}
.contact-form .info-contact__address {
  display: none;
  margin-bottom: 4.625rem;
  position: relative;
  padding-left: 1.875rem;
}
.contact-form .info-contact__address:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.625rem;
  height: 0.875rem;
  width: 0.625rem;
  border-radius: 50%;
  background: url("../images/icons/list-icon.svg") no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .contact-form .info-contact__address {
    display: block;
  }
}
.contact-form .info-contact__address .address-title {
  padding-left: 0;
}
.contact-form .info-contact__socials-title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 0.3125rem;
  line-height: 1.3888888889;
}
.contact-form .info-contact__line {
  height: 0.3125rem;
  background-color: transparent;
  border: 1px solid #2a2b28;
  display: block;
  margin: 1.875rem 0rem 1.875rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form .info-contact__line {
    margin: 0rem 0rem 1.875rem;
  }
}
.contact-form .info-contact__socials-subtitle {
  margin-bottom: 1.625rem;
}
.contact-form .info-contact__socials-icons {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form .info-contact__socials-icons {
    margin-bottom: 0;
  }
}
.contact-form .info-contact__socials-icons .social-icons {
  display: flex;
  gap: 0.875rem;
}
.contact-form .info-contact__socials-icons .social-icons a {
  width: 3rem;
  height: 3rem;
  background-color: #bbb433;
  border-radius: 50%;
  color: #2a2b28;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .info-contact__socials-icons .social-icons a:hover {
  background-color: #90a5db;
}
.contact-form .form-contact {
  width: 100%;
  padding: 0rem 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact {
    padding: 8.5rem 0rem 0rem;
    width: 50%;
    max-width: 25.875rem;
  }
}
.contact-form .form-contact__title {
  color: #90a5db;
  margin-bottom: 0rem;
  font-weight: 300;
  font-size: 3.125rem;
  line-height: 1.16;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact__title {
    font-size: 5rem;
    margin-bottom: 1.5rem;
  }
}
.contact-form .form-contact__text {
  margin-bottom: 4rem;
  line-height: 2;
}
.contact-form .form-contact__form {
  width: 100%;
}
.contact-form .form-contact__form #form_contact-form {
  --label-color: #bbb433;
  --bg-color: #51524a;
  --border-color: #bbb433;
  --border-radius: 0;
  --field-pad: 8px 0;
}
.contact-form .form-contact__form #form_contact-form label {
  color: #bbb433 !important;
  line-height: 1.2;
  font-weight: 500;
}
.contact-form .form-contact__form #form_contact-form label span {
  margin-left: -0.125rem;
}
.contact-form .form-contact__form #form_contact-form input, .contact-form .form-contact__form #form_contact-form textarea {
  border: none !important;
  border-bottom: 1px solid #bbb433 !important;
  color: #fff !important;
  font-size: 1.0625rem !important;
  background-color: #51524a !important;
}
.contact-form .form-contact__form #form_contact-form input:focus, .contact-form .form-contact__form #form_contact-form textarea:focus {
  background-color: #51524a;
  outline: none !important;
  box-shadow: none;
}
.contact-form .form-contact__form #form_contact-form input::placeholder, .contact-form .form-contact__form #form_contact-form textarea::placeholder {
  color: #fff !important;
  resize: none;
  font-size: 1.0625rem;
}
.contact-form .form-contact__form #form_contact-form .frm_checkbox label {
  position: relative;
  padding-top: 0.1875rem;
  padding-left: 2.5rem;
  font-weight: 400;
  font-size: 1.0625rem;
  color: #fff !important;
}
.contact-form .form-contact__form #form_contact-form input {
  padding: 0;
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox] {
  display: block;
  appearance: none;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox]:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact__form #form_contact-form input[type=checkbox]:hover {
    cursor: pointer;
  }
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox]:before {
  content: "";
  display: block;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  transition: border 0.3s ease, background 0.3s ease;
  background-image: unset !important;
  background-size: unset !important;
  background-repeat: unset !important;
  background-position: unset !important;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact__form #form_contact-form input[type=checkbox]:before {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  display: block;
  width: 0.5rem;
  height: 0.25rem;
  border: 2px solid #51524a;
  border-top: none;
  border-right: none;
  transform: translate(0.375rem, 0.4375rem) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact__form #form_contact-form input[type=checkbox]:after {
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 0.4375rem;
    transform: translate(0.5rem, 0.5625rem) rotate(-45deg);
  }
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox]:checked:before {
  background: #fff;
}
.contact-form .form-contact__form #form_contact-form input[type=checkbox]:checked:after {
  opacity: 1;
  visibility: visible;
}
.contact-form .form-contact__form #form_contact-form .frm_required {
  color: #bbb433;
}
.contact-form .form-contact__form #form_contact-form p {
  font-style: italic;
  color: #fff !important;
  font-size: 1.0625rem;
}
.contact-form .form-contact__form #form_contact-form .frm_button_submit {
  background-color: #d6cd29;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  color: #2a2b28;
  transition: background-color 0.3s;
  font-weight: 500;
  font-size: 1.0625rem;
  width: 100%;
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 1024px) {
  .contact-form .form-contact__form #form_contact-form .frm_button_submit {
    margin-bottom: 1.25rem;
    width: auto;
  }
}
.contact-form .form-contact__form #form_contact-form .frm_button_submit:hover {
  background-color: #90a5db;
}
.contact-form .form-contact__form #form_contact-form .frm_error {
  background-color: #fee4e2 !important;
  border: 1px solid #f5b8aa !important;
  border-radius: 8px;
  color: #f04438 !important;
  padding: 0.5rem 0.9375rem !important;
  font-size: 0.875rem !important;
  margin-top: 0.625rem !important;
}

.photo-slider {
  overflow: hidden;
  padding: 7.5rem 0rem 3.75rem;
}
@media only screen and (min-width: 1024px) {
  .photo-slider {
    padding: 3.75rem 0rem;
  }
}
.photo-slider__header {
  padding-bottom: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .photo-slider__header {
    padding-bottom: 3.75rem;
  }
}
.photo-slider__header-img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-slider__copy {
  color: #581b25;
  padding-bottom: 4.0625rem;
}
@media only screen and (min-width: 1024px) {
  .photo-slider__copy {
    width: 30.9375rem;
    margin-left: 6.875rem;
    padding-bottom: 3.75rem;
  }
}
.photo-slider .slider-photo {
  position: relative;
}
.photo-slider .slider-photo__wrapper {
  width: calc(100% + 3rem);
  margin: 0rem -1.5rem;
  height: 21.5625rem;
}
@media only screen and (min-width: 1024px) {
  .photo-slider .slider-photo__wrapper {
    width: calc(100% + 5rem);
    margin: 0rem -2.5rem;
    height: 23.875rem;
  }
}
.photo-slider .slider-photo__wrapper .slick-track {
  display: flex;
  align-items: stretch;
  height: 21.5625rem;
}
@media only screen and (min-width: 1024px) {
  .photo-slider .slider-photo__wrapper .slick-track {
    height: 100%;
  }
}
.photo-slider .slider-photo__wrapper .slick-list {
  height: 100%;
  margin: 0 -2px;
}
.photo-slider .slider-photo__wrapper .slick-slide {
  margin: 0 2px;
}
.photo-slider__slider-wrapper {
  height: 25rem;
}
.photo-slider__item {
  height: 100%;
}
.photo-slider__image-box {
  display: block;
  height: 100%;
}
.photo-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slider .slider-nav {
  position: absolute;
  top: -3.75rem;
  right: 1.5rem;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .photo-slider .slider-nav {
    top: -6.875rem;
    right: 6.875rem;
  }
}
.photo-slider .slider-nav__button {
  position: relative;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  overflow: hidden;
  background: conic-gradient(#d6cd29 0% 50%, #90a5db 50% 100%);
}
@media only screen and (min-width: 1024px) {
  .photo-slider .slider-nav__button {
    width: 8.125rem;
    height: 8.125rem;
  }
}
.photo-slider .slider-nav__half {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  right: 0;
  display: flex;
  align-items: center;
  transition: background 0.3s;
}
.photo-slider .slider-nav__half svg {
  display: block;
  width: 70%;
}
.photo-slider .slider-nav__half--left {
  left: 0;
  justify-content: flex-end;
}
.photo-slider .slider-nav__half--left:hover {
  background: rgba(255, 255, 255, 0.2);
}
.photo-slider .slider-nav__half--left svg {
  transform: rotate(-180deg);
}
.photo-slider .slider-nav__half--left svg path {
  stroke: #d6cd29;
}
.photo-slider .slider-nav__half--right {
  right: 0;
}
.photo-slider .slider-nav__half--right:hover {
  background: rgba(0, 0, 0, 0.1);
}
.photo-slider .slider-nav__half--right .slider-nav__arrow--right {
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}

.neighborhood-gallery {
  padding: 3.75rem 0rem 6.875rem;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-gallery {
    padding: 4.0625rem 0rem 11.5625rem;
  }
}
.neighborhood-gallery__text-box {
  text-align: center;
}
.neighborhood-gallery__title {
  font-size: 2.375rem;
  color: #2a2b28;
  line-height: 3rem;
  letter-spacing: -0.02em;
  padding-bottom: 1.25rem;
}
.neighborhood-gallery__text-box {
  padding-bottom: 2.5rem;
}
.neighborhood-gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1875rem;
}
@media only screen and (min-width: 600px) {
  .neighborhood-gallery__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .neighborhood-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .neighborhood-gallery__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.125rem;
  }
}
.neighborhood-gallery__item {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .neighborhood-gallery__item:hover .neighborhood-gallery__name {
    color: #d6cd29;
  }
  .neighborhood-gallery__item:hover .neighborhood-gallery__name svg path {
    fill: #d6cd29;
  }
  .neighborhood-gallery__item:hover .neighborhood-gallery__footer:after {
    opacity: 1;
  }
}
.neighborhood-gallery__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.neighborhood-gallery__footer:before, .neighborhood-gallery__footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.neighborhood-gallery__footer:before {
  background: linear-gradient(180deg, rgba(42, 43, 40, 0.2) 0%, rgba(42, 43, 40, 0.8) 100%);
}
.neighborhood-gallery__footer:after {
  background: rgba(42, 43, 40, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.neighborhood-gallery__name {
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  transition: color 0.3s ease;
  min-width: 0;
}
.neighborhood-gallery__name svg {
  flex-shrink: 0;
}
.neighborhood-gallery__name svg path {
  transition: fill 0.3s ease;
}
.neighborhood-gallery__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 1 1 auto;
}

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