body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f0f0f0;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  padding-bottom: 0px;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.navigation-bar {
  height: 60px;
  background-color: #001927;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 30px 10px 20px;
  background-color: #404047;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #2e80b6, #192024);
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.accent {
  background-color: transparent;
}

.white-box {
  min-height: 250px;
  min-width: 250px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/solarsystem1.svg');
  background-position: 0px 0px;
  background-size: contain;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 4px none #69b9ff;
  background-color: #192024;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-heading {
  position: static;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'Wavemax ow9mv', sans-serif;
  color: #fff;
  font-size: 69px;
  line-height: 80px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 30px;
  text-transform: uppercase;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  display: block;
  margin-bottom: 30px;
  color: #edeff2;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 40px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.container {
  padding-right: 127px;
  padding-left: 127px;
}

.logo {
  display: inline-block;
  overflow: visible;
  width: auto;
  margin: 10px auto 19px;
  padding: 26px 0px 18px 21px;
  border: 2px solid #fff;
  font-family: 'Wavemax ow9mv', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 30px;
  text-shadow: none;
}

.subtitle {
  padding-bottom: 45px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.join-wrapper {
  display: block;
  overflow: visible;
  text-align: center;
}

.beta-line {
  width: 25%;
  height: 1px;
  float: left;
  background-color: hsla(0, 0%, 100%, 0.36);
}

.join {
  display: block;
  width: 50%;
  margin-top: -12px;
  margin-bottom: 15px;
  float: left;
  font-family: 'Wavemax ow9mv', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}

.link {
  display: block;
  padding-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  font-style: normal;
  letter-spacing: 4px;
  text-decoration: none;
}

.body {
  padding-top: 60px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.footer-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.18);
  color: #7e7c87;
}

.copyright {
  display: block;
  padding-left: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.align-right {
  text-align: right;
}

.social-btn {
  margin-left: 17px;
  opacity: 0.44;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 0px;
}

.social-btn:hover {
  opacity: 1;
}

.columns {
  line-height: 20px;
}

.container-2 {
  line-height: 20px;
}

.body-2 {
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image {
  display: block;
  overflow: visible;
  float: none;
  clear: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-3 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.columns-2 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.column {
  position: static;
  top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  position: static;
  top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #f0f0f0;
  font-size: 18px;
  text-align: left;
}

.heading {
  height: auto;
  max-height: none;
  min-height: 50px;
  margin-bottom: 40px;
  font-family: 'Wavemax ow9mv', sans-serif;
  color: #11b3ff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 15px;
  text-transform: uppercase;
}

.container-4 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.text-block {
  position: relative;
  left: auto;
  background-color: transparent;
  color: #ecf0f1;
  text-align: justify;
}

.button-2 {
  margin-right: 40px;
  margin-bottom: 30px;
  margin-left: 40px;
  border: 2px solid #2e9dff;
  border-radius: 10px;
  background-color: #000;
  font-family: 'Wavemax ow9mv', sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 15px;
  text-indent: 15px;
  text-transform: none;
  mix-blend-mode: normal;
}

.container-6 {
  height: 60px;
}

.body-links {
  color: #3b99d9;
  text-decoration: none;
}

.text-span {
  display: block;
}

.image-2 {
  margin-bottom: 20px;
}

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

.image-3 {
  position: static;
  display: inline-block;
  width: 200px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-5 {
  margin-top: 20px;
}

.image-6 {
  display: inline-block;
  width: 200px;
  max-width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.text-span-2 {
  font-size: 20px;
  line-height: 20px;
}

.text-span-3 {
  font-size: 69px;
  line-height: 10px;
}

.container-7 {
  position: relative;
}

.image-7 {
  margin-top: 20px;
}

.image-8 {
  margin-top: 20px;
}

.button-3 {
  width: auto;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
  background-image: url('../images/discord.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-4 {
  text-align: left;
}

.text-span-5 {
  position: static;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .hero-heading {
    display: inline-block;
    padding-left: 20px;
    font-size: 60px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    padding-right: 57px;
    padding-left: 57px;
  }

  .logo {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 50px;
  }

  .subtitle {
    font-size: 29px;
    text-shadow: none;
  }

  .beta-line {
    width: 25%;
  }

  .join {
    width: 50%;
    font-size: 35px;
    text-shadow: none;
  }

  .body {
    padding-top: 40px;
  }

  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .social-btn:hover {
    opacity: 0.8;
  }

  .link-2 {
    color: #3b99d9;
    text-decoration: none;
  }

  .image-3 {
    display: inline-block;
    max-width: 25%;
  }

  .image-6 {
    display: block;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .hero-heading {
    display: inline-block;
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo {
    padding-right: 0px;
    font-size: 35px;
    text-shadow: none;
  }

  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 43px;
    text-shadow: none;
  }

  .join {
    text-shadow: none;
  }

  .footer-section {
    position: static;
    margin-top: 80px;
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: rgba(0, 0, 0, 0.49);
  }

  .image-3 {
    display: inline-block;
    max-width: 20%;
  }

  .image-6 {
    display: inline-block;
    max-width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section {
    padding-left: 10px;
  }

  .hero-section.centered {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading {
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo {
    padding-left: 5px;
    font-size: 45px;
    text-align: center;
    letter-spacing: 20px;
    text-shadow: none;
    white-space: normal;
  }

  .logo.text-mobile {
    white-space: normal;
  }

  .subtitle {
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }

  .beta-line {
    width: 12%;
  }

  .join {
    width: 75%;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 4px;
    text-shadow: none;
  }

  .link {
    font-size: 16px;
  }

  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .button-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 18px;
  }

  .text-span {
    display: inline-block;
    text-align: center;
    letter-spacing: 20px;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3 {
    max-width: 50%;
  }

  .image-6 {
    max-width: 50%;
  }

  .text-span-5 {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Wavemax ow9mv';
  src: url('../fonts/Wavemax-ow9mV.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}