.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 13%;
  padding-left: 13%;
  -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;
  font-family: Suisseintl;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(0, 0, 0, 0.4)), color-stop(52%, rgba(0, 0, 0, 0.38)), color-stop(87%, rgba(0, 0, 0, 0.16)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 2%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.16) 87%);
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Bulksans, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 82px;
  font-weight: 500;
}

.form {
  height: 55px;
  max-width: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 6px 0px 0px 6px;
  background-color: transparent;
}

.form:active {
  border-color: #fff;
}

.form:focus {
  border-color: #fff;
}

.form::-webkit-input-placeholder {
  font-family: Suisseintl;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.form:-ms-input-placeholder {
  font-family: Suisseintl;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.form::-ms-input-placeholder {
  font-family: Suisseintl;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.form::placeholder {
  font-family: Suisseintl;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.white-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-right: 13px;
  -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;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.subhead {
  margin-bottom: 50px;
  font-family: Messinasans, sans-serif;
  color: #e786f0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.submit-btn {
  border-radius: 6px;
  background-color: #074646;
  font-family: Suisseintl;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.submit-btn:hover {
  background-color: #053535;
}

.form-block {
  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-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 {
  display: block;
  margin-top: 28px;
  margin-right: 10%;
  margin-left: 10%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
  background-color: transparent;
  text-align: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-family: Supply;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.icon-img {
  display: block;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.brand-div {
  display: inline-block;
}

.copyright-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10px;
  z-index: 1;
  opacity: 1;
  font-family: Suisseintl;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 300;
  text-align: center;
}

.popular-text {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Suisseintl;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.2px;
}

.underlined {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.18);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 19px;
  cursor: pointer;
}

.underlined:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.65);
}

.bolder {
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 400;
}

.video-background {
  height: 100vh;
}

.copyright-text {
  display: inline-block;
  font-family: Messinasans, sans-serif;
  color: #509da5;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.success {
  width: 500px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 6px;
  background-color: #074646;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.text-block {
  font-family: Neuemachina;
  font-weight: 500;
}

.body {
  font-family: Messinasans, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 190px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1 {
    font-size: 65px;
    line-height: 79px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 180px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .h1 {
    font-size: 62px;
    line-height: 70px;
  }

  .white-form {
    width: 100%;
  }

  .copyright-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding-bottom: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .success {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 140px;
  }

  .overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, rgba(0, 0, 0, 0.48)), color-stop(72%, rgba(0, 0, 0, 0.38)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 38%, rgba(0, 0, 0, 0.38) 72%);
  }

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .white-form {
    width: 100%;
  }

  .copyright-div {
    margin-top: 69px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .popular-text {
    max-width: 100%;
    font-size: 14px;
  }

  .success {
    font-size: 16px;
    line-height: 23px;
  }
}

@font-face {
  font-family: 'Bulksans';
  src: url('../fonts/BulkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}