.success-message-4 {
  margin-bottom: 10px;
  padding: 10px 0px 0px;
  background-color: transparent;
}

.text-field-6 {
  height: 45px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

.text-field-6:focus {
  background-color: #f5f7fc;
}

.text-field-6._1 {
  border-right: 3px solid #1c2234;
  border-radius: 3px 0px 0px 3px;
}

.submit-button {
  height: 45px;
  border-style: none;
  border-width: 1px;
  border-color: #1c2234;
  border-radius: 3px;
  background-color: #ef4345;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.11);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-family: Overlock, sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.submit-button:hover {
  border-color: #1c2234;
  background-color: #b5bed2;
  color: #fff;
}

.submit-button._2 {
  width: auto;
  padding-top: 8px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.form-6 {
  /*display: -ms-grid;*/
  /*display: grid;*/
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*justify-items: start;*/
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-5 {
  height: 45px;
  border-radius: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

.text-field-5:focus {
  background-color: #f5f7fc;
}

.text-block-15 {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.text-field-4 {
  height: 45px;
  margin-bottom: 10px;
  /*border-right: 3px solid #1c2234;*/
  border-radius: 3px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

.text-field-4:focus {
  background-color: #f5f7fc;
}

.error-message-4 {
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Overlock, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.text-block-11 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.select-field {
  height: 45px;
  /*border-right: 3px solid #1c2234;*/
  border-radius: 3px;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
}

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

@media screen and (max-width: 991px) {
  .success-message-4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .text-field-6 {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .text-field-6._1 {
    border-right-style: none;
    border-radius: 3px;
  }
  .submit-button {
    width: 205px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13.5px;
  }
  .submit-button._2 {
    width: 205px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .form-6 {
    display: block;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-5 {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border-right-style: none;
    border-radius: 3px;
    font-size: 14px;
  }
  .text-block-15 {
    font-size: 15px;
    line-height: 15px;
  }
  .text-field-4 {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    border-right-style: none;
    border-radius: 3px;
    font-size: 14px;
  }
  .text-block-11 {
    font-size: 16px;
    line-height: 15px;
  }
  .select-field {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    padding-left: 8px;
    border-right-style: none;
    border-radius: 3px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .success-message-4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .text-field-6 {
    height: auto;
    margin-bottom: 8px;
  }
  .submit-button {
    height: auto;
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
  .submit-button._2 {
    width: 200px;
    line-height: 20px;
  }
  .form-6 {
    display: block;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-field-5 {
    height: auto;
    margin-bottom: 8px;
  }
  .text-block-15 {
    font-size: 14px;
    line-height: 14px;
  }
  .text-field-4 {
    height: auto;
    margin-bottom: 0px;
  }
  .text-block-11 {
    font-size: 15px;
    line-height: 14px;
  }
  .select-field {
    height: auto;
    margin-bottom: 8px;
    padding-left: 8px;
  }
  .form-block-3 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .success-message-4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .text-field-6 {
    font-size: 13px;
  }
  .submit-button {
    width: 200px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .submit-button._2 {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 20px;
  }
  .text-field-5 {
    font-size: 13px;
  }
  .text-field-4 {
    font-size: 13px;
  }
  .select-field {
    padding-left: 8px;
    font-size: 13px;
  }
}

