/*transform origin*/
.contact #mt_contact_page {
  margin-bottom: 0;
}
.contact #mt_contact_page .hywrap input,
.contact #mt_contact_page .hywrap input[type=text],
.contact #mt_contact_page .hywrap textarea,
.contact #mt_contact_page .hywrap select {
  background: #ffffff;
  border-radius: 0;
}
.contact #mt_contact_page .hywrap button[type=submit] {
  background-color: #d14921;
  border-color: #d14921;
  color: #000000;
}
.contact #mt_contact_page .hywrap button[type=submit]:hover {
  background-color: #ffffff;
  border-color: #d14921;
  color: #d14921 !important;
}
.contact #mt_contact_page .hywrap input[type=radio] {
  box-shadow: none;
  margin-top: 0;
}
.contact #mt_contact_page .mt_contact_right .mt_contact_address > div h3,
.contact #mt_contact_page .mt_contact_right .mt_contact_address > div h3 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact #mt_contact_page .mt_contact_right .mt_contact_address > div h3,
  .contact #mt_contact_page .mt_contact_right .mt_contact_address > div h3 {
    font-size: 25px;
    line-height: 23px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 991.8px) {
  .contact #mt_contact_page .mt_contact_left {
    padding-top: 0 !important;
  }
}
.contact #mt_contact_page .mt_contact_right {
  position: relative;
  padding-bottom: 21.875vw;
}
.contact #mt_contact_page .mt_contact_right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 21.875vw;
  background: url("../../images/contact_texture_TEST.webp") no-repeat bottom/contain;
}
@media (max-width: 991.8px) {
  .contact #mt_contact_page .mt_contact_right::after {
    right: auto;
    left: 0;
    background-position: left bottom;
    width: 100%;
    background-repeat: repeat !important;
  }
}
.contact .mt_header_wrap {
  margin-top: 0px;
}
.contact header {
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .contact header .mt_navigation_wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .contact header .mt_navigation_wrapper .btn_wrap {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .contact header .mt_navigation_wrapper .header_right {
    visibility: hidden;
    width: 150px;
    height: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 991.8px) {
  .contact header .mt_navigation_wrapper .header_right {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .contact header .mt_navigation_wrapper a[aria-label=logo] {
    width: 21vw;
    padding-left: 64px;
  }
  .contact header .mt_navigation_wrapper a[aria-label=logo] .show_desk.logo {
    max-height: 100px;
  }
}
.contact .mt_banner_outer_wrap {
  padding-top: 140px;
}
@media (max-width: 991.8px) {
  .contact .mt_banner_outer_wrap {
    padding-top: 70px;
  }
}
.contact .mt_banner_outer_wrap .mt_banner .mt_banner_content {
  padding: 200px 0px;
}
@media (max-width: 991.8px) {
  .contact .mt_banner_outer_wrap .mt_banner .mt_banner_content {
    padding: 100px 0px;
  }
}
.contact .mt_banner_outer_wrap .mt_banner .mt_banner_content .mt_txt_intro {
  display: none;
}
.contact .mt_banner_outer_wrap .mt_banner .mt_banner_content .mt_main_heading {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact .mt_banner_outer_wrap .mt_banner .mt_banner_content .mt_main_heading {
    font-size: 130px;
    line-height: 101px;
    letter-spacing: 0.03em;
  }
}

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