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

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

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

.heading {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mrs-eaves-roman-all-petite-c, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section {
  padding-top: 6em;
}

.image {
  margin-top: 93px;
  margin-bottom: 80px;
}

.text-block {
  text-align: left;
  margin-bottom: 98px;
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.container {
  padding: 3em;
}

.checkbox-label {
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block {
  height: 20px;
}

.container-2 {
  margin-bottom: 89px;
}

.container-3 {
  max-width: 680px;
}

.heading-3 {
  color: #111;
  text-align: center;
  font-family: mrs-eaves-roman-all-petite-c, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.checkbox-field {
  text-align: center;
}

.submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #111;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  font-family: mrs-eaves-roman-all-petite-c, sans-serif;
  font-size: 27px;
  transition: all .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #4e4e4e;
}

.section-2 {
  padding-bottom: 109px;
}

.text-block-2 {
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 18px;
}

.success-message {
  background-color: #a4ff6c;
}

.text-block-3 {
  text-align: center;
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 18px;
}

.text-field {
  font-family: mrs-eaves-xl-serif-narrow, sans-serif;
  font-size: 15px;
}

.a {
  color: #333;
  transition: all .25s;
}

.a:hover {
  color: #9c9c9c;
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-left: 4em;
    padding-right: 4em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: left;
    font-size: 62px;
  }

  .heading-2 {
    text-align: left;
    margin-top: -9px;
    font-size: 22px;
  }

  .text-block {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .container-3 {
    padding-left: 2em;
    padding-right: 2em;
  }
}


