body {
  color: #333;
  background-color: #000f24;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  z-index: 2;
  background-color: #00112096;
  background-image: linear-gradient(#000f24, #002a38e0 12%, #fff0);
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.overlay {
  mix-blend-mode: hue;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.hero-wrapper-two {
  z-index: 4;
  text-align: center;
  mix-blend-mode: screen;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin: auto;
  display: flex;
  position: relative;
}

.margin-bottom-24px {
  color: #cecece;
  margin-bottom: 2rem;
  font-family: Courier Prime, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.heading {
  color: #ececec;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.heading._2 {
  -webkit-text-stroke-width: .5px;
  font-family: Courier Prime, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.image-2 {
  width: 300px;
  margin-bottom: 1rem;
}

.text-span-2, .text-span-3 {
  color: #c7c278;
}

@media screen and (max-width: 991px) {
  .hero-wrapper-two {
    width: 82%;
  }
}

@media screen and (max-width: 767px) {
  .heading, .heading._2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    text-overflow: clip;
    white-space: break-spaces;
    word-break: keep-all;
    overflow-wrap: anywhere;
    font-size: 1rem;
    line-height: 1.25;
  }

  .text-span-4 {
    font-size: 1.5rem;
  }
}


