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

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 63px;
  font-weight: 600;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 39px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 41px;
  font-weight: 300;
}

a {
  color: #222;
  text-decoration: none;
}

.comingsoon-body {
  padding: 5vh;
  background-color: #ffe636;
}

.comingsoon-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 11px;
  padding-right: 173px;
  padding-left: 173px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comingsoon-logo-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.comingsoon-image-container {
  position: relative;
  max-width: 80vh;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 1px 3px;
  border-bottom: 3px solid transparent;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: #222;
}

.nav-link.w--current {
  border-bottom-color: #ffe636;
  color: #333;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.tablet {
  display: none;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-right: 2vw;
  margin-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-brand-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.body-home {
  background-color: #ffe636;
}

.p-1 {
  line-height: 35px;
  text-align: center;
}

.p-1.left {
  text-align: left;
}

.p-1.link {
  border-bottom: 2px solid #fff;
  line-height: 31px;
  text-align: left;
}

.p-1.link:hover {
  border-bottom-color: transparent;
  background-color: #ffe636;
}

.container-misc.contact {
  padding-left: 50px;
}

.container-misc.signatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-textgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1005px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-textgroup.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left {
  text-align: left;
}

.container-form {
  max-width: 550px;
  min-width: 500px;
}

.text-field {
  width: 100%;
  max-width: 600px;
  margin-top: 3px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #222;
  background-color: transparent;
  font-size: 20px;
  line-height: 35px;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #222;
}

.text-field:-ms-input-placeholder {
  color: #222;
}

.text-field::-ms-input-placeholder {
  color: #222;
}

.text-field::placeholder {
  color: #222;
}

.text-field.area {
  max-width: 600px;
  min-height: 150px;
  margin-top: 34px;
  border-style: solid;
}

.text-field.area:focus {
  border-color: #fff;
}

.submit-button {
  padding-right: 60px;
  padding-left: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 17px;
  font-weight: 500;
}

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

.body-contact {
  background-image: linear-gradient(45deg, #ffe636 19%, #ffbf9d 67%, #ffa557 94%);
}

.body-contact.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.container-contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-container-text {
  margin-bottom: 37px;
}

.container-main {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-main.vertically-centered {
  margin-top: 13vw;
}

.container-main.extra-top {
  margin-top: 150px;
}

.container-header {
  margin-bottom: 30px;
}

.left-align {
  text-align: left;
}

.container-signature {
  max-width: 310px;
}

.container-signoff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.margin-smallermobile {
  margin-bottom: 50px;
}

.footer-outer {
  z-index: 1;
  margin-right: 40px;
  margin-left: 40px;
}

.copyright {
  font-size: 11px;
}

.footer-img-container {
  max-width: 40px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2vw;
  margin-left: 2vw;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  max-width: 800px;
}

.h1-highlight {
  padding-right: 6px;
  padding-left: 6px;
  border-bottom: 6px solid #ffe636;
}

.h1-highlight:hover {
  border-bottom-color: transparent;
  background-color: #ffe636;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.success-message {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.error-message {
  margin-top: 20px;
  background-color: #ffa557;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-2 {
  line-height: 29px;
}

.container-button {
  margin-top: 24px;
}

._404-icon {
  margin-bottom: 17px;
}

.no-break {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 61px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .comingsoon-body {
    padding: 4vh;
  }

  .comingsoon-section {
    height: 92vh;
    padding-right: 125px;
    padding-left: 125px;
  }

  .navbar {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 25px;
  }

  .nav-link {
    position: static;
    display: inline-block;
    text-align: center;
  }

  .brand {
    max-width: 230px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 85px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
  }

  .nav-menu.tablet {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu.tablet-no {
    display: none;
  }

  .nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-brand-container {
    position: absolute;
    left: 30%;
    top: 0%;
    right: 30%;
    bottom: 0%;
  }

  .menu-button {
    z-index: 1;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    height: 100%;
    background-color: transparent;
  }

  .container-misc.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-misc.signatures {
    max-width: 570px;
    margin-top: 0px;
  }

  .container-form {
    max-width: 900px;
    margin-bottom: 60px;
  }

  .text-field {
    max-width: none;
    margin-bottom: 35px;
  }

  .text-field.area {
    max-width: none;
    margin-bottom: 25px;
  }

  .body-contact.fixed {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .container-contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-container-text {
    padding-right: 71px;
  }

  .icon {
    display: none;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .nav-link-container {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .container-main {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-main.vertically-centered {
    margin-top: 22vw;
  }

  .container-main.extra-top {
    margin-top: 130px;
  }

  .container-signature {
    max-width: 260px;
  }

  .margin-smallermobile.signatures {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 47px;
  }

  h2 {
    font-size: 28px;
    line-height: 39px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .comingsoon-body {
    padding: 3vh;
  }

  .comingsoon-section {
    height: 94vh;
    padding-right: 118px;
    padding-left: 118px;
  }

  .comingsoon-logo-container {
    max-width: 70px;
  }

  .navbar {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 10px;
  }

  .nav-link.tablet {
    border-bottom-width: 2px;
    font-size: 18px;
    line-height: 23px;
  }

  .brand {
    max-width: 200px;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 85px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-brand-container {
    left: 25%;
    right: 25%;
  }

  .p-1 {
    font-size: 19px;
    line-height: 32px;
  }

  .p-1.left {
    line-height: 25px;
  }

  .container-misc.signatures {
    margin-top: 0px;
  }

  .container-textgroup {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-form {
    min-width: 0px;
  }

  .text-field {
    padding: 8px;
    font-size: 19px;
    line-height: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .sub-container-text.last {
    margin-bottom: 0px;
  }

  .nav-link-container {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }

  .social-link {
    margin-bottom: 0px;
  }

  .container-main {
    margin-top: 50px;
    padding: 0px 30px 90px;
  }

  .container-main.vertically-centered {
    margin-top: 50px;
  }

  .container-main.extra-top {
    margin-top: 80px;
  }

  .container-signature.first {
    margin-right: 30px;
  }

  .container-signoff {
    margin-top: 10px;
  }

  .margin-smallermobile {
    margin-bottom: 35px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
  }

  .margin-smallermobile.signatures {
    margin-bottom: 20px;
  }

  .footer-outer {
    margin-right: 15px;
    margin-left: 15px;
  }

  .copyright {
    font-size: 11px;
    text-align: center;
  }

  .h1-highlight {
    padding-right: 4px;
    padding-left: 4px;
    border-bottom-width: 4px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 34px;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 29px;
  }

  .comingsoon-section {
    padding: 68px 11px;
  }

  .comingsoon-logo-container {
    max-width: 70px;
  }

  .navbar {
    padding-top: 25px;
  }

  .nav-link.tablet {
    font-size: 17px;
  }

  .brand {
    max-width: 220px;
    padding-left: 0px;
  }

  .nav-menu.tablet {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }

  .nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-brand-container {
    position: relative;
    left: 0%;
    right: 0%;
    margin-bottom: 5px;
  }

  .p-1.left {
    margin-bottom: -3px;
    line-height: 18px;
  }

  .container-misc.contact {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-misc.signatures {
    max-width: 234px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-textgroup {
    display: block;
    padding-top: 0px;
  }

  .container-form {
    min-width: 0px;
  }

  .text-field {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 32px;
  }

  .text-field.area {
    margin-top: 25px;
  }

  .submit-button {
    width: 100%;
    padding-right: 57px;
    padding-left: 57px;
    font-size: 19px;
    line-height: 38px;
  }

  .sub-container-text {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .nav-link-container.tablet {
    padding-right: 13px;
    padding-left: 13px;
  }

  .social-link {
    margin-top: 5px;
    margin-bottom: -8px;
  }

  .container-main {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 25px 70px;
  }

  .container-main.vertically-centered {
    margin-top: 20px;
  }

  .container-main.extra-top {
    margin-top: 40px;
  }

  .left-align.contact {
    margin-bottom: 25px;
  }

  .container-signature.first {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .margin-smallermobile {
    margin-bottom: 30px;
  }

  .footer-outer {
    margin-right: 25px;
    margin-left: 25px;
  }

  .footer-container {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .div-block-2 {
    font-size: 16px;
    line-height: 23px;
  }
}

