.animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 90;
  display: none;
  overflow: hidden;
  height: 100vh;
  -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;
  background-color: #9a89be;
}

.land1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100vw;
}

.land2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5%;
  z-index: 2;
  width: 65vw;
}

.land3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100vw;
}

.bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 300vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), color-stop(50%, #9a89be), to(#f1cce2));
  background-image: linear-gradient(180deg, #000742, #9a89be 50%, #f1cce2);
}

.rocket {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: -40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: relative;
  z-index: 2;
  width: 15vw;
  margin-bottom: 0px;
}

.fire {
  position: absolute;
  z-index: 1;
  width: 4vw;
  height: auto;
  margin-top: 5%;
  margin-left: -0.5%;
}

.smoke {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 1;
  width: 70%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.cloud1 {
  position: absolute;
  left: 15%;
  top: 10%;
  right: auto;
  bottom: auto;
  width: 15vw;
}

.cloud2 {
  position: absolute;
  left: auto;
  top: 20%;
  right: 30%;
  bottom: auto;
  width: 10vw;
}

.cloud3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  z-index: 2;
  width: 25vw;
}

.cloud4 {
  position: absolute;
  left: 35%;
  top: 40%;
  right: auto;
  bottom: auto;
  width: 7vw;
}

.content {
  position: relative;
  height: auto;
}

.pageload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -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;
  background-image: linear-gradient(145deg, #402075 18%, #000742);
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  opacity: 0.15;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.rocketship {
  position: absolute;
  left: auto;
  top: 20%;
  right: -10%;
  bottom: 0%;
  z-index: 4;
  width: 40%;
}

.moon {
  position: absolute;
  left: -15%;
  top: auto;
  right: auto;
  bottom: -40%;
  z-index: 3;
  width: 40%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.astronaut {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 4;
  width: 20vw;
  height: auto;
}

.logo {
  position: absolute;
  left: 5%;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 150px;
}

.stars {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 40%;
}

.stars._2 {
  top: 100px;
}

.stars4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 25%;
}

.stars3 {
  position: absolute;
  left: 0%;
  top: 100px;
  right: auto;
  bottom: auto;
  width: 40%;
}

.stars2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30%;
}

.stars2._2 {
  bottom: 160px;
}

.body {
  font-family: noto-sans, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}

.loading-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 0.3em;
  font-size: 4vw;
  line-height: 1em;
  font-weight: 500;
}

.text-block-2.mobile {
  display: none;
}

.play-button {
  margin-top: 10px;
  padding: 15px 25px;
  color: #9a89be;
  text-decoration: none;
}

.play-button.w--current {
  margin-top: 0px;
  border-radius: 100px;
  background-color: #9a89be;
  color: #fff;
}

.planets {
  position: absolute;
  left: auto;
  top: 10%;
  right: 5%;
  bottom: auto;
  width: 10%;
}

.planets._2 {
  top: 20%;
  right: 20%;
  width: 5%;
}

.planets._3 {
  top: 30%;
  right: 15%;
  width: 2%;
}

.planets._4 {
  top: 60%;
  right: 5%;
  width: 2%;
}

.planets._5 {
  left: 19%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 15%;
}

.planets._6 {
  left: 30%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 7%;
}

.planets._7 {
  left: auto;
  top: auto;
  right: 20%;
  bottom: 20%;
  width: 7%;
}

.planets._6-copy {
  left: 10%;
  top: auto;
  right: auto;
  bottom: 30%;
  width: 7%;
}

.planets._8 {
  top: 15%;
  z-index: auto;
}

.animation-content {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -10vh;
  -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;
  color: #f1cce2;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

.text-span {
  color: #005EB8;
}

.text-block-3 {
  color: #fff;
  font-size: 4vw;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.meteor {
  position: absolute;
  z-index: 0;
  width: 20vw;
}

.text-span-2 {
  color: #ff2c1f;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 89;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-8 {
  width: auto;
  height: 45px;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-9 {
  height: 45px;
  margin-left: 20px;
}

.junior-explorers {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), to(#402075));
  background-image: linear-gradient(180deg, #000742, #402075);
}

.overview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bg2.svg'), -webkit-gradient(linear, left top, left bottom, from(#000742), to(#2077b0));
  background-image: url('../images/bg2.svg'), linear-gradient(180deg, #000742, #2077b0);
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-9 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -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;
}

.image-12 {
  position: relative;
  top: auto;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 120px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #005EB8;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.text-block-4 {
  display: none;
  margin-bottom: 25px;
  color: #005EB8;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
}

.text-span-3 {
  color: #ff2c1f;
}

.stars5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/stars2.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: repeat;
}

.slider {
  overflow: hidden;
  height: 100vh;
  background-color: transparent;
}

.stars-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -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;
}

.slider-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.explorer-title-container {
  width: 25%;
  padding-top: 10%;
  color: #fff;
  font-size: 80px;
  line-height: 1em;
  font-weight: 700;
}

.explorer-container {
  position: relative;
  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-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;
}

.image-15 {
  position: relative;
  bottom: -35vw;
  width: auto;
  height: 50vw;
}

.image-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 70%;
  max-height: 70vh;
}

.image-16._2 {
  bottom: 10%;
  width: 65%;
}

.image-16._3 {
  bottom: 10%;
  width: 75%;
}

.image-16._4 {
  bottom: 10%;
  width: 65%;
}

.explorer-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 0%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}

.bold-text {
  font-size: 18px;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: -50px;
  bottom: 0%;
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #fff;
  color: #241b4a;
  font-size: 25px;
}

.icon {
  margin-left: 20px;
}

.left-arrow {
  left: -50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #fff;
  color: #000742;
  font-size: 25px;
}

.icon-2 {
  margin-right: 20px;
}

.text-block-7 {
  display: none;
  margin-bottom: 5px;
}

.link-block-3 {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #9a89be;
  color: #fff;
  text-decoration: none;
}

.explorer-title {
  font-size: 3.5vw;
  line-height: 1em;
}

.skip {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.skip.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  background-color: #9a89be;
}

.slider-nav {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb1 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #9a89be;
  border-radius: 100px;
  background-color: #241b4a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb1:hover {
  width: 24%;
}

.thumb2 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #9a89be;
  border-radius: 100px;
  background-color: #241b4a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb2:hover {
  width: 24%;
}

.thumb3 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #9a89be;
  border-radius: 100px;
  background-color: #241b4a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb3:hover {
  width: 24%;
}

.thumb4 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #9a89be;
  border-radius: 100px;
  background-color: #241b4a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.thumb4:hover {
  width: 24%;
}

.slide-nav {
  display: none;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  -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 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 88;
  display: none;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.3);
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 0%;
  padding-right: 5%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/nav-bg.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-6 {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-20 {
  display: none;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 20%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  text-align: right;
}

.footer {
  position: relative;
  background-color: transparent;
}

.image-18 {
  width: 100%;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3b4163;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-top: 35px;
  padding-bottom: 35px;
  -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;
}

.text-block-9 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-8 {
  width: 50px;
  height: 50px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.link-block-8._2 {
  background-image: url('../images/instagram.svg');
  background-size: 19px;
}

.link-block-8._3 {
  background-image: url('../images/linkedin.svg');
  background-size: 22px;
}

.link-block-8._4 {
  background-image: url('../images/youtube.svg');
  background-size: 27px;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), to(#402075));
  background-image: linear-gradient(180deg, #000742, #402075);
}

.page-header.coming-soon {
  height: 100vh;
  -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;
}

.image-19 {
  position: absolute;
  left: auto;
  top: 10vh;
  right: 5%;
  bottom: auto;
  z-index: 3;
  width: 30%;
}

.image-19.cs {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -8%;
  width: 35%;
}

.div-block-25 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 110px;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

.div-block-25.cs {
  position: absolute;
  margin-top: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-10 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.image-20 {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: -30vh;
  z-index: 1;
  width: 40%;
}

.subtitle {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.scroll-down {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -60px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-top: 20px;
  padding: 5px 25px;
  -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: 100px;
  background-color: #fff;
  background-image: url('../images/down.svg');
  background-position: 50% 30px;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #241b4a;
  font-weight: 500;
  text-decoration: none;
}

.scroll-down._2 {
  left: 5%;
  right: auto;
}

.scroll-down._2.hidden {
  display: none;
}

.scroll-down._2.hidden.w--current {
  display: none;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-bottom: -10%;
  padding-right: 15%;
  padding-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), to(#f1cce2));
  background-image: linear-gradient(180deg, #000742, #f1cce2);
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  padding: 80px 0% 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-28 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 59%;
  height: auto;
  margin-bottom: 30px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), to(#402075));
  background-image: linear-gradient(180deg, #000742, #402075);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.image-23 {
  position: absolute;
  left: auto;
  top: 50px;
  right: -13%;
  bottom: auto;
  z-index: 1;
  width: 30%;
}

.image-24 {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 20%;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.text-block-11 {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
}

.explorer-thumbs {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: -10%;
  padding-right: 15%;
  padding-bottom: 10%;
  padding-left: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5dfee), to(#f1cce2));
  background-image: linear-gradient(180deg, #e5dfee, #f1cce2);
}

.page-content.hidden {
  display: none;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0px;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs {
  width: 100%;
  padding: 30px 30px 0px;
  color: #fff;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32%;
  height: 100px;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 30px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #9a89be;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000742), to(#402075));
  background-image: linear-gradient(180deg, #000742, #402075);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-link-tab-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9a89be), to(#241b4a));
  background-image: linear-gradient(180deg, #9a89be, #241b4a);
}

.tab-link-tab-2.w--current {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9a89be), to(#241b4a));
  background-image: linear-gradient(180deg, #9a89be, #241b4a);
  color: #fff;
}

.tab-link-tab-2._2 {
  width: 24%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
  width:100%;
}

.image-26 {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.image-26._2 {
  margin-bottom: 0px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-15 {
  margin-bottom: 25px;
}

.text-block-16 {
  width: auto;
  font-size: 1.5vw;
}

.mute-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 125px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 45px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sound.svg');
  background-position: 100% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.mute-button._2 {
  background-image: url('../images/sound-off.svg');
  color: #005EB8;
  font-weight: 500;
}

.unmute-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 125px;
  bottom: 0%;
  display: none;
  width: 110px;
  height: 45px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mute.svg');
  background-position: 75px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.unmute-button._2 {
  background-image: url('../images/sound-on.svg');
  color: #005EB8;
  font-weight: 500;
}

.meteor2 {
  position: absolute;
  z-index: 0;
  width: 20vw;
}

.div-block-38 {
  display: none;
}

.sticky-header {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 88;
  display: none;
  padding: 15px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.slide {
  overflow: hidden;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play-button-copy {
  margin-top: 10px;
  padding: 15px 25px;
  color: #9a89be;
  text-decoration: none;
}

.play-button-copy.w--current {
  margin-top: 0px;
  margin-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #9a89be;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
}

.bottom {
  width: 80%;
  height: 3px;
  background-color: #fff;
}

.bottom._2 {
  background-color: #005EB8;
}

.top {
  width: 80%;
  height: 3px;
  background-color: #fff;
}

.top._2 {
  background-color: #005EB8;
}

.middles {
  width: 80%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.middles._2 {
  background-color: #005EB8;
}

.text-block-22 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.form-block {
  width: 100%;
}

.form {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.div-block-41 {
  width: 32%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.field-label {
  font-weight: 500;
}

.div-block-42 {
  width: 100%;
}

.submit-button {
  margin-top: 15px;
  padding: 10px 40px;
  border-radius: 100px;
  background-color: #9a89be;
}

.image-28 {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -40%;
  width: 35%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.image-29 {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -35%;
  width: 40%;
}

.image-30 {
  position: absolute;
  left: auto;
  top: -10%;
  right: -10%;
  bottom: auto;
  width: 30%;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.image-31 {
  position: absolute;
  left: -10%;
  top: -5%;
  right: auto;
  bottom: auto;
  width: 30%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(-55deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(-55deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-24 {
  position: relative;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}

.link-block-9 {
  position: relative;
  margin-top: 15px;
  padding: 5px 20px;
  border-radius: 100px;
  background-color: #9a89be;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.text-block-25 {
  margin-top: 0px;
  padding: 0px;
}

.image-33 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  z-index: 0;
  width: 10%;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  text-align: left;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  text-align: center;
}

.text-block-26 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

.image-35 {
  position: relative;
  left: auto;
  top: 20px;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  max-height: 150px;
  min-height: 0px;
  margin-left: 15px;
}

.image-35._2 {
  top: 10px;
  right: -10%;
  bottom: auto;
  max-height: 150px;
  max-width: 45%;
}

.image-35._4-copy {
  top: -5px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-47 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-top: 0px;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-47._2 {
  width: 32%;
  margin-top: 20px;
  padding: 20px;
}

.div-block-48 {
  position: relative;
}

.link-block-11 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3b4163;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.text-block-26-copy {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-13 {
  position: relative;
  width: 50px;
  margin-right: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-block-13:hover {
  width: 60px;
}

.link-block-13.hidden {
  display: none;
}

.image-39 {
  width: 100%;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 10vw;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.link-block-14:hover {
  text-decoration: underline;
}

.image-40 {
  width: 20px;
  margin-top: -18px;
}

.text-block-28 {
  margin-left: 0px;
}

.tooltip {
  position: absolute;
  left: -5px;
  top: -35px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  padding: 2px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #241b4a;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.text-block-29 {
  margin-bottom: -5px;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #402075;
}

.game-container {
  width: 100%;
  min-height: 500px;
  background-color: #005EB8;
}

.image-41 {
  height: 54px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-42 {
  width: 70px;
  margin-right: 15px;
}

.text-block-30 {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

.text-block-31 {
  background-color: #fff;
}

.image-43 {
  width: 130px;
  margin-top: 10px;
}

.text-block-32 {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.text-block-33 {
  width: 100%;
}

.one-half{
  width:49%;
  margin-right:1%;
}

@media screen and (max-width: 991px) {
  .one-half{
    width:100%;
    margin-right:0%;
  }
  .rocket {
    margin-bottom: -50vh;
  }

  .image {
    width: 25vw;
  }

  .fire {
    width: 6vw;
    margin-top: 10%;
  }

  .smoke {
    bottom: 5%;
  }

  .cloud2 {
    right: 20%;
  }

  .cloud3 {
    right: 5%;
  }

  .cloud4 {
    left: 20%;
  }

  .pageload {
    display: none;
  }

  .rocketship {
    width: 40%;
  }

  .moon {
    bottom: -30%;
    width: 50%;
  }

  .astronaut {
    bottom: 5%;
    width: 25%;
    height: auto;
  }

  .stars {
    width: 50%;
  }

  .stars2 {
    width: 50%;
  }

  .loading-content {
    z-index: 5;
    width: 70%;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-2.mobile {
    display: none;
    font-size: 9vw;
  }

  .planets._3 {
    top: 20%;
  }

  .planets._6 {
    z-index: 1;
  }

  .animation-content {
    width: 60%;
  }

  .overview {
    padding-right: 34px;
    padding-left: 34px;
  }

  .div-block-10 {
    padding-right: 30px;
  }

  .image-12 {
    margin-bottom: 60px;
  }

  .slider-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .explorer-title-container {
    width: 100%;
    padding-top: 15%;
  }

  .explorer-container {
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-16 {
    width: 60%;
  }

  .explorer-content-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .explorer-title {
    font-size: 70px;
    line-height: 1em;
  }

  .slider-nav {
    width: 100%;
  }

  .nav {
    display: none;
  }

  .div-block-18 {
    width: 50%;
    padding-top: 0%;
  }

  .div-block-22 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .page-header {
    height: 50vh;
  }

  .div-block-25 {
    width: 50%;
    font-size: 40px;
  }

  .text-block-10 {
    font-size: 17px;
  }

  .image-20 {
    right: -5%;
    bottom: -20vh;
  }

  .subtitle {
    display: none;
    text-align: center;
  }

  .explorer-thumbs {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-content {
    padding-right: 15%;
    padding-left: 15%;
  }

  .div-block-33 {
    padding-top: 30px;
  }

  .tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2 {
    padding-top: 15px;
    padding-right: 70px;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2em;
  }

  .tab-link-tab-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-26 {
    margin-bottom: 0px;
  }

  .text-block-16 {
    width: auto;
    font-size: 2.5vw;
  }

  .image-33 {
    left: 5%;
    top: 5%;
    right: auto;
    bottom: auto;
  }

  .div-block-43 {
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-44 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-35 {
    left: auto;
    top: -20px;
    right: 0%;
    bottom: auto;
    width: 70px;
  }

  .image-35._2 {
    left: auto;
    top: -10px;
    right: -10px;
    bottom: auto;
    width: 90px;
  }

  .tabs-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-47 {
    width: 32%;
  }

  .link-block-11 {
    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;
  }

  .div-block-50 {
    height: auto;
  }

  .div-block-51 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-block-14 {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 767px) {
  .pageload {
    display: none;
  }

  .rocketship {
    width: 35%;
  }

  .moon {
    width: 30%;
  }

  .astronaut {
    left: 3%;
    width: 20%;
  }

  .stars {
    top: 100px;
  }

  .loading-content {
    width: 50%;
  }

  .text-block-2 {
    font-size: 35px;
  }

  .text-block-2.mobile {
    font-size: 50px;
  }

  .play-button.w--current {
    font-size: 16px;
  }

  .planets._5 {
    left: 25%;
    width: 10%;
  }

  .overview {
    height: auto;
    padding-right: 35px;
    padding-left: 35px;
    background-size: 100%;
  }

  .div-block-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-12 {
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-12 {
    padding-left: 0px;
  }

  .slider-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .explorer-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 35vh;
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .explorer-container {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .explorer-content-container {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    width: 50%;
    height: 65vh;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }

  .bold-text {
    font-size: 16px;
  }

  .explorer-title {
    font-size: 40px;
  }

  .skip.w--current {
    font-size: 16px;
  }

  .nav {
    display: none;
  }

  .div-block-18 {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #3b4163;
    background-image: none;
  }

  .link-block-6 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .div-block-20 {
    width: 48%;
    padding-left: 20px;
  }

  .page-header {
    height: 100vh;
  }

  .image-19 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: -40vh;
  }

  .scroll-down {
    display: none;
  }

  .scroll-down._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-27 {
    padding-bottom: 90px;
  }

  .div-block-28 {
    width: 100%;
    height: 320px;
  }

  .text-block-11 {
    margin-bottom: 16px;
  }

  .explorer-thumbs {
    width: 40%;
  }

  .tab-link-tab-2 {
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 20px 80px 20px 20px;
    font-size: 16px;
  }

  .div-block-35 {
    padding-top: 10px;
  }

  .text-block-16 {
    font-size: 16px;
  }

  .div-block-38 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9a89be), to(#f1cce2));
    background-image: linear-gradient(180deg, #9a89be, #f1cce2);
  }

  .image-27 {
    width: 100%;
  }

  .div-block-39 {
    margin-top: 15px;
  }

  .play-button-copy.w--current {
    font-size: 16px;
  }

  .text-block-22 {
    font-size: 25px;
  }

  .image-33 {
    display: none;
  }

  .div-block-43 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-44 {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-45 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-35 {
    right: 10px;
  }

  .image-35._2 {
    right: 10px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-47 {
    width: 49%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .div-block-47._2 {
    width: 49%;
    margin-top: 0px;
  }

  .div-block-51 {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-block-14 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .animation {
    display: none;
  }

  .land1 {
    left: auto;
    right: auto;
    width: auto;
    height: 25vh;
    max-width: none;
  }

  .land2 {
    width: auto;
    height: 20vh;
    max-width: none;
  }

  .land3 {
    left: auto;
    right: auto;
    width: auto;
    height: 40vh;
    max-width: none;
  }

  .rocket {
    margin-bottom: -50vh;
  }

  .image {
    width: 90%;
  }

  .fire {
    width: 10vw;
    margin-top: 15%;
  }

  .smoke {
    width: 130vw;
    max-width: none;
  }

  .cloud1 {
    left: -20%;
    width: auto;
  }

  .cloud2 {
    right: 10%;
    width: auto;
  }

  .cloud3 {
    right: -30%;
    width: auto;
  }

  .cloud4 {
    left: 10%;
    width: auto;
  }

  .pageload {
    display: none;
  }

  .rocketship {
    top: 5%;
    width: 60%;
  }

  .moon {
    left: -20%;
    bottom: -25%;
    width: 70%;
  }

  .astronaut {
    left: 10%;
    width: 30%;
  }

  .stars {
    top: 90px;
  }

  .stars2._2 {
    bottom: 10%;
  }

  .loading-content {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-block-2 {
    font-size: 9.5vw;
  }

  .planets {
    top: 3%;
    width: 15%;
  }

  .planets._2 {
    top: 20%;
    right: 30%;
  }

  .planets._3 {
    top: 10%;
    right: 30%;
    width: 3%;
  }

  .planets._4 {
    top: 40%;
    width: 4%;
  }

  .planets._5 {
    left: 7%;
    top: 15%;
    right: auto;
    bottom: auto;
  }

  .planets._6 {
    left: 30%;
    top: auto;
    right: auto;
    bottom: 10%;
  }

  .planets._7 {
    left: auto;
    top: auto;
    right: 10%;
    bottom: 10%;
    width: 15%;
  }

  .planets._6-copy {
    left: 10%;
    top: auto;
    right: auto;
    bottom: 20%;
  }

  .planets._8 {
    top: 10%;
  }

  .animation-content {
    width: 100%;
    margin-top: -15vh;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .text-block-3 {
    font-size: 50px;
  }

  .meteor {
    display: block;
  }

  .header {
    padding: 20px;
  }

  .div-block-5 {
    margin-top: 0px;
  }

  .image-8 {
    height: 35px;
  }

  .div-block-6 {
    padding-right: 0px;
  }

  .image-9 {
    height: 35px;
  }

  .overview {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image-12 {
    position: relative;
    width: 100%;
  }

  .div-block-12 {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 20px;
    font-size: 16px;
  }

  .text-block-4 {
    font-size: 50px;
  }

  .stars5 {
    background-size: contain;
  }

  .slider-content {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .explorer-title-container {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-top: 100px;
    font-size: 50px;
  }

  .explorer-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-15 {
    position: absolute;
    bottom: -60vw;
    width: auto;
    height: 80vw;
  }

  .image-16 {
    position: relative;
    bottom: 30px;
    width: 60%;
    max-height: 40vh;
  }

  .image-16._2 {
    bottom: 30px;
    width: 60%;
    margin-bottom: 0px;
  }

  .image-16._3 {
    bottom: 30px;
  }

  .image-16._4 {
    margin-bottom: 40px;
  }

  .explorer-content-container {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .bold-text {
    font-size: 16px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .link-block-3 {
    margin-top: 30px;
  }

  .explorer-title {
    width: 70%;
    font-size: 40px;
    line-height: 1.1em;
  }

  .slider-nav {
    left: auto;
    bottom: 0px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .link-block-5 {
    width: 35px;
    height: 35px;
  }

  .nav {
    display: none;
  }

  .div-block-18 {
    width: 70%;
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    background-image: url('../images/nav-bg.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 20%;
  }

  .div-block-22 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-header {
    height: 60vh;
  }

  .image-19 {
    left: auto;
    top: auto;
    right: 5%;
    bottom: -25%;
    width: auto;
    height: 70%;
  }

  .div-block-25 {
    width: 100%;
    margin-left: 0%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-20 {
    left: -20%;
    top: auto;
    right: auto;
    bottom: -10%;
    z-index: 1;
  }

  .subtitle {
    display: none;
    margin-top: 0px;
    font-size: 16px;
  }

  .scroll-down {
    display: none;
    margin-top: 10px;
  }

  .scroll-down._2 {
    bottom: -50px;
    width: 100px;
    height: 100px;
    background-position: 50% 25px;
    background-size: 20px;
  }

  .div-block-27 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .div-block-28 {
    width: 100%;
    height: 250px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#241b4a));
    background-image: linear-gradient(180deg, transparent 20%, #241b4a);
  }

  .image-23._2 {
    display: none;
  }

  .text-block-11 {
    font-size: 30px;
  }

  .explorer-thumbs {
    left: auto;
    bottom: 0%;
    width: 100%;
    margin-bottom: 30px;
  }

  .page-content {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    padding: 20px;
  }

  .tab-link-tab-2 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .div-block-35 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .text-block-16 {
    width: auto;
    font-size: 16px;
  }

  .mute-button {
    right: 110px;
    width: 35px;
    height: 35px;
    margin-left: 0px;
    background-position: 50% 50%;
  }

  .unmute-button {
    right: 110px;
    display: none;
    width: 35px;
    height: 35px;
    margin-left: 0px;
    background-position: 0% 50%;
    background-size: 17px;
  }

  .meteor2 {
    display: block;
  }

  .div-block-38 {
    display: none;
  }

  .sticky-header {
    display: none;
  }

  .div-block-39 {
    margin-top: 35px;
  }

  .text-block-17 {
    display: none;
  }

  .text-block-18 {
    display: none;
  }

  .text-block-19 {
    display: none;
  }

  .text-block-20 {
    display: none;
  }

  .text-block-22 {
    font-size: 25px;
  }

  .image-28 {
    width: 35%;
  }

  .image-29 {
    width: 40%;
  }

  .image-30 {
    width: 30%;
  }

  .image-31 {
    width: 30%;
  }

  .text-block-24 {
    font-size: 25px;
  }

  .link-block-9 {
    position: relative;
    font-size: 14px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-47 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-47._2 {
    width: 100%;
  }

  .div-block-51 {
    margin-top: 10px;
  }

  .link-block-14 {
    width: 100%;
    margin-right: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@font-face {
  font-family: 'Agenda';
  src: url('../fonts/AgendaMedium.eot') format('embedded-opentype'), url('../fonts/AgendaMedium.woff') format('woff'), url('../fonts/AgendaMedium.ttf') format('truetype'), url('../fonts/AgendaMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/AgendaLight.eot') format('embedded-opentype'), url('../fonts/AgendaLight.woff') format('woff'), url('../fonts/AgendaLight.ttf') format('truetype'), url('../fonts/AgendaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Agenda';
  src: url('../fonts/AgendaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'noto-sans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'noto-sans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

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