.contact-section-main {
  padding: 75px 0;
}

.contact-section-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.contact-section-left {
  flex-basis: 47.58%;
  max-width: 47.58%;
}

.contact-section-right {
  flex-basis: 47.58%;
  max-width: 47.58%;
}

.contact-section-heading h2 {
/*   font-family: Avenir LT Pro; */
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  margin: 0 0 20px;
}

.contact-section-heading p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #535862;
  margin-bottom: 48px;
}

.contact-section-form h3 {
  display: none;
}

.contact-section-form-heading {
  max-width: 90%;
  margin: 0 auto;
}

.form-title, .submitted-message, form {
  background-color: #fff;
}

.form-title, form label, form legend {
  /* font-family: 'Avenir LT Pro'; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #414651;
  margin-bottom: 6px;
}

span.hs-form-required {
  color: #007AFF;
}

.contact-section-form .input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  /* font-family: 'Avenir LT Pro'; */
}

.contact-section-form .input input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  /* font-family: 'Avenir LT Pro'; */
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  color: #717680;
}

.contact-section-form .input {
  margin: 0 !important;!i;!;
}

.contact-section-form .form-columns-1 .input input {
  width: 100% !important;!i;!;
}

.contact-section-form .hs_phone.hs-phone.hs-fieldtype-phonenumber.field.hs-form-field .input .hs-input {
  display: flex;
  width: 100%;
  gap: 12px;
  border-radius: 0 8px 8px 0;
  border-left: none;
}

.contact-section-form .hs-fieldtype-intl-phone.hs-input:after {
  content: none;
}



.contact-section-form .input textarea {
  width: 100% !important;!i;!;
  border-radius: 8px;
  height: 134px;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  padding: 12px 14px;
}

.contact-section-form .hs-input.hs-fieldtype-intl-phone select {
  border: 1px solid #D5D7DA !important;
  padding: 10px 12px;
  border-right: none !important;!i;!;
  border-radius: 8px 0px 0px 8px !important;!i;!;
  /* font-family: 'Avenir LT Pro'; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.contact-section-form .hs-input.hs-fieldtype-intl-phone {
  gap: 0 !important;!i;!;
}

.contact-section-form input#phone-c034d512-4555-4fc6-992f-cad58e331080_4531 {
  border-left: none !important;!i;!;
}

.contact-section-form .input textarea::placeholder {
  /* font-family: 'Avenir LT Pro'; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #717680;
}

.contact-section-form fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.contact-section-form li.hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
}

.contact-section-form li.hs-form-booleancheckbox label span {
  /* font-family: 'Avenir LT Pro'; */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #535862;
  margin-left: 0 !important;!i;!;
}

.contact-section-form .form-columns-1 .input li.hs-form-booleancheckbox label input {
  width: 20px !important;!i;!;
  height: 20px;
  border: 1px solid #D5D7DA;
  border-radius: 8px;
  margin-right: 12px;
}

.contact-section-form .hs_submit.hs-submit input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  background-color: #4278F5;
  border-radius: 8px;
  /* font-family: 'Avenir LT Pro'; */
  margin-top: 24px;
}

.contact-section-form .hs-form-field {
  margin-bottom: 24px;
}

.contact-section-form .hs-error-msg {
  color: #ef6b51;
  margin-top: 4px;
  margin-bottom: 0;
}

.contact-section-form form .hs_submit.hs-submit .actions {
  max-width: 100%;
}

.contact-section-form form .hs_submit.hs-submit .actions:after {
  content:none;
}

@media (max-width: 767px) {
  .contact-section-main .page-center {
    padding: 0 20px;
  }
  .contact-section-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-section-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-section-outer {
    flex-direction: column;
    gap: 16px;
  }

  .contact-section-main {
    padding: 50px 0;
  }

  .contact-section-form-heading {
    max-width: 100%;
  }

  .contact-section-heading h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }

  .contact-section-heading p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .contact-section-form .hs-form-field {
    margin-bottom: 16px;
  }
}