.contact-form .form-content {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(316deg, rgba(159, 204, 250, 0.6), rgba(9, 116, 241, 0.6)) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  max-width: 54rem;
  margin: auto;
  border-radius: 8px;
  padding: 4rem;
  position: relative;
}
.contact-form .form-content::before {
  content: "";
  background-image: url(../../../assets/images/formcircle.svg);
  position: absolute;
  right: -8rem;
  width: 36rem;
  height: 36rem;
  background-size: cover;
  top: -8rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-form .form-content::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    width: 95%;
  }
}
.contact-form .form-content .title {
  text-align: left;
}
.contact-form .form-content .title h3 {
  margin-bottom: 1.6rem;
}
.contact-form .form-content form {
  max-width: unset;
  margin: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
  position: unset;
}
.contact-form .form-content form .gsection_description {
  display: none;
}
.contact-form .form-content form:before {
  display: none;
}
.contact-form .form-content .gform-footer {
  display: flex;
  justify-content: flex-end;
}
.contact-form .gform_wrapper.gravity-theme .gsection {
  border-bottom: 0;
  padding: 0 16px 8px 0;
}/*# sourceMappingURL=style.css.map */