#contact .s2 .container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
#contact .s2 h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.2em;
  color: #293F80;
  margin-bottom: 1.5rem;
}
#contact .s2 .left, #contact .s2 .right {
  padding: 7.5rem 0;
  width: 50%;
}
#contact .s2 .left a {
  font-size: 0.9rem;
  line-height: 1.3em;
  display: block;
  color: #595959;
  transition: color 0.3s ease;
  margin-bottom: 1rem;
}
#contact .s2 .left a:last-of-type {
  margin-bottom: 0;
}
#contact .s2 .left a:hover {
  color: #4292E8;
}
#contact .s2 .left .email {
  font-weight: 500;
  color: #4292E8;
}
#contact .s2 .right h3 {
  max-width: 600px;
}
#contact .s2 .right form input.hidhp {
  display: none;
}
#contact .s2 .right form input {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
  background: transparent;
  border: none;
  border-bottom: solid 1px #293F80;
  padding-bottom: 10px;
  -webkit-appearance: none;
  margin-bottom: 1rem;
}
#contact .s2 .right form ::placeholder {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
}
#contact .s2 .right form textarea {
  display: block;
  width: 100%;
  height: 150px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
  border: none;
  border-bottom: solid 2px #293F80;
  margin-bottom: 1rem;
}
#contact .s2 .right form .custom-select {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
#contact .s2 .right form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #293F80;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
  padding-bottom: 10px;
  background: transparent;
}
#contact .s2 .right form .custom-select::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  width: 8px;
  height: 8px;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 3px;
  background: url(/i/select-arrow.svg) no-repeat center/contain;
}
#contact .s2 .right form input:-webkit-autofill,
#contact .s2 .right form input:-webkit-autofill:hover,
#contact .s2 .right form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #595959 !important;
  transition: background-color 9999s ease-in-out 0s;
}
#contact .s2 .right form .btn-submit {
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #595959;
  position: relative;
  margin-top: 1rem;
  transition: color 0.3s ease;
}
#contact .s2 .right form .btn-submit::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(/i/right-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contact .s2 .right form .btn-submit:hover {
  color: #4292E8;
}
#contact .s2 .right .response {
  font-size: 0.9rem;
  line-height: 1.2em;
  position: relative;
  top: 2rem;
}

@media screen and (max-width: 1023px) {
  #contact .s2 {
    padding: 7.5rem 0;
  }
  #contact .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .s2 .left, #contact .s2 .right {
    padding: 0;
    width: 100%;
  }
  #contact .s2 .left {
    margin-bottom: 3rem;
  }
  #contact .s2 .left h3 br {
    display: none;
  }
  #contact .s2 .right h3 {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #contact .s2 {
    padding: 5rem 0;
  }
  #contact .s2 h3 {
    font-size: 1.6rem;
  }
  #contact .s2 .right form textarea {
    height: 100px;
  }
}

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