/*transform origin*/
.neighborhood .mt_banner_outer_wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner_outer_wrap {
    width: 100%;
  }
}
.neighborhood .mt_banner_outer_wrap .mt_banner.mt_inner_banner::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 126px;
  background: url("../../images/wavy_copper_light.svg");
  z-index: 2;
  background-size: cover;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner.mt_inner_banner::after {
    bottom: 0px;
    height: 60px;
  }
}
@media (max-width: 575.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner.mt_inner_banner::after {
    height: 33px;
  }
}
.neighborhood .mt_banner_outer_wrap .mt_banner_bottom_svg {
  display: none;
}
.neighborhood .mt_banner_outer_wrap .mt_banner_content {
  border-bottom: 5px solid #F7F0E8;
}
.neighborhood .mt_banner_outer_wrap .mt_banner_content h1 {
  font-weight: 600;
  font-size: 68px;
  line-height: 90px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner_content h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
.neighborhood .mt_banner_outer_wrap .mt_banner_content .mt_txt_intro {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner_content .mt_txt_intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner_content {
    padding-bottom: 120px;
  }
}
@media (max-width: 575.8px) {
  .neighborhood .mt_banner_outer_wrap .mt_banner_content {
    padding-bottom: 64px;
  }
}
.neighborhood .mt_banner_outer_wrap .mt_banner.mt_full_height_banner {
  margin-bottom: 0px;
}
.neighborhood .mt_one_column_container,
.neighborhood .mt_footer_outer_wrap {
  width: 100%;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_one_column_container,
  .neighborhood .mt_footer_outer_wrap {
    width: 100%;
  }
}
.neighborhood .mt_quick_fpsrch.mt_one_column {
  padding: 0;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_quick_fpsrch.mt_one_column.with_bg_color .mt_one_column_content_wrapper {
    padding: 64px 16px !important;
  }
}
.neighborhood .mt_one_column {
  padding: 64px 7.6vw;
}
.neighborhood .mt_one_column.with_bg_color.text_left .mt_one_column_content_wrapper {
  padding: 0;
}
.neighborhood .mt_one_column .mt_one_column_content_wrapper h3,
.neighborhood .mt_one_column .mt_one_column_content_wrapper p {
  max-width: 100%;
}
.neighborhood .mt_one_column .mt_one_column_content_wrapper h3 {
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #132133;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_one_column .mt_one_column_content_wrapper h3 {
    line-height: 50px;
  }
}
.neighborhood .mt_one_column .mt_one_column_content_wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3D2624;
}
.neighborhood .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0px 7.6vw 7.6vw 7.6vw;
  background-color: #F7F0E8;
  width: 100%;
}
.neighborhood .image-grid .image-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.neighborhood .image-grid .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.8px) {
  .neighborhood .image-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.neighborhood .mt_map {
  max-height: 434px;
  width: 100%;
  left: 0px;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_map {
    max-height: 342px;
    width: 100%;
    left: 0px;
  }
}
.neighborhood .mt_map .gm-style img {
  max-width: 90px;
}
.neighborhood .mt_map.map_without_poi .gm-style img {
  width: 140px;
}
@media (max-width: 767.8px) {
  .neighborhood .mt_map.map_without_poi .gm-style img {
    width: 90px;
  }
}

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