@font-face {
  font-family: Druk;
  src: url('../fonts/Druk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@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: #333;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter UI;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  font-size: 4.75rem;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.body {
  color: #000;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-family: Montserrat, sans-serif;
}

.text-wrap {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-wrap.scrolled {
  justify-content: center;
  margin-top: 0;
}

.mouse-icon {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 6px;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vw;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.section.scerolled {
  clear: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
}

.section.scerolled.team {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.scerolled.hero {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
}

.section.scerolled.hidden {
  display: none;
}

.title-wrapper {
  height: Infinity% ;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70vw;
  margin-bottom: 200px;
  display: flex;
  position: absolute;
  inset: auto;
}

.scroll-indicator-wrapper {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.page-wrap {
  clear: none;
  color: #000;
  overflow: visible;
}

.mouse-wheel-icon {
  background-color: #fff;
  border-radius: 2px;
  width: 4px;
  height: 8px;
}

.section-header {
  color: #fff;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Druk, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.section-header.white {
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.section-header.smaller {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  overflow: visible;
}

.section-header.smaller.centered {
  letter-spacing: 1px;
  text-indent: 4px;
  text-transform: uppercase;
  font-family: Druk, Impact, sans-serif;
  font-size: 5rem;
  display: flex;
}

.section-header.smaller.centered.invisible {
  display: none;
}

.section-header.centered {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.sub-header {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  padding: .5rem 1.25rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.scroll-mouse-link {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav-item.last {
  margin-right: 0;
}

.btn-uline-plate {
  z-index: 3;
  background-color: #fd0402;
  border-radius: 20px;
  width: 180px;
  min-height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu {
  z-index: 2000;
  float: left;
  width: 50px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 1vw;
  right: 5vw;
}

.menu.w--open {
  z-index: 2;
  background-color: #0000;
  position: fixed;
  top: 4vw;
  right: 5vw;
}

.agive-mark {
  filter: none;
  padding-left: 0;
}

.agive-mark.dark {
  filter: invert();
}

.men-line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.men-line.left {
  width: 16px;
}

.men-line.right {
  float: right;
  width: 15px;
}

.nav-content {
  z-index: 1100;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 0;
  display: flex;
  position: static;
}

.menu-icon {
  z-index: 2000;
  cursor: pointer;
  width: 50px;
  height: 100%;
  padding-left: 10px;
}

.btn-link-plate {
  z-index: 5;
  position: absolute;
  inset: 0;
}

.nav {
  z-index: 1001;
  background-color: #0000;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.branding {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.nav-list {
  z-index: 1100;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.btn-text {
  z-index: 4;
  color: #0a0a0a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Inter UI;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
}

.btn-text.white {
  color: #fff;
}

.btn-uline {
  z-index: 3;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-tray {
  z-index: 1001;
  background-color: #1f1f1f;
  border-radius: 0 0 32px 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 20px 5px;
  display: flex;
  position: static;
  inset: 0% 40% auto;
  box-shadow: 0 16px 40px #00000026;
}

.nav-menu {
  z-index: 1000;
  background-color: #000000bf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: static;
}

.donate-tray {
  z-index: 1001;
  background-color: #1f1f1f;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 20px 5px;
  display: flex;
  position: fixed;
  inset: auto 40% 0%;
  box-shadow: 0 0 40px 4px #0000000d;
}

.donation {
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30px;
  display: flex;
  position: static;
}

.iconjar {
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 6px;
}

.iconjar.chevron {
  position: static;
}

.p-lead {
  font-size: 1.25rem;
}

.modal-window {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  width: 500px;
  margin-bottom: 0;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 0;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px #2e323c45;
}

.modal-window.donation-popup {
  z-index: 1000;
  border-radius: 16px;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 20px;
  transform: scale(.86);
}

.popup-wrapper {
  z-index: 9999;
  opacity: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-image {
  min-width: 100%;
}

.modal-header {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 1.25rem;
  font-weight: 600;
}

.style-wrap {
  background-color: #fff;
  padding: 40px;
}

.style-wrap.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap {
  max-width: 180px;
  margin-top: 60px;
}

.popup-overlay {
  background-color: #000000bf;
  position: fixed;
  inset: 0;
}

.btn-sweep {
  z-index: 3;
  background-color: #fd0402;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-wrap {
  text-decoration: none;
}

.btn-sweep-plate {
  z-index: 3;
  background-color: #fd0402;
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.btn-sweep-plate.dark {
  color: #000;
  background-color: #0a0a0a;
}

.image {
  z-index: -1;
  opacity: .51;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.branding-2 {
  z-index: 9999;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  max-height: 3.5rem;
  line-height: 1;
  display: flex;
}

.branding-2.w--current {
  justify-content: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  position: relative;
}

.segern-logomark {
  text-align: center;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
}

.mobile-nav-overlay {
  justify-content: space-between;
  width: 100vw;
  max-width: 1110px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-style-h2 {
  letter-spacing: -.05rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.underline-link {
  color: #fff;
  align-items: center;
  height: 1.85rem;
  text-decoration: none;
  display: flex;
}

.underline-link.dark {
  color: #000;
}

.cta33_logo {
  filter: invert();
  max-height: 3.5rem;
}

.qf-block {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-flex {
  align-items: center;
  display: none;
}

.global-button {
  object-fit: fill;
  background-color: #dc1d66;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-height: 3rem;
  margin-top: 21px;
  padding: .9rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.global-button.whitepaper {
  margin-top: 32px;
  font-size: 15px;
}

.global-button.nav-button {
  margin-top: 0;
}

.navbar {
  z-index: 99999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar.navbar-2 {
  display: none;
}

.text-weight-normal {
  font-weight: 400;
}

.toggle-dots {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
}

.menu-close {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
}

.mega-menu_grid {
  z-index: 9000;
  grid-column-gap: 9rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.mobile-navigation-tabbar {
  z-index: 9000;
  position: relative;
}

.menu_item-inner {
  position: relative;
}

.brand-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  display: flex;
}

.brand-block.w--current {
  text-decoration: none;
}

.text-style-muted {
  opacity: .6;
}

.qf-form-block {
  margin-top: 0;
  margin-bottom: 1rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.menu-trigger {
  background-color: #0000;
  border-radius: 1000rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.title-medium {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 500;
}

.toggle-close-line-2 {
  background-color: #070707;
  border-radius: 2px;
  width: 2px;
  height: 0;
  position: absolute;
}

.nav-elements {
  z-index: 2147483647;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
}

.nav-elements.second-bar {
  justify-content: center;
  align-items: center;
}

.menu-modal-close-button {
  z-index: 2147483647;
  font-weight: 300;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.action-group {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_heading-wrapper {
  max-width: 41.5rem;
}

.icon-chevron {
  opacity: 1;
  filter: none;
  width: .875rem;
  margin-bottom: -8px;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.title-small {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 600;
}

.menu-toggle-wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.menulink {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.quickfind {
  z-index: 9000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem 5% 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.button-text {
  letter-spacing: .05rem;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-weight: 500;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.pb-0 {
  padding-bottom: 0;
}

.menu-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #28292ecc;
  border-radius: 1rem;
  width: 100%;
  max-width: 23rem;
  height: auto;
  padding: 2rem 4rem 2rem 2rem;
  position: absolute;
  inset: 2rem 2rem 2rem auto;
  overflow: scroll;
}

.tag-chip {
  color: #1a3eff;
  letter-spacing: .031rem;
  background-color: #ff190024;
  border-radius: .5rem;
  align-items: center;
  max-width: 33.33%;
  padding: .75rem;
  font-size: .75rem;
  font-weight: 400;
  display: inline-block;
}

.div-hide {
  overflow: hidden;
}

.div-hide.is-menu-item {
  position: absolute;
  inset: auto 0% 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.menu_item-line {
  background-color: #0f0602;
  border-radius: .25rem;
  width: 50%;
  height: 1px;
}

.menu_item-line.is-white {
  background-color: #070707;
}

.arrow-icon-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: .875rem;
  margin-left: .875rem;
  padding-top: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-glyph {
  background-color: #1a3eff;
  width: .25rem;
  height: 1rem;
}

.tag-glyph.background-color-tag-orange {
  background-color: #1a3eff;
}

.background-frosted {
  z-index: -1;
  background-color: #ffffff40;
  align-self: center;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.footer_top.is-mega-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20vw;
  display: flex;
}

.toggle-dot-3 {
  z-index: 2;
  background-color: #070707;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 0;
  position: static;
}

.menu-link {
  color: #fff;
  letter-spacing: -.0625rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
}

.menu-link.small {
  color: #e7e7e7;
  font-size: 1.125rem;
  transition: all .4s;
}

.menu-link.small:hover {
  color: #fff;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta33_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
}

.tag_text {
  padding-top: .05rem;
  line-height: 1;
}

.gn-mobile-btn {
  z-index: 9000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-modal_background-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1a1c1fb3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nft {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-line-one {
  display: inline-block;
}

.cta33_component {
  color: #fff;
}

.container-large {
  z-index: 2147483647;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
}

.container-large.rounded {
  background-color: #232528;
  background-image: linear-gradient(138deg, #070707, #252525 59%, #414141);
  border-radius: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
}

.footer {
  color: #e7e7e7;
  font-weight: 600;
}

.toggle-dot-1 {
  z-index: 2;
  background-color: #070707;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-bottom: 2px;
  position: static;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-links-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-bottom: 1.25rem;
}

.logo-link {
  display: flex;
}

.global-search {
  color: #707070;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #a7a7a7;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 46px;
  padding: .75rem .75rem .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.global-search:hover {
  border-color: #a7a7a7;
}

.global-search.mobile-only {
  display: none;
}

.toggle-dot-2 {
  z-index: 2;
  background-color: #070707;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: static;
}

.swiper-component {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1a1c1fcc;
  border: 1px solid #28292e;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-height: 500px;
  padding: 1.5rem;
  display: grid;
  overflow: scroll;
}

.close-top {
  z-index: 1;
  background-color: #101010;
  width: 24px;
  height: 2px;
  margin-top: -4px;
  position: absolute;
  transform: none;
}

.menu-modal {
  z-index: 9999999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.flex-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.toggle-close {
  width: auto;
  height: auto;
  position: relative;
}

.menu_component {
  flex-direction: column;
  display: flex;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 25vh;
  display: flex;
}

.tag-content {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.nav-icon-link {
  color: #1a1c1f;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding: .3125rem;
  transition: all .4s;
  display: flex;
}

.nav-icon-link:hover {
  background-color: #707070;
  border-color: #707070;
}

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

.line-divider {
  background-color: #28292e;
  width: 100%;
  height: 1px;
}

.footer7_link {
  color: #e7e7e7;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.container-small {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  flex: none;
  width: 50%;
}

.swiper-slide.five-cards {
  width: 25%;
}

.button {
  color: #adadad;
  text-align: center;
  background-color: #1a1c1f;
  border-radius: 100rem;
  margin-top: 19px;
  padding: .3rem 1.4rem;
  font-weight: 400;
}

.button.is--light {
  color: #1a1c1f;
  background-color: #fff;
  font-weight: 500;
}

.button.is-large {
  padding: 1rem 2rem;
}

.close-bottom {
  z-index: 1;
  background-color: #101010;
  width: 24px;
  height: 2px;
  margin-top: 4px;
  position: absolute;
  transform: none;
}

.toggle-close-line-1 {
  background-color: #070707;
  border-radius: 2px;
  width: 2px;
  height: 0;
  position: relative;
}

.margin-bottom, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.swiper {
  width: 100%;
}

.swiper.swiper2 {
  margin-left: auto;
  margin-right: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-align-center {
  letter-spacing: -.05rem;
}

.search0box {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #28292ecc;
  background-image: url('../images/ESC.svg'), url('../images/search-lg.2-1.svg');
  background-position: 98%, 16px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border: 1px solid #0000;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 0;
  padding: 28px 80px 28px 55px;
  font-size: 1rem;
  font-weight: 600;
}

.search0box:focus {
  border-color: #a7a7a7;
}

.search0box::placeholder {
  color: #a7a7a7;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer7_top-wrapper {
  color: #e7e7e7;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.qf-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1a1c1f99;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu_item {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .25rem;
  display: flex;
  position: relative;
}

.menu_item.is-mega-menu {
  padding-bottom: 0;
}

.navmenu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 90%;
  display: flex;
}

.button-7 {
  background-color: #1a3eff;
  border-radius: 20px;
  max-height: 3rem;
  padding: .5rem 1.25rem;
  font-size: 12px;
}

.nav-2 {
  z-index: 8000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff9e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.brand-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.brand-block-2.w--current {
  text-decoration: none;
}

.toggle-dot-4 {
  z-index: 2;
  background-color: #070707;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-bottom: 2px;
  position: static;
}

.toggle-dot-5 {
  z-index: 2;
  background-color: #070707;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: static;
}

.toggle-close-line-3 {
  background-color: #070707;
  border-radius: 2px;
  width: 2px;
  height: 0;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.text-color-muted {
  color: #ffffff61;
}

.nav-wrapper {
  z-index: 999;
  position: sticky;
  top: 0;
}

.hero-heading-right {
  grid-column-gap: 80px;
  background-color: #0c0c0c00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  margin-top: 132px;
  padding: 80px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.phones-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.phone-1-2 {
  z-index: 0;
  object-fit: cover;
  margin-left: -33px;
  position: relative;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #dc1d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text.section-header {
  color: #fff;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-8 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-right-2 {
  grid-column-gap: 80px;
  background-color: #0c0c0c00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding: 100px 24px;
  line-height: 50vw;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: 490px;
  text-decoration: none;
  display: flex;
}

.image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  text-decoration: none;
  display: flex;
}

.kevin-drew-1 {
  object-fit: cover;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: -98px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-9 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-heading-right-3 {
  grid-column-gap: 80px;
  background-color: #0c0c0c00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.phone-1-3 {
  object-fit: cover;
  margin-left: -20px;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-10 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.testimonial-column-light {
  grid-row-gap: 40px;
  background-color: #0c0c0c00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1058px;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  background-color: #0c0c0c00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.quote {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title {
  color: #dc1d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-3 {
  grid-column-gap: 80px;
  background-color: #0c0c0c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.phone-1-4 {
  object-fit: cover;
}

.column-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.phone-1-5 {
  object-fit: cover;
  margin-left: -29px;
}

.column-8 {
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.paragraph.centered.ca {
  font-weight: 500;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-2 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-9 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column-10 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #db06c2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-11 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #dc1d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-12 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-12 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #dc1d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-14 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.phones-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rectangle {
  object-fit: cover;
}

.column-15 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: 490px;
  text-decoration: none;
  display: flex;
}

.image-wrapper-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 490px;
  text-decoration: none;
  display: flex;
}

.kevin-drew-2 {
  object-fit: cover;
}

.column-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #dc1d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-3 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.title-section {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-2 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 164px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-26 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.phone-1 {
  margin-left: -1px;
}

.phone-2 {
  z-index: 99990;
  margin-left: -67px;
  position: relative;
}

.phone-3 {
  margin-left: -43px;
}

.text-section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.text-section.token-section {
  padding-left: 251px;
  padding-right: 251px;
}

.big-heading {
  color: #fff;
  margin-top: 0;
  font-family: Druk, Impact, sans-serif;
  font-size: 10rem;
  display: none;
}

.phone-4 {
  margin-left: -70px;
}

.phone-5 {
  z-index: 999;
  margin-left: -27px;
  position: relative;
}

.phone-6 {
  margin-left: -38px;
}

.container-4 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-17 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 17%;
  height: 50%;
  text-decoration: none;
  display: flex;
}

.column-18 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 145px;
  padding-right: 145px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #dc1d66;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-28 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
  word-break: normal;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Druk, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  display: flex;
}

.bold-text-2 {
  color: #fff;
  margin-bottom: 32px;
  font-family: Druk, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.div-block {
  display: flex;
}

.image-2, .image-3, .image-4 {
  width: 50%;
  height: 50%;
}

.image-5, .image-6, .image-7 {
  width: 60%;
}

.image-8, .image-8.mobile-socials {
  width: 50%;
}

.image-8.mobile-socials.dextools-icon {
  width: 36%;
}

.bold-text-3 {
  text-transform: uppercase;
}

.youtube {
  width: 77rem;
  height: auto;
}

.image-9 {
  width: 23rem;
  margin-bottom: 32px;
  padding-bottom: 0;
  position: relative;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.icon {
  color: #dc1d66;
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.page-title {
  color: #565656;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: none;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-family: Druk, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-label {
  color: #565656;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.container-5 {
  min-width: 0;
  max-width: 0;
}

.container-6 {
  max-width: none;
}

.margin-top-100 {
  margin-top: 30px;
  display: flex;
}

.partner-logo {
  aspect-ratio: auto;
  opacity: .3;
  object-fit: fill;
  width: 7rem;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
}

.partner-logo.partner-logo-2 {
  width: 7.7rem;
}

.carousel-container {
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  font-size: 1rem;
  display: flex;
  overflow: hidden;
}

.body-2 {
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.image-10 {
  width: 19rem;
}

.footer-2 {
  grid-row-gap: 40px;
  background-color: #0000003d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding: 64px 24px 35px;
  text-decoration: none;
  display: flex;
}

.columns-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.column-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.frame-1410155786 {
  grid-column-gap: 2.53179px;
  justify-content: flex-start;
  align-items: center;
  width: 44.1503px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.helios-h {
  object-fit: cover;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6.65896px;
  height: 34.8555px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16.474px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.column-20 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: none;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-30 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.bold-text-4 {
  font-size: 2rem;
}

.rich-text-block {
  color: var(--white);
  margin-top: 44px;
}

.rich-text-block-2 {
  color: var(--white);
}

.link-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.link-block.dextools {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block.mobile-socials {
  justify-content: flex-start;
  align-items: center;
}

.stores-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 25px;
  display: none;
}

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

.hero-wrapper {
  height: 100%;
  position: absolute;
  inset: 0;
}

.socials {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.socials.second-links {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.mobile-socials {
  display: flex;
}

.dextools-icon {
  width: 36%;
}

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

.link-block-5 {
  display: none;
}

.link-block-5.w--current, .link-block-6, .link-block-7, .link-block-8 {
  display: flex;
}

.heading-3-columns {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-style {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #dc1d66;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Druk, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

._3-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-21 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column-22 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1410155791 {
  display: flex;
  overflow: hidden;
}

.text-32 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hero-stack {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.small-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.title-section-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.date {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.title-style {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-wrapper-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-12 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-23 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  grid-column-gap: 8px;
  background-color: #dc1d66;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-35 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.team-rectangles {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-7 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.columns-4 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 368px;
  display: flex;
}

.image-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 368px;
  text-decoration: none;
  display: flex;
}

.info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.name {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.description {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-style-3 {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-37 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.rich-text-block-4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
  margin-bottom: 65px;
  display: flex;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 540px;
  height: 320px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Druk, Impact, sans-serif;
  font-size: 2.5rem;
}

.text-block {
  color: #a6a2a2;
}

.collection-item {
  margin-bottom: 176px;
}

.collection-list-wrapper {
  flex-flow: wrap;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8 {
  align-self: stretch;
  max-width: 1220px;
}

.heading-2 {
  z-index: 1;
  font-size: 1.4rem;
  position: relative;
}

.collection-item-2 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  padding-bottom: 30px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
}

.text-block-2 {
  z-index: 1;
  color: #fff;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.section-5 {
  margin-top: 92px;
  display: block;
}

.div-block-6 {
  background-color: #00000080;
  background-image: linear-gradient(#00000030 10%, #fff0);
  position: absolute;
  inset: 0;
}

.link-block-9 {
  align-self: flex-end;
}

.link-block-9.read-now-button:hover {
  font-weight: 700;
}

html.w-mod-js [data-ix="page-wrapper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-up"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="fade-up-delay"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="play-button"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="onload-fadein-navigation"] {
  opacity: 0;
  display: block;
  transform: translate(0, -92px);
}

@media screen and (min-width: 1920px) {
  .section.scerolled.hero {
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
  }

  .title-wrapper {
    aspect-ratio: auto;
    transform-origin: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: auto;
    left: auto;
  }

  .image {
    width: 102.582%;
  }

  .branding-2 {
    z-index: 9999;
  }

  .image-9 {
    top: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 991px) {
  .text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-wrap.scrolled {
    justify-content: center;
    margin-top: 35vw;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.scerolled {
    justify-content: center;
    align-items: center;
    height: 100vw;
    margin: 40px 79px;
    overflow: visible;
  }

  .section.scerolled.hero, .title-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-indicator-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-wrap {
    background-color: #0000;
    overflow: hidden;
  }

  .section-header.white {
    max-width: 100%;
  }

  .section-header.smaller {
    font-size: 7rem;
  }

  .section-header.smaller.centered {
    font-size: 5rem;
  }

  .scroll-mouse-link {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .scroll-mouse-link.hidden {
    display: none;
  }

  .menu {
    top: 4vw;
    right: 5vw;
  }

  .menu-icon {
    top: 6vw;
    right: 5vw;
  }

  .brand-tray, .donate-tray {
    left: 25%;
    right: 25%;
  }

  .modal-window.donation-popup {
    width: 100%;
    max-width: 500px;
    transform: scale(.8);
  }

  .popup-wrapper {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .image {
    width: 100vw;
    overflow: clip;
  }

  .branding-2 {
    z-index: 9998;
    padding-left: 0;
  }

  .mobile-nav-overlay {
    z-index: 7100;
    align-items: flex-start;
    padding-top: 6em;
    display: none;
  }

  .icon-flex.gs-keystroke {
    display: none;
  }

  .mega-menu_grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .title-medium {
    font-size: 3rem;
  }

  .nav-elements {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: .75fr .25fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .menu-toggle-wrap {
    z-index: 2147483647;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-wrap {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .div-hide.is-menu-item {
    display: none;
  }

  .background-frosted {
    z-index: 7100;
    display: block;
  }

  .footer_top.is-mega-menu {
    padding-left: 0;
  }

  .gn-mobile-btn {
    float: right;
    background-color: #0000;
    width: 4rem;
    height: 4rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .gn-mobile-btn.mix-blend {
    z-index: 99000;
  }

  .nft {
    grid-template-columns: 1fr 1fr;
  }

  .global-search {
    width: 46px;
    display: none;
  }

  .global-search.mobile-only {
    display: flex;
  }

  .swiper-component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .close-top {
    z-index: 8900;
    color: #101010;
    background-color: #101010;
    display: none;
  }

  .menu-modal {
    display: none;
  }

  .swiper-slide, .swiper-slide.five-cards {
    width: 50%;
  }

  .close-bottom {
    z-index: 8900;
    background-color: #101010;
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .global-search-placeholder, .navmenu {
    display: none;
  }

  .container, .columns, .container-2 {
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper-5 {
    margin-left: 59px;
  }

  .columns-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .phone-1 {
    width: 14rem;
    height: auto;
  }

  .phone-2 {
    width: 12rem;
    height: auto;
  }

  .phone-3 {
    width: 11rem;
    height: auto;
  }

  .text-section, .text-section.token-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .vectors-wrapper-3 {
    width: 29%;
  }

  .image-5, .image-6, .image-7, .image-8 {
    width: 50%;
  }

  .youtube {
    width: 24rem;
  }

  .image-9 {
    width: 17rem;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .column-19 {
    align-items: center;
  }

  .small-columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-links {
    align-items: center;
  }

  .content-5, .footer-links-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .rich-text-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rich-text-block-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rich-text-block-3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .f2wf-columns, ._3-columns, .columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .collection-list-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .container-8 {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 50% 100%;
  }

  .text-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrap.scrolled {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    margin-top: 20vw;
    margin-bottom: 0;
  }

  .section.scerolled {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    height: 100vw;
    min-height: 0;
    margin: 162px 26px;
    overflow: visible;
  }

  .section.scerolled.hero {
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: nowrap;
  }

  .section-header {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .section-header.smaller.centered {
    font-size: 4rem;
  }

  .scroll-mouse-link {
    display: flex;
  }

  .scroll-mouse-link.hidden {
    display: none;
  }

  .nav-item {
    margin-bottom: 5vh;
  }

  .menu {
    top: 2vw;
    right: 5vw;
  }

  .nav-content {
    top: 35%;
  }

  .menu-icon {
    top: 4vw;
    right: 5vw;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .donate-tray {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 56px;
  }

  .branding-2 {
    padding-left: 0;
  }

  .mobile-nav-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: none;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .cta33_logo {
    max-height: 3rem;
  }

  .global-button.nav-button {
    display: flex;
  }

  .mega-menu_grid {
    grid-row-gap: 5rem;
  }

  .title-medium {
    font-size: 2.5rem;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .menu-wrap {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0% 0% 0% auto;
  }

  .background-frosted {
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gn-mobile-btn {
    inset: auto 0% 0% auto;
  }

  .nft {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .close-top {
    z-index: 999999;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.five-cards {
    width: 50%;
  }

  .close-bottom {
    z-index: 999999;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper {
    object-fit: scale-down;
  }

  .phones-3 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    font-size: 15px;
  }

  .button-12 {
    overflow: visible;
  }

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

  .phones-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .phone-1 {
    width: 13rem;
    height: auto;
    margin-left: -52px;
  }

  .phone-2 {
    height: auto;
    margin-left: -94px;
  }

  .phone-3 {
    height: auto;
    margin-left: -56px;
  }

  .big-heading {
    text-align: center;
    font-size: 8rem;
  }

  .content-3 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .youtube {
    width: 29rem;
  }

  .image-9 {
    width: 15rem;
  }

  .image-11 {
    width: 2.3rem;
  }

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

  .rich-text-block-4 {
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section-5 {
    padding: 18px;
  }
}

@media screen and (max-width: 479px) {
  .text-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-top: auto;
    padding-left: 0;
    position: static;
    overflow: visible;
  }

  .text-wrap.scrolled {
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
  }

  .section {
    justify-content: flex-start;
    width: 100vw;
    padding-left: 23px;
    padding-right: 23px;
    overflow: hidden;
  }

  .section.scerolled {
    justify-content: center;
    width: 100vw;
    height: 100vw;
    margin: 125px auto 125vw;
    padding-left: 33px;
    padding-right: 33px;
    display: block;
  }

  .section.scerolled.team {
    margin-bottom: auto;
  }

  .section.scerolled.hero {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 50vw;
    display: flex;
  }

  .section.mobile-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .title-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    place-content: flex-start center;
    align-items: center;
    max-width: 100vw;
    height: auto;
    position: static;
  }

  .scroll-indicator-wrapper {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .page-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .section-header {
    justify-content: center;
    align-items: center;
  }

  .section-header.white {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
  }

  .section-header.smaller {
    font-size: 4rem;
  }

  .section-header.smaller.centered {
    font-size: 2.8rem;
  }

  .section-header.smaller.centered.invisible {
    display: none;
  }

  .sub-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
  }

  .scroll-mouse-link {
    display: flex;
  }

  .scroll-mouse-link.hidden {
    display: none;
  }

  .menu {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 2vw;
    left: auto;
    right: 5vw;
  }

  .menu-icon {
    height: 5vw;
    top: 5vw;
    left: auto;
    right: 5vw;
  }

  .brand-tray, .donate-tray {
    left: 15%;
    right: 15%;
  }

  .modal-window {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .popup-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-nav-overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 100vh;
    display: none;
    inset: 0% auto 0% 0;
  }

  .global-button {
    background-color: #dc1d66;
  }

  .global-button.nav-button {
    width: 6rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .navbar {
    z-index: 999;
    height: 70px;
  }

  .navbar.navbar-2 {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mega-menu_grid {
    grid-row-gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-navigation-tabbar {
    z-index: 9000;
    position: relative;
  }

  .brand-block.w--current {
    display: none;
  }

  .menu-trigger {
    background-color: #0000;
  }

  .nav-elements.second-bar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
  }

  .action-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .action-group.second-socials {
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.4rem;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .menu-toggle-wrap {
    z-index: 99;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menulink {
    display: none;
  }

  .menu-wrap {
    width: 100%;
  }

  .cta33_logo-row {
    justify-content: center;
  }

  .gn-mobile-btn {
    inset: auto 0% 0% auto;
  }

  .nft {
    grid-template-columns: 1fr;
  }

  .container-large {
    z-index: 999;
    height: 1rem;
  }

  .menu-links-grid.pages {
    display: none;
  }

  .global-search.mobile-only {
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: .35rem;
  }

  .collection-list {
    max-height: 330px;
  }

  .menu-modal {
    display: none;
  }

  .nav-icon-link {
    width: 36px;
    height: 36px;
  }

  .swiper-slide.five-cards {
    width: 100%;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: fixed;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .image-wrapper {
    object-fit: fill;
    object-position: 50% 50%;
    flex: 0 auto;
  }

  .phones-3 {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .vectors-wrapper {
    aspect-ratio: 1;
    height: 100%;
    overflow: hidden;
  }

  .column-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .phones-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .phone-1 {
    width: 15rem;
    height: auto;
    margin-left: -59px;
    margin-right: -29px;
    padding-right: 21px;
  }

  .phone-2 {
    z-index: 888;
    aspect-ratio: auto;
    width: 13rem;
    height: auto;
    margin-left: -72px;
    margin-right: -23px;
  }

  .phone-3 {
    width: 10rem;
    height: 30%;
    margin-left: -38px;
  }

  .text-section {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    display: flex;
  }

  .text-section.token-section {
    padding-left: 9px;
    padding-right: 9px;
  }

  .big-heading {
    text-align: center;
    font-size: 5rem;
  }

  .phone-4 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 70rem;
    height: auto;
    margin-left: -32px;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-5 {
    z-index: 888;
    width: 80rem;
    height: auto;
    margin-left: -52px;
    margin-right: -18px;
  }

  .phone-6 {
    width: 70rem;
    height: auto;
    margin-left: -27px;
    padding-right: 0;
  }

  .vectors-wrapper-3 {
    width: 40%;
    height: 60%;
  }

  .content-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text {
    text-align: center;
  }

  .image-5, .image-6, .image-7 {
    width: 80%;
  }

  .image-8 {
    width: 45%;
  }

  .youtube {
    width: 23rem;
  }

  .wrapper.ticker-page {
    overflow: hidden;
  }

  .div-block-2 {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title {
    text-align: center;
    font-size: 14px;
    line-height: 46px;
  }

  .js-clock {
    flex-wrap: wrap;
    flex: 0 auto;
    padding-left: 0;
  }

  .box {
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 6rem;
  }

  .carousel-container {
    width: 200vw;
  }

  .logo-container {
    width: auto;
  }

  .image-10 {
    width: 10rem;
  }

  .footer-2 {
    margin-top: auto;
    margin-bottom: 2px;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .content-4, .footer-links {
    justify-content: center;
    align-items: center;
  }

  .content-5 {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .footer-links-2 {
    justify-content: center;
    align-items: center;
  }

  .text-30 {
    color: #fff;
  }

  .link-block, .link-block.mobile-socials {
    justify-content: center;
    align-items: center;
  }

  .socials {
    display: none;
  }

  .mobile-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
    display: flex;
  }

  .link-block-2, .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .rich-text-block-3 {
    margin-top: 72px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .title-style {
    font-size: 30px;
  }

  .collection-list-3 {
    grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  }

  .section-5 {
    padding: 17px;
  }
}

#w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc71-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc74-85f1dc6d, #w-node-f8c0d76a-73bb-2504-7cd3-f99a0bc7240e-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc7e-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc80-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc82-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc85-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc87-85f1dc6d, #w-node-_39ee5d6b-478f-b48f-1692-4efc53265bf1-85f1dc6d, #w-node-_4aba2e90-7e22-8656-e739-82e91603039f-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc89-85f1dc6d, #w-node-_15c5e3ca-9c5d-d2fd-5df4-0e5f85f1dc8b-85f1dc6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f8c0d76a-73bb-2504-7cd3-f99a0bc72408-85f1dc6d {
    align-self: center;
  }
}


@font-face {
  font-family: 'Druk';
  src: url('../fonts/Druk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}