@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main {
  overflow-x: hidden;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 64px;
}
body main section h2.secondary-title {
  font-size: 40px;
}
body main section p.lead {
  font-size: 24px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.page_banner {
  padding: 240px 10px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.page_banner .caption {
  position: relative;
}
body main section.page_banner .caption h1.main-title {
  font-size: 84px;
}
body main section.page_banner .caption h2.lead {
  font-size: 24px;
  max-width: 80%;
}
body main section.info_card {
  padding: 60px 0;
}
body main section.info_card .img_wrapper {
  overflow: hidden;
  z-index: 1;
}
body main section.info_card .img_wrapper > img {
  border-radius: 5px;
}
body main section.info_card .img_wrapper_s1 {
  position: relative;
  padding: 20px;
}
body main section.info_card .img_wrapper_s1 > img {
  margin-left: 50px;
  max-width: calc(100% - 50px);
}
body main section.info_card .img_wrapper_s1 .custom_badge {
  background: rgb(187, 152, 61);
  background: -moz-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: -webkit-linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  background: linear-gradient(90deg, rgb(187, 152, 61) 0%, rgb(240, 219, 106) 25%, rgb(255, 229, 161) 50%, rgb(241, 207, 86) 75%, rgb(201, 157, 44) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb983d",endColorstr="#c99d2c",GradientType=1);
  padding: 10px 30px 10px 10px;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 20px 0;
  position: absolute;
  top: 70%;
  left: 20px;
  transform: translate(0, -50%);
}
body main section.info_card .img_wrapper_s1 .custom_badge img {
  height: 120px;
  width: 120px;
  margin-right: 8px;
}
body main section.info_card .img_wrapper_s1 .custom_badge h1 {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  color: #000000;
}
body main section.info_card .img_wrapper_s1 .custom_badge:before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 100%;
  left: 0;
  border-right: solid 50px #826826;
  border-bottom: 50px solid transparent;
}
body main section.info_card .img_wrapper_s1:after {
  content: "";
  height: 90%;
  width: 80%;
  border-right: 10px solid #D0AB2B;
  border-bottom: 10px solid #D0AB2B;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body main section.info_card .img_wrapper_s2 {
  position: relative;
  padding: 20px 50px 50px 70px;
}
body main section.info_card .img_wrapper_s2 .obj_dots {
  height: 140px;
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}
body main section.info_card .img_wrapper_s2:after {
  content: "";
  height: 60%;
  width: 60%;
  border: 4px solid #D0AB2B;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
}
body main section.contact {
  padding: 60px 0;
}
body main section.contact ul {
  color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
}
body main section.contact ul li {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}
body main section.contact ul li h2 {
  font-size: 24px;
}
body main section.contact ul li p {
  font-size: 20px;
  margin: 0;
}
body main section.contact .form-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 24px;
}
body main section.contact .form-wrapper h1.main-title {
  font-size: 32px;
}
body main section.contact .form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body main section.contact .form-wrapper form > div {
  width: 100%;
  max-width: 50%;
  padding: 0 10px;
}
body main section.contact .form-wrapper form > div input,
body main section.contact .form-wrapper form > div textarea {
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  border: solid 2px rgba(208, 171, 43, 0.2);
  border-radius: 0;
  padding: 8px 16px;
  box-shadow: none;
}
body main section.contact .form-wrapper form > div input::placeholder,
body main section.contact .form-wrapper form > div textarea::placeholder {
  color: #DADADA;
}
body main section.contact .form-wrapper form > div .invalid {
  border: solid 2px red;
}
body main section.contact .form-wrapper form > div:has(textarea) {
  max-width: 100%;
}
body main section.contact .form-wrapper form > div button {
  margin: 0 auto;
}

@media (max-width: 1780px) {
  body main section h1.main-title {
    font-size: 54px;
  }
  body main section h2.secondary-title {
    font-size: 36px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section.page_banner {
    padding: 220px 10px 120px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
}
@media (max-width: 1680px) {
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h2.secondary-title {
    font-size: 32px;
  }
  body main section.page_banner {
    padding: 200px 10px 120px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 74px;
  }
  body main section.info_card .img_wrapper_s1 {
    padding: 20px 20px 20px 0;
  }
  body main section.info_card .img_wrapper_s1 > img {
    margin-left: 30px;
    max-width: calc(100% - 30px);
  }
  body main section.info_card .img_wrapper_s1 .custom_badge {
    padding: 10px 20px 10px 10px;
    left: 0;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge img {
    height: 80px;
    width: 80px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge h1 {
    font-size: 52px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge:before {
    height: 30px;
    width: 30px;
    border-right: solid 30px #826826;
    border-bottom: 30px solid transparent;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 50px 50px 50px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 30px;
  }
  body main section.contact .form-wrapper form > div input,
  body main section.contact .form-wrapper form > div textarea {
    font-size: 20px;
    padding: 6px 14px;
  }
}
@media (max-width: 1480px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 160px 10px 100px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 64px;
  }
  body main section.info_card .img_wrapper_s1 > img {
    margin-left: 20px;
    max-width: calc(100% - 20px);
  }
  body main section.info_card .img_wrapper_s1 .custom_badge {
    padding: 10px;
    border-radius: 10px 10px 10px 0;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge img {
    height: 50px;
    width: 50px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge h1 {
    font-size: 32px;
  }
  body main section.info_card .img_wrapper_s1 .custom_badge:before {
    height: 20px;
    width: 20px;
    border-right: solid 20px #826826;
    border-bottom: 20px solid transparent;
  }
  body main section.contact ul li {
    padding: 20px;
  }
  body main section.contact ul li h2 {
    font-size: 20px;
  }
  body main section.contact ul li p {
    font-size: 16px;
  }
  body main section.contact .form-wrapper {
    padding: 20px;
  }
  body main section.contact .form-wrapper h1.main-title {
    font-size: 28px;
  }
  body main section.contact .form-wrapper form > div input,
  body main section.contact .form-wrapper form > div textarea {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  body main section.page_banner {
    padding: 120px 10px 80px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 54px;
  }
  body main section.contact .form-wrapper form > div input,
  body main section.contact .form-wrapper form > div textarea {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section.page_banner {
    padding: 160px 10px 60px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 44px;
  }
  body main section.info_card {
    padding: 40px 0;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 50px 50px 20px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  body main {
    margin-top: 62px;
  }
  body main section.page_banner {
    padding: 40px 10px 40px;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 34px;
    margin-bottom: 8px !important;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 18px;
  }
  body main section.info_card .img_wrapper_s1:after {
    border-right: 6px solid #D0AB2B;
    border-bottom: 6px solid #D0AB2B;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 40px 40px 20px;
  }
  body main section.info_card .img_wrapper_s2 .obj_dots {
    height: 100px;
    width: 100px;
  }
  body main section.info_card .img_wrapper_s2:after {
    left: 0;
  }
  body main section.contact .form-wrapper form > div {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 567px) {
  body main section h1.main-title {
    font-size: 24px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.page_banner {
    min-height: unset;
  }
  body main section.page_banner .caption h1.main-title {
    font-size: 24px;
  }
  body main section.page_banner .caption h2.lead {
    font-size: 14px;
  }
  body main section.page_banner > img.bg {
    height: unset;
  }
  body main section.info_card .img_wrapper_s2 {
    padding: 20px 30px 30px 20px;
  }
  body main section.info_card .img_wrapper_s2 .obj_dots {
    height: 60px;
    width: 60px;
  }
}

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