body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  background-color: #7a7a7a;
  border: 1px solid #a1a1a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Smooch Sans, sans-serif;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  font-weight: 400;
}

.field-label {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.form-block {
  padding-top: 21px;
}

.field-label-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  z-index: auto;
  float: none;
  clear: none;
  text-align: center;
  border: 1px solid #4d4d4d;
  width: 130px;
  font-size: 20px;
  position: relative;
  top: 12px;
  right: auto;
}

.text-field, .text-field-2 {
  width: 130px;
  height: 30px;
}

.text-block {
  color: #c5c5c5;
  font-size: 18px;
}

.div-block {
  color: #000;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  background-color: #000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
}

.heading-4 {
  margin-left: 20px;
  padding-left: 0;
}

.heading-5 {
  margin-top: 20px;
  padding-left: 30px;
}

.div-block-2 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  padding-left: 30px;
  display: flex;
}

.button {
  background-color: #ec3841;
}

.button-2 {
  font-size: 50px;
  font-weight: 700;
}

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

.heading-6 {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.body-2 {
  color: #000;
  background-color: #c0bfbf;
  font-family: Smooch Sans, sans-serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.text-block-5 {
  padding-top: 23px;
  font-size: 26px;
  font-weight: 400;
}

.text-block-6 {
  padding-top: 13px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-7 {
  padding-left: 30px;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
  font-size: 18px;
}

.submit-button-2 {
  background-color: #d10003;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .body {
    display: flex;
  }

  .text-block-5 {
    color: #050c20;
    padding-top: 18px;
    font-size: 22px;
    font-weight: 700;
  }
}


