.formkit-page {
  line-height: 1.5;
  font-family: var(--body-font-family);
  position: relative;
}

header {
  margin-bottom: 25px;
}

h1,
h2 {
  line-height: inherit;
  margin: inherit;
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  opacity: 0.75;
}

.formkit-bg-color,
.formkit-bg-image {
  height: 100%;
  min-height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.formkit-bg-image {
  background-position: center center;
  background-size: cover;
}

.formkit-banner {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 560px;
  width: 100%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}

.formkit-wrapper {
  max-width: 770px;
  margin: 0 auto;
  padding: 0 20px;
}

.formkit-heading {
  font-family: var(--headings-font-family);
  margin: 0 auto;
  max-width: 770px;
  display: -webkit-box;
  display: flex;
  padding: 125px 0 100px;
  font-size: 35px;
}

.formkit-content-container {
  border-radius: var(--radius);
  box-shadow: 0px 3px 12px rgba(33, 47, 79, 0.1);
  font-size: 20px;
  padding: 35px 25px;
  margin-bottom: 60px;
}

.formkit-content-heading {
  font-size: 36px;
  font-family: var(--headings-font-family);
  margin-bottom: 0.25rem;
  text-align: center;
}

.formkit-content-heading h1 {
  margin-bottom: 36px;
}

.formkit-form-container {
  border-radius: var(--radius);
  text-align: center;
  padding: 50px 45px 40px;
  box-shadow: 0px 3px 12px rgba(33, 47, 79, 0.1);
}

.formkit-form-heading {
  font-size: 40px;
  font-family: var(--headings-font-family);
  margin-bottom: 10px;
}

.formkit-text {
  text-align: center;
}

.formkit-form-content {
  font-size: 16px;
  margin-bottom: 40px;
}

.formkit-form {
  max-width: 370px;
  margin: 0 auto;
}

.formkit-field {
  margin-bottom: 20px;
}

.formkit-input {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 0;
}

.formkit-field .formkit-select {
  padding-top: 16px;
  padding-bottom: 16px;
  -moz-text-align-last: center;
       text-align-last: center;
  padding-right: 12px;
  border: 0;
}

[data-group="checkboxes"] legend {
  color: inherit !important;
  text-align: left;
}

.formkit-checkboxes {
  background: inherit !important;
  color: inherit !important;
  text-align: left;
}

.formkit-submit {
  width: 100%;
  font-family: var(--headings-font-family);
  margin-bottom: 30px;
}

.formkit-submit span {
  padding-bottom: 15px;
  padding-top: 15px;
}

.formkit-disclaimer {
  font-size: 14px;
  text-align: center;
}

.formkit-powered-by-convertkit-container {
  padding: 55px 0 80px;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .formkit-heading {
    padding: 150px 0 90px;
  }

  .formkit-content-container {
    padding: 60px;
  }

  .formkit-form-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}