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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url("https://cdn.prod.website-files.com/685f36e90a91fe6c24430935/685f4101b9251faaf7b702bb_back%20log.png");
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 40px 400px 20px;
  display: block;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label-3, .field-label-4 {
  text-align: left;
}

.form-2 {
  color: #292323;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 41px;
  padding: 20px 10px;
  display: inline-block;
}

.image-3 {
  margin-left: -74px;
  padding-bottom: 20px;
}

.submit-button-2 {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #0088c1;
  border-radius: 10px;
  margin-left: 5px;
  padding-top: 7px;
  padding-left: 21px;
  padding-right: 24px;
  display: block;
}

.submit-button-2:hover {
  background-color: #4eb0d8;
}

.checkbox-field-2 {
  margin-left: 200px;
  padding-left: 42px;
}

.checkbox {
  margin-left: 5px;
}

.image-4 {
  float: right;
  clear: left;
  pointer-events: auto;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.text-field-2, .text-field-3 {
  line-height: 29px;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image, .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }
}
