@font-face {
  font-family: "Gotham";
  font-weight: 100;
  src: url(/fonts/Gotham-Thin.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 200;
  src: url(/fonts/Gotham-XLight.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 300;
  src: url(/fonts/Gotham-Light.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 400;
  src: url(/fonts/Gotham-Book.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 500;
  src: url(/fonts/Gotham-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 700;
  src: url(/fonts/Gotham-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Gotham";
  font-weight: 900;
  src: url(/fonts/Gotham-Black.otf) format("opentype");
}

#contact .s2 .contain {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact .s2 .contain h3 {
  width: 30%;
  font-size: .9rem;
}

#contact .s2 .contain p, #contact .s2 .contain a {
  width: 23.33%;
  padding-left: 1rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact .s2 .contain h3, #contact .s2 .contain p, #contact .s2 .contain a {
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  line-height: 1.5em;
  text-align: center;
  height: 6.7rem;
}

#contact .s2 .contain a {
  color: #1A793A;
  font-size: 0.8rem;
  letter-spacing: normal;
}

#contact .s2 .contain a:hover {
  text-decoration: underline;
}

#contact .s3 {
  min-height: 100vh;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#contact .s3 .plx-wrap {
  width: calc(100% - 14rem);
  left: 7rem;
}

#contact .s3 .plx-wrap .plx-bg {
  background-image: url(/i/Contact/contact-form-bg-img-parallax.jpg);
}

#contact .s3 * {
  color: #fff;
}

#contact .s3 .contain {
  position: relative;
  z-index: 4;
}

#contact .s3 input.hidhp {
  display: none !important;
}

#contact .s3 input, #contact .s3 textarea, #contact .s3 button, #contact .s3 select {
  border: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

#contact .s3 .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
}

#contact .s3 .col {
  width: 50%;
}

#contact .s3 input, #contact .s3 textarea, #contact .s3 select {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#contact .s3 input:-webkit-autofill, #contact .s3 input:-webkit-autofill:hover, #contact .s3 input:-webkit-autofill:focus, #contact .s3 textarea:-webkit-autofill, #contact .s3 textarea:-webkit-autofill:hover, #contact .s3 textarea:-webkit-autofill:focus, #contact .s3 select:-webkit-autofill, #contact .s3 select:-webkit-autofill:hover, #contact .s3 select:-webkit-autofill:focus {
  color: #fff;
}

#contact .s3 input, #contact .s3 input::placeholder, #contact .s3 textarea, #contact .s3 textarea::placeholder, #contact .s3 select, #contact .s3 select::placeholder, #contact .s3 option, #contact .s3 option::placeholder, #contact .s3 label, #contact .s3 label::placeholder {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  line-height: 1em;
  color: #fff;
}

#contact .s3 textarea {
  padding: 1rem 0;
}

#contact .s3 .buttons-wrapper {
  margin-top: 1.75rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}

#contact .s3 .link-off-btn {
  width: 13rem;
  cursor: pointer;
  background-color: #1A793A;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border: 0;
  opacity: 1;
  transition: background-color .3s ease;
}

#contact .s3 .link-off-btn:hover {
  background-color: #1A4079;
}

#contact .s3 .response {
  margin-top: 2rem;
  text-align: center;
}

#contact .s4 {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

@media screen and (max-width: 1920px) {
  #contact .s3 .plx-wrap {
    width: calc(92% - 2px);
    left: 4vw;
  }
}

@media screen and (max-width: 1200px) {
  #contact .s2 .contain {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  #contact .s2 .contain h3 {
    width: 100%;
    border-right: 0;
    padding: 0;
    height: auto;
  }
  #contact .s2 .contain p, #contact .s2 .contain a {
    width: 33.33%;
  }
  #contact .s2 .contain a:last-child {
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #contact .s2 .contain p, #contact .s2 .contain a, #contact .s2 .contain h3 {
    width: 100%;
    border-right: 0;
    padding: 0;
    height: auto;
    border-right: 0;
  }
  #contact .s3 {
    background-attachment: scroll;
    padding-top: 3rem;
    padding-bottom: 5rem;
    min-height: auto;
  }
  #contact .s3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    padding: 1.5rem 0;
  }
  #contact .s3 .row .col {
    width: 100% !important;
  }
  #contact .s3::before {
    width: 92vw;
  }
}
