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

.body {
  background-color: #f5f5f5;
}

.form {
  text-align: left;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 1px 1px 14px #00000030;
}

.section {
  background-color: #00214e;
  background-image: linear-gradient(#9c4722b3, #9c4722b3), url('../images/_IGP0217-EDIT.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 30px;
  padding-bottom: 40px;
}

.image {
  text-align: center;
  max-width: 80%;
  margin-bottom: 30px;
}

.container {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.text-block {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

.field-label, .field-label-2 {
  color: #f7f0e9;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.select-field {
  background-color: #f3f3f3;
  font-family: DM Sans, sans-serif;
}

.error-message {
  z-index: 2;
  background-color: #3adb57;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 19% 0% -64%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-top: 215px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.link {
  color: #fff;
}

.form-2 {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  margin-bottom: 25px;
  padding: 20px;
}

.submit-button-3 {
  background-color: #3b1c02;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.error-message-3 {
  z-index: 2;
  background-color: #ccc7ba;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% -64%;
}

.checkbox-label {
  color: #f7f0e9;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.checkbox-label-2 {
  color: #f7f0e9;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.checkbox-label-3 {
  color: #f7f0e9;
  font-family: DM Sans, sans-serif;
}

.checkbox-field {
  color: #f7f0e9;
}

@media screen and (max-width: 479px) {
  .form {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    padding-top: 25px;
  }

  .image {
    margin-bottom: 67px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 124px;
    line-height: 16px;
  }

  .form-2 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}


