.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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  padding-top: 0px;
  background-color: #f8f8f8;
}

.image {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-2 {
  padding: 42px 0px;
  background-image: url('../images/jumbotron-bg-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
}

.text-container {
  width: 83%;
  max-width: none;
  margin: 40px;
  padding: 0px;
}

.form-container {
  width: 78%;
  max-width: none;
  margin: 8px;
  padding: 24px;
  border-radius: 11px;
  background-color: #fff;
}

.heading {
  width: 107%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  grid-column-gap: 15px;
}

.form {
  max-width: none;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 3px;
  background-color: #fafafa;
  color: #999;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
}

.checkbox-label {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.checkbox-label-2 {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.checkbox-field {
  padding-bottom: 10px;
}

.checkbox-field-2 {
  padding-bottom: 10px;
}

.submit-button {
  width: 100%;
  background-color: #386082;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.button {
  width: 100%;
  border-radius: 5px;
  background-color: #4e7597;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #3c5870;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 30px;
  text-align: center;
}

.text-block-2 {
  margin-top: -10px;
  text-align: center;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #3a7ecc;
  font-size: 43px;
  text-align: center;
}

.text-block-3 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #838383;
  font-size: 15px;
  text-align: center;
}

.container-3 {
  margin-top: 45px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 38px;
  padding-bottom: 39px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.text-block-6 {
  font-family: Lato, sans-serif;
  text-align: center;
}

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

  .heading {
    font-size: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-container {
    display: block;
    width: auto;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .form-container {
    width: auto;
    max-width: none;
  }

  .heading {
    width: auto;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
  }

  .text-block {
    display: block;
    font-size: 16px;
    text-align: center;
  }

  .heading-3 {
    font-size: 38px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 50px;
  }

  .text-block-4 {
    text-align: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .text-block-6 {
    text-align: center;
  }
}