.body {
  background-color: #000;
}

.gpe_splash_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gpe_hero_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  padding: 45px;
  display: flex;
}

.gpe_logo_image {
  width: 100%;
  min-height: 50px;
}

.gpe_brand_image {
  width: 65%;
  margin-bottom: 10px;
}

.paragraph {
  color: #fff;
  text-align: center;
  width: 50%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.gpe_hero_header {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
}

.gpe_hero_text {
  color: #a6a6a6;
  text-align: center;
  letter-spacing: 1px;
  width: 55%;
  margin-bottom: 45px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.gpe_hero_smheader {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.gpe_copyright_wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 25px;
  padding: 10px 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.gpe_copyright_text {
  text-align: center;
  margin-bottom: 0;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .gpe_hero_wrapper {
    width: 90vw;
  }

  .gpe_brand_image {
    width: 100%;
  }

  .gpe_hero_text {
    text-align: center;
    width: 90%;
  }

  .gpe_hero_smheader {
    font-size: 20px;
    line-height: 20px;
  }

  .gpe_copyright_wrapper {
    width: 75vw;
    left: auto;
    right: auto;
  }

  .gpe_copyright_text {
    text-align: center;
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .gpe_hero_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gpe_hero_text {
    text-align: center;
  }

  .gpe_hero_smheader {
    text-align: center;
    font-size: 18px;
  }

  .gpe_copyright_wrapper {
    width: 100vw;
  }

  .gpe_copyright_text {
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .gpe_hero_wrapper {
    width: 100vw;
    padding-left: 13px;
    padding-right: 13px;
  }

  .gpe_hero_header {
    font-size: 26px;
  }

  .gpe_hero_text {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 22px;
  }

  .gpe_hero_smheader {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .gpe_copyright_wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gpe_copyright_text {
    font-size: 12px;
    line-height: 14px;
  }
}
