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

.section-4 {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0px;
  text-align: center;
}

.section-4.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-4.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #131a22;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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;
  grid-column-gap: 160px;
  background-color: #fcfcfc;
}

.heading {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #ff6d00;
  font-size: 25px;
}

.button {
  width: 217px;
  border: 2px solid #ff6d00;
  border-radius: 20px;
  background-color: rgba(219, 58, 46, 0);
  font-family: Exo, sans-serif;
  color: #ff6d00;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #ff6d00;
  color: #fff;
}

.button.w--current {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.div-block-3 {
  width: auto;
  text-align: center;
}

.image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  width: 450px;
  padding: 22px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: -2px 0 12px -10px #000;
}

.jumbotron-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 20px;
  -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: 40px;
  background-color: #fff;
  background-image: url('../images/header.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.checkbox-label-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.text-block-3 {
  padding-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

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

.text-block {
  width: 90%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.text-span {
  font-family: Exo, sans-serif;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
}

.bold-text {
  font-family: Exo, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.div-block {
  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: 30px;
}

.submit-button {
  width: 100%;
  border-radius: 20px;
  background-color: #ff6d00;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.italic-text {
  text-align: left;
}

.heading-2 {
  margin-bottom: 20px;
  text-align: center;
}

.text-block-12 {
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  margin: 20px auto;
  padding-right: 48px;
  padding-left: 48px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.radio-button-label {
  font-size: 16px;
}

.radio-button-label-2 {
  font-size: 16px;
}

.radio-button-label-3 {
  font-size: 16px;
}

.radio-button-label-4 {
  font-size: 16px;
}

.text-field {
  border-radius: 8px;
  font-family: Exo, sans-serif;
}

.text-field-2 {
  border-radius: 8px;
  font-family: Exo, sans-serif;
}

.text-field-3 {
  border-radius: 8px;
  font-family: Exo, sans-serif;
}

.text-field-4 {
  border-radius: 8px;
  font-family: Exo, sans-serif;
}

.select-field {
  border-radius: 8px;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.bold-text-2 {
  font-size: 39px;
}

.text-block-13 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.button-2 {
  margin-top: 25px;
  background-color: #ff6d00;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.image-2 {
  margin-top: 21px;
}

.section-5 {
  background-color: #1a1a1a;
}

.heading-4 {
  width: 70%;
  margin: 55px auto 25px;
  padding: 25px;
  border: 2px solid #fff500;
  border-radius: 20px;
  font-family: Exo, sans-serif;
  color: #fff500;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.heading-5 {
  margin-bottom: 35px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.container {
  text-align: center;
}

.text-block-14 {
  width: 70%;
  margin: 35px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.bold-text-3 {
  color: #fff500;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  grid-column-gap: 30px;
  text-align: center;
}

.text-block-15 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
}

.bold-text-4 {
  color: #fff500;
}

.div-block-7 {
  width: 75%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.radio-button-field {
  font-family: Exo, sans-serif;
}

.div-block-8 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.heading-6 {
  margin-top: 15px;
  text-align: center;
}

.button-3 {
  border-radius: 0px;
  background-color: #fff500;
  font-family: Exo, sans-serif;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
}

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

.heading-2-copy {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-4 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
  }

  .jumbotron-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}