.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-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 {
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading {
  font-size: 60px;
  line-height: 69px;
}

.container-2 {
  overflow: auto;
  max-width: 64%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  padding-right: 84px;
}

.image {
  text-align: center;
}

.div-block-2 {
  padding-top: 26px;
  padding-bottom: 33px;
  text-align: center;
}

.section {
  box-shadow: 0 3px 60px 1px rgba(0, 0, 0, 0.18);
}

.heading-2 {
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0173af;
  font-size: 60px;
  line-height: 69px;
}

.heading-3 {
  margin-bottom: 72px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.section-2 {
  margin-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Mask-Group-8.png');
  background-position: 0% 100%;
  background-size: contain;
  font-weight: 700;
}

.text-block {
  position: absolute;
  left: 194px;
  top: 57.562px;
  bottom: auto;
  width: auto;
  max-width: 400px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.div-block-3 {
  position: relative;
}

.section-3 {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0173af;
  background-image: url('../images/Group-40.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-4 {
  width: 100%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
}

.container-3 {
  max-width: 1200px;
}

.text-span-2 {
  font-weight: 700;
}

.grid {
  grid-column-gap: 61px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 61px 1fr 61px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-4 {
  max-width: 1400px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 60px;
  -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;
  border-style: dashed;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
}

.image-2 {
  max-width: 50px;
}

.column {
  padding-right: 40px;
  padding-left: 40px;
}

.heading-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.column-2 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-5 {
  margin-bottom: 50px;
}

.button {
  padding: 16px 220px;
  border-radius: 30px;
  background-color: #ef7d32;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-6 {
  margin-top: 100px;
  text-align: center;
}

.div-block-7 {
  padding: 45px 40px 45px 45px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.15);
}

.heading-6 {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.link {
  color: #000;
  font-weight: 700;
}

.link-2 {
  color: #000;
  font-weight: 700;
}

.submit-button {
  width: 100%;
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 30px;
  background-color: #ef7d32;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
}

.text-field {
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f2fcff;
}

.text-field-2 {
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f2fcff;
}

.text-field-3 {
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f2fcff;
}

.text-field-4 {
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f2fcff;
}

.select-field {
  border: 1px none #000;
  border-radius: 30px;
  background-color: #f2fcff;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 992px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .text-block {
    left: 136px;
    top: 31.562px;
    font-size: 26px;
  }

  .container-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-4 {
    height: 100%;
  }

  .column {
    display: block;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-2 {
    height: 100%;
  }

  .column-3 {
    height: 100%;
  }

  .div-block-7 {
    padding: 20px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .div-block-3 {
    margin-bottom: 19px;
  }

  .column {
    padding-bottom: 20px;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .column-3 {
    padding-bottom: 20px;
  }

  .button {
    width: 114.9%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .container-5 {
    max-width: 767px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block {
    padding-right: 0px;
  }

  .heading-2 {
    width: 100%;
    text-align: center;
  }

  .heading-3 {
    text-align: center;
  }

  .section-2 {
    margin-top: 50px;
    padding-top: 0px;
  }

  .text-block {
    left: 74px;
    top: 11.562px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 45px;
  }
}

