/*transform origin*/
/*transform origin*/
body {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
body .mt_footer_outer_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
body header {
  width: 100%;
}

.mt_specials_wrapper .mt_specials_popup .mt_popup_close {
  background-size: cover;
  width: 12px;
  height: 12px;
  background: url(../images/icons/close-dark-grey.svg) no-repeat center center;
}
.mt_specials_wrapper .mt_specials_popup {
  background-color: #F1EFED;
}
.mt_specials_wrapper .mt_specials_popup .mt_promo.mt_copy_small {
  background-color: #BB7F72 !important;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  color: #514A4A !important;
}
.mt_specials_wrapper .mt_specials_popup .mt_promo_tag {
  border-top-color: #7C534A !important;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner .mt_specials_heading {
  font-family: "abril-fatface", Baskerville, serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner .mt_copy_small {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-style: Book;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #514A4A;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner .mt_spcls_disclaimer {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-style: Book;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
  transition: none;
  --mt-hex-ribbon: 1;
  --ribbon-perspective: 14px;
  --ribbon-tilt: 6deg;
  height: 55px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #614E63;
  box-sizing: border-box;
  isolation: isolate;
  text-decoration: none;
  gap: 10px;
  width: max-content;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::before, .mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-color: #BB7F72;
  border-width: 3px;
  z-index: -1;
  left: 0;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::before {
  top: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
  transform-origin: 50% 100%;
  border-bottom: none;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::after {
  bottom: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
  transform-origin: 50% 0;
  border-top: none;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a:hover::before, .mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a:hover::after {
  background-color: #BB7F72;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a:hover {
  color: #514A4A !important;
  background-color: #F1EFED !important;
  background: #F1EFED !important;
  transition: none;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a {
  width: 322px;
  max-width: 100%;
  color: #514A4A !important;
  background-color: #F1EFED !important;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::before, .mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::after {
  width: 100%;
  height: 36px;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::before {
  top: -8px;
}
.mt_specials_wrapper .mt_specials_popup .mt_specials_inner > a::after {
  bottom: -8px;
}

#available_filters {
  background-color: #F1EFED !important;
}
#available_filters .mt_one_column {
  padding: 36px 7.8vw 50px 7.8vw;
}
#available_filters .mt_one_column_content_wrapper {
  background: transparent !important;
}
#available_filters .mt_one_column_content_wrapper .mt_col_heading {
  margin-bottom: 10px;
  font-family: "abril-fatface", Baskerville, serif;
  font-weight: 400 !important;
  font-size: clamp(2.75rem, 1.31vw + 2.44rem, 3.63rem); /* 44px -> 58px (375px -> 1440px) */
  line-height: clamp(3.63rem, 3vw + 2.92rem, 5.63rem); /* 58px -> 90px (375px -> 1440px) */
  color: #4F4C4A;
}
#available_filters .mt_one_column_content_wrapper .mt_txt_sub {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #4F4C4A;
  margin: 0 auto 45px auto;
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap {
  display: flex !important;
  gap: 0px;
  justify-content: center;
  margin: 0 auto 40px auto;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #available_filters .mt_one_column_content_wrapper .mt_filter_wrap {
    max-width: 1080px;
  }
}
@media (max-width: 1199.8px) {
  #available_filters .mt_one_column_content_wrapper .mt_filter_wrap {
    flex-direction: column !important;
    gap: 0px;
  }
}
@media (min-width: 1200px) {
  #available_filters .mt_one_column_content_wrapper .mt_filter_wrap > div {
    flex: 1 1 180px !important;
    min-width: 180px;
  }
}
@media (max-width: 991.8px) {
  #available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  #available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown {
    margin-right: 0px;
  }
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__label {
  max-width: 240px;
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown,
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .selectivo {
  width: 100% !important;
  border: 1px solid #F1EFED !important;
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown select,
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__label,
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .selectivo__label {
  width: 100% !important;
  padding: 14px 16px 10px 16px !important;
  border: 1px solid #F1EFED !important;
  border-bottom: 1px solid #514A4A !important;
  background: #F1EFED !important;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #514A4A !important;
  text-transform: uppercase;
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown .selectivo__option {
  color: #514A4A;
}
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown [role=option]:focus,
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap .dropdown [role=option]:hover,
#available_filters .mt_one_column_content_wrapper .mt_filter_wrap [role=option].selectivo__option--selected {
  background: #514A4A;
  color: #ffffff;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn {
  --mt-hex-ribbon: 1;
  --ribbon-perspective: 14px;
  --ribbon-tilt: 6deg;
  height: 55px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #614E63;
  box-sizing: border-box;
  isolation: isolate;
  text-decoration: none;
  gap: 10px;
  width: max-content;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::before, #available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-color: #BB7F72;
  border-width: 3px;
  z-index: -1;
  left: 0;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::before {
  top: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
  transform-origin: 50% 100%;
  border-bottom: none;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::after {
  bottom: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
  transform-origin: 50% 0;
  border-top: none;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn:hover::before, #available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn:hover::after {
  background-color: #BB7F72;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::before, #available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::after {
  height: 36px;
}
@media (max-width: 991.8px) {
  #available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::before, #available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::after {
    left: auto;
  }
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::before {
  top: -8px;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn::after {
  bottom: -8px;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn {
  padding: 11px 50px 11px 50px;
  font-family: "futura-pt", Arial, sans-serif;
  background: transparent;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 25px;
}
#available_filters .mt_one_column_content_wrapper .mt_btn.mt_fill_btn:hover {
  color: #514A4A;
  background-color: transparent;
}

.not-special {
  background-position-y: 85% !important;
  background-size: 106% !important;
  background-position-x: -77px !important;
}
@media (max-width: 991.8px) {
  .not-special {
    background-size: cover !important;
    background-position-x: 0 !important;
  }
}
.not-special .mt_one_column {
  padding: 180px 7.8vw 255px;
}
@media (max-width: 991.8px) {
  .not-special .mt_one_column {
    padding: 96px 7.8vw 88px;
  }
}
.not-special .mt_one_column .mt_col_heading {
  margin-bottom: 0px;
  font-family: "abril-fatface", Baskerville, serif;
  font-weight: 400;
  font-size: clamp(3.63rem, 2.25vw + 3.1rem, 5.13rem); /* 58px -> 82px (375px -> 1440px) */
  line-height: clamp(4.38rem, 1.88vw + 3.93rem, 5.63rem); /* 70px -> 90px (375px -> 1440px) */
  max-width: 100%;
}
.not-special .mt_one_column .mt_paragraph {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin-top: 32px;
}
.not-special .mt_btn.mt_fill_btn {
  --mt-hex-ribbon: 1;
  --ribbon-perspective: 14px;
  --ribbon-tilt: 6deg;
  height: 55px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #614E63;
  box-sizing: border-box;
  isolation: isolate;
  text-decoration: none;
  gap: 10px;
  width: max-content;
    margin-top: 55px;
    padding: 11px 63px 11px 63px;
    font-family: "futura-pt", Arial, sans-serif;
    background: transparent;
    color: #514A4A;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-transform: uppercase; }
.not-special .mt_btn.mt_fill_btn::before, .not-special .mt_btn.mt_fill_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-color: #BB7F72;
  border-width: 3px;
  z-index: -1;
  left: 0;
}
.not-special .mt_btn.mt_fill_btn::before {
  top: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
  transform-origin: 50% 100%;
  border-bottom: none;
}
.not-special .mt_btn.mt_fill_btn::after {
  bottom: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
  transform-origin: 50% 0;
  border-top: none;
}
.not-special .mt_btn.mt_fill_btn:hover::before, .not-special .mt_btn.mt_fill_btn:hover::after {
  background-color: #BB7F72;
}
.not-special .mt_btn.mt_fill_btn::before, .not-special .mt_btn.mt_fill_btn::after {
  height: 36px;
}
@media (max-width: 991.8px) {
  .not-special .mt_btn.mt_fill_btn::before, .not-special .mt_btn.mt_fill_btn::after {
    left: auto;
  }
}
.not-special .mt_btn.mt_fill_btn::before {
  top: -8px;
}
.not-special .mt_btn.mt_fill_btn::after {
  bottom: -8px;
}
.not-special .mt_btn.mt_fill_btn {
  margin-top: 55px;
  padding: 11px 63px 11px 63px;
  font-family: "futura-pt", Arial, sans-serif;
  background: transparent;
  color: #514A4A;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .not-special .mt_btn.mt_fill_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
        padding: 11px 35px 11px 35px !important; } }

.not-special .mt_btn.mt_fill_btn:hover {
  color: #514A4A !important;
  background-color: transparent;
}

.specials_banner, .specials.mt_one_column_container {
  position: relative;
  z-index: 0;
}
.specials_banner::before, .specials.mt_one_column_container::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 164px;
  bottom: 0;
  left: 15.6vw;
  width: 100%;
  height: 100%;
  background-color: #E8D9CE;
}
@media (max-width: 991.8px) {
  .specials_banner::before, .specials.mt_one_column_container::before {
    top: 164px;
    width: 100%;
  }
}
.specials_banner .mt_one_column, .specials.mt_one_column_container .mt_one_column {
  position: relative;
  z-index: 1;
}
.specials_banner .mt_one_column_content_wrapper .mt_col_heading, .specials.mt_one_column_container .mt_one_column_content_wrapper .mt_col_heading {
  font-family: "abril-fatface", Baskerville, serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 90px;
  letter-spacing: 0em;
}
.specials_banner .mt_one_column_content_wrapper .mt_col_heading, .specials_banner .mt_one_column_content_wrapper .mt_paragraph, .specials.mt_one_column_container .mt_one_column_content_wrapper .mt_col_heading, .specials.mt_one_column_container .mt_one_column_content_wrapper .mt_paragraph {
  color: #514A4A !important;
}
.specials_banner .mt_one_column_content_wrapper, .specials.mt_one_column_container .mt_one_column_content_wrapper {
  position: relative;
  z-index: 1;
  background: linear-gradient(rgba(187, 127, 114, 0.89), rgba(187, 127, 114, 0.89)), url("../images/icons/special-banner-background_compressed.jpg") no-repeat center/cover;
}
.specials_banner .mt_btn, .specials.mt_one_column_container .mt_btn {
  align-content: center;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: none;
  padding: 10px 68px;
  --mt-hex-ribbon: 1;
  --ribbon-perspective: 14px;
  --ribbon-tilt: 6deg;
  height: 55px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #614E63;
  box-sizing: border-box;
  isolation: isolate;
  text-decoration: none;
  gap: 10px;
  width: max-content;
}
.specials_banner .mt_btn::before, .specials_banner .mt_btn::after, .specials.mt_one_column_container .mt_btn::before, .specials.mt_one_column_container .mt_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-color: #BB7F72;
  border-width: 3px;
  z-index: -1;
  left: 0;
}
.specials_banner .mt_btn::before, .specials.mt_one_column_container .mt_btn::before {
  top: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
  transform-origin: 50% 100%;
  border-bottom: none;
}
.specials_banner .mt_btn::after, .specials.mt_one_column_container .mt_btn::after {
  bottom: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
  transform-origin: 50% 0;
  border-top: none;
}
.specials_banner .mt_btn:hover::before, .specials_banner .mt_btn:hover::after, .specials.mt_one_column_container .mt_btn:hover::before, .specials.mt_one_column_container .mt_btn:hover::after {
  background-color: #BB7F72;
}
.specials_banner .mt_btn, .specials.mt_one_column_container .mt_btn {
  color: #514A4A !important;
}
.specials_banner .mt_btn:hover, .specials.mt_one_column_container .mt_btn:hover {
  background-color: transparent !important;
}
.specials_banner .mt_btn, .specials.mt_one_column_container .mt_btn {
  background: transparent;
}
.specials_banner .mt_btn::before, .specials_banner .mt_btn::after, .specials.mt_one_column_container .mt_btn::before, .specials.mt_one_column_container .mt_btn::after {
  height: 36px;
  border-color: #514A4A;
}
.specials_banner .mt_btn::before, .specials.mt_one_column_container .mt_btn::before {
  top: -8px;
}
.specials_banner .mt_btn::after, .specials.mt_one_column_container .mt_btn::after {
  bottom: -8px;
}
.specials_banner .mt_btn:hover::before, .specials_banner .mt_btn:hover::after, .specials.mt_one_column_container .mt_btn:hover::before, .specials.mt_one_column_container .mt_btn:hover::after {
  background-color: #F1EFED !important;
  border-color: #F1EFED;
}
#available_filters .mt_filter_wrap .dropdown [role=listbox] {
  z-index: 2; }

/*transform origin*/
@media (min-width: 992px) {
  header .mt_navigation_wrapper .header_right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .mt_navigation_wrapper .header_right nav {
    margin-right: 0px;
  }
  header .mt_navigation_wrapper .header_right nav li a {
    font-family: "futura-pt", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #514A4A;
    text-transform: uppercase;
  }
  header .mt_navigation_wrapper .header_right nav li a::after {
    background: #514A4A;
  }
}
.schedule_tour_class {
  margin-right: 20px;
}

header .show_desk.logo.default {
  max-width: 292px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .show_desk.logo.default {
    max-width: 272px;
  }
}
@media (max-width: 991.8px) {
  header .show_desk.logo.default {
    max-width: 162px;
  }
}

@media (max-width: 991.8px) {
  header .logo {
    display: block;
    max-width: 162px;
  }
}
@media (max-width: 575.8px) {
  header .logo {
    max-width: 140px;
  }
}

@media (min-width: 992px) {
  header .schedule_tour_class > a.left_btn.mt_fill_btn {
    --mt-hex-ribbon: 1;
    --ribbon-perspective: 14px;
    --ribbon-tilt: 6deg;
    height: 55px;
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #614E63;
    box-sizing: border-box;
    isolation: isolate;
    text-decoration: none;
    gap: 10px;
    width: max-content;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::before, header .schedule_tour_class > a.left_btn.mt_fill_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    pointer-events: none;
    border-style: solid;
    border-color: #BB7F72;
    border-width: 3px;
    z-index: -1;
    left: 0;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::before {
    top: 0;
    transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
    transform-origin: 50% 100%;
    border-bottom: none;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::after {
    bottom: 0;
    transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
    transform-origin: 50% 0;
    border-top: none;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn:hover::before, header .schedule_tour_class > a.left_btn.mt_fill_btn:hover::after {
    background-color: #BB7F72;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn {
    color: #514A4A !important;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::before, header .schedule_tour_class > a.left_btn.mt_fill_btn::after {
    height: 33px;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::before {
    top: -5px;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn::after {
    bottom: -5px;
  }
  header .schedule_tour_class > a.left_btn.mt_fill_btn {
    padding: 11px 50px 11px 46px;
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-transform: uppercase;
  }
  header:not(.mt_fixed) .schedule_tour_class > a.left_btn.mt_fill_btn {
    background: #F1EFED !important;
  }
  header.mt_fixed .schedule_tour_class > a.left_btn.mt_fill_btn {
    background: #ffffff !important;
  }
}
.header_right .show_desk .menu-header-menu-container li a {
  color: #363030;
}

.header_right .show_mob .left_btn.mt_fill_btn {
  color: #514A4A !important;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: transparent !important;
  border-color: #BB7F72 !important;
  border-radius: 0 !important;
}

header .mt_menu_toggle span {
  border-bottom-width: 1px !important;
}
header .mt_menu_toggle .mt_menu_1, header .mt_menu_toggle .mt_menu_3 {
  width: 30px !important;
}
header .mt_menu_toggle .mt_menu_2 {
  width: 20px !important;
}
header .mt_menu_toggle .mt_menu_3 {
  margin-bottom: 0px !important;
}

.header_right .mt_menu_toggle.open {
  width: max-content;
  height: max-content;
  border: none;
  box-shadow: none;
}
.header_right .mt_menu_toggle.open span {
  transition: none;
  border-color: #514A4A !important;
}
.header_right .mt_menu_toggle.open:hover {
  border-radius: 0px;
  background: #BB7F72 !important;
}
.header_right .mt_menu_toggle.open:hover span {
  transition: none;
  border-color: #F1EFED !important;
}

.mt_hamb_menu.menu_open {
  background-color: #F1EFED;
}

.mt_menu_toggle {
  border: none !important;
}

.mt_menu_toggle.close {
  box-shadow: none;
}
.mt_menu_toggle.close svg path {
  stroke: #BB7F72;
}
.mt_menu_toggle.close:hover {
  background: #BB7F72;
}
.mt_menu_toggle.close:hover svg path {
  stroke: #F1EFED;
}

.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom {
  border-radius: 0px;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom::marker {
  color: transparent;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom:hover {
  background-color: #475467;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom:hover a {
  color: #ffffff;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom a {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_fill_btn a {
  color: #514A4A;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_fill_btn:hover {
  background-color: #F1EFED;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_fill_btn:hover a {
  color: #514A4A;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_transparent_btn {
  border-color: #BB7F72;
  color: #514A4A !important;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_transparent_btn:hover a {
  color: #514A4A;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-custom.mt_transparent_btn:hover {
  border-color: #BB7F72;
  background-color: #BB7F72;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-post_type:hover a, .mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item-type-post_type.current_page_item a {
  background-color: #BB7F72;
}
.mt_hamb_menu.menu_open #menu-hamburger-menu .menu-item:not(.menu-item-type-custom) a {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #101828;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-1-container a, .mt_hamb_menu.menu_open .menu-hamburger-sub-menu-2-container a {
  color: #514A4A;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-style: Demi;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-1-container #menu-hamburger-sub-menu-1 {
  border-top: none;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-1-container #menu-hamburger-sub-menu-1 li a:hover {
  background-color: #BB7F72 !important;
  background: #BB7F72 !important;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-1-container:hover {
  border-color: #BB7F72;
  background-color: #BB7F72 !important;
  background: #BB7F72 !important;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-2-container #menu-hamburger-sub-menu-2 {
  border-top: none;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-2-container #menu-hamburger-sub-menu-2 li a:hover {
  background-color: #BB7F72 !important;
  background: #BB7F72 !important;
}
.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-2-container:hover {
  border-color: #BB7F72;
  background-color: #BB7F72 !important;
  background: #BB7F72 !important;
}

.mt_hamb_menu.menu_open .menu-hamburger-sub-menu-1-container {
  border: 2px #E8D9CE solid;
  border-left: none;
  border-right: none;
}

.mt_hamb_menu .inner_menu li.resident-icon::after {
  content: url("../images/icons/resident-icon.svg");
}

.logo_ham_menu {
  max-width: 162px;
  height: 40px;
}

.mt_ham_top {
  height: 55px;
}

.mt_hamb_menu .inner_menu {
  border-top: 1px solid #ffffff;
}
.mt_hamb_menu .inner_menu li.resident-icon::after {
  top: 3.5px;
  left: 25px;
}

/*transform origin*/
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
  gap: 8px !important;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn svg {
  margin-right: 0px;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
  --mt-hex-ribbon: 1;
  --ribbon-perspective: 14px;
  --ribbon-tilt: 6deg;
  height: 55px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #614E63;
  box-sizing: border-box;
  isolation: isolate;
  text-decoration: none;
  gap: 10px;
  width: max-content;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::before, footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  pointer-events: none;
  border-style: solid;
  border-color: #BB7F72;
  border-width: 3px;
  z-index: -1;
  left: 0;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::before {
  top: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(var(--ribbon-tilt));
  transform-origin: 50% 100%;
  border-bottom: none;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::after {
  bottom: 0;
  transform: perspective(var(--ribbon-perspective)) rotateX(calc(-1 * var(--ribbon-tilt)));
  transform-origin: 50% 0;
  border-top: none;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn:hover::before, footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn:hover::after {
  background-color: #BB7F72;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
  min-width: 232px;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::before, footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::after {
  height: 38px;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::before {
  top: -10px;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn::after {
  bottom: -10px;
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
  margin-left: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 11px 0px 11px 0px;
}
@media (max-width: 991.8px) {
  footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
    padding: 11px 32px 11px 27px;
  }
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
  font-family: "futura-pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-style: Demi;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn {
    font-size: 14px;
  }
}
footer .mt_footer_main .mt_social_login .mt_resident_login.mt_btn:hover {
  background-color: #614E63;
}

footer .mt_footer_sub {
  position: relative;
  isolation: isolate;
  background-color: #614E63;
  background-image: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url("../images/icons/footer_background_pattern.png");
}

footer .mt_footer_main .mt_footer_top_row .mt_footer_logo_wrap .mt_footer_logo img {
  width: 250px;
}

@media (min-width: 992px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row {
    align-items: flex-start;
  }
}
@media (max-width: 991.8px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: min(4vw, 48px);
    flex: 1;
    justify-content: stretch;
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 991.8px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info {
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info > div {
    margin-bottom: 0;
  }
}
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_ofc_ph {
  display: block;
}
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_hours p {
  min-width: 218px;
}
@media (min-width: 992px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_hours,
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_address,
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_ofc_ph {
    padding-right: 0;
  }
}
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_hours .mt_txt_sub,
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_address .mt_txt_sub,
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_ofc_ph .mt_txt_sub {
  font-family: "freight-text-pro", "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_hours p {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
}
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_address span,
footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_ofc_ph span {
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
}
@media (min-width: 992px) {
  footer.mt_theme1 .mt_footer_main .mt_footer_top_row .mt_footer_info .mt_retail {
    grid-column: 1/-1;
    justify-self: end;
    max-width: 28rem;
    text-align: right;
    margin-top: 40px;
  }
}

footer .mt_page_padding.mt_footer_main .mt_footer_top_row .mt_footer_logo_wrap .mt_footer_btn_wrap a.mt_ft_cnt_btn {
  border-radius: 0px !important;
  color: #ffffff;
  background-color: transparent;
  border-color: #BB7F72;
  border-width: 2px;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
footer .mt_page_padding.mt_footer_main .mt_footer_top_row .mt_footer_logo_wrap .mt_footer_btn_wrap a.mt_ft_cnt_btn:hover {
  color: #000000;
  background-color: #BB7F72;
  border-color: #BB7F72;
}

footer .mt_page_padding.mt_footer_main .mt_footer_top_row .mt_footer_logo_wrap .mt_footer_btn_wrap .mt_ft_tour_btn {
  border-radius: 0px !important;
  border-width: 2px;
  color: #ffffff;
  border-color: #BB7F72;
  background-color: transparent;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
footer .mt_page_padding.mt_footer_main .mt_footer_top_row .mt_footer_logo_wrap .mt_footer_btn_wrap .mt_ft_tour_btn:hover {
  color: #000000;
  background-color: #BB7F72;
  border-color: #BB7F72;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .mt_footer_main {
    padding-right: 1.8vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .mt_footer_main {
    padding-right: 2.8vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .mt_footer_info {
    column-gap: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  footer .mt_footer_info {
    column-gap: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .mt_footer_info > div {
    padding-right: 0vw !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  footer .mt_footer_info > div {
    padding-right: 2vw !important;
  }
}

.mt_adaeho_wrap * {
  font-family: "futura-pt", Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

footer .mt_footer_sub .mt_adaeho_wrap .eho img {
  src: url(../images/icons/eho_white.svg);
}

footer .mt_footer_sub .mt_adaeho_wrap .ada img {
  src: url(../images/icons/ada_white.svg);
}

/*# sourceMappingURL=common-styles.css.map */
