@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero {
  background-color: #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 13%;
  padding-right: 13%;
  font-family: Suisseintl, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-color: #0000;
  background-image: linear-gradient(#0006 2%, #00000061 52%, #00000029 87%);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.white-form {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-right: 13px;
  display: flex;
  box-shadow: 1px 1px 6px #00000026;
}

.subhead {
  color: #ffffffd6;
  letter-spacing: .2px;
  margin-bottom: 50px;
  font-family: Suisseintl, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav {
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 28px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.brand {
  float: none;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-family: Suisseintl, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 28px;
  display: flex;
}

.icon-img {
  margin-bottom: 0;
  margin-right: 10px;
}

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

.copyright-div {
  z-index: 1;
  opacity: 1;
  color: #ffffffd9;
  text-align: center;
  font-family: Suisseintl, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 10px;
}

.popular-text {
  color: #fffc;
  text-align: left;
  letter-spacing: .2px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Suisseintl, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.underlined {
  cursor: pointer;
  border-bottom: 1px solid #ffffff2e;
  line-height: 19px;
  transition: all .2s;
}

.underlined:hover {
  border-bottom-color: #ffffffa6;
}

.bolder {
  color: #ffffffd9;
  font-weight: 400;
}

.video-background {
  height: 100vh;
}

.copyright-text {
  text-shadow: 1px 1px 6px #0000004d;
  display: inline-block;
}

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

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Recoleta, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 82px;
}

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

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

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

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

  .white-form {
    width: 100%;
  }

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

  .success {
    width: 100%;
  }

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

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

  .overlay {
    background-image: linear-gradient(#0000007a 38%, #00000061 72%);
  }

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

  .white-form {
    width: 100%;
  }

  .copyright-div {
    flex: none;
    margin-top: 69px;
  }

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

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

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


@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}