:root {
  --medium-spring-green: #3effac;
  --dark-green: #010a06;
  --orange: #ffa600;
  --medium-aquamarine: #64b18fab;
  --dark-slate-grey: #23352dab;
  --peru: #a87a3d;
  --sandy-brown: #f7b560;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #000;
}

.background-video {
  height: 100vh;
  padding: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#06140eab, #0000 37%), linear-gradient(#0000 48%, #06140eab 95%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  padding-left: 5vh;
  padding-right: 5vh;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2.home-menu {
  grid-template-columns: .75fr 1fr 1fr;
  margin-top: 2vh;
}

.div-block-3 {
  width: 30vw;
  height: auto;
}

.div-block-3.blog-post {
  width: 40%;
  height: 100%;
  margin-left: 5vw;
}

.div-block-3.news {
  background-image: url('../images/X-news-logo.png');
}

.div-block-4 {
  background-color: #0000;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.div-block-4.home {
  width: auto;
  margin-left: 0;
  margin-right: 3vw;
}

.heading {
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  border-left: 2px #fff;
  padding-left: 0;
  font-family: Orbitron, sans-serif;
  font-size: .8vw;
  font-weight: 900;
  line-height: 1.2vw;
  text-decoration: none;
}

.heading:hover {
  background-image: linear-gradient(to right, #ffffff47, #0000 16%);
  border-left-color: #fff;
}

.heading.blog-post {
  border-right: 1px none var(--medium-spring-green);
  border-left: 2px solid var(--medium-spring-green);
  color: #fff;
  letter-spacing: 2px;
  background-image: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 1vw;
  padding-right: 0;
  font-family: Orbitron, sans-serif;
  font-size: .6vw;
  font-weight: 600;
  line-height: 1vw;
  display: block;
}

.heading.blog-post:hover {
  color: var(--medium-spring-green);
  background-image: none;
  border-left-color: #fff;
}

.heading.blog-post:focus {
  background-image: linear-gradient(to right, #7a797959, #0000 8%);
}

.heading.blog-post.root {
  color: #ffffffab;
  background-image: none;
}

.heading.blog-post.root:hover {
  background-image: none;
  border-left-color: #fff;
}

.heading.blog-post.root.about {
  color: #fff;
}

.heading.blog-post.about {
  color: #f5f5f5;
}

.heading.home {
  color: #ffb95f;
  -webkit-text-stroke-color: #46bb88;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.6vw;
  position: static;
  left: 0;
}

.heading.home:hover {
  background-image: none;
}

.heading.home.first {
  color: #a0a5a3;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2.4vw;
}

.body-2 {
  background-color: var(--dark-green);
  border: 1px solid #0b0a0b;
}

.collection-item {
  color: #fff;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-7 {
  background-color: #0000;
  height: 100vh;
}

.background-video-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video-2.about {
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-9 {
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  text-decoration: none;
  display: flex;
}

.link-block.next-page {
  margin-left: 2vw;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search {
  width: 50%;
  display: flex;
}

.search-input {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #00000036;
  border: 1px #000;
  height: 5vh;
}

.search-button {
  color: #9c9a9a;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  width: 5vw;
  height: 5vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .6vw;
}

.heading-2 {
  text-align: center;
}

.body-3 {
  background-color: #000;
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-12 {
  height: 2vw;
}

.collection-item-2 {
  border: 1px #335f4cab;
  border-top: 4px solid #335f4cab;
  border-radius: 0;
  justify-content: flex-start;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 4vh;
  display: flex;
  overflow: hidden;
}

.featured-post-wrapper {
  background-color: #00000087;
  border: 1px #20382dcc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 60vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  color: #ddd;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 2vw;
}

.button {
  border-left: 1px none var(--medium-spring-green);
  color: #ebebebab;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: .5vw;
  line-height: .4vw;
  position: relative;
}

.button:hover {
  border-left-color: var(--orange);
  color: #00ff90ab;
}

.button.sidebar {
  font-size: .4vw;
  line-height: .3vw;
}

.button.list {
  background-image: none;
  border-top: 1px solid #000;
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #ffffffab;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #ffffffab;
  text-transform: uppercase;
  border-right: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .5vw;
  font-weight: 500;
  line-height: .6vw;
  display: flex;
}

.text-block.list {
  text-align: center;
  font-size: .4vw;
}

.text-block.list.left {
  text-align: left;
}

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

.text-block.hero {
  color: #ffffffab;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1vw;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1vw;
}

.body-4 {
  background-color: #010a06;
}

.image {
  width: 100%;
}

.div-block-14 {
  background-image: linear-gradient(#000, #fff);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50vh;
  margin-bottom: 5vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 5vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-4 {
  color: #e9e9e9;
  margin-left: 0;
  margin-right: 0;
  font-size: 2vw;
  line-height: 2vw;
}

.text-block-3 {
  color: #fff;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  margin-right: 5vw;
  display: grid;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.text-block-4 {
  color: #fff;
}

.rich-text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1vw;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  padding-right: 10vw;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.image-2 {
  width: 100%;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 5vw;
  display: grid;
}

.nav-wrapper.blog-post {
  align-items: flex-start;
  width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 5vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: grid;
}

.text-block-5 {
  color: #fff;
  display: flex;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  display: grid;
}

.rich-text-block-2 {
  color: #fff;
  text-align: justify;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: .9vw;
  font-weight: 100;
  line-height: 2.3vw;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-26.left {
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 5vh;
  padding-right: 2vw;
}

.div-block-26.right {
  padding-top: 5vh;
}

.div-block-26.inside {
  padding-top: 0;
}

.div-block-27 {
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-28 {
  z-index: 1;
  background-color: #0000;
  border-radius: .5vw;
  margin-top: 0;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.text-block-6, .text-block-7 {
  color: #fff;
}

.div-block-29 {
  margin-bottom: 1vh;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Roboto, sans-serif;
  font-size: .6vw;
  font-weight: 100;
  line-height: 1vw;
}

.heading-5.h1 {
  color: #ffffff94;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .6vw;
  font-weight: 400;
  line-height: 1.3vw;
  text-decoration: none;
}

.text-block-8 {
  color: #fff;
}

.heading-6 {
  color: #7effc7ab;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vh;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .5vw;
  font-weight: 300;
  line-height: .4vw;
}

.text-block-9 {
  border-left: 2px solid var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2vh;
  padding-left: 1vw;
  font-family: Orbitron, sans-serif;
  font-size: .6vw;
  font-weight: 300;
  line-height: 1vw;
}

.text-block-9.h1 {
  margin-bottom: 2vh;
  font-size: 1vw;
  font-weight: 700;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 3px 7px #0000008c;
  width: 70vw;
  margin-bottom: 2vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
}

.text-block-10 {
  color: #fff;
}

.background-video-3 {
  height: 25vh;
  margin-bottom: 2vh;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #ffffff6b, #0000 5%);
  border-left: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-family: Orbitron, sans-serif;
  font-size: .5vw;
  font-weight: 400;
  line-height: .5vw;
  display: flex;
}

.button-2.w--current {
  font-size: .4vw;
}

.div-block-30 {
  background-color: #010a06;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  margin-top: 0;
  display: flex;
}

.text-block-11, .text-block-12, .text-block-13 {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  position: static;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: auto;
  padding-right: 0;
  display: grid;
}

.div-block-31.version2 {
  width: auto;
}

.div-block-31.root {
  width: 99vw;
}

.div-block-32 {
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-left: 0;
  display: flex;
}

.heading-8 {
  color: #4c4b4b;
  letter-spacing: 2px;
  font-size: .7vw;
  font-style: normal;
  font-weight: 400;
}

.heading-8.next {
  margin-left: .5vw;
  font-style: normal;
}

.div-block-33 {
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.text-block-15 {
  color: #a7a6a4;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .6vw;
  font-weight: 300;
}

.text-block-15.nocms {
  color: var(--medium-aquamarine);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .2vw;
  font-family: Orbitron, sans-serif;
  font-size: .4vw;
  font-weight: 100;
}

.div-block-34 {
  z-index: 0;
  background-image: linear-gradient(#010a06, #0000 36%), linear-gradient(to top, #010a06, #0000 62%);
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 80vh;
  display: grid;
}

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

.div-block-37 {
  width: 100%;
  height: 30%;
  padding-top: 3vw;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70%;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-39 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 15vh;
  margin-bottom: 0;
  padding-top: 5vh;
  display: flex;
  position: absolute;
}

.div-block-39.about {
  background-image: linear-gradient(#030303 22%, #fff0);
  height: 40%;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-40 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 60%;
  padding-top: 0;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-40.news {
  grid-column-gap: 34px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  padding-bottom: 0;
  display: flex;
}

.div-block-40.about {
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.news-logo.home {
  margin-top: 0;
}

.body-5 {
  background-color: #000200;
}

.div-block-41 {
  z-index: 1;
  align-items: flex-end;
  height: 80vh;
  margin-top: 0;
  padding-left: 20vw;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #000000a8;
  mix-blend-mode: normal;
  width: 70vw;
  margin-top: 0;
  margin-bottom: 5vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 4vw;
}

.heading-9.headline {
  font-size: 6vw;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 57vw;
  margin-bottom: 10vh;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
  font-weight: 100;
  line-height: 1.7vw;
}

.text-block-16.cut.center {
  text-align: center;
  margin-top: 5vh;
  font-family: Shentoxtrial Lt, sans-serif;
}

.div-block-42 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.div-block-43 {
  background-color: #040406;
  background-image: linear-gradient(#0000 70%, #030303 97%), linear-gradient(#030504, #fff0 40%), url('../images/Brickwall-Tablet-Stream.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-44 {
  border-radius: 1vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 57vw;
  height: 40vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.div-block-44._2 {
  background-image: radial-gradient(circle, #0000, #00000073), url('../images/VentureLivery.jpeg');
}

.div-block-45 {
  opacity: 1;
  filter: contrast(109%);
  background-image: linear-gradient(to top, #000 12%, #0000 37%), linear-gradient(#0000008a, #0000008a);
  width: auto;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.collection-list-wrapper {
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px #2a42389c;
  border-radius: 0;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
  overflow: hidden;
}

.div-block-46 {
  background-image: url('../images/XcoreLogCorp.png'), radial-gradient(circle, #0000, #0000 38%, #07100a30 44%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-46._2 {
  background-image: url('../images/News.png');
}

.collection-list-wrapper-2 {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.collection-list-wrapper-2.home {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vh;
  display: flex;
}

.heading-10 {
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .2vw;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Orbitron, sans-serif;
  font-size: .5vw;
  font-weight: 300;
  line-height: .6vw;
  display: flex;
  position: static;
}

.heading-10.intro {
  color: var(--medium-spring-green);
  margin-bottom: 0;
  margin-right: .2vw;
  line-height: .6vw;
}

.div-block-47 {
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2vh;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .6vw;
  font-weight: 400;
}

.collection-item-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #20202096;
  flex-direction: column;
  align-items: flex-start;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-12 {
  text-align: left;
  letter-spacing: 1px;
  white-space: break-spaces;
  word-break: keep-all;
  overflow-wrap: normal;
  width: 90%;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
}

.button-3 {
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  background-color: #0000;
  background-image: linear-gradient(to right, #7a797959, #0000 11%);
  border-left: 1px solid #fff;
  border-radius: 0;
  font-family: Orbitron, sans-serif;
  font-size: .5vw;
  line-height: .4vw;
  position: static;
  bottom: 0;
}

.button-3:hover {
  background-image: linear-gradient(to right, #ffffff7a, #0000 11%);
  border-left-color: #fff;
}

.div-block-48 {
  background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(#0000 21%, #010a06);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.text-block-17 {
  color: #ffffff94;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Shentoxtrial Rg, sans-serif;
  font-size: .6vw;
  font-weight: 300;
  line-height: 1.3vw;
}

.text-block-17.nocms {
  color: var(--medium-aquamarine);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #89ffccab;
  text-transform: uppercase;
  margin-right: .2vw;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .5vw;
  font-weight: 600;
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.post-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #23352d7d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 10%;
  margin-bottom: 0;
  display: grid;
}

.post-details.list {
  border-top: 1px solid var(--dark-slate-grey);
  border-bottom: 1px solid #23352db8;
  height: 7vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1vw;
  padding-right: 1vw;
}

.post-details.hero {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 70%;
  margin-bottom: 5vh;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.link-block-4.w--current {
  color: var(--medium-spring-green);
}

.text-block-18 {
  color: #d8f0e6ab;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Shentoxtrial Th, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.3vw;
}

.text-block-19 {
  color: #6b6b6b;
  text-align: justify;
  width: 80%;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.4vw;
  position: absolute;
  bottom: 0;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70vw;
  height: 5vh;
  margin-bottom: 2vh;
  display: grid;
}

.div-block-51 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 5vh;
  display: flex;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 3vh;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  justify-content: flex-start;
  height: 5vh;
  display: flex;
}

.button-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#ffffff73, #0000 36%);
  border-top: 1px solid #fff;
  margin-top: 10vh;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Orbitron, sans-serif;
  font-size: .6vw;
  font-weight: 300;
  line-height: .7vw;
}

.heading-13 {
  margin-bottom: 5vh;
  font-family: Roboto, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 5vw;
}

.div-block-54 {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.div-block-55 {
  flex-direction: column;
  display: flex;
}

.link-block-5 {
  color: #fff;
  text-decoration: none;
}

.collection-item-4 {
  margin-bottom: 3vh;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.background-video-4 {
  width: 57vw;
  height: 35vw;
  margin-bottom: 0;
}

.image-3 {
  mix-blend-mode: screen;
  margin-top: 0;
  position: absolute;
}

.div-block-56 {
  margin-top: 0;
}

.heading-14 {
  text-align: justify;
  letter-spacing: 0;
  margin-top: 5vh;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.div-block-57 {
  width: 30vw;
  margin-bottom: 5vh;
  position: static;
  top: auto;
}

.image-4 {
  filter: invert();
  width: 22vw;
}

.image-4._2 {
  filter: none;
  width: 80vw;
}

.nav-block {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 5vw;
  text-decoration: none;
  display: flex;
}

.nav-block.w--current {
  color: #fff;
  padding-left: 5vw;
}

.nav-block.root {
  padding-left: 5.5vw;
}

.div-block-58 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-59 {
  flex-direction: row;
  display: flex;
}

.div-block-60 {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  padding-left: 15vw;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper-3 {
  width: 100%;
  height: 100%;
}

.collection-item-5 {
  background-color: #0000;
  flex-direction: column;
  height: 50vh;
  display: flex;
}

.heading-15 {
  font-size: 1vw;
}

.collection-list-wrapper-4 {
  width: 100%;
  height: 50vh;
}

.collection-item-6 {
  height: 50vh;
}

.collection-list-wrapper-5 {
  width: auto;
  height: auto;
  margin: 0 3vw 15vh 5vw;
}

.collection-item-7 {
  background-color: #0000;
  flex-direction: column;
  height: auto;
  margin-bottom: 4vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2vw;
  display: flex;
}

.heading-16 {
  color: #ffbc66;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  padding-left: 0;
  padding-right: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2vw;
}

.div-block-61 {
  overflow: hidden;
}

.div-block-62 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.image-5 {
  border-radius: 0;
  width: auto;
  height: 40vh;
}

.text-block-20 {
  color: #797979;
  text-align: justify;
  width: auto;
  margin-bottom: 2vh;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.div-block-63 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 5vh;
  display: flex;
}

.div-block-63._5vw {
  color: #fff;
  width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
}

.heading-17 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-weight: 300;
  line-height: 1vw;
}

.div-block-64 {
  height: auto;
  margin-top: 4vh;
}

.div-block-65 {
  margin-top: -3vh;
  padding-top: 3vh;
}

.div-block-66 {
  background-color: #23352d4d;
  border: 1px solid #365d4cab;
  border-radius: .5vw;
  height: auto;
  overflow: hidden;
}

.blog-thumbnail-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding: 0 0 3vh;
  display: flex;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: static;
  bottom: 0;
}

.collection-list {
  border-radius: 0;
  overflow: hidden;
}

.link {
  color: var(--medium-aquamarine);
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .5vw;
  text-decoration: none;
}

.link-2 {
  color: var(--medium-aquamarine);
  text-decoration: none;
}

.search-2 {
  border-radius: 20vw;
  width: 50vw;
  display: flex;
  overflow: hidden;
}

.body-6 {
  color: #dfdfdf;
  background-color: #000;
}

.search-input-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--medium-spring-green);
  letter-spacing: 1px;
  background-color: #23352dab;
  border: 1px #000;
  height: 7vh;
  margin-bottom: 0;
  padding-left: 2vw;
  font-family: Orbitron, sans-serif;
  font-size: .8vw;
}

.search-button-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000000db;
  width: 6vw;
  height: 7vh;
  font-family: Orbitron, sans-serif;
  font-size: .5vw;
}

.div-block-69 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.collection-list-2 {
  border-radius: .5vw;
  overflow: hidden;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  height: 100%;
  display: grid;
}

.text-rotator-wrapper {
  mix-blend-mode: lighten;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 2vw;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.text-rotator-content {
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.text-rotator {
  color: #ffffff4d;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
}

.start-icon {
  background-color: #000;
  flex: none;
  width: 50px;
  height: 4px;
  margin-left: 30px;
  margin-right: 30px;
}

.collection-list-wrapper-6 {
  width: 100%;
}

.text-block-21 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px 1px #0003;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Orbitron, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1.2vw;
  display: flex;
}

.text-block-21.home {
  color: #fff;
  font-family: Shentoxtrial Bd, sans-serif;
  font-weight: 400;
}

.collection-list-3 {
  align-items: center;
  display: flex;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.collection-item-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 12vh;
  margin-right: 10vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-71 {
  background-color: #0000;
  border: 1px solid #0000;
  border-right-style: none;
  border-radius: .5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-right: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.text-block-22 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  padding-right: .4vw;
  font-family: Orbitron, sans-serif;
  font-size: .5vw;
}

.text-block-22.post {
  color: var(--medium-spring-green);
}

.text-block-22.about {
  margin-left: 5vw;
}

.text-block-22.home {
  color: #fff;
  font-family: Shentoxtrial Rg, sans-serif;
}

.div-block-72 {
  margin-bottom: 1vh;
  display: flex;
}

.div-block-73 {
  border-radius: 100vw;
  width: 20vw;
  height: auto;
  margin-right: 2vw;
  overflow: hidden;
}

.image-6 {
  width: auto;
  height: auto;
}

.heading-18 {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 15vh;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 100;
  line-height: 1.5vw;
  position: sticky;
  bottom: 0;
}

.div-block-74 {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-75 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-75.home {
  flex-direction: column;
}

.heading-19 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 60vw;
  margin-bottom: 5vh;
  font-family: Orbitron, sans-serif;
  font-size: 2vw;
  line-height: 2.8vw;
}

.div-block-76 {
  background-image: linear-gradient(#000, #0000), url('../images/zz_bj4_426f192.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  height: 100vh;
  margin-top: -80vh;
}

.div-block-77 {
  background-image: linear-gradient(#000 14%, #0000);
  height: 50vh;
}

.div-block-78 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-23 {
  color: #f4fffa;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #0000008c;
  font-family: Orbitron, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-80 {
  height: 100vh;
  position: sticky;
}

.background-video-5 {
  width: 100%;
  height: 100%;
}

.div-block-81 {
  background-image: linear-gradient(0deg, #000, #fff0 30%), linear-gradient(#0000 69%, #010101), url('../images/X-Team.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 50vw;
  height: 100%;
}

.div-block-82, .div-block-83, .div-block-84 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-85 {
  background-color: var(--medium-spring-green);
  width: .1vw;
  height: 10vw;
  margin-left: 5vw;
}

.div-block-86 {
  width: 25vw;
}

.heading-20 {
  font-family: Orbitron, sans-serif;
}

.div-block-87 {
  width: 40%;
}

.div-block-88 {
  width: 50px;
}

.div-block-89 {
  border-radius: 0;
  flex-direction: column;
  width: 60%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-90 {
  width: 100%;
  height: 100%;
}

.div-block-90.left {
  border-right: 1px solid #23352d7d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3vw;
  display: flex;
}

.div-block-90.left.hero {
  padding-left: 0;
}

.div-block-91 {
  border-right: 1px solid #23352d7d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-91.hero {
  align-items: flex-start;
}

.div-block-92 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 3vw;
  display: flex;
}

.div-block-92.hero {
  align-items: flex-start;
}

.post-content-wrapper {
  border-bottom: 1px none var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.div-block-93 {
  border-style: none none none solid;
  border-width: 2px;
  border-color: black black black var(--medium-spring-green);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 8vw;
  height: auto;
  margin-top: 0;
  padding-left: 1vw;
  display: flex;
}

.div-block-93:hover {
  color: #fff;
  background-color: #0000;
  border-style: none none none solid;
  border-color: #30473db5 #30473db5 #0000;
}

.image-7 {
  z-index: -1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: -60vh;
  padding-right: 0;
  position: static;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 10%;
  padding-left: 3vw;
  display: flex;
}

.div-block-95 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-95.hero {
  align-items: flex-start;
}

.div-block-96 {
  width: 48vw;
  height: 2vh;
  display: flex;
}

.text-block-24 {
  display: flex;
}

.text-block-25 {
  padding-left: .5vw;
}

.div-block-97 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-98 {
  color: #666;
  mix-blend-mode: normal;
  justify-content: flex-start;
  display: flex;
}

.div-block-99 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(to right, #77bb9d3d, #0000 55%);
  border-left: 1px solid #4f8a70ab;
  width: 2vw;
  padding-right: 0;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .44;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  margin-top: 15vh;
  display: grid;
}

.text-block-26 {
  color: #73b89aab;
  text-align: center;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: center;
  height: 10vh;
  padding-left: 5vw;
  display: flex;
}

.div-block-102 {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.div-block-103 {
  justify-content: flex-end;
  align-items: center;
  height: 10vh;
  padding-right: 5vw;
  display: flex;
}

.text-block-27 {
  color: #ffffffab;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: .6vw;
  font-weight: 600;
  line-height: 1.3vw;
}

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

.text-block-27.middle {
  text-align: center;
}

.link-block-12 {
  text-decoration: none;
}

.body-7 {
  background-color: var(--dark-green);
}

.background-video-6 {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 10vh;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 95px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10vw;
  margin-right: 10vw;
  display: grid;
}

.text-block-28 {
  color: #e6e6e6;
  text-align: justify;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
  font-weight: 100;
  line-height: 1.8vw;
}

.text-block-28.widgets {
  text-align: justify;
  letter-spacing: 0;
  font-family: Shentoxtrial Th, sans-serif;
  font-size: .9vw;
}

.div-block-106 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10vw 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.eve-warapper {
  background-image: linear-gradient(#010a0694, #010a06fc 53%, #051f14), url('../images/VentureLivery.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top: 3px solid #146441;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 55vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.div-block-108, .div-block-109 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: #dadada;
  text-align: center;
  mix-blend-mode: normal;
}

.h1-header {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 10vh;
  font-family: Orbitron, sans-serif;
  display: block;
}

.h1-header.hero {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.2vw;
}

.bold-text-2 {
  font-family: Orbitron, sans-serif;
}

.div-block-110 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
}

.div-block-111 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.heading-22 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 3vw;
}

.div-block-112 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 20vh;
  padding-top: 5vh;
  display: block;
}

.div-block-113 {
  padding-top: 5vh;
  padding-right: 5vw;
}

.collection-list-wrapper-7 {
  width: 100%;
  display: flex;
}

.div-block-114 {
  width: 100%;
  height: 100%;
  padding-bottom: 5vh;
}

.div-block-115 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5vh;
  display: flex;
}

.collection-list-4 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-right: 10vw;
  display: flex;
}

.collection-list-wrapper-8 {
  height: 100%;
}

.collection-item-9 {
  display: flex;
}

.image-8 {
  margin-right: 2vw;
}

.heading-23 {
  border-left: 2px solid var(--medium-aquamarine);
  color: #6dc59fab;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 30vw;
  margin-top: 0;
  margin-bottom: 5vh;
  margin-left: 5vw;
  padding-left: 1vw;
  font-family: Orbitron, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1vw;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-117 {
  background-color: #2a2929;
  width: 10vw;
  height: 10vw;
  margin-right: 2vw;
}

.div-block-118 {
  align-items: center;
  display: flex;
}

.div-block-119 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-120 {
  align-items: center;
  display: flex;
}

.text-block-29 {
  color: #a6d6c1ab;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #0000007d;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.div-block-121 {
  background-image: url('../images/LUX.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9vw;
  height: 25vw;
}

.image-9 {
  opacity: .68;
  border-radius: .5vw;
  margin-bottom: 2vh;
}

.div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-123, .div-block-124 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10, .image-11 {
  position: relative;
}

.collection-item-10 {
  margin-bottom: 5vh;
  display: flex;
}

.heading-24 {
  font-size: 1vw;
  line-height: 1.5vw;
}

.image-12 {
  margin-right: 1vw;
}

.collection-list-wrapper-9 {
  height: auto;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: 20vh;
  margin-top: 5vh;
  display: grid;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-127 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-128 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-129 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-25 {
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.search-3 {
  border-radius: 20vw;
  height: 5vh;
  display: flex;
  overflow: hidden;
}

.search-input-3 {
  background-color: var(--dark-slate-grey);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--medium-spring-green);
  letter-spacing: 2px;
  border: 1px #000;
  height: 5vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Orbitron, sans-serif;
  font-size: 1vw;
}

.search-button-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a8;
  width: 5vw;
  height: 5vh;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-10 {
  height: 100vh;
}

.heading-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
  position: static;
}

.collection-item-11 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.div-block-131 {
  background-image: linear-gradient(135deg, #0000 52%, #010a065c), linear-gradient(#0000 61%, #040807);
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
}

.collection-list-5 {
  height: 100vh;
}

.div-block-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 55vh;
  display: grid;
}

.div-block-133 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 5vw;
  height: 1vw;
  margin-bottom: 2vh;
  font-family: Orbitron, sans-serif;
  font-weight: 600;
  display: flex;
}

.text-block-30 {
  color: #ffffffba;
  letter-spacing: 2px;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: .8vw;
  font-weight: 800;
  line-height: 1vw;
}

.text-block-31 {
  color: #ccc;
  text-align: justify;
  letter-spacing: 1px;
  margin-bottom: 5vh;
  font-family: Shentoxtrial Th, sans-serif;
  font-size: .9vw;
  font-weight: 100;
  line-height: 1.5vw;
}

.div-block-134 {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.button-5 {
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #ffffff85 #ffffff85 #ffffff85 var(--medium-aquamarine);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .1vw;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: .5vw;
  line-height: .6vw;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #23352deb;
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 6vh;
  margin-bottom: 2vh;
  display: grid;
}

.div-block-136 {
  border-right: 1px #23352deb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-bottom: 0;
  padding-left: 1vw;
  display: flex;
}

.div-block-137 {
  border-right: 1px #23352deb;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.div-block-138 {
  border-right: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.div-block-139 {
  background-image: linear-gradient(to top, #010201a8, #0000);
  height: 100%;
  margin-top: 0;
  position: relative;
}

.div-block-140 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #010a063d;
  background-image: linear-gradient(0deg, #020503 4%, #fff0);
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-141 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: absolute;
}

.div-block-142 {
  align-items: flex-end;
  width: 100vw;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 8vh;
  margin-top: 5vh;
  margin-left: 0;
  display: grid;
}

.div-block-144 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-32 {
  border-left: 2px solid var(--medium-aquamarine);
  color: #ffffffdb;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 1vw;
  font-family: Orbitron, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  line-height: 1.2vw;
}

.div-block-145, .div-block-146, .div-block-147 {
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.div-block-148 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  padding-top: 10vh;
  padding-left: 12vw;
  display: flex;
}

.body-8 {
  background-color: #000;
}

.div-block-149 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-150 {
  background-image: linear-gradient(to bottom, transparent, var(--dark-green)), linear-gradient(to bottom, #010a061c, #010a061c);
  width: 100%;
  height: 100%;
}

.div-block-151 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.div-block-152 {
  z-index: -3;
  width: 40%;
  height: 60vh;
  position: absolute;
  overflow: hidden;
}

.image-14 {
  opacity: .2;
  filter: blur(19px);
  width: 100%;
  height: 100%;
}

.image-15 {
  width: 65%;
}

.div-block-153 {
  border: 2px solid var(--medium-aquamarine);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 40vw;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
}

.article-details-wrapper {
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-bottom: 2vw;
  display: flex;
}

.details-div {
  border-left: 2px solid var(--medium-aquamarine);
  flex-direction: column;
  height: auto;
  margin-right: 3vw;
  padding-left: .5vw;
  display: flex;
}

.div-block-154 {
  width: 3vw;
  margin-right: 2vw;
}

.div-block-155 {
  background-color: var(--dark-slate-grey);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  border: 2px solid #64b18f78;
  border-radius: 20vw;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  padding: .2vw;
  display: flex;
}

.div-block-155.latest {
  justify-content: center;
  margin-top: 2vw;
  margin-left: 2vw;
  position: absolute;
  top: 0;
  left: 0;
}

.image-16 {
  opacity: 1;
}

.div-block-156 {
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.pagination {
  height: 10vh;
}

.mission-wrapper {
  grid-column-gap: 106px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 5vh;
  display: grid;
}

.mission-wrapper.alliance {
  height: 70vh;
}

.expertise-div {
  background-color: #02130b;
  border-top: .2vw #3ab982;
  border-radius: 1vw;
  flex-direction: column;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.infro-div-banner {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(0deg, #05130b 8%, #0000), url('../images/VentureLivery.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.infro-div-banner.manufactering {
  background-image: linear-gradient(#0000, #0000), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Eve-Online-first-mining-character.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  height: 60%;
}

.infro-div-banner.exploration {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Sisters-of-EVE-Nestor---2871x1532.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  height: 60%;
}

.infro-div-banner.alliance {
  padding-left: 2vw;
  padding-right: 2vw;
}

.infro-div-banner._2 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Eve-Online-first-mining-character.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.infro-div-banner._3 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Sisters-of-EVE-Nestor---2871x1532.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
}

.infro-div-banner._4 {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(0deg, #05130b 8%, #0000 23%), url('../images/zz_bj4_426f192.jpg');
  background-position: 0 0, 0 0, 100% 100%;
  background-size: auto, auto, cover;
}

.infro-div-banner._5 {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Eve-Online-first-mining-character.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.infro-div-banner._6 {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(0deg, #05130b 8%, #0000), url('../images/eve_mining_porpoise.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.info-content-bottom-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.heading-27 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.heading-27.smaller {
  font-size: 1vw;
  line-height: 1.5vw;
}

.div-block-160 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 8vh;
  display: grid;
}

.div-block-161, .div-block-162 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-163 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-164 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-165 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.categories-wrapper {
  height: 60vh;
}

.nav-div-main {
  border-left: 2px solid var(--medium-spring-green);
  color: #b1b1b1;
  letter-spacing: 2px;
  align-items: center;
  padding-left: 1vw;
  font-family: Orbitron, sans-serif;
  font-size: .9vw;
  font-weight: 700;
  line-height: 1.3vw;
  text-decoration: none;
  display: flex;
}

.nav-div-main:hover {
  color: #fff;
  background-image: linear-gradient(to right, #3effac29, #0000 54%);
}

.nav-div-main.w--current {
  color: var(--medium-spring-green);
}

.text-block-33 {
  font-family: Shentoxtrial Bd, sans-serif;
  text-decoration: none;
}

.div-block-166 {
  background-image: linear-gradient(#000, #fff0), linear-gradient(0deg, #030303 4%, #fff0), url('../images/willem-van-biljon-art-rorqual-02.jpg'), linear-gradient(#00000080, #00000080), url('../images/eve_mining_porpoise.jpeg');
  background-position: 0 0, 0 0, 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, cover, auto, cover;
  background-attachment: scroll, scroll, fixed, scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 20vh;
  display: flex;
}

.heading-28 {
  color: #a6d6c1e0;
  margin-bottom: 10vh;
  font-family: Shentoxtrial Smbd, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.bold-text-3 {
  color: #85ffc2;
  text-transform: uppercase;
  text-shadow: none;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: 3.5vw;
}

.text-block-34 {
  color: #b3b3b3;
  text-align: center;
  width: 55vw;
  font-family: Shentoxtrial Th, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.2vw;
}

.background-video-7 {
  z-index: 2;
  border-radius: 1vw;
  width: 80vw;
  height: 40vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.div-block-167 {
  background-image: linear-gradient(0deg, #0000005e, #fff0 42%);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span {
  font-family: Shentoxtrial Bd, sans-serif;
}

.heading-29 {
  color: #b5eed5c4;
  margin-bottom: 5vh;
  font-family: Shentoxtrial Bd, sans-serif;
  font-size: 2.5vw;
}

.button-6 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #642d709e;
  border-radius: 0;
  margin-bottom: 15vh;
  margin-left: 2vw;
  font-family: Shentoxtrial Smbd, sans-serif;
  font-size: 2vw;
  font-weight: 100;
  line-height: 2vw;
}

.bold-text-4 {
  font-size: 4vw;
}

.image-17 {
  width: 50vw;
}

.button-7 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1758244f;
  border-radius: 20vw;
  margin-top: 5vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 2vw;
}

.image-18 {
  width: 5vw;
}

.image-19 {
  width: 3.6vw;
}

.image-20 {
  width: 4vw;
}

.div-block-168 {
  background-color: #e59292;
  width: 10vw;
  height: 5vh;
  margin-right: 10vw;
}

.hyperlink {
  color: #fff;
  text-decoration: none;
}

.text-span-2 {
  font-family: Shentoxtrial Lt, sans-serif;
}

.expertise-div-2 {
  background-color: #02130b;
  border-top: .2vw #3ab982;
  border-radius: 1vw;
  flex-direction: column;
  height: 100%;
  margin-top: 2vh;
  display: flex;
  overflow: hidden;
}

.expertise-div-2.alliance {
  border-top-style: none;
  border-radius: 1vw;
  overflow: hidden;
}

.div-block-169 {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(to top, #05130b 8%, #0000), url('../images/VentureLivery.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
}

.div-block-169.exploration {
  background-image: linear-gradient(#05130b78, #05130b78), linear-gradient(to top, #05130b 8%, #0000), url('../images/Sisters-of-EVE-Nestor---2871x1532.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-169.exploration.alliance {
  height: 40%;
}

.div-block-169.alliance {
  background-image: linear-gradient(#0000, #0000), linear-gradient(0deg, #05130b 8%, #0000), url('../images/Sisters-of-EVE-Nestor---2871x1532.jpg');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  height: 60%;
  padding-left: 2vw;
  padding-right: 2vw;
}

.div-block-169.manufactering {
  background-image: linear-gradient(#0000, #0000), linear-gradient(to top, #05130b 8%, #0000), url('../images/Eve-Online-first-mining-character.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
}

.div-block-169.manufactering.alliance {
  height: 60%;
}

.div-block-170 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.heading-30 {
  color: #a6d6c1ab;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Shentoxtrial Md, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.div-block-171 {
  grid-column-gap: 106px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 60vh;
  margin-bottom: 10vh;
  display: grid;
}

.div-block-171.alliance {
  height: 70vh;
}

.text-block-35 {
  color: #e6e6e6;
  text-align: justify;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
  font-weight: 100;
  line-height: 1.8vw;
}

.text-block-35.widgets {
  letter-spacing: 1px;
  font-family: Shentoxtrial Th, sans-serif;
  font-size: .9vw;
}

.bold-text-5 {
  color: #85ffc2;
}

.div-block-172 {
  text-align: center;
  background-image: linear-gradient(#030505f0, #030505f0), url('../images/Jita.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  padding-bottom: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Shentoxtrial Lt, sans-serif;
  font-size: 1vw;
  line-height: 2vh;
  display: flex;
}

.text-block-36 {
  color: #72aa91;
  margin-bottom: .5vh;
}

.link-3 {
  color: #83bba2;
}

.image-21, .image-22 {
  width: 4vw;
}

.image-23 {
  width: 2.5vw;
}

.icon-div {
  background-image: url('../images/Planetary_1Planetary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 7vw;
  height: 6vw;
}

.icon-div._2 {
  background-image: url('../images/Layer-4_1Layer 4.png');
  background-size: 70%;
}

.icon-div._3 {
  background-image: url('../images/Layer-2_1Layer 2.png');
  background-size: 70%;
}

.icon-div._4 {
  background-image: url('../images/Concord_1Concord.png');
  background-size: 70%;
}

.icon-div._5 {
  background-image: url('../images/Layer-9_1Layer 9.png');
  background-size: 75%;
}

.icon-div._6 {
  background-image: url('../images/Layer-8_1Layer 8.png');
  background-size: 50%;
}

.div-block-173 {
  background-image: url('../images/X-Logo-V2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16vw;
  height: 12vh;
  margin-bottom: 3vh;
}

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

  .text-rotator {
    font-size: 54px;
    line-height: 46px;
  }

  .div-block-78 {
    height: 80vh;
  }

  .div-block-81 {
    background-size: 80vw, auto, auto;
  }

  .text-block-28.widgets {
    text-align: center;
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .mission-wrapper {
    grid-column-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .expertise-div {
    border-radius: 3vw;
    height: 60vh;
    margin-bottom: 5vh;
  }

  .infro-div-banner {
    justify-content: center;
    align-items: center;
    padding-top: 2vh;
  }

  .info-content-bottom-div {
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-27 {
    font-size: 3vw;
  }

  .bold-text-3 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .text-block-34 {
    width: 80vw;
    font-family: Shentoxtrial Lt, sans-serif;
    font-size: 2.8vw;
    line-height: 3.7vw;
  }

  .background-video-7 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .heading-29 {
    font-size: 4vw;
  }

  .image-17 {
    width: 60vw;
  }

  .button-7 {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .image-18 {
    width: 20vw;
  }

  .image-19 {
    width: 13vw;
  }

  .image-20 {
    width: 18vw;
  }

  .expertise-div-2 {
    height: 60vh;
  }

  .expertise-div-2.alliance {
    height: 40vh;
  }

  .div-block-169.alliance {
    height: 60%;
  }

  .div-block-170 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-171.alliance {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .text-block-35.widgets {
    text-align: center;
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .div-block-172 {
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 2.5vw;
    line-height: 2vh;
  }

  .text-block-36 {
    line-height: 2.5vh;
  }

  .icon-div {
    width: 15vw;
    height: 20vw;
  }

  .icon-div._3 {
    background-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .image-17 {
    width: 70vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block-40.about {
    padding-bottom: 3vh;
  }

  .div-block-43 {
    padding-bottom: 5vh;
  }

  .text-rotator {
    font-size: 46px;
  }

  .start-icon {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-78 {
    height: 80vh;
  }

  .div-block-81 {
    background-size: auto, auto, 120vw;
  }

  .text-block-28.widgets {
    font-size: 5vw;
    line-height: 6vw;
  }

  .mission-wrapper {
    margin-bottom: 0;
  }

  .expertise-div {
    height: 70vh;
  }

  .infro-div-banner.exploration {
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .info-content-bottom-div {
    padding-bottom: 3vh;
  }

  .heading-27 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .bold-text-3 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .bold-text-3._2 {
    font-size: 9vw;
    line-height: 10vw;
  }

  .text-block-34 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .background-video-7 {
    width: 90vw;
  }

  .image-17 {
    width: 85vw;
  }

  .button-7 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-18 {
    width: 30vw;
  }

  .image-19 {
    width: 20vw;
  }

  .image-20 {
    width: 23vw;
  }

  .expertise-div-2, .expertise-div-2.alliance {
    border-radius: 3vw;
    height: 70vh;
  }

  .div-block-170 {
    padding-bottom: 3vh;
  }

  .heading-30 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block-35.widgets {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-172 {
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 5vw;
  }

  .text-block-36 {
    text-align: center;
    margin-bottom: 2vh;
    line-height: 2.7vh;
  }

  .icon-div {
    width: 30vw;
    height: 40vw;
  }
}

#w-node-e8b2bef7-9aad-933d-3e54-0bd74546f061-c15a7532, #w-node-df63d5a7-f78e-d090-2c1c-de3c7eca9d52-c15a7532, #w-node-be53f216-f2ba-e8f2-e2e5-1994bdfdeaff-c15a7532, #w-node-f80cd7ad-1101-a67c-c84c-93e3220bece7-c15a7532, #w-node-ea083ca9-708f-9d9f-b3e1-631d12db1010-c15a7532, #w-node-ea083ca9-708f-9d9f-b3e1-631d12db1019-c15a7532, #w-node-ea083ca9-708f-9d9f-b3e1-631d12db101b-c15a7532, #w-node-f2e67b13-c67a-e452-f963-8597c49286f0-c15a7533, #w-node-f2e67b13-c67a-e452-f963-8597c49286f8-c15a7533, #w-node-f2e67b13-c67a-e452-f963-8597c4928700-c15a7533, #w-node-d9e11eb3-42d4-ba8d-e64b-2645bfbc89d4-c15a7533, #w-node-d9e11eb3-42d4-ba8d-e64b-2645bfbc89dc-c15a7533, #w-node-d9e11eb3-42d4-ba8d-e64b-2645bfbc89e4-c15a7533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Shentoxtrial Bdit';
  src: url('../fonts/ShentoxTRIAL-BdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Lt';
  src: url('../fonts/ShentoxTRIAL-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Md';
  src: url('../fonts/ShentoxTRIAL-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbd';
  src: url('../fonts/ShentoxTRIAL-SmBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Mdit';
  src: url('../fonts/ShentoxTRIAL-MdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Smbdit';
  src: url('../fonts/ShentoxTRIAL-SmBdIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rgit';
  src: url('../fonts/ShentoxTRIAL-RgIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Thit';
  src: url('../fonts/ShentoxTRIAL-ThIt.otf') format('opentype'), url('../fonts/ShentoxTRIAL-ThIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Th';
  src: url('../fonts/ShentoxTRIAL-Th.otf') format('opentype'), url('../fonts/ShentoxTRIAL-Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Rg';
  src: url('../fonts/ShentoxTRIAL-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultltit';
  src: url('../fonts/ShentoxTRIAL-UltLtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ultlt';
  src: url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype'), url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype'), url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype'), url('../fonts/ShentoxTRIAL-UltLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Bd';
  src: url('../fonts/ShentoxTRIAL-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shentoxtrial Ltit';
  src: url('../fonts/ShentoxTRIAL-LtIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}