.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Work Sans', sans-serif;
  color: #404c55;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #404c55;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

.section-hero {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 860px;
  padding-top: 220px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: linear-gradient(329deg, #aeffbb, #0094ca);
  color: #c8dbde;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.nav {
  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;
}

.container.hero {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.centered {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-main {
  width: 600px;
}

.heading-main {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}

.heading-main.home-content {
  margin-bottom: 5px;
}

.heading-main.white {
  color: #fff;
}

.heading-main.centered {
  margin-bottom: 20px;
  font-style: normal;
  text-align: center;
}

.paragraph-main {
  font-size: 18px;
  line-height: 30px;
}

.paragraph-main.about {
  text-align: justify;
}

.paragraph-main.centered {
  text-align: center;
}

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

.grid-how {
  position: relative;
  z-index: 7;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-what {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 640px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f49), to(#5a6c7a));
  background-image: linear-gradient(90deg, #313f49, #5a6c7a);
  color: #fff;
}

.section-what.what-2 {
  display: none;
  background-image: url('../images/checkerboard2c.png'), -webkit-gradient(linear, left top, right top, from(#313f49), to(#5a6c7a));
  background-image: url('../images/checkerboard2c.png'), linear-gradient(90deg, #313f49, #5a6c7a);
  background-position: 50% 75%, 0px 0px;
  background-size: cover, auto;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.navlink {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

.navlink:hover {
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

.navlink.dark {
  color: rgba(64, 76, 85, 0.65);
  font-weight: 500;
}

.navlink.dark:hover {
  color: #404c55;
}

.navlink.dark.w--current {
  color: #404c55;
}

.navlink.drop {
  padding: 5px;
}

.image-wrapper {
  position: relative;
}

.nav-image {
  height: 44px;
  padding: 10px;
}

.nav-image.light {
  padding: 0px;
}

.brand {
  padding: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.65;
}

.div-60 {
  width: 60%;
}

.bg-image1b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 76, 85, 0)), to(rgba(64, 76, 85, 0.99)));
  background-image: linear-gradient(180deg, rgba(64, 76, 85, 0), rgba(64, 76, 85, 0.99));
}

.image-block {
  position: relative;
  max-height: 100%;
}

.image-block.hidden {
  opacity: 0;
}

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

.image-blockbg {
  position: absolute;
  max-height: 100%;
}

.heading-div {
  position: relative;
  margin-bottom: 20px;
}

.heading-div.centered {
  text-align: center;
}

.footer-grid-02 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

.logo {
  width: 164px;
  margin-bottom: 32px;
}

.footer-title {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 500;
}

.footer-link-dark {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.65);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #404c55;
}

.social-link-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -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;
  opacity: 0.65;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
  font-size: 15px;
  text-decoration: none;
}

.social-link-full:hover {
  opacity: 1;
}

.social-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6fa;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2f6fa));
  background-image: linear-gradient(90deg, #fff, #f2f6fa);
  background-position: 0px 0px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-wrapper {
  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-rights {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(64, 76, 85, 0.65);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link-dark {
  display: block;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.65;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link-dark:hover {
  opacity: 1;
}

.section-contentheading {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.jobs {
  margin-top: 40px;
}

.job-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f9f9fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: default;
}

.job-box:hover {
  background-color: #f2f6fa;
}

.job-text {
  color: rgba(64, 76, 85, 0.65);
  font-size: 18px;
  line-height: 24px;
}

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

.job-title {
  font-size: 20px;
  line-height: 32px;
}

.grid-contact {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-text {
  margin-bottom: 10px;
  color: rgba(64, 76, 85, 0.65);
  font-size: 18px;
  line-height: 24px;
}

.contact-link {
  color: #404c55;
  font-size: 20px;
  line-height: 24px;
}

.contact-link:hover {
  color: rgba(64, 76, 85, 0.8);
}

.heading-hero {
  max-width: 700px;
  margin-top: 20px;
  color: #fff;
  font-size: 32px;
}

.polkadot {
  height: 42px;
  color: #ef0f86;
}

.polkadot-div {
  display: none;
  margin-top: 20px;
}

.dropdown-list {
  background-color: #7c6161;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.image-mobile {
  display: none;
}

.subheading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.subheading-line {
  display: block;
  width: 100%;
  height: 2px;
  max-width: 3100px;
  margin-left: 10px;
  float: right;
  background-image: -webkit-gradient(linear, left top, right top, from(#404c55), to(rgba(64, 76, 85, 0)));
  background-image: linear-gradient(90deg, #404c55, rgba(64, 76, 85, 0));
  opacity: 0.5;
}

.subheading-line.blue {
  margin-left: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ba9b9), to(rgba(64, 76, 85, 0)));
  background-image: linear-gradient(90deg, #1ba9b9, rgba(64, 76, 85, 0));
}

.subheading-line.white {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  opacity: 1;
}

.subheading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.subheading-div.inflationary {
  margin-bottom: 20px;
}

.subheading-div.cta {
  color: #fff;
}

.quote {
  position: relative;
  margin-top: 60px;
  border-left-style: none;
  border-left-color: #a6c2d7;
  font-family: 'Droid Serif', serif;
  color: #404c55;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
}

.heading {
  font-weight: 500;
}

.heading-2 {
  font-weight: 500;
}

.grid-branding {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.brand-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.brand-box:hover {
  background-color: #f9f9fa;
}

.brand-box.dark {
  background-color: #404c55;
}

.brand-box.badge {
  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;
}

.brand-box.cyan {
  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;
  background-color: #51edff;
}

.brand-box.dark-box {
  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;
  background-color: #404c55;
}

.image-logo {
  height: 45px;
}

.image-badge {
  width: 80px;
}

.grid-badges {
  margin-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.branding-text1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #404c55;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.branding-text2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #f2f6fa;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.button {
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 76, 85, 0.65);
  border-radius: 10px;
  background-color: #fff;
  color: #404c55;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  border-color: #404c55;
  color: #404c55;
}

.button.main {
  margin-right: 10px;
  border-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.main:hover {
  box-shadow: 0 5px 20px -5px rgba(255, 255, 255, 0.5);
}

.button.main:active {
  background-color: #f2f6fa;
}

.button.on-light {
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.on-light:hover {
  box-shadow: 4px 4px 20px -5px rgba(64, 76, 85, 0.5);
}

.button.on-light.main {
  background-color: #404c55;
  background-image: linear-gradient(135deg, #0094ca, #aeffbb);
  color: #fff;
}

.button.on-light.main:hover {
  box-shadow: 0 5px 20px -5px rgba(64, 76, 85, 0.5);
}

.nav-menu {
  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;
}

.quote-box {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-quotes {
  position: absolute;
  left: 0%;
  top: -39%;
  right: auto;
  bottom: auto;
  opacity: 0.25;
}

.image-quotes2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  opacity: 0.25;
}

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

.footer-link-block.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-link-block.w--current:hover {
  opacity: 0.65;
}

.lightpaper-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(242, 246, 250, 0.9);
}

.lightpaper-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lightpaper-icon {
  width: 72px;
  margin-bottom: 20px;
}

.image-parachain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  max-width: 50%;
  opacity: 0.15;
}

.blog-articles {
  position: relative;
  z-index: 50;
  margin-top: -14em;
  margin-bottom: 100px;
}

.blog-grid {
  position: relative;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px -4px rgba(64, 76, 85, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.65);
  text-decoration: none;
}

.blog-box:hover {
  box-shadow: 0 5px 20px -4px rgba(64, 76, 85, 0.3);
  color: #404c55;
}

.blog-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.blog-image {
  position: relative;
  display: block;
  padding-top: 70%;
  background-image: url('../images/blog-1c-avax.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image._2 {
  display: block;
  background-image: url('../images/blog-2d.jpg');
  background-size: cover;
}

.blog-image._3 {
  display: block;
  background-image: url('../images/blog-3c.jpg');
}

.blog-content-wrapper {
  padding: 20px;
  background-color: #fff;
}

.blog-img-wrap {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section-timeline {
  position: relative;
  display: none;
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f6fa));
  background-image: linear-gradient(180deg, #fff, #f2f6fa);
}

.div-map {
  position: relative;
  min-height: 780px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-map.image1 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/1.png'), linear-gradient(150deg, #49becc, #7bffff);
  background-position: 50% 101%, 0px 0px;
  background-size: 101%, auto;
  background-repeat: no-repeat, repeat;
}

.div-map.image2 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(171deg, #9cb0ff, #61f9ff);
}

.div-map.image3 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff76f6), to(#ffeb54));
  background-image: linear-gradient(180deg, #ff76f6, #ffeb54);
}

.div-map.image4 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(35deg, #1e2146, #53376d);
}

.div-map.image2 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/2.png'), -webkit-gradient(linear, left top, left bottom, from(#5b97ff), to(#85d2ff));
  background-image: url('../images/2.png'), linear-gradient(180deg, #5b97ff, #85d2ff);
  background-position: 50% 101%, 0px 0px;
  background-size: 101.5%, auto;
  background-repeat: no-repeat, repeat;
}

.div-map.image3 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(#eb57ab), to(#ffd044));
  background-image: url('../images/3.png'), linear-gradient(180deg, #eb57ab, #ffd044);
  background-position: 50% 101%, 0px 0px;
  background-size: 101%, auto;
  background-repeat: no-repeat, repeat;
}

.div-map.image4 {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/4.png'), -webkit-gradient(linear, left top, left bottom, from(#231f71), to(#e371ff));
  background-image: url('../images/4.png'), linear-gradient(180deg, #231f71, #e371ff);
  background-position: 50% 101%, 0px 0px;
  background-size: 101%, auto;
  background-repeat: no-repeat, repeat;
}

.div-map.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  color: #fff;
}

.div-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block.hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.heading-timeline {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.heading-timeline-time {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.div-lightpaper {
  margin-top: 90px;
}

.gradient-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(#f2f6fa));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.35), #f2f6fa);
}

.span-loans {
  color: #e2b84f;
  font-weight: 700;
}

.span-execution {
  color: #3191ff;
  font-weight: 700;
}

.span-interlacing {
  color: #43c478;
  font-weight: 700;
}

.span-emotions {
  background-image: -webkit-gradient(linear, left top, right top, from(#036dda), to(#d701c0));
  background-image: linear-gradient(90deg, #036dda, #d701c0);
  color: #6ee27a;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f2f6fa;
}

.section-info.hidden {
  display: none;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.button-div.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.5;
  mix-blend-mode: overlay;
}

.wave-image {
  width: 100vw;
}

.bg-contents {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-ui {
  position: relative;
  display: none;
  overflow: hidden;
  min-height: 600px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f6fa;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-platform {
  position: relative;
  z-index: 2;
}

.image-platform.window {
  position: absolute;
  left: auto;
  top: 9%;
  right: -3%;
  bottom: auto;
  width: 950px;
}

.image-platform.token {
  position: absolute;
  left: -1%;
  top: auto;
  right: auto;
  bottom: 13%;
  width: 580px;
}

.image-platform.nft {
  position: absolute;
  left: auto;
  top: -6%;
  right: -6%;
  bottom: auto;
  width: 490px;
}

.platform-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.code {
  position: relative;
  z-index: 8;
  overflow: hidden;
  padding: 45px 30px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5e8;
  border-radius: 10px;
  background-image: linear-gradient(135deg, #4c5b66, #37424b);
  box-shadow: 0 5px 15px 5px rgba(64, 76, 85, 0.2);
  font-size: 12px;
}

.browser-buttons {
  position: absolute;
  left: auto;
  top: 5%;
  right: 4%;
  bottom: auto;
}

.grid-dev {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-blue {
  color: #81bcff;
}

.text-green {
  color: #6ee27a;
}

.div-code {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-code {
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.text-opacity {
  color: hsla(0, 0%, 100%, 0.6);
}

.image-shine {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.text-purple {
  color: #da94ff;
}

.text-lime {
  color: #cbf98e;
}

.type {
  padding-left: 6px;
}

.social-button {
  margin-right: 10px;
  padding: 15px;
  border-style: none;
  border-width: 1px;
  border-color: #404c55;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-button:hover {
  background-color: #fff;
  box-shadow: 0 6px 20px -5px rgba(0, 175, 242, 0.65);
  opacity: 1;
}

.social-button.twt:hover {
  box-shadow: 0 6px 20px -5px rgba(0, 204, 255, 0.65);
}

.social-button.git {
  margin-right: 0px;
}

.social-button.git:hover {
  box-shadow: 0 6px 20px -5px rgba(255, 255, 255, 0.65);
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(64, 76, 85, 0.7);
}

.box-tele {
  position: relative;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-radius: 10px;
  background-color: #f2f6fa;
  box-shadow: 0 5px 20px -10px rgba(64, 76, 85, 0.2);
}

.telegram-channel {
  position: relative;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
  text-decoration: none;
}

.telegram-channel:hover {
  box-shadow: 0 5px 20px -10px rgba(64, 76, 85, 0.5);
}

.telegram-channel.announcements {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 76, 85, 0.5)), to(rgba(64, 76, 85, 0.5))), url('../images/blog-1.jpg');
  background-image: linear-gradient(180deg, rgba(64, 76, 85, 0.5), rgba(64, 76, 85, 0.5)), url('../images/blog-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.telegram-channel.announcements:hover {
  box-shadow: 4px 4px 20px -10px #404c55;
}

.telegram-channel.global {
  background-color: #404c55;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 76, 85, 0.3)), to(rgba(64, 76, 85, 0.3))), url('../images/telegram-global2.jpg');
  background-image: linear-gradient(180deg, rgba(64, 76, 85, 0.3), rgba(64, 76, 85, 0.3)), url('../images/telegram-global2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none;
}

.telegram-channel.global:hover {
  box-shadow: 0 5px 20px -10px rgba(64, 76, 85, 0.5);
}

.telegram-channel.locked {
  background-color: #f2f6fa;
  box-shadow: inset 0 5px 20px -10px rgba(64, 76, 85, 0.3);
  opacity: 0.5;
}

.telegram-title {
  display: inline;
  line-height: 18px;
  font-weight: 600;
}

.icon-tele {
  margin-right: 10px;
}

.div-telegram {
  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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0.8;
}

.link-3 {
  display: none;
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  text-decoration: none;
}

.link-3:hover {
  color: #fff;
}

.close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
}

.image-angle {
  position: relative;
  width: 100%;
  max-width: none;
  margin-bottom: -2px;
  padding-top: 40px;
}

.image-angle.absolute {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-angle.top {
  margin-top: -1px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.section-cta {
  position: relative;
  overflow: hidden;
  background-color: #404c55;
  background-image: linear-gradient(329deg, #aeffbb, #0094ca);
  color: #fff;
}

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

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  padding: 20px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgba(64, 76, 85, 0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
}

.text-field:hover {
  border-color: rgba(242, 246, 250, 0.8);
}

.text-field:focus {
  border-color: #f2f6fa;
}

.text-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.text-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.button-submit {
  padding: 20px 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f2f6fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
}

.button-submit:hover {
  background-color: #fff;
  box-shadow: 0 6px 20px -10px #fff;
}

.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.success {
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #51edff;
  border-radius: 10px;
  background-color: transparent;
}

.error {
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 81, 81, 0.7);
  border-radius: 10px;
  background-color: transparent;
}

.section-nft {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #404c55;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe46d), to(#8cd1ff));
  background-image: linear-gradient(0deg, #ffe46d, #8cd1ff);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

.nft-bg-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 236, 255, 0.5)), to(rgba(255, 205, 80, 0.3))), url('../images/herobg-farm2c.png');
  background-image: linear-gradient(180deg, rgba(73, 236, 255, 0.5), rgba(255, 205, 80, 0.3)), url('../images/herobg-farm2c.png');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, auto;
}

.image-nft1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 26%;
  bottom: 36%;
}

.image-nft2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: 28%;
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.image-nft3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 42%;
  bottom: 56%;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.image-nft6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 19%;
  bottom: 55%;
  opacity: 0.5;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.checkerboard-king {
  position: absolute;
  left: 41.5%;
  top: 39%;
  right: auto;
  bottom: auto;
}

.checkerboard-bishop {
  position: absolute;
  left: auto;
  top: auto;
  right: 21%;
  bottom: 27%;
}

.checkerboard-rook {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 27%;
}

.page-wrapper {
  overflow: visible;
}

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

.step {
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.div-content {
  position: relative;
}

.step-number {
  position: absolute;
  left: -12%;
  top: -9%;
  right: auto;
  bottom: auto;
  color: rgba(255, 222, 150, 0.25);
  font-size: 108px;
  line-height: 108px;
  font-weight: 700;
}

.step-number._1 {
  color: rgba(207, 5, 193, 0.08);
}

.step-number.menu-button-2 {
  color: rgba(67, 196, 120, 0.08);
}

.step-number._3 {
  color: rgba(49, 145, 255, 0.08);
}

.section-works {
  position: relative;
  display: block;
  overflow: visible;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-divider {
  background-color: #f2f6fa;
}

.lottie-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -19%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.div-arrow {
  height: 100px;
}

.div-gridhow {
  position: relative;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-block-lottie {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.lottie-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 80px;
}

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

.image-props.hidden {
  opacity: 0;
}

.section-timeline2 {
  display: none;
  padding-top: 60px;
  background-color: #f2f6fa;
}

.grid-timeline {
  min-height: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-prop {
  position: absolute;
  left: auto;
  top: auto;
  right: -1%;
  bottom: -9%;
  width: 160px;
}

.nft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: inset 0 5px 20px -10px #c8dbde;
}

.foreground-guy {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.dropdown {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: opacity 200ms ease, all 200ms ease;
  transition: opacity 200ms ease, all 200ms ease;
}

.icon-2 {
  width: 100%;
}

.nav-link-details {
  color: rgba(64, 76, 85, 0.75);
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
}

.pointer {
  position: absolute;
  left: auto;
  top: -2%;
  right: 2%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pointer.community {
  right: 48%;
}

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

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -328px;
  max-height: 100vh;
  min-width: 370px;
  padding-top: 20px;
  background-color: transparent;
}

.navigation-dropdown.community.w--open {
  left: -110px;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-wrapper {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 20px -10px rgba(166, 194, 215, 0.75);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.notification-new {
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #404c55;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.dropdown-link {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #fff;
  box-shadow: 5px 0 20px -10px rgba(166, 194, 215, 0.75);
  opacity: 0.91;
}

.dropdown-link.link-04 {
  z-index: 27;
}

.dropdown-link.link-02 {
  z-index: 29;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  padding: 14px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(166, 194, 215, 0.4);
  border-radius: 10px;
  background-color: #e3fcff;
}

.icon-square.colour-2 {
  background-color: #f0fbf7;
}

.icon-square.colour-3 {
  background-color: #effaff;
}

.icon-square.colour-5 {
  padding: 6px;
  background-color: #f0f0f0;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #283338;
}

.div-drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 10px;
}

.div-drop.dark {
  border-color: rgba(64, 76, 85, 0.7);
}

.image-4 {
  height: 16px;
}

.lightbox-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(64, 76, 85, 0.7);
}

.box-content {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-radius: 10px;
  background-color: #f2f6fa;
  box-shadow: 0 5px 20px -10px rgba(64, 76, 85, 0.2);
}

.icon-comingsoon {
  margin-bottom: 10px;
}

.comingsoon {
  font-weight: 600;
}

.lightbox-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(64, 76, 85, 0.7);
}

.box-pools {
  position: relative;
  z-index: 999;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #f2f6fa;
  box-shadow: 0 5px 20px -10px rgba(64, 76, 85, 0.2);
}

.pool-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 20px -4px rgba(64, 76, 85, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.65);
  text-decoration: none;
}

.pool-box:hover {
  box-shadow: 0 5px 20px -4px rgba(64, 76, 85, 0.3);
  color: #404c55;
}

.pool-box.alternate {
  position: relative;
  min-height: 200px;
  min-width: 200px;
}

.grid-about {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-principle {
  margin-bottom: 20px;
}

.image-selection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.image-selection._1 {
  background-image: url('../images/claim.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.65);
}

.image-selection._1:hover {
  color: #fff;
}

.image-selection._2 {
  background-image: url('../images/moreinfo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-liberty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  opacity: 0.8;
  text-align: center;
}

.div-libertysoon {
  position: absolute;
  display: none;
  margin-top: 20px;
  padding: 10px 20px;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.75);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
}

.section-tabs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.tabs-menu {
  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;
}

.tabs-content {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #c8dbde;
}

.tab-1 {
  padding: 50px;
}

.tab-link {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.tab-link.r {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #e8eef3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.6);
}

.tab-link.r:hover {
  background-color: #e3eaf0;
  color: #404c55;
}

.tab-link.r.w--current {
  background-color: #fff;
  box-shadow: 0 10px 20px -5px #c8dbde;
  color: #404c55;
  font-weight: 600;
}

.tab-link.l {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #e8eef3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.6);
}

.tab-link.l:hover {
  background-color: #e3eaf0;
  color: #404c55;
}

.tab-link.l.w--current {
  background-color: #fff;
  box-shadow: 0 10px 20px -5px #c8dbde;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #404c55;
  font-weight: 600;
}

.tab-link.mid {
  background-color: #e8eef3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(64, 76, 85, 0.6);
}

.tab-link.mid:hover {
  background-color: #e3eaf0;
  color: #404c55;
}

.tab-link.mid.w--current {
  background-color: #fff;
  box-shadow: 0 10px 20px -5px #c8dbde;
  color: #404c55;
  font-weight: 600;
}

.cyan {
  color: #45d2e3;
  font-style: italic;
}

.link {
  color: #404c55;
}

.link:hover {
  color: rgba(64, 76, 85, 0.8);
}

.principle-box {
  display: block;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f9f9fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: default;
}

.principle-box:hover {
  background-color: #f2f6fa;
}

.section-gamified {
  position: relative;
  overflow: visible;
  padding-top: 20px;
  background-color: #f2f6fa;
}

.image-game {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-game.layer-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.gamify-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gamification {
  background-image: -webkit-gradient(linear, left top, right top, from(#42dbec), to(#31c4d6));
  background-image: linear-gradient(90deg, #42dbec, #31c4d6);
  font-family: 'Editundobrk rwav', sans-serif;
  font-size: 52px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rocket-platform {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/image-rocket4.png');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-div {
  padding-left: 40px;
  border-left: 4px solid #fff;
}

.big-mountain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/mountain-big2.png');
  background-position: 50% 0%;
  background-size: cover;
}

.small-mountain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/mountain-small.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sticky-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: block;
  width: 250px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sticky-right {
  padding-left: 20px;
}

.token-div {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.token-div:hover {
  box-shadow: 0 5px 20px -10px #c8dbde;
}

.heading3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.token-icon {
  margin-bottom: 10px;
}

.faq-item-wrapper {
  margin-bottom: 20px;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  cursor: pointer;
}

.faq-question-label {
  background-color: transparent;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  text-decoration: none;
}

.faq-arrow {
  position: relative;
  z-index: 0;
}

.faq-answer {
  overflow: hidden;
}

.paragraph-answer {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.div-open {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-open:hover {
  box-shadow: 0 5px 20px -10px #c8dbde;
}

.div-open.margin {
  position: relative;
  margin-bottom: 20px;
}

.div-sticky-paragraph {
  overflow: hidden;
  width: 100%;
}

.padding-20 {
  height: 20px;
}

.engine-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #fff;
  color: #394f85;
  text-decoration: none;
}

.engine-tab:hover {
  background-color: #fafcff;
}

.engine-tab.w--current {
  margin-bottom: 25px;
}

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

.span-purple {
  color: #7f4ecc;
  font-weight: 700;
}

.sticky-left-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 40%;
  height: 100%;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph-3 {
  color: #546681;
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
}

.engine-heading {
  margin-top: 10px;
}

.span-blue {
  color: #50a9de;
  font-weight: 700;
}

.card-content-wrap {
  -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;
  color: #6b539a;
  text-align: center;
}

.sticky-right-2 {
  width: 60%;
  padding-top: 181px;
}

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #394f85;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
}

.sticky-wrapper-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6930c3), color-stop(50%, #4ea8de), to(#80ffdb));
  background-image: linear-gradient(90deg, #6930c3, #4ea8de 50%, #80ffdb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.span-green {
  color: #70e1bf;
  font-weight: 700;
}

.engine-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-left: 25px;
  padding: 30px 25px 25px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.title {
  max-width: 500px;
  margin-bottom: 15px;
  color: #a8aabc;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-token {
  position: relative;
}

.smoke {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
}

.rocket-smoke {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/image-rocket-smoke4.png');
  background-position: 50% 0%;
  background-size: cover;
}

.lottie.num3 {
  position: relative;
}

.preloader-v7---brix {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.preloder-text-wrapper-v7---brix {
  position: relative;
  z-index: 3;
}

.preloader-v7-loader---brix {
  display: none;
  width: 60px;
}

.preloader-v7-bg-grey---brix {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.preloader-v7-bg-primary---brix {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: auto;
  background-color: #fff;
}

.lottie-animation {
  width: 400px;
}

.section-features {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-box {
  padding: 50px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #c8dbde;
}

.lottie-derivatives {
  position: relative;
  z-index: 50;
  height: 720px;
}

.div-derivatives {
  position: relative;
}

.image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/step1-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lightleak {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/light-leak.jpg');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0.65;
  mix-blend-mode: screen;
}

.heading-content {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-content.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#0094ca), to(#61ccc2));
  background-image: linear-gradient(90deg, #0094ca, #61ccc2);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2.gradient2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#e76eff), to(#f86));
  background-image: linear-gradient(90deg, #e76eff, #f86);
}

.h2.gradient3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8159ba), to(#4685b5));
  background-image: linear-gradient(90deg, #8159ba, #4685b5);
}

.subheading-line2 {
  display: block;
  width: 100px;
  height: 2px;
  float: right;
  background-color: #404c55;
  opacity: 1;
}

.subheading-line2.blue {
  margin-left: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ba9b9), to(rgba(64, 76, 85, 0)));
  background-image: linear-gradient(90deg, #1ba9b9, rgba(64, 76, 85, 0));
}

.subheading-line2.white {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  opacity: 1;
}

.block-lottie {
  position: relative;
}

.lottie-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0.7;
}

.lottie-animation-2 {
  max-width: 220px;
}

.div-branding {
  margin-bottom: 40px;
}

.claim-button {
  position: relative;
  z-index: 5;
  display: block;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(64, 76, 85, 0.15);
  border-radius: 10px;
  background-color: rgba(64, 76, 85, 0.25);
  box-shadow: 0 0 12px 0 #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.claim-button:hover {
  background-color: rgba(64, 76, 85, 0.15);
  box-shadow: 0 0 20px 2px #fff;
}

.div-claim {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  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;
}

.text-claim {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.div-block-3 {
  text-align: center;
}

.lightbox-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(64, 76, 85, 0.7);
}

.div-content-tight {
  width: 350px;
  text-align: center;
}

.ssdex {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .container.nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-what {
    min-height: 0px;
  }

  .section-what.what-2 {
    background-image: url('../images/checkerboard2.png'), -webkit-gradient(linear, left top, right top, from(#313f49), to(#5a6c7a));
    background-image: url('../images/checkerboard2.png'), linear-gradient(90deg, #313f49, #5a6c7a);
  }

  .navlink {
    color: #404c55;
  }

  .navlink:hover {
    color: #404c55;
  }

  .navlink.w--current {
    color: #404c55;
  }

  .image-wrapper {
    height: auto;
  }

  .div-60 {
    width: 80%;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-contact {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-hero {
    font-size: 34px;
    line-height: 40px;
  }

  .grid-branding {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-logo {
    height: 26px;
  }

  .grid-badges {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, 0.25);
    color: #a6c2d7;
  }

  .nav-menu-2 {
    background-color: #f2f6fa;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #f2f6fa;
    color: #404c55;
  }

  .image-parachain {
    left: -50%;
    max-width: 100%;
  }

  .blog-articles {
    margin-top: -10em;
  }

  .blog-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon {
    color: #404c55;
  }

  .icon.home {
    color: #fff;
  }

  .div-map.image1 {
    min-height: 500px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(14, 14, 14, 0)), url('../images/1.png'), linear-gradient(150deg, #49becc, #7bffff);
    background-position: 0px 0px, 50% 101%, 0px 0px;
    background-size: auto, 101%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .div-map.image2 {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/2.png'), -webkit-gradient(linear, left top, left bottom, from(#5b97ff), to(#85d2ff));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent), url('../images/2.png'), linear-gradient(180deg, #5b97ff, #85d2ff);
    background-position: 0px 0px, 50% 101%, 0px 0px;
    background-size: auto, 101.5%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .div-map.image3 {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(#eb57ab), to(#ffd044));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent), url('../images/3.png'), linear-gradient(180deg, #eb57ab, #ffd044);
    background-position: 0px 0px, 50% 101%, 0px 0px;
    background-size: auto, 101%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .div-map.image4 {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent)), url('../images/4.png'), -webkit-gradient(linear, left top, left bottom, from(#231f71), to(#e371ff));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent), url('../images/4.png'), linear-gradient(180deg, #231f71, #e371ff);
    background-position: 0px 0px, 50% 101%, 0px 0px;
    background-size: auto, 101%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .div-map.text {
    min-height: 500px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gradient-white {
    display: none;
  }

  .scroll-full {
    display: none;
  }

  .image-platform.window {
    width: 610px;
  }

  .image-platform.token {
    width: 390px;
  }

  .image-platform.nft {
    width: 360px;
  }

  .browser-buttons {
    right: 5%;
  }

  .grid-dev {
    grid-column-gap: 40px;
  }

  .grid-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nft-bg-div {
    display: block;
  }

  .image-nft1 {
    display: none;
  }

  .image-nft2 {
    display: none;
  }

  .image-nft3 {
    display: none;
  }

  .image-nft6 {
    display: none;
  }

  .checkerboard-king {
    display: none;
  }

  .checkerboard-bishop {
    display: none;
  }

  .checkerboard-rook {
    display: none;
  }

  .lottie-wrapper {
    padding: 60px;
  }

  .div-drop {
    border-color: rgba(64, 76, 85, 0.7);
  }

  .image-4 {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }

  .section-gamified {
    padding-bottom: 0px;
  }

  .rocket-platform {
    display: none;
  }

  .big-mountain {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-width: 140%;
  }

  .sticky-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-left {
    position: relative;
    top: auto;
    width: 100%;
  }

  .sticky-right {
    width: 100%;
    padding-left: 0px;
  }

  .token-div {
    padding: 35px;
  }

  .faq-item-wrapper {
    position: static;
    z-index: 8888;
  }

  .faq-arrow {
    position: relative;
    z-index: 0;
  }

  .sticky-left-2 {
    position: relative;
    top: auto;
    width: 100%;
  }

  .paragraph-3 {
    max-width: none;
  }

  .card-content-wrap {
    margin-bottom: 0px;
  }

  .sticky-right-2 {
    width: 100%;
    padding-top: 0px;
  }

  .sticky-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .engine-card {
    margin-left: 0px;
  }

  .smoke {
    display: none;
  }

  .rocket-smoke {
    display: none;
  }

  .lightleak {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 140%;
  }
}

@media screen and (max-width: 767px) {
  .image-main {
    margin-left: -12px;
  }

  .heading-main {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-main.centered {
    text-align: center;
  }

  .grid-how {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-what.what-2 {
    background-position: 50% 100%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .div-60 {
    width: 100%;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .grid-careers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-contact {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-hero {
    font-size: 32px;
  }

  .grid-branding {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand-box {
    padding: 20px;
  }

  .image-logo {
    height: 20px;
  }

  .grid-badges {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-quotes {
    top: -20%;
  }

  .image-quotes2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .image-parachain {
    display: none;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-timeline {
    border-radius: 20px;
  }

  .div-map.text {
    padding: 20px;
  }

  .section-info {
    padding-top: 20px;
  }

  .image-platform.window {
    width: 430px;
  }

  .image-platform.token {
    width: 330px;
  }

  .image-platform.nft {
    width: 240px;
  }

  .browser-buttons {
    right: 4%;
  }

  .grid-dev {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .telegram-channel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-angle {
    padding-top: 60px;
  }

  .section-works {
    padding-bottom: 0px;
  }

  .lottie-arrow {
    display: none;
  }

  .div-arrow {
    display: none;
  }

  .lottie-wrapper {
    padding: 80px;
  }

  .pool-box.alternate {
    min-height: 240px;
    min-width: 240px;
  }

  .grid-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-game {
    position: relative;
  }

  .gamification {
    background-image: none;
    font-size: 46px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .rocket-platform {
    display: none;
  }

  .hero-div {
    padding-left: 20px;
  }

  .token-div {
    padding: 20px;
  }

  .grid-token2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .faq-question-label {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-answer {
    font-size: 16px;
    line-height: 26px;
  }

  .rocket-smoke {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .image-main {
    margin-left: -6px;
  }

  .heading-main.centered {
    text-align: center;
  }

  .paragraph-main {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-rights {
    margin-right: 0px;
    text-align: left;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid-careers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-hero {
    font-size: 24px;
    line-height: 32px;
  }

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

  .grid-branding {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-badges {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .button.main {
    margin-right: 0px;
  }

  .div-map.image1 {
    min-height: 420px;
  }

  .div-map.image2 {
    min-height: 420px;
  }

  .div-map.image3 {
    min-height: 420px;
  }

  .div-map.image4 {
    min-height: 420px;
  }

  .div-map.text {
    min-height: 420px;
  }

  .div-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-platform.token {
    width: 180px;
  }

  .image-platform.nft {
    width: 130px;
  }

  .code {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .grid-dev {
    grid-row-gap: 20px;
  }

  .text-code {
    font-size: 8px;
    line-height: 12px;
  }

  .div-socials {
    margin-top: 10px;
  }

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

  .text-field {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .button-submit {
    margin-top: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lottie-wrapper {
    padding: 40px;
  }

  .box-pools {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pool-box.alternate {
    min-height: 180px;
  }

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

  .tabs-content {
    border-radius: 20px;
  }

  .tab-1 {
    padding: 20px;
  }

  .tab-link.r {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .tab-link.l {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tab-link.l.w--current {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tab-link.mid {
    border-radius: 10px;
  }

  .heading3 {
    font-size: 20px;
  }

  .div-open {
    padding: 20px;
  }

  .engine-tab {
    padding: 20px;
  }

  .engine-heading {
    font-size: 22px;
  }

  .text-span-2 {
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .preloader-v7---brix {
    display: none;
  }

  .content-box {
    border-radius: 20px;
  }
}

#w-node-_747778e3-15d0-6340-80dd-eec6117e9bad-e4c93605 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33770dd9-58ef-0939-46c6-04880466e4be-e4c93605 {
  -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-ce4f1a00-f463-9ed2-40f0-07de15a93d71-e4c93605 {
  -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-ce4f1a00-f463-9ed2-40f0-07de15a93d6a-e4c93605 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-efc12117-df69-0e0f-1205-c512406ed2c1-e4c93605 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-efc12117-df69-0e0f-1205-c512406ed2be-e4c93605 {
  -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-_340faccd-ec1c-90e9-cc16-4485b77280b1-e4c93605 {
  -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-_4387b5cf-d99f-aff5-0a5d-be49ebece497-e4c93605 {
  -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-_10a9de35-b6f0-caa0-3643-6de3b19dc578-e4c93605 {
  -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-a336e63b-80f9-9af5-5103-5c6ae86b63f2-e4c93605 {
  -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-edeeead2-759d-0fdf-71bd-82bec6ca2824-e4c93605 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_612e5797-77c3-0e0b-071a-ba0d3b613708-3b613705 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_612e5797-77c3-0e0b-071a-ba0d3b61370d-3b613705 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_11471e02-6610-5aad-9ebe-ae5b54f67248-19c93606 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_11471e02-6610-5aad-9ebe-ae5b54f6724e-19c93606 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ed34a9d-de43-3efb-ce1f-1c5866fc6be4-6fc93607 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aa8e6ba3-d747-27b5-8cf2-7dfdda9617f3-6fc93607 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 767px) {
  #w-node-ce4f1a00-f463-9ed2-40f0-07de15a93d71-e4c93605 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_4b1d6b85-2326-5370-4c16-ab2867208d84-67208d81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4b1d6b85-2326-5370-4c16-ab2867208d86-67208d81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aaeca8eb-5463-a409-db9a-2d9d3290b651-67208d81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4b1d6b85-2326-5370-4c16-ab2867208d84-67208d81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4b1d6b85-2326-5370-4c16-ab2867208d98-67208d81 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4b24476a-4e70-20fb-f271-49f236efdcd7-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d700d664-bf19-a1c4-38d9-390fec639a94-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_66f5771b-1308-ce4b-0200-edf43df20080-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4ce6537a-ef43-1d49-836e-57771af9230c-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c56d1416-c29b-75bb-1ff1-67b9120f58f4-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5257ce49-02f5-6850-6160-6f67713a6d8d-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa8e6ba3-d747-27b5-8cf2-7dfdda9617fa-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f62a7f0b-24a3-4a35-8517-960b06e16381-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_95072d23-77ab-3125-d9ae-17deea85f5be-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_55e9e6cd-9bb4-a44e-eb3c-d3030c006a1d-6fc93607 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Editundobrk rwav';
  src: url('../fonts/EditUndoBrk-RwaV.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}