:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-wrapper-2 {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-nav-link-2 {
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: #b09755;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---btn-primary-small {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  background-image: linear-gradient(135deg, #5f4101, #c8af62 53%, #5f4101);
  border: 1px solid #3f2b01;
  border-radius: 10px;
  justify-content: center;
  width: 200px;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.cta-defartment {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brix---btn-primary-small.tokenomics {
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

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

.hero-title {
  width: 1200px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  text-align: center;
  margin-bottom: 65px;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  height: auto;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  box-shadow: 0 14px 10px #0003;
}

.heading {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading.tokenomics {
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.div-block-2 {
  padding: 40px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph.tokenomics {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.heading-2, .heading-3, .heading-4 {
  font-size: 50px;
  line-height: 60px;
}

.heading-5 {
  margin-top: 0;
}

.heading-5.tokenomics {
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.image {
  box-shadow: none;
  border-radius: 10px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.the-defartment {
  width: 1200px;
  height: auto;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.paragraph-2 {
  text-align: center;
  width: 800px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 40px;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 750px;
  height: 575px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.cell {
  background-image: linear-gradient(#03145a, #1a1a2b);
  border-radius: 10px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 21px;
  display: grid;
  box-shadow: 0 14px 10px #0003;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}

.cell-2 {
  border-radius: 10px;
  box-shadow: 0 14px 10px #0003;
}

.image-2 {
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.community {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  height: auto;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tokenomics {
  width: 1200px;
  height: auto;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  border-radius: 10px;
  height: 575px;
  box-shadow: 0 14px 10px #0003;
}

.footer {
  background-color: #000;
  height: 150px;
  padding: 21px;
}

.heading-9, .paragraph-4 {
  color: #fff;
  text-align: center;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #000;
  font-family: Inter, sans-serif;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: center;
}

.brix---paragraph-default {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
}

.brix---paragraph-default.rights {
  font-weight: 400;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---footer-bottom-v12 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding: 15px;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .brix---header-nav-list-item-left, .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
  }

  .brix---header-nav-link-2 {
    color: #000;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .hero-title {
    width: auto;
  }

  .text-block {
    font-size: 40px;
  }

  .hero-section {
    grid-template-columns: 1fr;
    width: auto;
    padding: 10px;
  }

  .div-block-2 {
    padding: 0;
  }

  .paragraph, .paragraph.tokenomics {
    font-size: 20px;
    line-height: 30px;
  }

  .the-defartment {
    width: auto;
    padding: 10px;
  }

  .heading-7 {
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .quick-stack {
    width: auto;
    height: auto;
  }

  .community {
    grid-template-columns: 1fr;
    width: auto;
    padding: 10px;
  }

  .tokenomics {
    width: auto;
    padding: 10px;
  }

  .image-3 {
    padding: 10px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }
}

#w-node-_2b541ec8-0550-109c-4d17-e09886b2d152-62053399 {
  place-self: center;
}

#w-node-_255e5aaf-fac3-70c7-10e9-5640fb91bb8a-62053399 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1ba458c-26ae-9ee4-bf19-27b2e26ad287-62053399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a3099c2d-1410-44f3-f275-2dab03521222-62053399 {
  align-self: start;
}

#w-node-_41cc2ef4-7f43-5d55-e422-5b3c953eb75e-62053399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_41cc2ef4-7f43-5d55-e422-5b3c953eb762-62053399 {
  align-self: start;
}

#w-node-_16f6e5ff-12a3-f387-60c3-83e0fa9f2ce5-62053399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_16f6e5ff-12a3-f387-60c3-83e0fa9f2ce9-62053399 {
  align-self: start;
}

#w-node-a23fd645-aa60-af0d-efb6-2cde61736a5d-62053399 {
  place-self: center;
}

#w-node-_0b97ab31-00db-cd8e-42b5-f286baab24d3-62053399 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0b97ab31-00db-cd8e-42b5-f286baab24ce-62053399 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0b97ab31-00db-cd8e-42b5-f286baab24d3-62053399 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0b97ab31-00db-cd8e-42b5-f286baab24d3-62053399 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_255e5aaf-fac3-70c7-10e9-5640fb91bb8a-62053399 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


