.w-basic-heading--styledAs-h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.w-basic-heading--styledAs-h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.w-basic-heading--styledAs-h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ec2e92;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0092a7;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

p {
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: 700;
}

strong {
  font-weight: 700;
  letter-spacing: 0.4px;
}

.footer-section {
  margin-top: 100px;
  padding: 50px 30px;
  background-color: #333;
  color: #fff;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

.logo-wrapper {
  margin-bottom: 50px;
}

.link-block {
  max-width: 220px;
}

.banner-wrapper {
  margin-bottom: 60px;
}

.form {
  margin-top: 50px;
}

.radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button {
  margin-top: 6px;
  margin-left: -18px;
}

.radio-button-field {
  margin-right: 12px;
}

.radio-text {
  margin-right: 12px;
}

.link {
  color: #ec2e92;
  text-decoration: none;
}

.bold-text {
  color: #0092a7;
}

.textarea {
  min-height: 160px;
}

.button {
  padding: 9px 40px 9px 15px;
  background-color: #ec2e92;
  background-image: url('../images/arrow.svg');
  background-position: 102px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button:hover {
  background-color: #c5016c;
  background-position: 105px 50%;
}

.button.bv2 {
  margin-top: 30px;
  background-position: 132px 50%;
}

.field {
  border-style: solid;
  border-width: 1px;
  border-color: #ec2e92;
  border-radius: 3px;
  background-color: #fff;
  color: #ec2e92;
}

.field::-webkit-input-placeholder {
  color: #ec2e92;
}

.field:-ms-input-placeholder {
  color: #ec2e92;
}

.field::-ms-input-placeholder {
  color: #ec2e92;
}

.field::placeholder {
  color: #ec2e92;
}

.field.textarea {
  margin-bottom: 30px;
  border-color: #ec2e92;
  color: #ec2e92;
}

.field.select {
  padding-left: 8px;
  border-color: #ec2e92;
  color: #ec2e92;
}

.checkbox-field {
  margin-bottom: 30px;
}

.endtext {
  margin-bottom: 30px;
}

.recaptcha {
  margin-bottom: 30px;
}

.form-heading {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #acacac;
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-footer {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  text-decoration: none;
}

.recaptcha-2 {
  margin-bottom: 30px;
}

.body {
  min-height: 100vh;
}

.form-2 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .radio-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-top {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .radio-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

