

.menulogo1 {
  display: none;
}


@media screen and (max-width: 991px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {}



.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 13%;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  background: #000000de;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
    height: 100%;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    width: 23%;
  }

  .menulogo {
    width: 100%;
  }

  /* .nav__link__text {
    margin-left: 40%;
  } */
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #090b10;
  letter-spacing: .01em;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section.section--dark {
  color: #fff;
  background-color: #090b10;
  position: relative;
  overflow: hidden;
}


.section.section--dark.section-bg1 {
  min-height: auto;
  background-image: url('../img/purple-subscribe.jpg');
  position: relative;
  background-color: #090b10;
}

.section.section--dark.section-bg2 {
  min-height: auto;
  background-image: url('../img/token-list-bg2.jpg');
  position: relative;
  background-color: #090b10;
  padding-top: 4rem;
}

.section.section--dark.section-bg3 {
  min-height: auto;
  background-image: url('../img/token-list-bg2.jpg');
  position: relative;
  background-color: #090b10;
  padding-top: 4rem;
}

.section.section--dark.section-bg4 {
  min-height: auto;
  background-image: url('../img/hero-bg-v3.jpg');
  position: relative;
  background-color: #090b10;
  padding-top: 4rem;
}

.section.section--dark.section--hero.is--solutions {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section.section--dark.section--hero.is--tech {
  background-image: none;
}

.section.section--dark.section--hero.is--community {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--dark.section--hero.is--eco {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--dark.section--hero.is--company {
  background-image: url("");
  background-position: 50%;
  background-size: cover;
}

.section.section--dark.section--hero.is--contact {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--dark.section--swiper {
  background-image: url("");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--dark.section--footer {
  background-color: #0a0a10;
}

.section.section--dark.gradient-test {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.section--dark.bg-img {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section--dark.alt--bg {
  background-color: #0a0a10;
}

.section.section--dark.is--connect {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
}

.section.section--hero {
  min-height: 90vh;
}

.section.is--floating {
  z-index: 6;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.section--two-clr {
  position: relative;
  overflow: hidden;
}

.section.section--white-waves {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section-half-half {
  background-image: linear-gradient(#090b10 50%, #fff 50%);
}

.section.is--calculator {
  position: relative;
}

.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.container.is--nav {
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--footer {
  z-index: 3;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.container.container--first {
  padding-top: 240px;
  padding-bottom: 520px;
}

.container.container--first._100vh {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.is--stats {
  z-index: 5;
  margin-top: -268px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.is--relative {
  position: relative;
  overflow: hidden;
}

.container.container--supported {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.z-2 {
  z-index: 2;
  position: relative;
}

.container.z-2.mb-10 {
  padding-bottom: 10px;
}

.container.is--newsroom-top {
  z-index: 2;
  padding-bottom: 0;
  position: relative;
}

.container.is--newsroom-bot {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.is--newsroom-nav {
  z-index: 2;
  padding-top: 70px;
  position: relative;
}

.container.is--floating {
  z-index: 5;
  padding-bottom: 0;
  overflow: visible;
}

.container.is--floating-top {
  z-index: 5;
  padding-bottom: 0;
}

.container.is--floating-bot {
  color: #0a0a10;
  padding-top: 0;
}

.container.is--calculator {
  padding-bottom: 0;
}

.container.is--earn {
  z-index: 2;
  position: relative;
}

.container.container--hero {
  z-index: 2;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container.container--hero.is--left {
  z-index: 3;
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 100px;
}

.container.pt-0 {
  padding-top: 0;
}

.container.is--global-scale {
  z-index: 2;
  padding-top: 180px;
  position: relative;
}

.container.pb-0 {
  padding-bottom: 0;
}

.container.is--eco {
  padding-top: 360px;
  position: relative;
}

.container.is--eco-top {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.pb-small {
  padding-bottom: 40px;
}

.container.pb-small.is--social {
  z-index: 2;
  padding-bottom: 140px;
  position: relative;
}

.container.is--legal {
  z-index: 2;
  padding-top: 200px;
  position: relative;
}

.container.is--legal.second {
  padding-top: 80px;
}

.container.is-calculator-overlay,
.container.is--cookie {
  padding-top: 0;
  padding-bottom: 0;
}

.container.container--404 {
  min-height: 90vh;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 96px;
}

.h1.text--gradient.weight--400.line--125 {
  align-items: flex-start;
}

.h1.text--gradient.weight--400.bellow-rotate {
  padding-bottom: 14px;
}

.h1.is--rotating {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h1.limit-width {
  max-width: 1050px;
}

.h1.is--legal {
  margin-bottom: 37px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
}

.h2.text--gradient.weight--400.lh-120 {
  line-height: 120%;
}

.h2.stat-text.text--gradient.is--green.text--60 {
  margin-top: -24px;
}

.h2.stat-text.text--gradient.is--green.kwh {
  margin-top: -24px;
  font-size: 48px;
  line-height: 48px;
}

.h2.line--125.text--dark.z-2 {
  z-index: 2;
  position: relative;
}

.h2.in--cta-section {
  z-index: 2;
  color: #090b10;
  text-align: center;
  margin-top: -.7%;
  line-height: 123%;
  position: relative;
}

.h2.with-gradient-same-row {
  width: 100%;
  grid-column-gap: 1rem;
  display: block;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
}

.h3.text--gradient.weight--400 {
  padding-bottom: 15px;
}

.h3.text--gradient.weight--400.limit-width {
  max-width: 650px;
}

.h3.text--gradient.in--card {
  display: inline;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
}

.h4.in--card {
  margin-bottom: 32px;
}

.h4.text--gradient.is--green.weight--400.in--globe {
  margin-top: 10px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
}

.h5.text--gradient.is--purple.ecosystem__heading--inactive,
.h5.text--gradient.is--green.ecosystem__heading--inactive,
.h5.text--gradient.is--blue.ecosystem__heading--inactive {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h5.text--gradient.add-lh,
.h5.text--gradient.weight--400 {
  padding-bottom: 8px;
}

.h5.in--card {
  margin-bottom: 32px;
}

.h5.in--card.limit-width {
  max-width: 250px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.styleguide-section {
  width: 100%;
  border-top: 1px solid #1fffa3;
  border-bottom: 1px solid #1fffa3;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text--30 {
  font-size: 25px;
  line-height: 30px;
}

.text--30.mt--auto {
  margin-top: auto;
}

.text--25 {
  font-size: 20px;
  line-height: 25px;
}

.text--25.weight--300.in--card {
  margin-bottom: 38px;
}

.text--25.weight--300.limit-width {
  max-width: 600px;
}

.text--20 {
  font-size: 16px;
  line-height: 22px;
}

.text--20.weight--300.mb-10 {
  margin-bottom: 10px;
}

.text--20.weight--400.is-linkedin {
  margin-bottom: -5px;
}

.text--20.container__subheading {
  max-width: 900px;
  margin-top: 32px;
}

.text--20.address-table__title-text {
  padding-bottom: 40px;
}

.text--18 {
  font-size: 16px;
  line-height: 20px;
}

.text--18.weight--300.opacity-70 {
  color: #fff;
}

.text--18.weight--300.calc-overlay {
  border-left: 2px solid #090b10;
  padding-left: 19px;
}

.text--18.is-calculator-currency {
  z-index: 1;
  align-self: flex-end;
  line-height: 16px;
  transform: translate(0, -50%);
}

.text--16 {
  font-size: 16px;
  line-height: 20px;
}

.text--16.weight--500.in--table {
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
}

.text--16.weight--300 {
  line-height: 18px;
}

.text--16.opacity-50 {
  color: rgba(9, 11, 16, .5);
}

.text--16.no--break {
  opacity: .7;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
}

.text--14 {
  font-size: 14px;
  line-height: 18px;
}

.text--14.weight--300.is--calc-input {
  color: rgba(9, 11, 16, .5);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.text--14.weight--300.inline {
  display: inline;
}

.text--14.opacity-50 {
  opacity: .5;
}

.text--label-big {
  text-transform: uppercase;
  font-family: Atipla ND, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text--label-big.text--gradient.is--purple.mb--5 {
  margin-bottom: 0;
}

.text--label-big.is--404 {
  text-align: center;
  text-transform: none;
}

.text--label-medium {
  text-transform: uppercase;
  font-family: Atipla ND, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text--label-small {
  text-transform: uppercase;
  font-family: Atipla ND, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text--label-small.text--gradient.is--black.mobile-small {
  line-height: 18px;
}

.button {
  color: #090b10;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button.button--secondary {
  color: #fff;
  overflow: hidden;
}

.button.button--secondary.with-border {
  border-radius: 0;
}

.button.button--secondary.in--calc {
  cursor: pointer;
}

.button.button--secondary.is--cookie {
  font-size: 14px;
  font-weight: 400;
}

.button.button--tertiary {
  color: #fff;
  border-radius: 0;
  overflow: visible;
}

.button.button--tertiary.is--large {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.button.button--tertiary.is--large.footer--right {
  margin-top: 20px;
}

.button.secondary--with-border {
  border-radius: 0;
}

.button.is--cookie {
  width: 140px;
  font-weight: 400;
}

.button__inner-wrap {
  z-index: 2;
  min-height: 50px;
  min-width: 220px;
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.button__inner-wrap.with--icon {
  height: 60px;
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.button__inner-wrap.with--icon.is--secondary {
  color: #fff;
}

.button__inner-wrap.is--secondary.is--cookie {
  min-height: 50px;
  min-width: 150px;
  grid-column-gap: 12px;
  padding: 0 24px;
}

.button__inner-wrap.is--tertiary {
  min-height: auto;
  min-width: auto;
  justify-content: space-between;
  margin-bottom: -15px;
  padding: 0 0 8px;
}

.button__inner-wrap.is--tertiary.large {
  min-width: 250px;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 28px;
  font-weight: 400;
}

.button__inner-wrap.is--tertiary.large.footer-right {
  grid-column-gap: 16px;
  /* grid-row-gap: 16px; */
  grid-template-rows: auto;
  grid-template-columns: 7fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: center;
  padding-top: 28px;
  display: grid;
}

.button__inner-wrap.is--tertiary.of-hidden.in--nav {
  margin-bottom: 0;
  padding-bottom: 3px;
}

.button__inner-wrap.is--tertiary.in--card {
  margin-bottom: 0;
  padding-bottom: 0;
}

.button__inner-wrap.is--cookie {
  width: 100%;
  max-width: 140px;
  min-height: 45px;
  min-width: 140px;
  text-align: center;
}

.styleguide-space {
  height: 60px;
}

.styleguide-space.small {
  height: 30px;
}

.styleguide-space.white-bg {
  height: auto;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.styleguide-space.gray-bg {
  height: auto;
  grid-row-gap: 40px;
  background-color: #a5a3a3;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.button__text.is--gradient {
  opacity: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1fffa3, #4e04be);
  -webkit-background-clip: text;
  background-clip: text;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button__icon.opacity--70 {
  opacity: .7;
}

.button__icon.is--gradient {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button__icon.is--gradient.is--right,
.button__icon.not--gradient.is--right {
  transform: rotate(45deg);
}

.button__icon.in--table {
  max-width: 24px;
}

.button__left-wrap {
  width: 49px;
  height: 49px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button__left-wrap.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.button__icon-left.is--gradient {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button__bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .8;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button__bg.is--dark {
  background-color: #090b10;
}

.button__bg.is--dark.with--border {
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 100px;
}

.button__bg.is--white-with-border {
  width: auto;
  height: auto;
  border: 1px solid rgba(9, 11, 16, .8);
  border-radius: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text--gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e9bb4f, #e9bb4f);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.text--gradient.is--purple {
  /* background-image: linear-gradient(to right, #cb6ce6, #cb6ce6); */
}

/* 

.text--gradient.is--yellow {
  background-image: linear-gradient(to right, #fffba3, #fffba3);
} */

.text--gradient.is--blue {
  background-image: linear-gradient(to right, #48f4da, #48f4da);
}

.text--gradient.weight--400.line-height {
  padding-bottom: 7px;
}

.text--gradient.weight--400.fix-line {
  margin-top: 7px;
  padding-bottom: 12px;
  display: block;
}

.text--gradient.line--125 {
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
  line-height: 125%;
}

/* .text--gradient.is--green {
  background-image: linear-gradient(to right, #48f4d8, #48f4d8);
} */

.text--gradient.line-fix {
  padding-bottom: 10px;
}

.text--gradient.line-fix.weight--400.text--inline {
  display: inline;
}

.text--gradient.line-fix.weight--400.native-token {
  margin-top: -11px;
  display: block;
}

.text--gradient.is--black {
  background-image: linear-gradient(to right, #090b10, #6b7282);
}

.text--gradient.is--inline {
  display: inline;
}

.text--gradient.weight--700.gradient-link {
  margin-bottom: -5px;
  display: inline-block;
}

.tag {
  display: inline-block;
}

.tag.bg--gradient {
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
}

.bg--gradient {
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
}

.tag__inner {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 4px 16px;
}

.tag__inner.bg--gradient {
  background-image: linear-gradient(to right, rgba(31, 255, 163, .3), rgba(140, 71, 245, .3));
  padding-bottom: 5px;
}

.tag__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag__wrap.bg--gradient {
  background-color: #090b10;
  background-image: none;
  border-radius: 8px;
}

.button__bottom-border {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -1px;
  right: auto;
}

.button__bottom-border.large {
  width: 100%;
}

.button__bottom-border.in--table {
  left: -1px;
}

.grid-3col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text--light {
  color: #fff;
}

.text--dark {
  color: #090b10;
}

.mb--120 {
  margin-bottom: 120px;
}

.weight--400 {
  font-weight: 400;
}

.weight--500 {
  font-weight: 500;
}

.weight--700 {
  font-weight: 700;
}

.weight--300 {
  font-weight: 300;
}

.card-tertiary {
  width: 457px;
  height: 558px;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-tertiary.in--grid {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: #090b10;
  border-radius: 22px;
  overflow: hidden;
}

.mb--32 {
  margin-bottom: 32px;
}

.card-tertiary__text-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.of-hidden {
  overflow: hidden;
}

.of-hidden.in--card {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hidden {
  display: none;
}

.card-tertiary--small {
  width: 459px;
  height: 459px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(9, 11, 16, .15);
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-tertiary--small.is--news {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.card-tertiary--small.is--why {
  justify-content: center;
}

.card-tertiary--small.is--event {
  width: auto;
  height: 100%;
  cursor: pointer;
  border-radius: 27px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.card-tertiary--small.is--blog {
  width: auto;
  height: 100%;
  cursor: pointer;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.card__icon {
  margin-bottom: 26px;
}

.card__icon.in--tertiary {
  max-width: 74px;
  margin-bottom: 9px;
}

.nav {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  background-color: #000;
}

.nav__wrap {
  z-index: 100;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  background-color: #000;
}

.nav__brand,
.nav__brand.w--current {
  padding-left: 0;
}

.nav__menu {
  position: relative;


}

.nav__link {
  height: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.nav__link.w--current {
  color: #fff;
}

.nav__cta-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.footer__block {
  z-index: 2;
  /* max-width: 580px; */
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: stretch; */
  /* display: flex; */
  position: relative;
}

.footer__block.bottom {
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.footer__block.left {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  z-index: 999;
}

.footer__block.left.top {
  grid-row-gap: 16px;
}

.footer__block.right {
  width: 100%;
}

.footer__block.top {
  max-width: none;
  grid-row-gap: 24px;
}

.newsletter-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 24px;
  margin-bottom: auto;
  padding: 1px;
  display: flex;
}

.newsletter-form.is--dark {
  min-width: 550px;
  margin-top: 0;
}

.newsletter-form__inner {
  height: 70px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
}

.newsletter-form__inner.is--dark {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-color: rgba(9, 11, 16, .4);
}

.newsletter-form__email {
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  font-size: 20px;
}

.newsletter-form__email::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.newsletter-form__email::placeholder {
  color: rgba(255, 255, 255, .7);
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.newsletter-form__email.is--dark {
  color: #090b10;
}

.newsletter-form__email.is--dark::-ms-input-placeholder {
  color: rgba(9, 11, 16, .7);
}

.newsletter-form__email.is--dark::placeholder {
  color: rgba(9, 11, 16, .7);
}

.newsletter-form__cta {
  width: 58px;
  height: 58px;
  opacity: .8;
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, .8);
  background-image: url("../img/64b7a9ec467e9b2b4f6ff7cb_Icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 9999px;
  flex: none;
  padding: 0;
  transition: opacity .35s ease-in-out;
}

.newsletter-form__cta:hover {
  opacity: 1;
}

.newsletter-form__cta.is--dark {
  background-color: rgba(9, 11, 16, .2);
}

.footer__logo {
  max-width: 185px;
  margin-bottom: 12px;
}

.success-msg {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.success-msg:focus {
  outline-offset: 0px;
  outline: 3px #fff;
}

.success-msg:focus-visible {
  outline-offset: 0px;
  outline: 3px #fff;
}

.success-msg[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #fff;
}

.error-msg {
  background-color: rgba(255, 222, 222, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer__btns-wrap {
  justify-content: space-between;
  margin-top: 76px;
  display: flex;
}

.button__border-full {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button__border-full.large {
  width: 100%;
}

.button__border-full.is--gradient {
  opacity: 0;
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
}

.div-block-2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.op--70 {
  opacity: .7;
}

.image {
  width: 32px;
  height: 32px;
}

.footer__right-btns-wrap {
  flex-direction: column;
  display: flex;
}

.footer__bg-left {
  z-index: 2;
  width: 100%;
  max-width: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: auto;
  transform: none;
}

.footer__bg-right {
  z-index: 1;
  max-height: 906px;
  max-width: 906px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer__bg-right.op--70,
.is--mobile {
  display: none;
}

.hero-left {
  max-width: 790px;
}

.hero-text-rotate {
  /* height: 1em; */
  margin-bottom: -14px;
  font-size: 120px;
  line-height: 120px;
  position: relative;
  overflow: hidden;
}

.hero-text-rotate.show {
  height: auto;
}

.content-left-border {
  max-width: 660px;
  grid-row-gap: 32px;
  /* border-left: 1px solid rgba(255, 255, 255, .5); */
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 48px;
  display: flex;
}

.content-left-border.mt-0 {
  margin-top: 0;
}

.hero-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-card {
  height: 100px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-card__img-desktop {
  width: 100%;
  border-radius: 10px;
  transition: all .3s linear;
}

.hero-card__img-desktop:hover {
  transform: scale(1.1);
}

.hero-card__img-mobile {
  display: none;
}

.stats {
  background-color: #fff;
  background-image: linear-gradient(119deg, #d7dcf7 5%, #f1f4fd 22%);
  border-radius: 20px;
}

.stats__content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.stats__content__left {
  z-index: 3;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 80px;
  position: relative;
}

.stats__content__right {
  height: 100%;
}

.is--block {
  display: block;
}

.line--125 {
  line-height: 125%;
}

.pb--15 {
  padding-bottom: 15px;
}

.stats__content__bottom {
  margin-top: 42px;
  padding-top: 20px;
  display: flex;
}

.stats__number {
  max-width: 600px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stats__number.first {
  border-right: 1px solid #090b10;
  margin-right: 80px;
  padding-right: 80px;
}

.container__heading {
  max-width: 1080px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container__heading.mb-small {
  margin-bottom: -5px;
}

.container__heading.is--left {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 62px;
  margin-left: 0;
  margin-right: 0;
}

.container__heading.is--left.mb-small {
  margin-bottom: 80px;
}

.container__heading.is--left.mb--0 {
  margin-bottom: 0;
}

.container__heading.is--left.mb--0.mobile-full {
  z-index: 3;
  position: relative;
}

.container__heading.is--left.limit-width {
  max-width: 550px;
}

.container__heading.mb {
  margin-bottom: 80px;
}

.container__heading.z-2 {
  z-index: 3;
  position: relative;
}

.container__heading.gap-xl {
  grid-row-gap: 32px;
  margin-bottom: 80px;
}

.container__heading.gap-xl.is--left.mb--0.mobile-center {
  z-index: 2;
  position: relative;
}

.container__heading.gap-xl.limit-width {
  max-width: 660px;
}

.container__heading.gap-xxl {
  grid-row-gap: 60px;
}

.mb--5 {
  margin-bottom: 5px;
}

.ecosystem-content {
  z-index: 2;
  max-width: 460px;
  position: relative;
}

.gradient-title-wrap {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.ecosystem__animation-wrap {
  height: 100%;
  grid-column-gap: 64px;
  align-items: stretch;
  margin-top: 32px;
  padding-left: 25px;
  display: flex;
  overflow: hidden;
}

.ecosystem-animation__line {
  height: 200%;
  border-left: 1px solid rgba(9, 11, 16, .5);
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.ecosystem-animation__steps {
  grid-row-gap: 56px;
  flex-direction: column;
  display: -webkit-box;
}

.ecosystem-animation__line-fill {
  width: 2px;
  height: 55px;
  background-color: #090b10;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
  transform: translate(0, 55px);
}

.ecosystem-animation__step {
  max-width: 360px;
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.ecosystem__heading-wrap {
  position: relative;
}

.ecosystem__heading--active {
  z-index: 1;
  padding-bottom: 11px;
  position: relative;
}

.ecosystem__heading--inactive {
  z-index: 2;
  color: #7c7c7c;
  padding-bottom: 11px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-3 {
  margin-top: 270px;
  position: relative;
}

.div-block-4 {
  width: 0;
  height: 100%;
}

.ecosystem-animation__line-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
}

.footer-right-video {
  z-index: 2;
  width: 800px;
  height: 800px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0;
}

.ecosystem-video {
  width: 730px;
  height: 730px;
  max-height: 600px;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 75px;
}

.ecosystem-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.html-embed {
  justify-content: center;
  align-items: center;
}

.supported__left {
  max-width: 350px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.supported__logos-wrap {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  justify-items: center;
  display: none;
}

.supported__logo-img-wrap {
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.supported__logo-img-wrap.last {
  display: none;
}

.supported__logo-img-wrap.max--130 {
  width: 130px;
}

.supported__logo-img-wrap.max--190 {
  width: 190px;
}

.supported__logo-img-wrap.max--167 {
  max-width: 167px;
}

.supported__logo-img-wrap.max--124 {
  max-width: 124px;
}

.supported__logo-img-wrap.max--78 {
  max-width: 78px;
}

.supported__seperator {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .2);
}

.supported__logo_wrap {
  min-height: 75px;
  border-right: 1px solid rgba(255, 255, 255, .2);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.supported__logo_wrap.last {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.supported__logo_wrap.last-mobile {
  margin-right: 0;
  padding-right: 0;
  display: none;
}

.supported__logo_wrap._1.on-white {
  border-right-color: rgba(9, 11, 16, .2);
}

.supported__logo_wrap._1.on-white.border {
  border-right-color: rgba(255, 255, 255, .2);
}

.supported__logo_wrap._2.on-white {
  border-right-color: rgba(9, 11, 16, .2);
}

.supported__logo_wrap._2.on-white._22 {
  max-width: 160px;
}

.supported__logo_wrap._2.on-white.border {
  border-right-color: rgba(255, 255, 255, .2);
}

.supported__logo_wrap._3.on-white {
  border-right-color: rgba(9, 11, 16, .2);
}

.supported__logo_wrap._3.on-white._33.border {
  min-width: 160px;
}

.supported__logo_wrap._3.on-white.border {
  border-right-color: rgba(255, 255, 255, .2);
}

.supported__logo_wrap._4.on-white {
  border-right-color: rgba(9, 11, 16, .2);
}

.supported__logo_wrap._4.on-white._44 {
  max-width: 140px;
}

.supported__logo_wrap._4.on-white._44.border {
  max-width: 115px;
}

.supported__logo_wrap._4.on-white.border {
  max-width: 120px;
  border-right-color: rgba(255, 255, 255, .2);
}

.supported__logo_wrap._5 {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.supported__logo_wrap._5.on-white._55.border {
  max-width: none;
}

.supported__logo_wrap._5.on-white.border {
  max-width: 65px;
}

.supported__logo_wrap._6 {
  margin-right: 0;
  padding-right: 0;
  display: none;
}

.supported__logos-group {
  align-items: center;
  display: flex;
}

.supported__logos-group.inner.on-white.first {
  margin-bottom: 32px;
}

.videos-bg {
  background-color: #f1f1f1;
}

.div-block-5 {
  width: 20px;
  height: 200px;
  border-right: .1px solid #000;
  margin-right: 20px;
}

.div-block-5._2 {
  border-right-width: .2px;
}

.div-block-5._3 {
  border-right-width: .3px;
}

.div-block-5._4 {
  border-right-width: .4px;
}

.div-block-5._5 {
  border-right-width: .5px;
}

.div-block-5._6 {
  border-right-width: .6px;
}

.div-block-5._7 {
  border-right-width: .7px;
}

.div-block-5._8 {
  border-right-width: .8px;
}

.div-block-5._9 {
  border-right-width: .9px;
}

.div-block-5._10 {
  border-right-width: 1px;
}

.div-block-5._11 {
  outline-offset: 0px;
  border-right-style: none;
  outline: .1px solid #333;
}

.div-block-6 {
  display: flex;
}

.text-block {
  margin-top: 63px;
  margin-bottom: 25px;
}

.possibilities {
  width: 100%;
  justify-content: space-around;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.possibilities__possibility {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.possibliity__img-wrap {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.possibliity__img {
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: all .6s;
  display: flex;
}

.possibility__content {
  max-width: 350px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.possibilities__arrow-wrap {
  z-index: 2;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0%, -50%);
}

.possibilities__arrow-wrap:hover {
  background-color: #3f3f3f;
}

.possibilities__arrow-wrap.is--left {
  z-index: 2;
  left: 0%;
  right: auto;
}

.possibilities__arrow-img {
  z-index: 2;
  position: relative;
}

.possibilities__arrow-img.is--left {
  transform: rotate(180deg);
}

.posibilities-swiper {
  width: 100%;
  position: relative;
}

.possibilities-swiper__wrap.swiper-wrapper {
  display: flex;
}

.possibility__slide-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text--in-slider {
  transition: all .4s;
}

.right-arrow__loader {
  width: 100%;
  height: 100%;
  background-color: #3f3f3f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loader__bg {
  z-index: 2;
  background-color: #333;
  border-radius: 50%;
  transition: background-color .3s;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.loader__bg.hovered {
  background-color: #3f3f3f;
}

.loader__line {
  z-index: 1;
  background-image: linear-gradient(#1fffa3, #8c47f5);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(.97);
}

.loader__progress {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loader__dark-line {
  z-index: 4;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.swiper-bg {
  width: 100%;
  padding-top: 188px;
  position: absolute;
}

.swiper-bg.mobile {
  display: none;
}

.button-wrap--center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap--center.mt-80 {
  margin-top: 80px;
}

.button-wrap--center.mt-80.hidden {
  display: none;
}

.btn__text-wrap,
.button__arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.button-sec {
  color: #090b10;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-sec.button--secondary {
  color: #fff;
  overflow: hidden;
}

.button-sec.button--secondary.with-border {
  border-radius: 0;
}

.button-sec.button--tertiary {
  color: #fff;
  border-radius: 0;
  overflow: visible;
}

.button-sec.button--tertiary.is--large {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.button-sec.button--tertiary.is--large.footer--right {
  margin-top: 20px;
}

.button-sec.secondary--with-border {
  border-radius: 0;
}

.button-sec-white {
  color: #090b10;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-sec-white.button--secondary {
  color: #fff;
  overflow: hidden;
}

.button-sec-white.button--secondary.with-border {
  border-radius: 0;
}

.button-sec-white.button--tertiary {
  color: #fff;
  border-radius: 0;
  overflow: visible;
}

.button-sec-white.button--tertiary.is--large {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.button-sec-white.button--tertiary.is--large.footer--right {
  margin-top: 20px;
}

.button-sec-white.secondary--with-border {
  border-radius: 0;
}

.button-ter {
  color: #090b10;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-ter.button--secondary {
  color: #fff;
  overflow: hidden;
}

.button-ter.button--secondary.with-border {
  border-radius: 0;
}

.button-ter.button--tertiary {
  color: #fff;
  border-radius: 0;
  overflow: visible;
}

.button-ter.button--tertiary.is--large {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.button-ter.button--tertiary.is--large.footer--right {
  margin-top: 20px;
}

.button-ter.button--tertiary.in--card.blog {
  margin-top: auto;
}

.button-ter.button--tertiary.in--card.opacity-0 {
  opacity: 0;
}

.button-ter.button--tertiary.in--card.ml-auto {
  margin-left: auto;
}

.button-ter.button--tertiary.in--table {
  height: 20px;
}

.button-ter.button--tertiary.is--dark {
  color: #090b10;
}

.button-ter.secondary--with-border {
  border-radius: 0;
}

.btn-ter {
  color: #090b10;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-ter.button--secondary {
  color: #fff;
  overflow: hidden;
}

.btn-ter.button--secondary.with-border {
  border-radius: 0;
}

.btn-ter.button--tertiary {
  color: #fff;
  border-radius: 0;
  overflow: visible;
}

.btn-ter.button--tertiary.is--large {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.btn-ter.button--tertiary.is--large.footer--right {
  margin-top: 20px;
}

.btn-ter.secondary--with-border {
  border-radius: 0;
}

.footer__overlay {
  width: 100%;
  height: 30%;
  background-image: linear-gradient(#090b10, rgba(255, 255, 255, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.started-swiper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cards-swiper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.cards-swiper__wrap.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card__inner {
  align-items: flex-end;
  display: flex;
}

.test-swiper {
  width: 100%;
}

.test-swiper.swiper-wrapper {
  width: 100%;
  grid-column-gap: 16px;
}

.light-bg {
  background-color: #fff;
}

.light-bg.swiper-slide {
  min-height: 400px;
  min-width: 500px;
}

.test-swiper--out {
  display: block;
}

.text--inline {
  display: inline;
}

.hero-in-view {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  display: flex;
}

.card__wrap {
  z-index: 2;
  position: relative;
}

.ecosystem-swiper {
  width: 100%;
}

.ecosystem-swiper__wrap.swiper-wrapper {
  height: 500px;
  display: flex;
}

.ecosystem-swiper__wrap.swiper-wrapper.is--events {
  height: 460px;
}

.gradient-background {
  width: 100%;
  height: 500px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.gradient-background.on-right {
  top: 28%;
  left: -71%;
}

.gradient-background__blue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gradient-background__wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient-background__pink,
.gradient-background__violet {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-2 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-3 {
  z-index: 1;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.image-3._1 {
  padding-left: 77px;
}

.hero-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-video__video-desktop {
  width: 100%;
  height: 100%;
}

.hero-video__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-hero__gradient {
  width: 100%;
  height: 30%;
  background-image: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.video-hero__gradient._2 {
  height: 0%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #090b1000 95%);
  display: block;
}

.video-hero__gradient._1 {
  height: 20%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #090b10 94%), linear-gradient(rgba(0, 0, 0, 0) 1%, #090b10 91%);
  display: block;
}

.introducing-stats {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.introducing-stats__stat {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.introducing-stats__stat.second {
  padding-bottom: 0;
}

.introducing-stats__seperator {
  width: 1px;
  background-color: rgba(255, 255, 255, .5);
  margin-top: 13px;
  margin-bottom: 37px;
}

.text--60 {
  font-size: 60px;
  line-height: 60px;
}

.text--60.in--stat {
  line-height: 40px;
  display: inline;
}

.introducing-wrap {
  grid-row-gap: 46px;
  flex-direction: column;
  display: flex;
}

.introducing-bottom {
  max-width: 640px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mt--40 {
  margin-top: 40px;
}

.earn-content {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.earn-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-wrap--two {
  grid-column-gap: 16px;
  display: flex;
}

.button-wrap--two.in--earn {
  margin-bottom: 60px;
}

.div-block-7 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.gradient-left {
  z-index: 1;
  width: 60%;
  max-width: none;
  display: none;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 0;
  right: auto;
}

.newsroom-swiper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.newsroom-swiper__wrap {
  display: flex;
}

.newsroom-swiper__slide.swiper-slide {
  max-width: 544px;
}

.newsroom-swiper__slide.swiper-slide.is--why {
  max-width: 459px;
}

.card-news {
  border-radius: 20px;
}

.card__bottom {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card__new-published-by {
  grid-column-gap: .4rem;
  margin-top: auto;
  display: flex;
}

.card__logo {
  max-height: 38px;
  max-width: 125px;
}

.newsroom-swiper__nav {
  z-index: 2;
  grid-column-gap: 24px;
  justify-content: flex-end;
  display: flex;
}

.newsroom-swiper__arrow-wrap {
  width: 58px;
  height: 58px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .4s;
  display: flex;
}

.newsroom-swiper__arrow-wrap:hover {
  background-color: rgba(255, 255, 255, .2);
}

.newsroom-swiper__arrow-wrap.is--left {
  transform: rotate(180deg);
}

.newsroom-swiper__arrow {
  transition: opacity .4s;
}

.newsroom-bg {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.newsroom-swiper-wrap {
  position: relative;
}

.newsroom-swiper__overlay {
  z-index: 3;
  width: 18%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #090b10 69%);
  display: none;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: auto;
  right: 0%;
}

.floating-wrap {
  margin-top: -250px;
}

.floating-content {
  width: 100%;
  height: 280px;
  position: relative;
}

.started-swiper__wrap {
  display: flex;
}

.floating-img-top {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-bot-part {
  background-color: #090b10;
}

.floating-top-part {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 250px;
}

.card-tertiary__overlay {
  z-index: 3;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #090b10 92%);
  border-radius: 20px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.card-tertiary__overlay.newsroom-slide-overlay-hidden {
  display: none;
}

.image-4 {
  position: absolute;
}

.calculator {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gradient-title__img {
  padding-bottom: 1px;
}

.calculator__col {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.calculator__col.is--right {
  background-image: linear-gradient(#eaedff, #e5fef5);
  border-radius: 20px;
  padding: 32px 22px;
}

.calculator_form-outer {
  width: 100%;
  max-width: 1321px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 60px;
  padding-right: 60px;
}

.calculator__dropdown__img {
  transition: all .35s;
}

.calculator__dropdown__toggle {
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(9, 11, 16, .3);
  border-radius: 100px;
  justify-content: space-between;
  padding: 18px 24px;
  display: flex;
}

.calculator__dropdown__toggle.is-gradient-border {
  color: rgba(9, 11, 16, .5);
}

.calculator__dropdown {
  align-self: stretch;
  margin-left: 18px;
  margin-right: 0;
}

.calculator__dropdown__list {
  border: 1px solid rgba(9, 11, 16, .4);
  border-radius: 20px;
}

.calculator__dropdown__list.w--open {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(221, 221, 221, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calculator__dropdown__list.is-gradient-border {
  margin-top: 3px;
}

.calculator__dropdown__list.is-gradient-border.w--open {
  position: absolute;
}

.calculator__dropdown__item {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.calculator__dropdown__item.active {
  border-bottom: 1px solid rgba(9, 11, 16, .3);
}

.gradient-border {
  width: 100%;
  background-image: linear-gradient(to right, rgba(9, 11, 16, .6), rgba(9, 11, 16, .2));
  border-radius: 100px;
  padding: 1px;
  overflow: hidden;
}

.calculator__dropdown-item__img {
  opacity: 0;
  transition: opacity .35s;
}

.calculator__dropdown-item__img.active {
  opacity: 1;
}

.calculator__sliders-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.calculator__sliders {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.calculator__sliders__row {
  grid-row-gap: 13px;
  flex-direction: column;
  display: flex;
}

.rangeslider__track {
  height: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.rangeslider {
  width: 100%;
}

.rangeslider__fill {
  width: 3%;
  height: 8px;
  background-image: linear-gradient(to right, #3bb5ff, #3c5797);
  border-radius: 20px;
}

.rangeslider__handle {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(9, 11, 16, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rangeslider__handle:focus {
  outline-offset: 0px;
  outline: 3px #333;
}

.rangeslider__handle__dot {
  width: 8px;
  height: 8px;
  background-color: rgba(9, 11, 16, .5);
  border-radius: 50%;
}

.rangeslider__value {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}

.rangeslider__empty-fill {
  width: 100%;
  height: 4px;
  background-color: rgba(9, 11, 16, .2);
  border-radius: 20px;
}

.calculator__slides__title {
  justify-content: space-between;
  margin-top: 8px;
  display: none;
}

.html-embed-3 {
  width: 100%;
}

.text-block-2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-8 {
  width: 100%;
  height: 90vh;
  position: relative;
}

.ml-18 {
  margin-left: 24px;
}

.calc-embed {
  height: 70%;
  margin-bottom: 0;
}

.calculator__inputs {
  grid-column-gap: 24px;
  align-items: center;
  margin-left: 38px;
  display: flex;
}

.calculator__input {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
}

.calculator__input.text--18 {
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  padding-right: 8px;
  position: relative;
}

.calculator__input-wrap {
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(9, 11, 16, .3);
  border-radius: 100px;
  padding: 12px 24px;
  position: relative;
}

.calculator__input-wrap.hide {
  display: none;
}

.calculator__input-border {
  background-image: linear-gradient(to right, rgba(9, 11, 16, .6), rgba(9, 11, 16, .2));
  border-radius: 100px;
  flex: 1;
  padding: 1px;
  overflow: hidden;
}

.calculator__input-currency-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.text-block-3 {
  font-size: 18px;
  line-height: 22px;
}

.calculator__input-seperator {
  height: 1px;
  min-width: 16px;
  background-color: #090b10;
}

.calculator__right-row {
  width: 100%;
  margin-left: 18px;
  display: flex;
}

.calculator__right__line-wrap,
.calculator__right__line {
  width: 1px;
  height: 100%;
  background-color: #090b10;
  position: relative;
}

.calculator__right__line-fill {
  width: 2px;
  height: 25px;
  background-color: #090b10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.calculator__right__text-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 32px;
  padding-left: 22px;
  display: flex;
}

.calculator__right-stats {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.calculator__canvas-embed {
  width: 100%;
  height: 100%;
  flex: 1;
}

.introducing__bg {
  z-index: 0;
  max-height: 85%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.stats__asset {
  z-index: 1;
  width: 800px;
  position: absolute;
  top: auto;
  bottom: -51%;
  left: auto;
  right: -23%;
}

.nav__active-line {
  width: 40px;
  height: 3px;
  opacity: 0;
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
  border-radius: 20px;
  transition: opacity .35s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav__active-line.is--active {
  opacity: 1;
  transition: left .7s cubic-bezier(.215, .61, .355, 1), opacity .35s;
}

.earn-video-desktop {
  width: 620px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0%;
}

.earn-video-mobile {
  display: none;
}

.div-block-9 {
  display: block;
}

.hero-video__video-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.footer__video-wrap {
  width: 900px;
  height: 900px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer__video-bg {
  width: 800px;
  height: 800px;
  opacity: .55;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: auto;
  right: 0%;
}

.nav__mobile-bottom {
  display: none;
}

.earn-bottom-gradient {
  z-index: 3;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(rgba(4, 4, 6, 0), #090b10 85%);
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: auto;
}

.possibilities__video-loader {
  display: none;
}

.calculator__currency-wrap {
  height: 100%;
  align-items: center;
  display: flex;
}

.is--calc-res {
  font-size: 34px;
  line-height: 36px;
}

.is--visible {
  display: block;
}

.stats__asset-wrap {
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stats__asset-video {
  z-index: 1;
  width: 710px;
  height: 710px;
  position: absolute;
  top: auto;
  bottom: -267px;
  left: auto;
  right: -149px;
}

.stats__asset-inner {
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero__content {
  grid-row-gap: 75px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.hero__content.is--left {
  grid-row-gap: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.hero__content__bottom {
  max-width: 550px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__content__bottom.is--wide {
  max-width: 750px;
}

.hero__content__bottom.is--wide-xl {
  max-width: 860px;
}

.cards-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid.is--white-bg {
  color: #fff;
}

.hero__gradient-bot {
  z-index: 1;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 38%, #090b10);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: auto;
}

.hero__gradient-bot._2 {
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #090b10 85%);
  display: block;
}

.anchor-link {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.anchor-link.far {
  top: -145px;
}

.anchor-link.inside {
  top: 251px;
}

.anchor-link.mid {
  top: 32%;
}

.dropdown-toggle {
  padding: 0;
}

.nav__link__toggle {
  grid-column-gap: 10px;
  opacity: .85;
  align-items: center;
  padding: 20px 24px;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.nav__link__toggle:hover {
  opacity: 1;
}

.nav__link__toggle.w--open {
  cursor: pointer;
}

.nav__link__text {
  color: #fff;
  font-family: 'Poppins';
}

.nav__link__icon {
  display: none;
}

.nav__link__dropdown {
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  text-align: left;
  background-color: rgba(9, 11, 16, .5);
  border-radius: 10px;
  flex-direction: column;
  padding: 9px 27px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__link__dropdown.w--open {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.nav__link__dropdown-item {
  grid-column-gap: 16px;
  opacity: .85;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.nav__link__dropdown-item:hover {
  opacity: 1;
}

.nav__link__dropdown-item.hidden {
  display: none;
}

.nav__dropdown__left {
  flex: none;
}

.nav__dropdown__right {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.nav__dropdown__left-icon {
  width: 32px;
  height: 32px;
}

.nav__dropdown__right-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.nav__dropdown__text-14 {
  opacity: .7;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.nav__dropdown__text-14.is--title {
  text-transform: uppercase;
  margin-top: 16px;
  padding-left: 1px;
}

.nav__dropdown__title {
  opacity: .7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.nav__dropdown__items {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.nav__dropdown__items.is--first {
  grid-row-gap: 19px;
  border-bottom: 1px solid #fff;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav__link__dropdown-wrap {
  background-color: rgba(221, 221, 221, 0);
}

.nav__link__dropdown-wrap.w--open {
  z-index: 55;
  min-width: 110px;
  border-radius: 0px;
  padding: 15px 10px;
  overflow: visible;
  background-color: #000;

}

.div-block-10 {
  z-index: 100;
  width: 200px;
  height: 200px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(9, 11, 16, .5);
  position: absolute;
  top: 39%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.nav__bg {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gradient-title__img-wrap {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-title__text-wrap {
  align-items: center;
  display: flex;
}

.gradient-bg-left {
  z-index: 1;
  max-height: 90%;
  max-width: none;
  filter: blur(60px);
  display: block;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.gradient-bg-left._1 {
  padding-left: 77px;
}

.gradient-left-earn {
  z-index: 5;
  max-height: 100%;
  max-width: none;
  filter: blur(60px);
  display: block;
  position: absolute;
  top: -5vw;
  bottom: auto;
  left: -31vw;
  right: auto;
}

.gradient-left-earn._1 {
  padding-left: 77px;
}

.gradient-bg-right {
  z-index: 1;
  max-height: 100%;
  max-width: none;
  filter: blur(60px);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -16.4vw;
}

.gradient-bg-right._1 {
  padding-left: 77px;
}

.nav__mobile-overlay {
  opacity: 0;
  display: none;
}

.nav__mobile-overlay.active {
  opacity: 1;
}

.nav__mobile__bg-img {
  display: none;
}

.tech-hero__bg {
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: -10px;
}



.w-dropdown-list ul {
  list-style: none;
  text-align: left;
  padding: 5px 0;
  min-width: 180px;
}

.w-dropdown-list ul li {
  margin-bottom: 2px;
  display: block;
  padding: 5px;
}

.w-dropdown-list ul li a {
  font-size: 15px;
}

.child-dropdown-toggle:hover .w-dropdown-list {
  display: block;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(9, 11, 16, .15);

  left: 90%;
  top: 0;

}

.audited-wrap {
  grid-column-gap: 40px;
  align-items: center;
  margin-top: auto;
  padding-top: 32px;
  display: flex;
}

.audited__item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.tech-hero-img-mobile {
  display: none;
}

.global-scale {
  z-index: 3;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.global-scale__item {
  justify-content: flex-end;
  display: flex;
}

.global-scale__grid {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.global-scale__grid__item {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.global-scale__grid__seperator {
  width: 1px;
  height: 70%;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -46px;
}

.global-scale__grid__seperator.bottom {
  top: auto;
  bottom: 0;
}

.global-scale__grid__seperator.horizontal {
  width: 70%;
  height: 1px;
  top: -46px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.tech-hero__bg-img {
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.global-scale__video-wrap {
  width: 750px;
  height: 750px;
  opacity: .5;
  margin-top: 19px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.global-scale__video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.container-heading-with-ctas {
  justify-content: space-between;
  display: flex;
}

.container-heading-with-ctas.with-mb {
  margin-bottom: 62px;
}

.container-heading__ctas-wrap {
  grid-column-gap: 24px;
  align-items: flex-end;
  display: flex;
}

.container-heading__ctas-wrap.mobile-two-rows {
  margin-top: 70px;
}

.container-heading__ctas-wrap.is--mobile {
  display: none;
}

.solution-wrap {
  display: flex;
}

.solution__item {
  width: 50%;
  grid-row-gap: 48px;
  border-top: 1px solid rgba(9, 11, 16, .5);
  flex-direction: column;
  margin-top: 90px;
  padding-top: 90px;
  display: flex;
  position: relative;
}

.solution__item.is--left {
  padding-right: 40px;
}

.solution__item.is--right {
  padding-left: 40px;
}

.solution__item__bottom {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.dot-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dot-list__item {
  grid-column-gap: 16px;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.dot-list__icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-list__icon {
  flex: none;
}

.dot-list__text {
  font-size: 20px;
  line-height: 20px;
}

.solutions__bar {
  width: 55px;
  height: 2px;
  background-color: #090b10;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.solutions__bar.is--right {
  left: 40px;
}

.solutions-hero-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.solutions-hero-video.is--mobile {
  display: none;
}

.solutions-hero-video.is--desktop {
  display: block;
}

.bg-dark {
  background-color: #090b10;
}

.background-video-2 {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.div-block-11 {
  display: none;
  position: relative;
}

.audit-wrap {
  justify-content: space-between;
  display: flex;
}

.audit-logo {
  z-index: 2;
  max-height: 336px;
  max-width: 300px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 60px;
  transform: translate(0, -50%);
}

.address-table {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.address-table.is--first {
  grid-template-columns: .7fr .7fr 1.2fr .5fr .3fr;
}

.address-table__asset {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.address-table__name,
.address-table__address {
  align-items: center;
  display: flex;
}

.address-table__copy {
  justify-content: flex-start;
  align-items: center;
  padding-left: 36px;
  display: flex;
}

.address-table__copy__link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.address-table__copied-msg {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  display: none;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.address-table__title {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 27px;
  position: relative;
}

.address-table__seperator {
  width: 55px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: auto;
}

.span--mobile {
  display: none;
}

.second-table-wrap {
  margin-top: 140px;
}

.cta-section-centered {
  grid-row-gap: 60px;
  background-image: url(""), linear-gradient(#fff, #d4dbff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 140px 80px 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section-bg-img {
  max-width: 880px;
  position: absolute;
  top: -35%;
  bottom: auto;
  left: -22%;
  right: auto;
}

.cta-section-bg-img._2 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: -51%;
}

.cta-section-bg-img._3 {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -23%;
  transform: translate(0, -50%);
}

.nav__mobile__bg-wrap {
  display: none;
}

.container--top-p-xs {
  padding-top: 80px;
}

.nav__dropdown__first-item {
  margin-top: 16px;
}

.nav__dropdown__text-16 {
  opacity: .85;
}

.card__content__bot {
  width: 100%;
  height: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 26px 26px;
  display: flex;
}

.card__content__bot.is--blog {
  justify-content: space-between;
}

.card__thumbnail {
  width: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
}

.card__thumbnail-wrap {
  width: 100%;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__bottom-info {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-bottom: auto;
  display: flex;
}

.card__location {
  grid-column-gap: 8px;
  opacity: .7;
  display: flex;
}

.collection-list {
  grid-column-gap: 15px;
  display: flex;
}

.card__event__date {
  grid-column-gap: 12px;
  opacity: .7;
  display: flex;
}

.card__event__date.is--category {
  grid-column-gap: 10px;
  text-transform: uppercase;
}

.events-swiper {
  width: 100%;
  position: relative;
}

.events-swiper__wrap.swiper-wrapper {
  display: flex;
}

.events-swiper__wrap.swiper-wrapper.is--events {
  height: 460px;
}

.events-swiper__slide.swiper-slide {
  max-width: 33%;
  flex: none;
}

.cta-section-left {
  grid-row-gap: 60px;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 130px 80px 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-section-left.bg-2 {
  background-image: linear-gradient(#d4dbff, #fff);
}

.autoscroll {
  width: 100%;
  flex-wrap: nowrap;
}

.autoscroll__half {
  width: 100%;
  height: 550px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 16px;
  display: grid;
  transform: translate(-50%);
}

.autoscroll__half.hidden {
  display: none;
}

.autoscroll__half__item {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.autoscroll__half__item._1 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9c9_U_Community_Gallery_08.jpg");
  background-position: 50%;
  background-size: cover;
}

.autoscroll__half__item._2 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9c8_U_Community_Gallery_14.jpg");
  background-position: 14%;
}

.autoscroll__half__item._5 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9ca_U_Community_Gallery_10.jpg");
}

.autoscroll__half__item._3 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9cb_U_Community_Gallery_11.jpg");
}

.autoscroll__half__item._4 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9cc_U_Community_Gallery_09.jpg");
}

.autoscroll__half__item._6 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9cd_U_Community_Gallery_19.jpg");
}

.autoscroll__half__item._7 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9ce_U_Community_Gallery_12.jpg");
}

.autoscroll__half__item._8 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9cf_U_Community_Gallery_13.jpg");
}

.autoscroll__half__item._9 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d0_U_Community_Gallery_16.jpg");
}

.autoscroll__half__item._10 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d2_U_Community_Gallery_07.jpg");
  background-position: 50%;
}

.autoscroll__half__item._11 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d1_U_Community_Gallery_04.jpg");
}

.autoscroll__half__item._12 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d3_U_Community_Gallery_15.jpg");
}

.autoscroll__half__item._13 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d4_U_Community_Gallery_02.jpg");
  background-position: 50% 73%;
}

.autoscroll__half__item._14 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d6_U_Community_Gallery_17.jpg");
}

.autoscroll__half__item._15 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d7_U_Community_Gallery_18.jpg");
}

.autoscroll__half__item._16 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d8_U_Community_Gallery_05.jpg");
}

.autoscroll__half__item._17 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d5_U_Community_Gallery_03.jpg");
}

.autoscroll__half__item._18 {
  background-image: url("../64b7a9ec467e9b2b4f6ff9d9_U_Community_Gallery_06.jpg");
}

.autoscroll__half__item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}

.autoscroll__track {
  width: 100%;
  flex: none;
  display: flex;
}

.blogs-swiper {
  width: 100%;
  position: relative;
}

.blogs-swiper__wrap.swiper-wrapper {
  display: flex;
}

.blogs-swiper__wrap.swiper-wrapper.is--events {
  height: 460px;
}

.blogs-swiper__slide.swiper-slide {
  flex: none;
}

.text--15 {
  font-size: 15px;
  line-height: 20px;
}

.card__bottom__flex-spread {
  width: 100%;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.container__heading-with-nav {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
  display: flex;
}

.social-grid {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-grid__item {
  grid-column-gap: 26px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(9, 11, 16, .3);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 26px 32px;
  display: flex;
  position: relative;
}

.social-grid__img-wrap {
  max-height: 65px;
  max-width: 65px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-grid__arrow {
  margin-left: auto;
}

.image-6 {
  margin-right: -4px;
}

.connect-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -220px;
  padding-top: 30px;
  display: grid;
}

.card__content-outer {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-right: 48px;
  display: flex;
}

.image-7 {
  max-width: 140px;
}

.card-tertiary-whitebg {
  width: 457px;
  height: 558px;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-tertiary-whitebg.in--grid {
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-color: #090b10;
}

.div-block-13 {
  height: 100%;
  max-width: 650px;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.span--breaking-desktop {
  display: block;
}

.supported-wrap {
  min-height: 75px;
  grid-column-gap: 1px;
  background-color: rgba(9, 11, 16, .2);
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.supported__item {
  background-color: #fff;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.roadmap {
  position: relative;
}

.roadmap__globe-wrap {
  width: 28%;
  height: 18%;
  grid-row-gap: 3px;
  text-align: center;
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: 0%;
}

.roadmap__hidden-part {
  display: none;
}

.accordion__head {
  cursor: pointer;
  border-bottom: 1px solid rgba(9, 11, 16, .5);
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.accordion__line {
  width: 55px;
  height: 2px;
  background-color: #090b10;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: auto;
}

.accordion__body {
  overflow: hidden;
}

.accordion__body__content {
  padding-top: 60px;
  padding-bottom: 10px;
}

.accordion__grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion__grid__item {
  text-align: center;
  background-image: linear-gradient(313deg, #e9ecff, #fff);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.member__img {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.member__bottom {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 24px 16px;
  display: flex;
}

.empty-state {
  background-color: rgba(221, 221, 221, 0);
}

.card-tertiary--with-text {
  min-height: 400px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(9, 11, 16, .15);
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-tertiary--with-text.is--news {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.card-tertiary--with-text.is--why {
  justify-content: center;
}

.card-tertiary--with-text.is--event,
.card-tertiary--with-text.is--blog {
  width: auto;
  height: 100%;
  cursor: pointer;
  border-radius: 27px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.card__scroll-text {
  overflow: hidden;
}

.calc-embed-1 {
  height: 70%;
  margin-bottom: 0;
}

.poss-link {
  display: none;
}

.legal-rich-text.text--20.weight--300 p {
  margin-bottom: 24px;
}

.legal-rich-text.text--20.weight--300 h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 35px;
}

.legal-rich-text.text--20.weight--300 h3 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 25px;
}

.legal-rich-text.text--20.weight--300 ul {
  margin-bottom: 24px;
  padding-left: 16px;
}

.legal-rich-text.text--20.weight--300 li {
  margin-bottom: 12px;
  padding-left: 12px;
}

.legal-rich-text.text--20.weight--300 a {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1fffa3, #8c47f5);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.legal__bg {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero__gradient-top {
  z-index: 1;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 38%, #090b10);
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero__gradient-top._2 {
  height: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #090b10 85%);
  display: block;
}

.social-bg {
  z-index: 1;
  width: 900px;
  max-width: 90vw;
  opacity: .5;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.calc-embed-wrap {
  width: 100%;
  height: 100%;
  padding-top: 36px;
  padding-left: 18px;
}

.div-block-14 {
  margin-left: 20px;
}

.card-custom {
  min-height: 400px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(9, 11, 16, .15);
  border: 1px #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-custom.is--news {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.card-custom.is--why {
  justify-content: center;
}

.card-custom.is--event,
.card-custom.is--blog {
  width: auto;
  height: 100%;
  cursor: pointer;
  border-radius: 27px;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.calculator-overlay {
  z-index: 999;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}

.calculator-overlay.inactive {
  display: none;
}

.calculator-overlay__blur {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(9, 11, 16, .6);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.calculator-overlay__bottom {
  grid-column-gap: 50px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 46px 36px;
  display: flex;
}

.calculator-overlay__bottom-left {
  height: 100%;
  grid-column-gap: 36px;
  flex: 1;
  align-items: center;
  display: flex;
}

.calculator-overlay__seperator {
  width: 2px;
  height: 100%;
  background-color: #090b10;
  flex: none;
}

.calculator-overlay__blur-wrap {
  height: 100%;
  position: relative;
}

.calculator-white-bg {
  background-color: #fff;
}

.cookie-popup {
  z-index: 999999999;
  width: 100%;
  padding-bottom: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.cookie-popup-inner {
  width: 100%;
  grid-column-gap: 60px;
  color: #fff;
  background-color: rgba(9, 11, 16, .7);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 36px;
  display: flex;
}

.link-gradient-underline {
  margin-top: -3px;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.success-msg__inner {
  height: 70px;
  grid-column-gap: 24px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .25));
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 100px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.success-msg__inner.is--dark {
  background-image: linear-gradient(to right, rgba(9, 11, 16, .4), rgba(9, 11, 16, .3));
}

.success-msg__inner.is--dark:focus {
  outline-offset: 0px;
  outline: 3px #090b10;
}

.text--green {
  color: #1fffa3;
}

.success-msg__right {
  grid-row-gap: 2px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-msg__trigger {
  display: none;
}

.calculator__legend {
  width: 100%;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: -13px;
  padding-left: 28px;
  display: flex;
}

.calculator__legend__item {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legend__line {
  width: 100%;
  height: 3px;
  max-width: 15px;
  min-width: 15px;
  background-color: #f37187;
  background-image: none;
  border-radius: 10px;
}

.legend__line.is--green {
  background-color: #21f5a0;
  background-image: none;
}

.legend__line.is--blue {
  background-color: #688bf3;
  background-image: none;
}

.calculator__sliders__row__title {
  justify-content: space-between;
  display: flex;
}

.calc__title__right {
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text--404 {
  font-family: Aeonik, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.text--404.text--gradient.is--purple {
  font-size: 160px;
  font-weight: 900;
}

.address-table__decimals {
  align-items: center;
  display: flex;
}

.member__bottom-first {
  height: 50%;
}

@media screen and (min-width: 1280px) {
  .text--25.weight--300 {
    font-size: 20px;
    line-height: 27px;
  }

  .text--25.weight--300.address-table__name__text,
  .text--25.weight--300.address-table__address__text {
    font-size: 20px;
    line-height: 25px;
  }

  .content-left-border {
    margin-top: 50px;
    padding-left: 50px;
  }

  .stats__content__bottom {
    margin-top: 50px;
  }

  .possibilities {
    margin-bottom: 80px;
  }

  .gradient-background {
    width: 1400%;
    height: 550px;
    max-width: none;
    position: absolute;
    top: 18%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text--60 {
    font-size: 60px;
    line-height: 60px;
  }

  .stats__asset {
    width: 800px;
    bottom: -52%;
    right: -18%;
  }

  .footer__video-bg {
    width: 750px;
    height: 750px;
  }

  .hero__content {
    grid-row-gap: 55px;
    padding-bottom: 12px;
  }

  .poss-link {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.section--dark.section--swiper {
    background-image: url("");
  }

  .container.container--hero.is--left {
    padding-top: 180px;
  }

  .text--25.weight--300.in--card {
    margin-bottom: 80px;
    font-size: 23px;
  }

  .text--25.weight--300.address-table__name__text,
  .text--25.weight--300.address-table__address__text,
  .text--25.weight--500.address-table__asset__text {
    font-size: 22px;
    line-height: 27px;
  }

  .text--16.weight--500.in--table {
    font-size: 22px;
    line-height: 22px;
  }

  .card-secondary {
    min-height: 560px;
  }

  .nav__link {
    color: #fff;
  }

  .hero-text-rotate {
    margin-bottom: -16px;
  }

  .content-left-border {
    padding-left: 64px;
  }

  .stats__content__bottom {
    margin-top: 70px;
  }

  .container__heading.z-2 {
    z-index: 2;
    position: relative;
  }

  .button-ter.button--tertiary.in--table {
    height: 22px;
  }

  .hero-video {
    z-index: 2;
  }

  .text--60 {
    font-size: 60px;
    line-height: 60px;
  }

  .newsroom-swiper__overlay {
    display: block;
  }

  .floating-wrap {
    margin-top: -280px;
  }

  .floating-top-part {
    padding-bottom: 280px;
  }

  .card-tertiary__overlay {
    opacity: 1;
    transition: opacity .5s;
  }

  .newsroom-slide-overlay-hidden {
    opacity: 0;
    transition: opacity .35s;
  }

  .stats__asset {
    width: 850px;
    bottom: -56%;
    right: -17%;
  }

  .footer__video-bg {
    width: 800px;
    height: 800px;
  }

  .stats__asset-video {
    width: 800px;
    height: 800px;
    bottom: -332px;
    right: -165px;
  }

  .hero__content {
    grid-row-gap: 75px;
    padding-bottom: 32px;
  }

  .tech-hero__bg {
    max-width: 650px;
    bottom: -2%;
    right: -50px;
  }

  .background-video-2 {
    opacity: .5;
  }

  .card__event__date {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .section.section--dark.section--footer {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 5%;
  }


  .witepaper {
    margin-left: 40%;
  }

  .container.is--nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    position: relative;
  }

  .container.is--footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding: 0 0 30px
  }


  .container.container--first._100vh {
    padding-bottom: 0;
  }

  .container.is--stats {
    margin-top: -397px;
  }

  .container.container--supported {
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: center;
  }

  .container.is--newsroom-top {
    padding-bottom: 10px;
  }

  .container.is--earn {
    padding-bottom: 0;
  }

  .container.container--hero.is--left {
    flex-direction: column;
  }

  .container.is--global-scale {
    padding-top: 60px;
  }

  .h1.text--gradient {
    font-size: 82px;
    line-height: 82px;
  }

  .h1.text--gradient.weight--400.bellow-rotate {
    margin-top: -2vw;
    font-size: 11vw;
    line-height: 11vw;
  }

  .h1.is--rotating {
    font-size: 11vw;
    line-height: 11vw;
  }

  .h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .h2.stat-text.text--gradient.is--green.text--60 {
    margin-top: -25px;
  }

  .h2.stat-text.text--gradient.is--green.kwh {
    margin-top: -19px;
    font-size: 38px;
    line-height: 38px;
  }

  .h3 {
    font-size: 48px;
    line-height: 48px;
  }

  .h3.text--gradient.in--card.weight--400.last-card,
  .h4 {
    font-size: 43px;
    line-height: 43px;
  }

  .h5.in--card.limit-width {
    max-width: none;
  }

  .text--25.weight--300.text--dark.hide-mobile {
    display: none;
  }

  .text--20.address-table__title-text {
    padding-bottom: 22px;
  }

  .text--18.weight--300.calc-overlay {
    border-left-style: none;
    padding-left: 0;
  }

  .text--label-big {
    font-size: 25px;
    line-height: 30px;
  }

  .text--label-big.text--gradient.is--purple.mb--5 {
    margin-bottom: 5px;
  }

  .button__inner-wrap.is--tertiary.large.footer-right.first {
    padding-top: 0;
  }

  .card__content.is--secondary.in--grid {
    padding-left: 0;
  }

  .card__content.is--why {
    padding-top: 143px;
  }

  .card__dots.mobile-hidden {
    display: none;
  }

  .card-secondary.is--gradient {
    background-image: linear-gradient(18deg, #d5dbff, #fff), url("");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-tertiary.in--grid {
    min-height: 430px;
  }

  .nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav__brand.w--current {
    z-index: 100;
    max-width: 120px;
  }

  .nav__menu {
    z-index: 2;
    background-color: transparent;
    background-image: linear-gradient(rgba(9, 11, 16, .5), rgba(9, 11, 16, .5)), url("");
    background-position: 0 0, 130% 130%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    flex-direction: column;
    justify-content: center;
    padding: 120px 60px 60px 52px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    overflow: auto;
  }

  .nav__link {
    height: auto;
    text-align: left;
    background-color: rgba(9, 11, 16, 0);
    align-items: center;
    display: flex;
  }

  .nav__link.is--contact {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .nav__link.is--first {
    margin-top: 40px;
  }

  .nav__cta-wrap {
    display: none;
  }

  .nav__mobile-button {
    z-index: 100;
    padding: 10px;
  }

  .nav__mobile-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
  }

  .footer__block.left {
    max-width: none;
  }

  .footer__block.right {
    max-width: none;
    margin-top: 10px;
  }

  .newsletter-form {
    margin-bottom: 60px;
  }

  .newsletter-form.is--dark {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
  }

  .footer__btns-wrap {
    grid-row-gap: 27px;
    flex-direction: column;
  }

  .is--desktop {
    display: none;
  }

  .is--mobile {
    display: block;
  }

  .hero-text-rotate {
    height: 24vw;
    margin-bottom: 5px;
  }

  .content-left-border.mt-0 {
    order: -1;
  }

  .stats {
    background-image: linear-gradient(rgba(215, 220, 247, .7), #eef2ff 17%);
  }

  .stats__content {
    grid-template-columns: 1.4fr;
  }

  .stats__content__left {
    text-align: center;
    padding: 40px 30px 0;
  }

  .stats__content__right {
    height: 67vw;
  }

  .stats__content__bottom {
    justify-content: center;
  }

  .stats__number.first {
    margin-right: 80px;
    padding-right: 80px;
  }

  .container__heading {
    margin-bottom: 32px;
  }

  .container__heading.is--left.mb-small {
    margin-bottom: 40px;
  }

  .container__heading.is--left.mobile-center {
    text-align: center;
    align-items: center;
  }

  .container__heading.mb,
  .container__heading.mb.mobile-40 {
    margin-bottom: 40px;
  }

  .container__heading.gap-xl {
    grid-row-gap: 16px;
  }

  .container__heading.gap-xxl {
    grid-row-gap: 40px;
  }

  .ecosystem-content {
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-title-wrap {
    line-height: 18px;
  }

  .ecosystem-video {
    max-height: 440px;
    max-width: 430px;
    top: -2.7vw;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .ecosystem-video-wrap {
    height: 400px;
    position: relative;
  }

  .supported__left {
    text-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .supported__logo.last {
    width: 120px;
  }

  .supported__logos-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .supported__logo-img-wrap.last {
    display: block;
  }

  .supported__seperator {
    height: 70px;
  }

  .supported__logo_wrap {
    min-height: 70px;
    min-width: 25%;
    flex: 1;
    margin-right: 23px;
    padding-right: 23px;
  }

  .supported__logo_wrap.last {
    border-right-style: solid;
    margin-right: 40px;
    padding-right: 40px;
  }

  .supported__logo_wrap.last-mobile {
    border-right-style: none;
    display: flex;
  }

  .supported__logo_wrap.third {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .supported__logo_wrap._1,
  .supported__logo_wrap._2.on-white {
    flex: 0 auto;
  }

  .supported__logo_wrap._2.on-white._22 {
    max-width: none;
  }

  .supported__logo_wrap._3 {
    border-right-style: none;
    flex: 0 auto;
    margin-right: 0;
    padding-right: 0;
  }

  .supported__logo_wrap._4.on-white {
    flex: 0 auto;
  }

  .supported__logo_wrap._4.on-white._44 {
    max-width: none;
  }

  .supported__logo_wrap._5 {
    /* border-right-style: solid; */
    flex: 0 auto;
    margin-right: 23px;
    padding-right: 23px;
  }

  .supported__logo_wrap._5.on-white.border {
    border-right-style: none;
  }

  .supported__logo_wrap._6 {
    border-right-style: none;
    display: flex;
  }

  .supported__logos-group {
    width: 100%;
    justify-content: space-between;
  }

  .supported__logos-group.inner {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .supported__logos-group.inner.on-white {
    justify-content: center;
    display: contents;
  }

  .possibilities__arrow-wrap {
    top: 40%;
  }

  .swiper-bg {
    max-width: none;
    display: none;
  }

  .swiper-bg.mobile {
    padding-top: 0;
    display: block;
    top: 44%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .footer__overlay {
    background-image: none;
  }

  .hero-in-view {
    padding-top: 90px;
  }

  .hero-in-view.v-2 {
    height: 70vh;
  }

  .hero-video {
    max-height: 110vh;
  }

  .hero-video.v-2 {


    max-height: 67vh;
    margin-left: 21%;
    background: url('../img/ai-bg-2-2022-08-04-14-02-10-utc.mp4');

  }

  .hero-video__video-desktop {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .hero-video__video-desktop.v-2 {
      object-position: 0% 50%;
      align-self: auto;
      display: flex;
    }

    @media screen and (max-width: 991px) {
      .hero-video__video-desktop.v-2 {
        width: 180%;
        display: block;
        left: -61%;
      }
    }

    .hero-video__video-desktop.v-2 {
      width: 180%;
      display: block;
      left: -61%;
    }

    .section4 {
      grid-row-gap: 32px;
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
    }

    .introducing-stats {
      grid-row-gap: 32px;
      flex-direction: column;
      padding-left: 0;
      padding-right: 0;
    }

    .introducing-stats__stat {
      grid-row-gap: 16px;
      padding-bottom: 0;
    }

    .introducing-stats__seperator {
      width: 100%;
      height: 1px;
      margin-top: 0;
      margin-bottom: 0;
    }

    .text--60 {
      font-size: 48px;
    }

    .introducing-bottom {
      grid-row-gap: 32px;
      order: -1;
    }

    .button-wrap--two.in--earn {
      margin-top: 40px;
      margin-bottom: 0;
    }

    .gradient-left {
      width: 100%;
      top: 6%;
    }

    .newsroom-bg {
      height: 70%;
      max-width: none;
    }

    .calculator {
      grid-row-gap: 40px;
      grid-template-columns: 1fr;
    }

    .calculator__col {
      padding-top: 0;
    }

    .calculator__sliders {
      margin-left: 24px;
      padding-bottom: 0;
    }

    .ml-18,
    .calculator__inputs {
      margin-left: 24px;
    }

    .calculator__canvas-embed {
      min-height: 350px;
    }

    .introducing__bg {
      top: 26%;
    }

    .stats__asset {
      width: 100vw;
      bottom: -35%;
      left: 50%;
      right: auto;
      transform: translate(-50%);
    }

    .nav__active-line,
    .earn-video-desktop {
      display: none;
    }

    .earn-video-mobile {
      height: 63vw;
      display: block;
    }

    .earn-video-mobile-wrap {
      z-index: 3;
      margin-top: 20px;
      position: relative;
    }

    .hero-video__video-mobile {
      display: block;
    }

    .hero-video__video-mobile.v-2 {
      display: none;
    }

    .footer__video-bg {
      left: 50%;
      right: auto;
      transform: translate(-50%);
    }

    .nav__mobile-button-img.is--close {
      opacity: 0;
      position: absolute;
      top: 50%;
      bottom: auto;
      left: 50%;
      right: auto;
      transform: translate(-50%, -50%);
    }

    .nav__mobile-bottom {
      border-top: 1px solid rgba(255, 255, 255, .5);
      margin-top: 16px;
      padding-top: 32px;
      padding-left: 8px;
      padding-right: 2px;
      display: flex;
      position: relative;
    }

    .earn-bottom-gradient {
      display: none;
    }

    .stats__asset-video {
      width: 100vw;
      height: 100vw;
      bottom: -39.4vw;
      left: -60px;
      right: 0;
    }

    .cards-grid {
      grid-template-columns: 1fr 1fr;
    }

    .nav__link__toggle {
      width: 100%;
      opacity: 1;
      justify-content: center;
      margin-left: 0;
      margin-right: 0;
      padding: 10px 8px;
    }

    .w--nav-dropdown-list-open {
      position: static;
      display: block;
      margin: 0 auto;
      text-align: center;
    }

    .w-dropdown-list ul li {
      text-align: center;
      padding: 0;
    }

    .nav__link__icon {
      transition: all .2s;
      display: block;
    }

    .nav__link__dropdown {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      background-color: rgba(9, 11, 16, 0);
      padding: 0;
    }

    .nav__link__dropdown-item {
      opacity: 1;
    }

    .nav__dropdown__text-14 {
      max-width: 235px;
    }

    .nav__dropdown__text-14.is--title {
      margin-top: 0;
    }

    .nav__dropdown__items {
      margin-bottom: 8px;
    }

    .nav__dropdown__items.is--first {
      padding-top: 0;
    }

    .nav__link__dropdown-wrap.w--open {
      width: 100%;
      min-width: auto;
      border-bottom: 1px solid rgba(255, 255, 255, .5);
      border-radius: 0;
      margin-top: 0;
      margin-bottom: 12px;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 27px;
      padding-left: 8px;
      position: relative;
    }

    .nav__link__dropdown-wrap.is--last.w--open {
      border-bottom-style: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .gradient-bg-left.is--footer {
      display: none;
    }

    .nav__mobile-overlay {
      width: 100%;
      height: 80px;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      display: block;
      position: fixed;
      top: 0%;
      bottom: auto;
      left: 0%;
      right: 0;
    }

    @media screen and (max-width: 991px) {
      .nav__mobile-overlay {
        width: 100%;
        height: 80px;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        display: block;
        position: fixed;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0;
      }
    }

    @media screen and (max-width: 991px) {
      .nav__mobile-overlay.active {
        background-color: rgba(9, 11, 16, .5);
      }
    }

    .nav__mobile-overlay.active {
      background-color: rgba(9, 11, 16, .5);
    }

    .nav__mobile-overlay-outer {
      z-index: 110;
      width: 0;
      height: 0;
      position: relative;
    }

    .nav__mobile__bg-img {
      width: 100%;
      opacity: .5;
      display: block;
      position: absolute;
      top: auto;
      bottom: 0%;
      left: auto;
      right: 0%;
    }

    .tech-hero__bg {
      order: 1;
      display: none;
      position: relative;
    }

    .audited-wrap {
      width: 100%;
      grid-column-gap: 60px;
      justify-content: center;
      padding-top: 0;
    }

    .tech-hero-img-mobile {
      max-height: 600px;
      margin: 32px auto 50px;
      display: block;
    }

    .global-scale__item {
      justify-content: center;
    }

    .global-scale__stats {
      margin-top: 400px;
    }

    .global-scale__grid__item {
      grid-row-gap: 16px;
    }

    .global-scale__video-wrap {
      top: 35%;
    }

    .container-heading-with-ctas {
      grid-row-gap: 40px;
      flex-direction: column;
    }

    .container-heading__ctas-wrap.is--mobile {
      justify-content: center;
      margin-top: 48px;
      display: flex;
    }

    .solution-wrap {
      flex-direction: column;
      margin-top: 40px;
    }

    .solution__item {
      width: 100%;
      grid-row-gap: 24px;
      border-top-style: none;
      border-left: 1px solid rgba(9, 11, 16, .5);
      margin-top: 0;
      padding-top: 0;
    }

    .solution__item.is--left {
      padding-bottom: 40px;
      padding-left: 32px;
      padding-right: 0;
    }

    .solution__item.is--right {
      padding-left: 32px;
    }

    .dot-list {
      grid-row-gap: 8px;
    }

    .dot-list.gap--16 {
      grid-row-gap: 16px;
    }

    .solutions__bar {
      width: 2px;
      height: 55px;
      top: 0;
      bottom: auto;
      left: 0%;
      right: auto;
    }

    .solutions__bar.is--right {
      left: 0;
    }

    .solutions-hero-video.is--mobile {
      display: block;
    }

    .solutions-hero-video.is--desktop {
      display: none;
    }

    .audit-logo {
      opacity: .3;
    }

    .address-table {
      grid-row-gap: 16px;
      grid-template-columns: 1.1fr 1.1fr .8fr;
    }

    .address-table.is--first {
      grid-template-columns: 1fr 1fr .7fr .4fr;
    }

    .address-table__address {
      display: none;
    }

    .address-table__title {
      margin-bottom: 16px;
    }

    .address-table__title.is--address {
      display: none;
    }

    .cta-section-bg-img {
      max-width: 500px;
      top: -26%;
      bottom: auto;
      left: -22%;
      right: auto;
    }

    .cta-section-bg-img._2 {
      bottom: -36%;
      right: -28%;
    }

    .cta-section-bg-img._3 {
      max-width: 450px;
      top: auto;
      bottom: 0;
      left: 50%;
      right: 0%;
      transform: translate(-50%);
    }

    .nav__mobile__bg-wrap {
      width: 100%;
      height: 70%;
      opacity: .5;
      justify-content: flex-end;
      align-items: flex-end;
      display: none;
      position: absolute;
      top: auto;
      bottom: 0%;
      left: auto;
      right: 0%;
      overflow: hidden;
    }

    .nav__mobile__bg-inner {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .div-block-12 {
      position: absolute;
    }

    .nav__mobile__bg-image {
      margin-bottom: -20%;
      margin-right: -17%;
    }

    .nav__dropdown__text-16 {
      display: none;
    }

    .events-swiper__slide.swiper-slide {
      max-width: none;
    }

    .cta-section-left {
      align-items: center;
    }

    .cta-section-left.bg-2 {
      text-align: center;
      background-image: linear-gradient(336deg, #d4dbff, #fff);
      padding-top: 50px;
      padding-bottom: 304px;
    }

    .autoscroll__half {
      width: 960px;
      height: 400px;
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      flex: none;
    }

    .connect-grid {
      grid-template-columns: 1fr;
    }

    .card__content-outer {
      flex-direction: column-reverse;
      align-items: flex-start;
      padding-top: 48px;
      padding-left: 48px;
    }

    .card-tertiary-whitebg.in--grid {
      min-height: 430px;
    }

    .div-block-13 {
      min-height: auto;
    }

    .image-8 {
      max-width: 140px;
    }

    .span--breaking-desktop {
      display: block;
    }

    .card__heading-last {
      margin-bottom: 32px;
    }

    .roadmap {
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 450px;
      display: flex;
    }

    .roadmap__globe-wrap {
      width: 450px;
      height: 450px;
      top: auto;
      bottom: 0%;
      left: 50%;
      right: auto;
      transform: translate(-50%);
    }

    .roadmap__hidden-part {
      display: block;
      position: relative;
    }

    .roadmap__button {
      z-index: 2;
      grid-column-gap: 16px;
      justify-content: center;
      align-items: center;
      padding-top: 48px;
      padding-bottom: 48px;
      display: flex;
      position: relative;
    }

    .roadmap__button-blur {
      width: 100%;
      background-image: linear-gradient(rgba(0, 0, 0, 0), #090b10 40%, #090b10 60%, rgba(0, 0, 0, 0));
      position: absolute;
      top: auto;
      bottom: 50%;
      left: 0%;
      right: auto;
      transform: translate(0, 50%);
    }

    .roadmap__hidden-img-wrap {
      display: block;
    }

    .accordion__grid {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .card-tertiary--with-text {
      min-height: 420px;
    }

    .calc-embed-wrap {
      padding-top: 0;
    }

    .div-block-14 {
      margin-left: 0;
    }

    .card-custom {
      min-height: 420px;
    }

    .calculator-overlay__bottom {
      grid-row-gap: 24px;
      flex-direction: column;
    }

    .calculator-overlay__bottom-left {
      grid-row-gap: 12px;
      text-align: center;
      flex-direction: column;
    }

    .cookie-popup-inner {
      grid-row-gap: 24px;
      text-align: center;
      flex-direction: column;
      padding-right: 36px;
    }

    .calculator__legend {
      padding-left: 0;
    }

    .legend__line {
      min-width: 25px;
    }
  }

  @media screen and (max-width: 767px) {
    .section.section--dark.section--hero.is--community {
      background-image: url("");
    }

    .section.section--dark.section--hero.is--eco {
      background-image: url("");
    }

    .section.section--dark.section--hero.is--company {
      background-image: url("");
    }

    .section.section--dark.section--hero.is--contact {
      background-image: url("");
    }

    .section.section--dark.is--connect {
      background-image: url("");
      background-position: 50% 0;
      background-size: contain;
    }

    .section.wuth--stats {
      z-index: 3;
      position: relative;
    }


    .container.is--nav {
      padding-right: 30px;
    }

    .container.is--footer {
      grid-row-gap: 36px;
    }

    .container.container--first {
      padding-top: 160px;
    }

    .container.container--first._100vh {
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      display: flex;
    }

    .container.is--newsroom-nav {
      padding-top: 0;
    }

    .container.is--floating-bot,
    .container.container--pb-120 {
      padding-bottom: 50px;
    }

    .container.is--calculator {
      padding-top: 100px;
      padding-bottom: 0;
    }

    .container.is--earn {
      padding-bottom: 0;
    }

    .container.container--hero {
      padding-top: 90px;
      padding-bottom: 0;
    }

    .container.is--eco {
      padding-top: 325px;
    }

    .container.pb-small.is--social {
      padding-bottom: 80px;
    }

    .h1,
    .h1.text--gradient {
      font-size: 60px;
      line-height: 60px;
    }

    .h2 {
      font-size: 38px;
      line-height: 38px;
    }

    .h2.text--gradient.is--purple.is--number,
    .h2.text--gradient.is--green.is--number,
    .h2.stat-text.text--gradient {
      font-size: 60px;
      line-height: 60px;
    }

    .h2.stat-text.text--gradient.is--green.text--60 {
      margin-top: -9px;
      font-size: 48px;
      line-height: 48px;
    }

    .h2.with-gradient-same-row {
      flex-direction: column;
    }

    .h3,
    .h4 {
      font-size: 38px;
      line-height: 38px;
    }

    .h5.in--card {
      margin-bottom: 20px;
    }

    .text--30 {
      font-size: 20px;
      line-height: 25px;
    }

    .text--30.mobile--22 {
      font-size: 22px;
    }

    .text--25 {
      font-size: 18px;
      line-height: 22px;
    }

    .text--25.weight--300.in--card {
      font-size: 20px;
      line-height: 25px;
    }

    .text--20 {
      font-size: 18px;
      line-height: 22px;
    }

    .text--20.container__subheading {
      margin-top: 24px;
      font-weight: 300;
    }

    .text--label-big,
    .text--label-big.text--gradient.is--purple {
      font-size: 20px;
      line-height: 25px;
    }

    .text--label-big.text--gradient.is--purple.mb--5 {
      margin-bottom: 5px;
    }

    .text--label-small.text--gradient.is--black.mobile-small {
      font-size: 15px;
      line-height: 15px;
    }

    .button {
      font-size: 14px;
      line-height: 18px;
    }

    .button__inner-wrap {
      min-height: 55px;
      min-width: 200px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .button__inner-wrap.is--tertiary.large.footer-right {
      grid-template-columns: 7fr 1fr;
    }

    .text--gradient.is--purple.text--30.weight--700 {
      font-weight: 400;
    }

    .card__bg.in--tertiary {
      opacity: .7;
    }

    .card__content {
      padding: 30px;
    }

    .card__content.is--secondary {
      padding-bottom: 32px;
      padding-left: 32px;
      padding-right: 32px;
    }

    .card__content.is--secondary.in--grid {
      grid-row-gap: 8px;
      padding-top: 30px;
      padding-bottom: 32px;
      padding-right: 0;
    }

    .card__content.is--news {
      padding: 37px 24px;
    }

    .card__content.is--why {
      padding-top: 52px;
    }

    .card__content.gap-24 {
      grid-row-gap: 16px;
    }

    .card__dots {
      top: 32px;
      left: 32px;
    }

    .card__dots.top-right {
      top: 30px;
      right: 30px;
    }

    .card__dots.bottom-right {
      bottom: 32px;
      right: 32px;
    }

    .card-secondary {
      min-height: 400px;
    }

    .card-secondary.is--gradient {
      cursor: pointer;
    }

    .card-secondary.is--gradient.last {
      min-height: auto;
    }

    .card-tertiary.in--grid {
      max-width: 430px;
    }

    .card-tertiary--small {
      width: 314px;
      height: 382px;
    }

    .card__icon {
      max-width: 55px;
      margin-bottom: 16px;
    }

    .card__icon.in--tertiary {
      max-width: 55px;
    }

    .nav__menu {
      padding-top: 100px;
      padding-left: 38px;
      padding-right: 38px;
    }

    .footer__block.bottom {
      margin-top: 20px;
    }

    .footer__block.left.top {
      grid-row-gap: 10px;
    }

    .footer__block.top {
      grid-row-gap: 16px;
    }

    .newsletter-form {
      margin-top: 0;
      margin-bottom: 36px;
    }

    .newsletter-form__email {
      font-size: 18px;
    }

    .footer__logo {
      margin-bottom: 0;
    }

    .hero-text-rotate {
      height: 13vw;
    }

    .content-left-border {
      grid-row-gap: 32px;
      margin-top: 40px;
      margin-bottom: 50px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 32px;
    }

    .content-left-border.mt-0 {
      grid-row-gap: 16px;
      margin-bottom: 0;
    }

    .hero-cards {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .hero-card {
      height: auto;
    }

    .hero-card__img-desktop {
      width: 100%;
      max-width: none;
      display: block;
    }

    .hero-card__img-mobile {
      width: 100%;
      max-width: none;
      display: none;
    }

    .stats__content__bottom {
      margin-top: 24px;
      padding-top: 0;
    }

    .stats__number {
      flex: 1;
    }

    .stats__number.first {
      margin-right: 0;
      padding-right: 0;
    }

    .container__heading {
      max-width: 500px;
    }

    .container__heading.is--left {
      margin-bottom: 40px;
    }

    .container__heading.is--left.mb--0.mobile-full {
      max-width: none;
    }

    .container__heading.gap-xl {
      margin-bottom: 60px;
    }

    .container__heading.gap-xl.limit-width.mobile-left {
      text-align: left;
      align-items: flex-start;
    }

    .gradient-title-wrap {
      font-size: 15px;
      line-height: 15px;
    }

    .ecosystem__animation-wrap {
      grid-column-gap: 32px;
      margin-top: 32px;
      padding-left: 0;
    }

    .ecosystem-animation__steps {
      grid-row-gap: 48px;
    }

    .ecosystem__heading--active,
    .ecosystem__heading--inactive {
      font-size: 38px;
      line-height: 38px;
    }

    .ecosystem-animation__line-wrap {
      width: 2px;
      flex: none;
    }

    .ecosystem-video {
      max-height: 400px;
      max-width: 400px;
      top: -1.6vw;
    }

    .supported__left {
      margin-bottom: 16px;
    }

    .supported__logo_wrap {
      width: 22vw;
      flex: 1;
      margin-right: 23px;
      padding-right: 23px;
    }

    .supported__logo_wrap._1 {
      justify-content: flex-start;
    }

    .supported__logo_wrap._3 {
      justify-content: flex-end;
    }

    .supported__logo_wrap._3.on-white._33.border {
      min-width: auto;
    }

    .supported__logo_wrap._4 {
      justify-content: flex-start;
    }

    .supported__logo_wrap._5 {
      flex: 0 auto;
    }

    .supported__logo_wrap._5.on-white {
      margin-right: 0;
      padding-right: 0;
    }

    .supported__logo_wrap._6 {
      justify-content: flex-end;
    }

    .possibilities {
      margin-bottom: 80px;
    }

    .possibilities__arrow-wrap {
      width: 40px;
      height: 40px;
    }

    .loader__bg {
      top: 3px;
      bottom: 3px;
      left: 3px;
      right: 3px;
    }

    .swiper-bg.mobile {
      top: 35%;
    }

    .hero-in-view {
      height: auto;
      min-height: 70vh;
      padding-top: 90px;
    }

    .ecosystem-swiper__wrap.swiper-wrapper {
      height: 382px;
    }

    .image-3 {
      width: 120%;
      max-width: none;
      top: 3%;
    }

    .hero-video {
      max-height: 100vh;
    }

    .hero-video__video-desktop {
      display: none;
    }

    .hero-video__video-desktop.v-2 {
      object-position: 0% 50%;
      align-self: auto;
      display: flex;
    }

    .hero-video__inner.v-2 {
      flex-direction: column;
      justify-content: flex-start;
      display: flex;
    }

    .hero-video__inner.v-2.start-hidden {
      display: none;
    }

    .text--60 {
      font-size: 48px;
      line-height: 48px;
    }

    .introducing-wrap {
      grid-row-gap: 50px;
    }

    .gradient-left {
      top: 19%;
    }

    .newsroom-swiper__slide.swiper-slide {
      max-width: 80vw;
    }

    .newsroom-swiper__slide.swiper-slide.is--why {
      max-width: 314px;
    }

    .newsroom-swiper__nav {
      padding-bottom: 80px;
      display: none;
    }

    .newsroom-bg {
      height: 80%;
    }

    .calculator__col {
      padding-left: 40px;
      padding-right: 40px;
    }

    .calculator__col.is--right {
      border-radius: 0;
      padding: 40px;
    }

    .calculator_form-outer {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .rangeslider {
      padding-right: 12px;
    }

    .calculator__right-row {
      width: 50%;
      flex-direction: column;
      margin-left: 0;
    }

    .calculator__right__line-wrap {
      width: 100%;
      height: 1px;
      order: 1;
    }

    .calculator__right__line-wrap.mobile--hide {
      display: none;
    }

    .calculator__right__line-fill {
      width: 25px;
      height: 2px;
    }

    .calculator__right__text-wrap {
      flex: 1;
      padding-left: 0;
    }

    .calculator__right__text-wrap.mobile--left {
      padding-right: 10px;
    }

    .calculator__right-stats {
      grid-row-gap: 32px;
      flex-flow: wrap;
    }

    .calculator__canvas-embed {
      min-height: 300px;
    }

    .introducing__bg {
      top: 24%;
    }

    .earn-video-mobile {
      flex: 1;
    }

    .hero-video__video-mobile {
      display: block;
    }

    .footer__video-bg {
      width: 130vw;
      height: 130vw;
      bottom: 18%;
    }

    .is--calc-res {
      font-size: 32px;
      line-height: 32px;
    }

    .stats__asset-video {
      width: 105vw;
      margin-left: -2.5vw;
      bottom: -40.8vw;
      left: -40px;
    }

    .hero__content {
      grid-row-gap: 50px;
    }

    .hero__content__bottom {
      grid-row-gap: 32px;
    }

    .cards-grid {
      grid-template-columns: 1fr;
      justify-items: center;
    }

    .cards-grid.stretch {
      justify-items: stretch;
    }

    .hero__gradient-bot {
      height: 30%;
    }

    .gradient-bg-left {
      width: 160%;
      max-width: none;
      top: 3%;
    }

    .gradient-left-earn {
      width: 160%;
      max-height: 120%;
      filter: blur(20px);
      margin-left: -196px;
      top: -18.9vw;
      left: -37.2vw;
    }

    .gradient-bg-right {
      width: 160%;
      max-width: none;
      top: 3%;
    }

    .gradient-bg-right._2 {
      display: none;
    }

    .audited-wrap {
      grid-row-gap: 24px;
      flex-direction: column;
    }

    .tech-hero-img-mobile {
      margin-top: 0;
    }

    .global-scale__stats {
      margin-top: 228px;
    }

    .global-scale__grid__seperator {
      height: 90%;
    }

    .tech-hero__bg-img {
      background-image: url("");
    }

    .global-scale__video-wrap {
      width: 100vw;
      height: 100vw;
      top: 36%;
    }

    .container-heading-with-ctas.with-mb {
      margin-bottom: 40px;
    }

    .container-heading__ctas-wrap.mobile-two-rows {
      grid-column-gap: 24px;
      grid-row-gap: 16px;
      flex-direction: column;
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      align-items: flex-start;
      margin-top: 40px;
      display: grid;
    }

    .container-heading__ctas-wrap.is--mobile {
      margin-top: 40px;
    }

    .solution-wrap {
      margin-top: 47px;
    }

    .pt-xs {
      padding-top: 5px;
    }

    .audit-logo {
      max-height: 287px;
      max-width: 255px;
      top: 9%;
      right: 40px;
      transform: none;
    }

    .address-table {
      grid-template-columns: 1.1fr 1.1fr .6fr;
    }

    .address-table.is--first {
      min-width: 500px;
      grid-template-columns: 1.2fr 1.2fr .9fr .25fr;
    }

    .address-table__copy {
      padding-left: 9px;
    }

    .span--desktop {
      display: none;
    }

    .span--mobile {
      display: inline-block;
    }

    .second-table-wrap {
      margin-top: 90px;
    }

    .cta-section-centered {
      grid-row-gap: 36px;
      background-image: url(""), linear-gradient(#fff, #d4dbff);
      padding-top: 110px;
      padding-bottom: 100px;
    }

    .cta-section-bg-img {
      max-width: 320px;
      top: -17%;
    }

    .cta-section-bg-img._2 {
      bottom: -22%;
      right: -20%;
    }

    .cta-section-bg-img._3 {
      max-height: 70%;
      max-width: 100%;
    }

    .nav__mobile__bg-wrap,
    .nav__mobile__bg-image {
      width: 100%;
    }

    .container--top-p-xs {
      padding-top: 50px;
    }

    .collection-list {
      grid-column-gap: 12px;
    }

    .cta-section-left {
      grid-row-gap: 36px;
      background-image: url("");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 80px 36px 100px;
    }

    .autoscroll__half {
      width: 770px;
      height: 300px;
    }

    .card__bottom__flex-spread {
      grid-row-gap: 8px;
      flex-direction: column;
    }

    .container__heading-with-nav {
      margin-bottom: 40px;
    }

    .social-grid {
      grid-template-columns: 1fr;
      padding-top: 20px;
    }

    .social-grid__img-wrap {
      max-height: 55px;
      max-width: 55px;
    }

    .card__content-outer {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
    }

    .card-tertiary-whitebg.in--grid {
      max-width: 430px;
    }

    .span--breaking-desktop {
      display: none;
    }

    .card__heading-last {
      margin-bottom: 20px;
    }

    .accordion__head {
      padding-top: 32px;
    }

    .accordion__icon {
      flex: none;
    }

    .accordion__line {
      width: 30px;
    }

    .accordion__body__content {
      padding-top: 40px;
      padding-bottom: 0;
    }

    .accordion__grid {
      grid-template-columns: 1fr 1fr;
    }

    .member__bottom {
      grid-row-gap: 16px;
    }

    .card-tertiary--with-text {
      max-width: 450px;
      align-items: center;
    }

    .legal-rich-text.text--20.weight--300 p {
      margin-bottom: 20px;
    }

    .legal-rich-text.text--20.weight--300 h2 {
      font-size: 25px;
      line-height: 30px;
    }

    .legal-rich-text.text--20.weight--300 h3 {
      margin-top: 32px;
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 25px;
    }

    .hero__gradient-top {
      height: 20%;
    }

    .social-bg {
      opacity: .4;
      top: 0;
      transform: translate(-50%);
    }

    .footer-text-sm {
      font-size: 16px;
      line-height: 18px;
    }

    .calc-embed-wrap {
      padding-left: 0;
    }

    .card-custom {
      width: 100%;
      max-width: 450px;
    }

    .calculator__legend {
      grid-row-gap: 24px;
      padding-left: 27px;
    }

    .calculator__legend__item {
      width: 37%;
    }

    .legend__line {
      min-width: 20px;
    }

    .text--404.text--gradient.is--purple {
      font-size: 120px;
    }

    .address-table-scroll {
      padding-bottom: 24px;
      overflow: auto;
    }
  }

  @media screen and (max-width: 479px) {
    .section.section--dark.section--swiper {
      background-image: url("");
    }

    .hero-in-view.v-2 {
      margin-top: 50px !important;
    }

    .container.is--nav {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-right: 6px;
    }

    .container.is--eco {
      padding-top: 255px;
    }

    .container.container--404 {
      grid-row-gap: 32px;
    }

    .h1,
    .h1.text--gradient {
      font-size: 48px;
      line-height: 48px;
    }

    .h1.text--gradient.weight--400.bellow-rotate {
      font-size: 13vw;
      line-height: 13vw;
    }

    .h1.is--rotating {
      font-size: 13vw;
    }

    .h2 {
      font-size: 32px;
      line-height: 32px;
    }

    .h2.stat-text.text--gradient {
      font-size: 35px;
      line-height: 1;
    }

    .h2.stat-text.text--gradient.is--green.text--60 {
      font-size: 48px;
      line-height: 48px;
    }

    .h3,
    .h3.text--gradient.in--card.weight--400.last-card {
      font-size: 32px;
      line-height: 32px;
    }

    .h4 {
      font-size: 32px;
    }

    .h5,
    .h6 {
      font-size: 32px;
      line-height: 32px;
    }

    .h6.is--accordion {
      font-size: 20px;
      line-height: 20px;
    }

    .text--30.weight--300.is--hero {
      font-size: 18px;
      line-height: 22px;
    }

    .text--25.weight--300.address-table__name__text {
      font-size: 17px;
    }

    .text--20.weight--300.in--tertiary {
      font-size: 16px;
      line-height: 20px;
    }

    .text--20.container__subheading {
      margin-top: 18px;
    }

    .text--20.text--20--m-16 {
      font-size: 16px;
    }

    .button {
      font-size: 14px;
      line-height: 18px;
    }

    .button__inner-wrap {
      min-height: 55px;
      min-width: 200px;
      padding-left: 24px;
      padding-right: 24px;
    }

    .button__inner-wrap.with--icon {
      grid-column-gap: 8px;
    }

    .button__inner-wrap.is--tertiary.large.footer-right {
      grid-template-columns: 7fr 1fr;
    }

    .button__inner-wrap.is--cookie {
      min-height: 36px;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .button__left-wrap {
      width: 42px;
      height: 42px;
    }

    .card__content.is--secondary.in--grid.last {
      height: auto;
      justify-content: flex-end;
    }

    .card__content.is--news {
      grid-row-gap: 16px;
      padding-top: 32px;
      padding-bottom: 32px;
    }

    .card__content.is--why {
      padding-top: 98px;
    }

    .nav__menu {
      background-image: linear-gradient(rgba(9, 11, 16, .5), rgba(9, 11, 16, .5)), url("");
      background-position: 0 0, -70% 120%;
      background-size: auto, 120vw;
      padding: 90px 16px 50px;
    }

    .footer__block.right {
      margin-top: 8px;
    }

    .hero-text-rotate {
      height: 14vw;
      margin-bottom: 0;
      margin-top: -110px;
      position: absolute;
    }

    .content-left-border {
      margin-top: 32px;
    }
    .hero-left{
      margin-top: 140px;
    }

    .content-left-border.mt-0 {
      padding-left: 24px;
    }

    .hero-cards {
      grid-template-columns: 1fr 1fr;
    }

    .hero-card__img-desktop,
    .hero-card__img-mobile {
      display: block;
    }

    .container__heading {
      grid-row-gap: 5px;
    }

    .ecosystem-animation__step {
      max-width: 335px;
    }

    .ecosystem-video {
      max-height: 350px;
      max-width: 350px;
      top: -4.5vw;
    }

    .ecosystem-video-wrap {
      height: 320px;
    }

    .supported__logo_wrap._1.on-white {
      min-width: 33%;
    }

    .supported__logo_wrap._1.on-white._11 {
      border-right-style: none;
      margin-right: 0;
      padding-right: 0;
    }

    .supported__logo_wrap._2.on-white {
      min-width: 33%;
      border-right-style: none;
      margin-right: 0;
      padding-right: 0;
    }

    .supported__logo_wrap._2.on-white._22 {
      min-width: 25%;
      border-right-style: solid;
      flex: 0 auto;
      margin-right: 23px;
      padding-right: 23px;
    }

    .supported__logo_wrap._3.on-white {
      border-right-style: solid;
      border-right-color: rgba(9, 11, 16, .2);
      margin-right: 45px;
      padding-right: 27px;
    }

    .supported__logo_wrap._3.on-white._33 {
      min-width: 33%;
      order: -1;
    }

    .supported__logo_wrap._3.on-white._33.border {
      min-width: 33%;
    }

    .supported__logo_wrap._5 {
      flex: 0 auto;
    }

    .supported__logo_wrap._5.on-white {
      margin-right: 0;
      padding-right: 0;
    }

    .supported__logos-group.inner.on-white.first {
      margin-bottom: 24px;
    }

    .swiper-bg.mobile {
      top: 38%;
    }

    .button-sec,
    .button-sec-white,
    .button-ter,
    .btn-ter {
      font-size: 14px;
      line-height: 18px;
    }

    .text--inline {
      display: inline;
    }

    .hero-in-view {
      margin-bottom: 20px;
      padding-top: 100px;
    }

    .video-hero__gradient {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #090b10 83%);
      margin-left: -21%;
    }

    .introducing-stats {
      grid-row-gap: 24px;
    }

    .text--60 {
      font-size: 48px;
      line-height: 48px;
    }

    .earn-bottom {
      width: 100%;
      align-items: flex-start;
    }

    .button-wrap--two.in--earn {
      width: 100%;
      grid-column-gap: 8px;
      grid-row-gap: 16px;
      flex-direction: column;
      align-items: stretch;
    }

    .gradient-left {
      width: 120%;
    }

    .card__logo {
      max-height: 40px;
      max-width: 80px;
    }

    .calculator__col {
      padding-left: 16px;
      padding-right: 16px;
    }

    .calculator__col.is--right {
      grid-row-gap: 24px;
      padding-left: 16px;
      padding-right: 16px;
    }

    .calculator__right__text-wrap {
      padding-bottom: 24px;
    }

    .calculator__right-stats {
      grid-row-gap: 24px;
    }

    .calculator__canvas-embed {
      max-width: 100%;
      overflow: hidden;
    }

    .introducing__bg {
      top: 16%;
    }

    .stats__asset {
      min-width: 370px;
    }

    .earn-video-mobile {
      height: 295px;
    }

    .hero-video__video-mobile {
      width: 100vw;
      height: 90vh;
    }

    .footer__video-bg {
      width: 140vw;
      height: 140vw;
      bottom: 24%;
    }

    .is--calc-res {
      font-size: 24px;
      line-height: 26px;
    }

    .is--calc-res-title {
      font-size: 16px;
    }

    .stats__asset-video {
      left: -16px;
    }

    .hero__content {
      grid-row-gap: 40px;
    }

    .hero__gradient-bot {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 52%, #090b10 83%);
    }

    .tech-hero-img-mobile {
      margin-top: 0;
    }

    .global-scale__grid {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
    }

    .global-scale__grid__seperator {
      height: 70%;
      right: -30px;
    }

    .global-scale__grid__seperator.horizontal {
      top: -30px;
    }

    .global-scale__video-wrap {
      width: 120vw;
      height: 120vw;
    }

    .container-heading__ctas-wrap {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-direction: column;
      justify-content: space-between;
      align-items: stretch;
    }

    .container-heading__ctas-wrap.mobile-two-rows {
      margin-left: 0;
      margin-right: 0;
    }

    .solutions__bar {
      height: 32px;
    }

    .pt-xs {
      margin-top: -2px;
      padding-top: 0;
    }

    .audit-logo {
      right: -49px;
    }

    .address-table {
      grid-template-columns: 1.3fr 1.1fr .6fr;
    }

    .address-table.is--second {
      grid-template-columns: 1.5fr .9fr .6fr;
    }

    .address-table.is--first {
      min-width: 480px;
    }

    .address-table__asset {
      grid-column-gap: 8px;
    }

    .address-table__copy {
      padding-left: 17px;
    }

    .address-table__asset__img {
      max-height: 36px;
    }

    .address-table__copy__img {
      max-height: 28px;
    }

    .cta-section-centered {
      padding: 100px 50px 90px;
    }

    .cta-section-bg-img._3 {
      max-height: 75%;
    }

    .card__content__bot {
      padding: 5px 16px 20px;
    }

    .card__event__date {
      grid-column-gap: 10px;
    }

    .cta-section-left {
      padding: 60px 27px 70px;
    }

    .cta-section-left.bg-2 {
      padding-left: 16px;
      padding-right: 16px;
    }

    .autoscroll__half {
      width: 650px;
    }

    .social-grid {
      padding-top: 0;
    }

    .social-grid__img-wrap {
      max-height: 40px;
      max-width: 40px;
    }

    .social-grid__arrow {
      width: 20px;
    }

    .connect-grid {
      margin-bottom: -165px;
    }

    .image-7 {
      max-width: 75px;
    }

    .div-block-13 {
      height: auto;
    }

    .image-8 {
      max-width: 75px;
    }

    .roadmap {
      padding-bottom: 90vw;
    }

    .roadmap__globe-wrap {
      width: 100%;
      height: 90vw;
    }

    .accordion__head {
      padding-top: 16px;
      padding-bottom: 16px;
    }

    .accordion__body__content {
      padding-top: 32px;
    }

    .accordion__grid {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }

    .member__bottom {
      grid-row-gap: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
    }

    .card-tertiary--with-text {
      min-height: 380px;
    }

    .legal-rich-text.text--20.weight--300 {
      font-size: 16px;
      line-height: 20px;
    }

    .legal-rich-text.text--20.weight--300 h3 {
      font-size: 20px;
    }

    .social-bg {
      top: 20px;
    }

    .footer-text-sm {
      font-size: 16px;
      line-height: 18px;
    }

    .card-custom {
      min-height: 380px;
    }

    .cookie-popup-inner {
      grid-row-gap: 16px;
      padding-left: 24px;
      padding-right: 24px;
    }

    .calculator__legend {
      justify-content: space-around;
    }

    .calculator__legend__item.is--last {
      margin-left: auto;
      margin-right: auto;
    }

    .text--404.text--gradient.is--purple {
      font-size: 100px;
    }
  }

  #w-node-_305170ec-36dd-8dce-c114-0802cc5f57c2-cbb29efc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f15-cbb29efc {
    align-self: end;
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f1d-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f1e-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f27-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f28-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f31-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f32-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f3b-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f3c-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f45-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f46-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f4f-cbb29efc {
    align-self: center;
    justify-self: center;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f50-cbb29efc {
    justify-self: end;
  }

  #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f55-cbb29efc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79e7bde5-1258-0e31-6bdd-03f2af9d0fe6-cbb29efc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54f43e3d-ee5e-6f1f-33f3-f2a55c6b7872-5c6b7864 {
    justify-self: stretch;
  }

  #w-node-_95380d8f-9eb1-1e2f-4bf6-f8a2a0b50566-a0b50564 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_95380d8f-9eb1-1e2f-4bf6-f8a2a0b5056b-a0b50564 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: stretch;
  }

  #w-node-_478e6aff-35f7-b08a-fb12-e49730faacd7-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1379bb2a-4dde-7e78-a9dc-d6691b84c235-4f6ff7e1,
  #w-node-_2ae51afc-d483-b9fe-9c1f-4d43a414d893-4f6ff7e1,
  #w-node-_8c3291cb-9685-e7b3-556e-0788d4e4ee36-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23732fd6-c546-dc9b-c030-07fc793affb7-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2134fb5-5c35-50de-a9a7-28fbe77973c8-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9af-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9b0-4f6ff7e1,
  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9b1-4f6ff7e1,
  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9b2-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9b3-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_14605014-5cfb-1e11-8afa-cac64e03c9b4-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115364-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115365-4f6ff7e1,
  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115366-4f6ff7e1,
  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115367-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115368-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e7e12b1-1cc8-a181-ba26-fee512115369-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd104-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd105-4f6ff7e1,
  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd106-4f6ff7e1,
  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd107-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd108-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8b71142-0c47-ba60-3c52-16b89a7bd109-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcee-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcef-4f6ff7e1,
  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcf0-4f6ff7e1,
  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcf1-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcf2-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1178d15e-06f2-3bf8-9926-ab3383a0fcf3-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca4-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca5-4f6ff7e1,
  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca6-4f6ff7e1,
  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca7-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca8-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fb32cc0-729b-9270-85d8-eacfd719aca9-4f6ff7e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3845fc0b-14b6-0d68-caf9-b3ec633d117e-4f6ff7e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cfa8c183-8020-ee7a-d4c6-d1f49d2b78ae-4f6ff7e1,
  #w-node-_38b66294-e87a-4ffd-5006-ad3868e87551-4f6ff7e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ebc8c507-cf5f-d0ae-0d66-b9a507ea93f5-4f6ff7e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_08f682a1-182d-8c70-75fe-41489be46e77-4f6ff7e2,
  #w-node-_8a0d45c3-c1a4-6298-3fd0-6fc7a36fab30-4f6ff7e2,
  #w-node-_8487e18c-1fa1-ab15-339e-7373b3937992-4f6ff7e2,
  #w-node-_757da55e-6d60-6fd2-dbc9-900cc256f553-4f6ff7e2,
  #w-node-c8cec354-216c-f27a-33d5-d5e26f9aa841-4f6ff7e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c94e5c22-af90-e603-c793-923cde21c91d-4f6ff7fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df572d21-230f-8d3f-a7dd-73899448a1b9-4f6ff817 {
    align-self: center;
    justify-self: center;
  }

  #w-node-df572d21-230f-8d3f-a7dd-73899448a1ba-4f6ff817 {
    justify-self: end;
  }

  #w-node-_43c3f074-ab28-f66c-4e4c-0c28da251a7f-4f6ff818,
  #w-node-_93ea9d3b-163f-7a02-d687-7a3613e6b918-4f6ff818,
  #w-node-_7c6ee429-9a1e-ef48-b53a-b70caa72c22c-4f6ff818,
  #w-node-e2816ce3-835a-9ded-f633-899af50726fb-4f6ff818,
  #w-node-c589c09b-8e05-756b-47fd-5df6adb6e975-4f6ff818,
  #w-node-_4b5259be-78f0-e85d-d510-5d3c97d4166c-4f6ff818,
  #w-node-_402c0df0-8791-13ba-9fb5-e090384f44b3-4f6ff818,
  #w-node-_8a95bc8a-fdd7-8a9e-5bcc-54d1d93949ef-4f6ff818,
  #w-node-e464d245-f1ce-0b17-8130-db9391bd8537-4f6ff818,
  #w-node-f3111316-eab5-3f5e-c3e8-6752768c5607-4f6ff818,
  #w-node-_6fdd534a-bbde-e12f-5fc9-7648d2e25a0d-4f6ff818,
  #w-node-_8ecde593-4e05-f3c5-3ed7-1620d8975db2-4f6ff818,
  #w-node-_01ee8726-4fa3-5514-75de-571cf54944e1-4f6ff818,
  #w-node-ad60b557-434a-82c4-4ac0-403881013978-4f6ff818,
  #w-node-_8d79fd21-95af-37d8-a3eb-99e0fac8f690-4f6ff818,
  #w-node-_5f2820ef-e5c4-3053-a151-ca04ff307f63-4f6ff818,
  #w-node-_6f0d65ad-816b-a840-2178-16a3d165e38b-4f6ff818,
  #w-node-_12cf239b-adc2-13c3-3310-a16d2847b2e0-4f6ff818,
  #w-node-d810c390-be36-c225-0d47-2f9c19d1aa77-4f6ff818,
  #w-node-_3b66e529-9d2a-4dc9-6b02-f14fecd9fff6-4f6ff818,
  #w-node-a444c275-dc91-0476-4cfe-6584cedb94b3-4f6ff818,
  #w-node-d0ec8a1f-8035-8a90-a83a-b12881b7cf36-4f6ff818,
  #w-node-_2bb1a051-9b59-b6be-7208-2a635e91be24-4f6ff818,
  #w-node-_1c02f5a3-c2ce-2e1f-618f-06550ee36efc-4f6ff818,
  #w-node-eda3dc75-f886-0edd-61f4-31844c843d1e-4f6ff818,
  #w-node-ac08feff-fec2-cb3d-f7cf-3663f565bbc3-4f6ff818,
  #w-node-_85203277-4453-fdc7-c4f7-50f153cddfd3-4f6ff818,
  #w-node-_87997db2-132a-362f-8126-216c5ea33025-4f6ff818,
  #w-node-_34687d91-9161-5fcc-117c-be5cce0af330-4f6ff818,
  #w-node-d5f829cd-3d45-81c6-4a70-50de5c49ad45-4f6ff818,
  #w-node-_1bc603f3-8f27-45e8-5763-2c5a23ced6f9-4f6ff818,
  #w-node-d2d8f90d-04c5-ada1-2aea-9072bbf75b05-4f6ff818,
  #w-node-b520732c-30f9-af40-ad04-9c59c939584e-4f6ff818,
  #w-node-ec6d5041-3192-a171-0315-1fb5d13af4d9-4f6ff818,
  #w-node-cd67e7e3-ead4-d286-ad0a-8bff3a4ca4f4-4f6ff818,
  #w-node-e2b9c9a7-08ac-720d-499b-501c2311a150-4f6ff818,
  #w-node-_67de42cb-f9ba-a3b3-6108-0f7bf1595d0f-4f6ff818,
  #w-node-b92ed4a0-f4d3-d290-30af-b056d8b5b19b-4f6ff818,
  #w-node-_62458f7a-b9cc-6bf9-46ad-e7868bd9ae24-4f6ff818,
  #w-node-c06b8ebe-d826-7fe2-2178-580a0834fdd4-4f6ff818,
  #w-node-_88f11ca7-9df0-cbaa-7c14-7dfabe8adad0-4f6ff818,
  #w-node-d71e07f5-3e5e-dfc6-5701-ee8c2fc60f53-4f6ff818,
  #w-node-e5dc9f57-361b-fc16-3b05-807aa6489706-4f6ff818,
  #w-node-_434fa4ef-4439-aed4-fd66-1a6868089ce3-4f6ff818,
  #w-node-_2ff328f5-561b-61d4-acde-fcf0e1b6b2c6-4f6ff818,
  #w-node-_97cd5dad-e444-f4cd-e823-578b0b752e9d-4f6ff818,
  #w-node-_8a52f539-5671-43b9-579a-bd7167e76250-4f6ff818,
  #w-node-_26e3c172-83e4-6e56-3f01-6595ff179c58-4f6ff818,
  #w-node-_5c5ec6a5-7f17-c03e-5085-21a1dcaea7a6-4f6ff818,
  #w-node-cc5d643c-bc86-5d39-fa81-01dfc1c3cc74-4f6ff818,
  #w-node-b3e4b118-7d0c-87c0-f82a-de9e36335c63-4f6ff818,
  #w-node-_57da440f-4d42-571c-127b-0e60c5514b76-4f6ff818,
  #w-node-ceeeb147-2a5a-3554-8fbc-0945c641948b-4f6ff818,
  #w-node-_8ee911a6-e8fb-ecc8-9929-aaa231b76723-4f6ff818,
  #w-node-_51c28e12-3ef6-cbdf-5a2b-dd84eb2febad-4f6ff818,
  #w-node-dcda7ffe-7eea-a355-4bef-957248a52879-4f6ff818,
  #w-node-_050a4a82-a9b3-1ed6-f25c-168b58391f13-4f6ff818,
  #w-node-_2cd91b65-f029-a0bc-cd97-1daa5c925e01-4f6ff818,
  #w-node-dc0ca5f6-9f5b-cba9-9969-c68a19a42e25-4f6ff818,
  #w-node-d30cde18-ae6f-2e39-22b1-e1cb1c66ae3b-4f6ff818,
  #w-node-_8fdb8944-91c4-2ef0-fe28-17093f93466a-4f6ff818,
  #w-node-_98305269-a939-e003-418e-71c8b44e81f2-4f6ff818,
  #w-node-_2033a76e-6d29-8360-b61f-a5ed1add0e9c-4f6ff818,
  #w-node-_49c1f243-b755-d554-dd3f-fe408ab3dd50-4f6ff818,
  #w-node-d3516c1b-1054-094e-9bb1-3eb4014ac11e-4f6ff818,
  #w-node-_2233221c-8ded-760c-3809-6c2d28040465-4f6ff818,
  #w-node-_0f49643f-f7df-221f-784f-c7a5e7a15da9-4f6ff818,
  #w-node-a1e69a32-0dde-92b4-78e3-c4bb2461ad81-4f6ff818,
  #w-node-_515ddd3d-5815-2fd4-b37c-ceb51bedd32f-4f6ff818,
  #w-node-beaa7051-7fa6-4dc8-bd46-eba66a03d7ee-4f6ff818,
  #w-node-_82f57aa7-e830-b8ce-8175-f7450b5695a7-4f6ff818,
  #w-node-_0ac12684-84cc-a292-6ab2-4c86bbb85396-4f6ff818,
  #w-node-_21388266-5805-ef42-779c-6010ae2cdfe7-4f6ff818,
  #w-node-_76a36fcf-c601-bdab-3af9-96fa6aa9719e-4f6ff818,
  #w-node-_7205f55a-710b-e70c-5d23-4a2b4a9a3da1-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc20-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc24-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc28-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc2c-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc2d-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc31-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc34-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc37-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc3b-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc3f-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc46-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc49-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc4d-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc51-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc58-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc5b-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc5f-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc63-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc66-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc69-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc6d-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc71-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc79-4f6ff818,
  #w-node-_04000c80-2b08-77a4-96c1-84879720fc7c-4f6ff818 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }




  @media screen and (min-width: 1280px) {
    #w-node-_54f43e3d-ee5e-6f1f-33f3-f2a55c6b78e1-5c6b7864 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }

  @media screen and (max-width: 991px) {
    #w-node-_305170ec-36dd-8dce-c114-0802cc5f57c2-cbb29efc {
      grid-column: span 1 / span 1;
    }

    #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29eff-cbb29efc {
      justify-self: stretch;
    }

    #w-node-bd4a85b2-57a8-db43-a1d2-fbafcbb29f55-cbb29efc {
      grid-column: span 1 / span 1;
    }

    #w-node-c94e5c22-af90-e603-c793-923cde21c91d-4f6ff7fe {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .menulogo {
      width: 100%;
    }
  }



  @media screen and (max-width: 767px) {

    #w-node-_3845fc0b-14b6-0d68-caf9-b3ec633d117e-4f6ff7e1,
    #w-node-cfa8c183-8020-ee7a-d4c6-d1f49d2b78ae-4f6ff7e1,
    #w-node-_38b66294-e87a-4ffd-5006-ad3868e87551-4f6ff7e1,
    #w-node-ebc8c507-cf5f-d0ae-0d66-b9a507ea93f5-4f6ff7e1 {
      grid-column: span 1 / span 1;
    }

    .hero-video {
      top: 15%;
      left: 15%;
    }

    .section.section--dark {
      background-color: #000;
    }

    .btn__text-wrap,
    .button__arrow-wrap {
      flex-wrap: wrap;
      row-gap: 20px;
    }

    .gradient-hover-effect {
      width: 100%;
    }

    /* .button__icon{
    display: none;
  } */
    .add {
      flex-wrap: wrap;
      row-gap: 20px;
    }
    .subfooter{
      flex-wrap: wrap;
      padding: 50px 15px !important;
    }
  }

  @font-face {
    font-family: 'Atipla ND';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff96a_font.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Aeonik';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff7d7_Aeonik-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Aeonik';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff7d8_Aeonik-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Aeonik';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff7d9_Aeonik-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Aeonik';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff7da_Aeonik-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Aeonik';
    src: url('https://uploads-ssl.webflow.com/64b7a9ec467e9b2b4f6ff7a2/64b7a9ec467e9b2b4f6ff7dd_Aeonik-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
}

@media (max-width:650px) {
  .footer-text-sm {
    font-size: 11px !important;
  }

  .btn-ter.button--tertiary .div-block-2 img {
    width: 18px !important;
    height: auto !important;
  }

  .div-block-2 {
    grid-column-gap: 5px;
  }

  .hero-video.v-2 {
    height: 90vh;
    max-height: 90vh;
  }

  .menulogo {
    display: none;
  }

  .menulogo1 {
    display: block;
  }

  .nav__wrap img.menulogo1 {
    max-width: 200px;
  }
}



.w-1500 {
  max-width: 1500px !important;
}



.add {
  display: flex;
  column-gap: 30px;
}

.add .address h4 {
  font-size: 21px;
  font-weight: normal;
  border-bottom: 1px solid #c48604;
  padding-bottom: 10px;
}

.add .address p {
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
}

.add .address p span {
  color: #c48604;
  display: block;
  font-weight: 600;
}

.alpha-title span{
  font-size: 12px;
}


.subfooter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 100px;
  padding: 100px;
}
.subfooter .footercontent{
  flex: 1 1 30rem;
}
.arrow-position{
  position: absolute;
  right: 0;
}

