.section {
  height: 100vh;
}

.background-video {
  height: 100vh;
  background-color: rgba(1, 17, 6, 0.88);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image {
  display: block;
  text-align: center;
}

.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Nexa, sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.body {
  font-family: Nexa, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  text-align: left;
}

.link {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-2 {
  margin-top: 16px;
  color: #333;
}

.heading-3 {
  max-width: 700px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  margin-top: 60px;
  margin-bottom: 40px;
  opacity: 0.7;
  text-align: center;
}

.html-embed {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 300;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
}

.text-block {
  height: 30px;
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading {
    font-size: 28px;
  }
  .heading-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    font-size: 24px;
    line-height: 36px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .link {
    font-size: 18px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Book.otf') format('opentype'), url('../fonts/NexaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}