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

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image {
  width: 60%;
}

.hero-sec {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  max-width: 1920px;
}

.form-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.email-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.field-label-2 {
  color: #00a651;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border: 3px solid #0072bc;
  border-radius: 13px;
  font-size: 1rem;
}

.textarea-2 {
  border: 3px solid #0072bc;
  border-radius: 13px;
  margin-bottom: 20px;
}

.submit-button {
  color: #fff;
  background-color: #0072bc;
  border: 0 solid #000;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.select-field {
  color: #8e8e8e;
  background-color: #fff;
  border: 3px solid #0072bc;
  border-radius: 13px;
}

.heading {
  color: #0072bc;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.heading-2 {
  text-align: center;
  width: 75%;
  font-size: 1.5rem;
  line-height: 1.2;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buziko-link {
  color: #fff;
  text-align: center;
  background-color: #0072bc;
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: block;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #0072bc;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.div-block-3 {
  background-image: url('../images/about-us-bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75%;
}

.div-block-4 {
  width: 60%;
}

.heading-4 {
  color: #00a651;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
}

.heading-5 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
}

.div-block-5 {
  background-color: #f4f4f4;
  border: 1px solid #878787;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-6 {
  text-align: center;
  width: 85%;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-7 {
  line-height: 1.2;
}

.heading-8 {
  text-align: center;
  width: 85%;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.image-2 {
  width: 60%;
}

.heading-9 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}

.heading-top {
  color: #0072bc;
  text-align: center;
  margin-top: 0;
  font-size: 5rem;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .form-block {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .buziko-link {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .field-label-2 {
    font-size: 1.5rem;
  }

  .submit-button {
    width: 100%;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 95%;
  }

  .form-block {
    width: 90%;
    height: auto;
    margin: 0 10px 37px 15px;
  }

  .field-label-2 {
    font-size: 1rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

  .heading {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .buziko-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .div-block-3 {
    background-position: 50% 100%;
  }

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

  .heading-4 {
    margin-top: 0;
    font-size: 20px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 127px;
    font-size: 16px;
  }

  .div-block-5 {
    width: 95%;
  }

  .heading-6 {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 16px;
  }

  .image-2 {
    width: 95%;
  }

  .heading-9 {
    width: 90%;
  }

  .heading-top {
    font-size: 45px;
  }
}


