/*transform origin*/
.neighborhood {
  position: relative;
  background-position-y: 105%;
}
@media (min-width: 992px) {
  .neighborhood .mt_with_both_margins {
    margin: 20px auto !important;
    width: calc(100% - 32px);
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_with_both_margins {
    margin: 10px auto !important;
    width: calc(100% - 16px);
  }
}
.neighborhood .mt_banner_content h1 {
  font-family: "made-tommy-outline", sans-serif;
  color: #ffffff;
  -webkit-text-fill-color: #738f94;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.neighborhood .mt_banner_content h1 {
  font-size: 35px;
}
@media screen and (min-width: 435px) {
  .neighborhood .mt_banner_content h1 {
    font-size: calc(35px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .mt_banner_content h1 {
    font-size: 55px;
  }
}
.neighborhood .mt_banner_content h1 {
  line-height: 50px;
}
@media screen and (min-width: 435px) {
  .neighborhood .mt_banner_content h1 {
    line-height: calc(50px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .mt_banner_content h1 {
    line-height: 70px;
  }
}
.neighborhood .mt_banner .mt_banner_content {
  padding: 200px 0 80px;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_banner .mt_banner_content {
    padding: 142px 0 52px;
  }
}
.neighborhood .mt_one_column_content_wrapper {
  background-color: transparent;
}
.neighborhood .mt_two_column_container {
  width: calc(100% - 25px);
  margin: 0 auto 20px auto;
  background-size: auto 98vw !important;
  background-position-x: -25vw !important;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_container {
    background-size: auto 338vw !important;
    background-position-x: -229vw !important;
  }
}
.neighborhood .mt_two_column_layout .mt_two_col .mt_col_content {
  padding: 8vw 5.4vw 8vw 0 !important;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col .mt_col_content {
    padding: 8vw 8vw 0 8vw !important;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col {
    flex-direction: column-reverse;
  }
}
.neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
  padding: 8vw 0 6.9vw 5.4vw !important;
}
@media (max-width: 991.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding: 8vw 8vw 0 8vw !important;
  }
}
@media (min-width: 992px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin-right: 5.4vw !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .neighborhood .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img img {
    margin-left: 0 !important;
  }
}
.neighborhood .mt_two_column_layout .mt_two_col .mt_col_img img {
  height: 400px;
  width: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .neighborhood .mt_two_column_layout .mt_two_col .mt_col_img img {
    margin: 5.4vw !important;
    margin-left: 0vw !important;
    height: 400px;
    min-height: 400px !important;
  }
}
@media (min-width: 1600px) {
  .neighborhood .mt_two_column_layout .mt_two_col .mt_col_img img {
    margin: 5.4vw !important;
    height: 20vw;
    width: 88%;
  }
}
@media (max-width: 575.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col .mt_col_img img {
    min-width: 335px;
    height: 240px;
    width: auto;
    margin: 0 auto !important;
  }
}
@media (max-width: 359.8px) {
  .neighborhood .mt_two_column_layout .mt_two_col .mt_col_img img {
    height: 240px;
    min-width: auto;
    width: auto;
    margin: auto !important;
  }
}
@media (min-width: 576px) {
  .neighborhood .mt_two_column_layout .mt_two_col {
    min-height: 560px;
  }
}
.neighborhood .mt_two_column_layout .mt_col_content {
  padding: 8vw 5.4vw !important;
}
.neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
  font-size: 32px;
}
@media screen and (min-width: 435px) {
  .neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
    font-size: calc(32px + 13 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
    font-size: 45px;
  }
}
.neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
  line-height: 40px;
}
@media screen and (min-width: 435px) {
  .neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
    line-height: calc(40px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
    line-height: 60px;
  }
}
@media (max-width: 767.8px) {
  .neighborhood .mt_two_column_layout .mt_col_content .mt_sec_sub_heading {
    -webkit-text-stroke-width: 1.3px;
    letter-spacing: 0.12em;
    padding-bottom: 0px;
  }
}
.neighborhood .mt_two_column_layout .mt_col_content .mt_paragraph {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .neighborhood .mt_two_column_layout .mt_col_content {
    padding: 40px 40px 0px 40px !important;
  }
}
.neighborhood .mt_two_column_layout .mt_col_img {
  margin: 0px 4.2vw;
}
@media (max-width: 1399.8px) {
  .neighborhood .mt_two_column_layout .mt_col_img img {
    margin: 0 auto !important;
    height: 400px;
    width: 600px;
  }
}
@media (max-width: 575.8px) {
  .neighborhood .mt_two_column_layout .mt_col_img img {
    margin: 0px auto !important;
    min-height: 240px !important;
  }
}
@media (max-width: 1199.8px) {
  .neighborhood .mt_two_column_layout .mt_col_img {
    margin: 0px auto !important;
  }
}
@media (max-width: 767.8px) {
  .neighborhood .mt_two_column_layout .mt_col_img {
    margin: 40px auto !important;
  }
}
@media (max-width: 575.8px) {
  .neighborhood .mt_two_column_layout .mt_col_img {
    margin: 40px auto !important;
    height: 240px;
  }
}
.neighborhood .mt_map_block.mt_with_both_margins {
  background-color: rgba(227, 112, 130, 0.25);
  left: 0;
  margin: 0 auto 20px auto;
}
.neighborhood .mt_map_block.mt_with_both_margins.mt_map_cont.mt_neighborhood_category {
  width: 28%;
  padding: 26px 16px;
  border-radius: 0 !important;
  border-right: 2px solid #738f94;
}
.neighborhood .mt_map_block.mt_with_both_margins.mt_map_cont.mt_neighborhood_category .mt_category_list > li.active .mt_cat_item {
  background-color: #738f94;
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .neighborhood .mt_map_block {
    padding: 30px 0 0 0;
  }
}
.neighborhood_intro h2 {
  letter-spacing: 0.1em;
  color: #0f4057;
  text-transform: uppercase;
  -webkit-text-fill-color: #0f4057;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  font-weight: 700 !important;
}
.neighborhood_intro h2 {
  font-size: 35px;
}
@media screen and (min-width: 435px) {
  .neighborhood_intro h2 {
    font-size: calc(35px + 10 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood_intro h2 {
    font-size: 45px;
  }
}
.neighborhood_intro h2 {
  line-height: 40px;
}
@media screen and (min-width: 435px) {
  .neighborhood_intro h2 {
    line-height: calc(40px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood_intro h2 {
    line-height: 60px;
  }
}
.neighborhood_intro h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0f4057;
}
.neighborhood_intro p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  color: #0f4057;
}
.neighborhood_intro p {
  font-size: 18px;
}
@media screen and (min-width: 435px) {
  .neighborhood_intro p {
    font-size: calc(18px + 2 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood_intro p {
    font-size: 20px;
  }
}
.neighborhood_intro p {
  line-height: 26px;
}
@media screen and (min-width: 435px) {
  .neighborhood_intro p {
    line-height: calc(26px + 4 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood_intro p {
    line-height: 30px;
  }
}
@media (max-width: 767.8px) {
  .neighborhood_intro {
    padding: 30px 4.2vw;
  }
}
.neighborhood .mt_neighborhood_category {
  border-right: 2px solid #738f94;
  border-radius: 0 !important;
}
.neighborhood .mt_neighborhood_category h3 {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #0f4057;
  font-weight: 700 !important;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li:not(.active) button {
  color: #0f4057;
  background-color: #ffffff;
  font-weight: 500 !important;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li:not(.active) button:hover {
  background-color: #f6fbfb !important;
  color: #0f4057 !important;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li:not(.active) button:hover .cat_icon_hover {
  display: none !important;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li:not(.active) button:hover .cat_icon {
  display: block !important;
}
@media (max-width: 767.8px) {
  .neighborhood .mt_neighborhood_category .mt_category_list > li:not(.active) button::after {
    border: solid #0f4057;
    border-width: 0 2px 2px 0;
    height: 5px;
  }
}
.neighborhood .mt_neighborhood_category .mt_category_list > li.active button {
  background-color: #738f94;
  color: #ffffff;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li.active button:hover {
  background-color: #738f94 !important;
  color: #ffffff !important;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li .mt_sub_category_list {
  background-color: #FCF8F5;
  color: #0f4057;
  cursor: pointer;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li .mt_sub_category_list li:hover {
  background-color: #F9FAFB !important;
  cursor: pointer;
}
.neighborhood .mt_neighborhood_category .mt_category_list > li .mt_sub_category_list > li.active button {
  background-color: #738f94;
  color: #ffffff;
}
@media (max-width: 767.8px) {
  .neighborhood .mt_neighborhood_category {
    border-right: none;
    border-radius: 0px;
  }
}
.neighborhood .mt_component_with_margin {
  margin: 0 auto 20px auto;
}
.neighborhood .special_offer_component {
  position: relative;
  background-position-y: 105% !important;
  width: calc(100% - 25px);
}
.neighborhood .special_offer_component .mt_one_column {
  padding: 0px !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .selectivo--open button {
  box-shadow: inset 0px 0px 0px 1px rgb(185, 223, 227), 0px 0px 0px 3px rgb(243, 234, 254) !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown {
  color: #0f4057 !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo--open button {
  box-shadow: inset 0px 0px 0px 1px rgb(185, 223, 227), 0px 0px 0px 3px rgb(243, 234, 254) !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__label {
  color: #0f4057 !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 10px 14px !important;
  box-shadow: inherit;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__label::after {
  border: solid #0F4057 !important;
  border-width: 0 2px 2px 0 !important;
  right: 19.5px !important;
}
@media (min-width: 992px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__label {
    max-width: 240px !important;
  }
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option--selected {
  background-color: #f6fbfb;
  color: #000000 !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option--selected::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 10px;
  right: 8%;
  background-size: contain;
  background-image: url("../../images/Tick.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 15px;
  height: 15px;
}
@media (max-width: 991.8px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option--selected::after {
    display: block;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option--selected {
    background-color: #f6fbfb;
    color: #000000 !important;
  }
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option:hover {
  background-color: #f6fbfb;
  color: #000000 !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper ul {
  margin-top: 7px;
  border-radius: 8px;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper ul li {
  padding: 6px 14px;
}
.neighborhood .special_offer_component .mt_col_heading {
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 0;
  -webkit-text-stroke-color: transparent;
}
.neighborhood .special_offer_component .mt_col_heading {
  font-size: 35px;
}
@media screen and (min-width: 435px) {
  .neighborhood .special_offer_component .mt_col_heading {
    font-size: calc(35px + 10 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .special_offer_component .mt_col_heading {
    font-size: 45px;
  }
}
.neighborhood .special_offer_component .mt_col_heading {
  line-height: 40px;
}
@media screen and (min-width: 435px) {
  .neighborhood .special_offer_component .mt_col_heading {
    line-height: calc(40px + 20 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .special_offer_component .mt_col_heading {
    line-height: 60px;
  }
}
.neighborhood .special_offer_component .mt_btn.mt_fill_btn {
  background-color: #0f4057;
  border-color: #0f4057 !important;
  margin-top: 40px;
  font-size: clamp(1rem, 0.948rem + 0.191vw, 1.125rem);
}
@media (max-width: 991.8px) {
  .neighborhood .special_offer_component .mt_btn.mt_fill_btn {
    width: fit-content;
  }
}
.neighborhood .special_offer_component .mt_btn.mt_fill_btn:hover {
  background-color: #53797d !important;
  border-color: #53797d !important;
  color: #ffffff !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper {
  padding: 80px !important;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper p {
  margin-top: 10px;
  margin-bottom: 20px !important;
  max-width: 960px;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper p {
  font-size: 18px;
}
@media screen and (min-width: 435px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper p {
    font-size: calc(18px + 2 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper p {
    font-size: 20px;
  }
}
.neighborhood .special_offer_component .mt_one_column_content_wrapper p {
  line-height: 26px;
}
@media screen and (min-width: 435px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper p {
    line-height: calc(26px + 4 * (100vw - 435px) / 1045);
  }
}
@media screen and (min-width: 1480px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper p {
    line-height: 30px;
  }
}
@media (max-width: 991.8px) {
  .neighborhood .special_offer_component .mt_one_column_content_wrapper {
    padding: 40px 20px !important;
  }
  .neighborhood .special_offer_component .mt_one_column_content_wrapper p {
    margin-top: 15px;
  }
}

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