.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-navbar {
  padding-top: 25px;
  padding-bottom: 25px;
}

.container-navbar {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.heading {
  color: #be2347;
  text-align: right;
  margin-top: 10px;
  font-weight: 400;
}

.body {
  font-family: Lato, sans-serif;
}

.section-hero-banner {
  background-image: url('../images/background-hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-hero-banner {
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.section-footer {
  background-color: #424242;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.heading-2 {
  color: #be2347;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.text-field {
  width: 70%;
  margin-bottom: 0;
}

.field-label {
  width: 25%;
  margin-bottom: 0;
}

.select-field {
  color: #000;
  background-color: #fff;
  width: 70%;
  margin-bottom: 0;
}

.text-field-2 {
  width: 70%;
  margin-bottom: 0;
}

.form {
  background-color: #f5fbfbd1;
  padding: 22px;
}

.form-block {
  width: 40%;
}

.heading-3 {
  color: #be2347;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.field-label-full {
  margin-bottom: 5px;
}

.text-field-full {
  margin-bottom: 0;
}

.div-block, .div-block-2 {
  width: 50%;
}

.text-block {
  margin-bottom: 15px;
}

.submit-button {
  background-color: #bc1542;
  border-radius: 7px;
  padding: 13px 23px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.heading-4 {
  color: #fff;
  font-size: 55px;
  line-height: 59px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.section-partners-list {
  padding-top: 45px;
  padding-bottom: 45px;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
}

.image {
  box-shadow: 0 2px 5px #0003;
}

.container {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-hero-banner {
    background-position: 50%;
  }

  .container-hero-banner {
    flex-flow: column;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .container-navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .heading {
    text-align: center;
  }

  .container-hero-banner {
    flex-flow: column;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 25px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .container-navbar {
    text-align: center;
    display: block;
  }

  .heading {
    text-align: center;
  }

  .container-hero-banner {
    display: block;
  }

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

  .flex-block {
    display: block;
  }

  .field-label {
    width: auto;
    margin-bottom: 5px;
  }

  .select-field, .text-field-2, .form-block, .div-block, .div-block-2 {
    width: 100%;
  }

  .heading-4 {
    position: static;
  }
}
