body {
  background-color: #071922;
  font-family: Marcellus, sans-serif;
  color: #071922;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  cursor: none;
}

h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.8rem;
  line-height: 1.4;
}

p {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
  cursor: none;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.section.about {
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: -200vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.mignight-blue-bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #071922;
  color: #fff;
}

.section.project {
  z-index: 1;
  height: auto;
  margin-top: -200vh;
}

.section.faq {
  min-height: 100vh;
}

.section.join {
  background-image: url('../images/Join-BG-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.portal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 300vh;
}

.background-images-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portal-image-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portal-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.acc-wrap {
  position: absolute;
  top: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acc-wrap.hide {
  display: none;
}

.logo-image {
  position: absolute;
  top: 1%;
  z-index: 5;
  overflow: auto;
  width: auto;
  height: auto;
  max-height: 6%;
  max-width: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.portal-box {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 20rem;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  mix-blend-mode: screen;
}

.portal-links-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 15rem;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rune-link {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.rune-link:hover {
  -webkit-transform: scale(1.333);
  -ms-transform: scale(1.333);
  transform: scale(1.333);
}

.rune-link._1 {
  left: 15%;
  top: 0%;
}

.rune-link._2 {
  left: 0%;
  top: 20%;
}

.rune-link._3 {
  left: -5%;
  top: 50%;
}

.rune-link._4 {
  left: 5%;
  top: auto;
  bottom: 0%;
}

.rune-link._5 {
  left: 25%;
  top: auto;
  bottom: -15%;
}

.rune-link._6 {
  left: 45%;
  top: auto;
  right: auto;
  bottom: -15%;
}

.rune-link._7 {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 5%;
}

.rune-link._8 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 25%;
}

.about-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

._100vh-viewport-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 5%;
  padding-bottom: 5%;
  -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;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.align-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-vertical {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-80px {
  max-height: 80px;
  max-width: 80px;
}

.centered-text {
  max-width: 600px;
  margin-bottom: 30px;
}

.centered-text._60ch {
  max-width: 60ch;
  margin-bottom: 50px;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.button {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e271a), to(#884e32));
  background-image: linear-gradient(180deg, #3e271a, #884e32);
  box-shadow: inset -1px -1px 0 2px rgba(0, 0, 0, 0.25), inset 1px 1px 0 2px hsla(0, 0%, 100%, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  cursor: none;
}

.button:hover {
  box-shadow: inset -1px -1px 0 1px rgba(0, 0, 0, 0.25), inset 1px 1px 0 1px hsla(0, 0%, 100%, 0.25);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.button.join-wrap {
  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;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px;
}

.text-wrap {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._4-columns-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-columns-grid.no-bottom-margin {
  margin-bottom: 0px;
}

.buttons-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.class-image {
  position: absolute;
  width: 100%;
  max-width: 200px;
}

.class-image.gif {
  z-index: 1;
  width: 120px;
}

.class-image.badge {
  z-index: 2;
}

.bg-video-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vh;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: none;
  background-position: 0px 0px;
}

.roadmap-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 50vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.roadmap-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.roadmap-list-item {
  margin-top: 12px;
  padding-left: 36px;
  background-image: url('../images/list-item-empty_1list-item-empty.png');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  line-height: 1.8;
}

.roadmap-list-item.completed {
  background-image: url('../images/list-item-completed_1list-item-completed.png');
}

.position-wrap {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.linkedin-link {
  width: 24px;
  margin-left: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.avatar {
  width: 100%;
  max-height: 200px;
  max-width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partners-logos-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-logo {
  max-height: 68px;
  max-width: 100%;
}

.faq-wrap {
  width: 100%;
  max-width: 720px;
}

.dropdown {
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e271a), to(#884e32));
  background-image: linear-gradient(180deg, #3e271a, #884e32);
  box-shadow: inset -1px -1px 0 2px rgba(0, 0, 0, 0.25), inset 1px 1px 0 2px rgba(255, 255, 255, 0.25);
}

.dropdown-toggle {
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
  color: #fff;
  font-size: 1.2rem;
  white-space: normal;
  cursor: none;
}

.dropdown-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.dropdown-list-wrap {
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.faq-absolute-wrap {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  color: #fff;
}

.add-text-shadow {
  text-shadow: 1px 1px 20px #000;
}

.desktop-links-hints-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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: 1.777rem;
}

.hint {
  position: absolute;
  color: #071922;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.hint.game {
  display: none;
}

.hint.project {
  display: none;
}

.hint.whitepaper {
  display: none;
}

.hint.play-demo {
  display: none;
}

.hint.marketplace {
  display: none;
}

.hint.mint {
  display: none;
}

.hint.twitter {
  display: none;
}

.hint.discord {
  display: none;
}

.circle-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.form-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0px;
  text-align: left;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  width: 100%;
  height: 44px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #fff;
  color: #071922;
}

.text-field.area {
  height: 88px;
  margin-bottom: 20px;
  padding: 13px 20px;
}

.join-buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 40px;
  -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;
}

.social-link-in-button {
  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;
  text-decoration: none;
}

.separator {
  width: 1px;
  height: 24px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}

.separator.in-navbar {
  height: 24px;
  margin-right: 20px;
  margin-left: 20px;
}

.footer-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo-in-footer {
  height: 72px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-links-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  font-size: 1rem;
  text-decoration: none;
}

.sticky-100vh-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.sticky-100vh-wrap.flex-centered {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acc-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portal-circle-wrapper {
  position: absolute;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portal-links-wrapper {
  position: absolute;
  top: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vh;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.class-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3e271a), to(#884e32));
  background-image: linear-gradient(180deg, #3e271a, #884e32);
  box-shadow: inset -1px -1px 0 2px rgba(0, 0, 0, 0.25), inset 1px 1px 0 2px rgba(255, 255, 255, 0.25);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.nav-link {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-transform: capitalize;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -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;
}

.logo-in-navbar {
  max-height: 80px;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-left: 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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-in-navbar {
  padding: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.legal-text {
  font-family: Montserrat, sans-serif;
  font-size: 0.6rem;
}

.top-margin-60px {
  margin-top: 60px;
}

.portal-1-big-wrap {
  position: relative;
  width: 100%;
  height: 800vh;
  background-color: #b6fcfe;
}

.navbar-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 200vh;
}

.bg-video-box-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 10% 25% 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.portal-2-big-wrap {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #b6fcfe;
}

.no-top-margin {
  margin-top: 0px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
}

.about-game-trigger {
  position: absolute;
  left: 0%;
  top: 300vh;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.social-buttons-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1 {
  position: absolute;
  z-index: -1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
}

.ratio-box-for-video {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 320px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-margins.relative {
  position: relative;
  z-index: 2;
}

.decorative-img {
  position: absolute;
  max-width: 12%;
}

.decorative-img._1 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: 2;
}

.decorative-img._2 {
  left: auto;
  top: -23%;
  right: -2%;
  z-index: -1;
}

.decorative-img._3 {
  left: -8%;
  top: auto;
  right: auto;
  bottom: -2%;
  z-index: 2;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.absolute-decor-images-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: auto;
}

.absolute-wrap-with-overflow-hidden {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.decor-image-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-height: 80vh;
  max-width: 30%;
}

.decor-image-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-height: 80vh;
  max-width: 30%;
}

.rune-icon {
  position: absolute;
  display: inline-block;
}

.rune-icon.top {
  max-width: 65%;
}

.rune-icon.social {
  max-width: 20px;
}

.rune-text {
  display: none;
  text-transform: capitalize;
}

.rune-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 60px;
  -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;
}

.fog-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: #071922;
  color: #fff;
}

.preloader-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.preloader-logo {
  max-width: 25%;
  margin-bottom: 20px;
}

._300vh-viewport-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300vh;
  padding-top: 5%;
  padding-bottom: 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;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.absolute-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

._2-columns {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.play-icon {
  position: absolute;
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.play-icon-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  max-width: none;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
  }

  .portal-links-wrap {
    width: 24rem;
    height: 18rem;
  }

  .partners-logos-wrap {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .portal-box {
    width: 20rem;
    height: 20rem;
  }

  .social-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .portal-box {
    width: 24rem;
    height: 24rem;
  }

  .portal-links-wrap {
    width: 30rem;
    height: 24rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: default;
  }

  p {
    max-width: 600px;
  }

  a {
    cursor: pointer;
  }

  .section.project {
    height: auto;
    margin-top: 0vh;
  }

  .section.portal._2 {
    display: none;
  }

  .logo-image {
    max-height: 5%;
  }

  .portal-links-wrap {
    width: 100%;
    height: 100%;
    -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;
  }

  .rune-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rune-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  ._100vh-viewport-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .button {
    cursor: pointer;
  }

  .text-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._4-columns-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bg-video-box {
    height: auto;
  }

  .roadmap-wrap {
    margin-top: 0vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .position-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .linkedin-link {
    margin-top: 8px;
    margin-left: 0px;
  }

  .partners-logos-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dropdown-toggle {
    cursor: pointer;
  }

  .desktop-links-hints-wrap {
    display: none;
  }

  .separator.in-navbar {
    width: 100%;
    height: 1px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .portal-links-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .navbar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }

  .nav-link {
    font-size: 1.25rem;
  }

  .logo-in-navbar {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .brand-link {
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    padding-top: 20px;
    background-color: #884e32;
  }

  .social-link-in-navbar {
    padding: 20px;
  }

  .portal-1-big-wrap {
    height: auto;
  }

  .navbar-trigger {
    height: 100vh;
  }

  .bg-video-box-wrap {
    padding: 10% 40px;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 72px;
    height: 72px;
    padding: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .absolute-decor-images-wrap {
    display: none;
  }

  .rune-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .rune-text {
    display: block;
    color: #fff;
    font-size: 1.25rem;
  }

  .rune-icon-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .preloader-logo {
    max-width: 35%;
  }

  ._300vh-viewport-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cursor-wrapper {
    display: none;
  }

  ._2-columns {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .text-wrap {
    max-width: 100%;
  }

  ._4-columns-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bg-video-box {
    height: auto;
  }

  .bg-video-box-wrap {
    position: relative;
    height: auto;
    padding: 25% 40px;
  }

  .ratio-box-for-video {
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }

  .decorative-img._2 {
    top: -22%;
  }

  .absolute-decor-images-wrap {
    display: none;
  }

  ._2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-name {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  .section.about {
    margin-top: -300vh;
  }

  .section.project {
    height: auto;
  }

  .section.portal {
    z-index: 2;
    height: 250vh;
  }

  ._100vh-viewport-wrap {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
  }

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

  .button {
    width: 100%;
  }

  .button.join-wrap {
    padding-right: 12px;
  }

  .video {
    width: 100%;
  }

  .text-wrap {
    max-width: 100%;
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  ._4-columns-grid {
    margin-top: 20px;
    margin-bottom: 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._4-columns-grid.no-bottom-margin {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .buttons-wrap {
    width: 100%;
    grid-column-gap: 12px;
  }

  .roadmap-wrap {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .roadmap-list-wrap {
    margin-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .position-wrap {
    font-size: 0.85rem;
  }

  .avatar {
    max-height: 160px;
    max-width: 120px;
  }

  .partners-logos-wrap {
    justify-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }

  .partner-logo {
    max-height: 56px;
  }

  .dropdown {
    margin-top: 12px;
  }

  .dropdown-toggle {
    font-size: 1rem;
  }

  .dropdown-list-wrap {
    font-size: 0.8rem;
  }

  .faq-absolute-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  .join-buttons-wrap {
    padding-right: 12px;
    padding-left: 12px;
  }

  .social-link-in-button {
    text-align: left;
  }

  .separator {
    margin-right: 12px;
    margin-left: 12px;
  }

  .logo-in-footer {
    height: 80px;
  }

  .footer-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-video-box-wrap {
    padding: 15% 12px 20%;
  }

  .about-game-trigger {
    top: 200vh;
  }

  .decorative-img {
    display: none;
  }

  .rune-icon {
    margin-right: 0px;
  }

  .preloader-logo {
    max-width: 60%;
  }
}

#w-node-dcbe38b1-dfc6-f67c-9215-7982df00f5f4-8650df04 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f249325b-ee38-3926-0015-f36a0dda90ff-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d455017a-7ae1-5b2a-b784-d2549e84407f-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c85874e-c2af-673a-fa9e-fb26e95426ca-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_841c9590-a048-b182-d782-03468ae56039-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4417126-2e1d-ae0a-beb4-d50392480863-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a59702f-169e-c96b-05c0-307195c4f230-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4234427d-9f57-968e-10fd-fdb2ce47a7e2-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41695620-4ef5-9bb7-1306-e3be08a17f0d-8650df04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_932ac918-f908-410e-72a2-ca6f1c029472-8650df04 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d74e1717-7834-091e-7003-c64dbe6b12cf-8650df04 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c08c3ab-622e-5e39-27da-fb0aaff31765-8650df04 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f3f44bfc-8539-b569-744f-c4b6d015168f-8650df04 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c92dc82c-a067-f128-ea41-a228b12e4d65-8650df04 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

