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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #fff;
  border: 3px solid #000;
  border-width: 2px 3px 5px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-link {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.body {
  background-color: #e9bfff00;
  flex-flow: column;
  display: block;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.quick-stack {
  width: 100%;
  height: 100%;
}

.div-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block.ca {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff3d5;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 5px 30px;
  display: flex;
}

.div-block.partners {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff3d5;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 5px 5px 20px;
  display: flex;
}

.div-block.tokenomics {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff3d5;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
}

.heading {
  color: #fff3d5;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-shadow: 4px 3px 5px #000;
  margin-top: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 100px;
}

.heading.header {
  color: #000;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  font-size: 33px;
}

.div-block-2 {
  border-top: 3px #000;
  border-bottom: 3px #000;
  border-radius: 0;
}

.div-block-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ca {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-top: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 74px;
  margin-right: 74px;
  display: flex;
}

.heading-copy {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.heading-2 {
  color: #000;
  -webkit-text-stroke-width: 0px;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.section {
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.section.partners {
  background-image: none;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5.tablet, .tab-view, .tabletview {
  display: none;
}

.section-2 {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-left: 10px;
}

.div-block-6 {
  -webkit-text-stroke-width: 3px;
  background-color: #ffd82c78;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 10px 20px;
}

.heading-3 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.div-block-5-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-3 {
  background-image: url('../images/978366b6-71b4-4d5d-84f3-6a6dd02f571e.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: block;
}

.div-block-7 {
  background-image: url('../images/branch.png');
  background-position: 0 0;
  background-size: auto;
  height: 250px;
  margin-bottom: 60px;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff3d5;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4 {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.heading-5, .heading-6 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-9 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.footer {
  background-color: #fff3d5;
  border: 3px #000;
  border-top-style: solid;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.logo {
  width: 100px;
  height: 100px;
}

.about {
  margin: 0 40px 40px;
}

.link-block {
  text-transform: none;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.about-tab {
  display: none;
}

.image-3 {
  margin-right: 100px;
}

.image-4 {
  margin-right: 0;
}

.div-block-11 {
  background-image: url('../images/branch.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  height: 200px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff3d500;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-13 {
  background-color: #fff3d5;
  border: 3px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.image-5 {
  border-radius: 35px;
}

.quick-stack-4.tablet {
  border-top: 3px #000;
  border-bottom: 3px #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    border-bottom-style: none;
    border-radius: 20px 20px 0 0;
  }

  .nav-link {
    background-color: #fff0;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block.ca {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.partners {
    padding: 20px;
    font-weight: 400;
  }

  .heading {
    color: #fff3d5;
    margin-top: 20px;
    font-size: 75px;
  }

  .heading.header {
    color: #000;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
  }

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

  .heading-copy {
    font-weight: 600;
  }

  .cell-2 {
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
  }

  .heading-2.about {
    font-weight: 700;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .menu-button {
    background-color: #a27e7e00;
  }

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

  .icon {
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .webview {
    display: none;
  }

  .tabletview {
    display: block;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 60px;
  }

  .section-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .heading-4 {
    display: none;
  }

  .footer {
    background-color: #fff3d5;
  }

  .about-tab {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    background-color: #fff3d5;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 20px;
  }

  .image-4 {
    margin-right: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-13 {
    width: 150px;
    height: 150px;
  }

  .div-block-14 {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-flow: row;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 100px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block.ca {
    margin-top: 0;
  }

  .div-block.partners {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .div-block.tokenomics {
    padding-top: 20px;
  }

  .heading {
    font-size: 75px;
  }

  .heading.header {
    color: #000;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
  }

  .ca {
    font-size: 18px;
  }

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

  .heading-2 {
    font-size: 55px;
  }

  .tab-view {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .menu-button {
    background-color: #fff0;
  }

  .section-2 {
    padding: 40px;
  }

  .image {
    display: inline-block;
  }

  .section-3 {
    padding: 20px;
  }

  .image-2 {
    display: inline-block;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
  }

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

  .logo {
    width: 75px;
    height: 75px;
  }

  .quick-stack-2, .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6 {
    width: 75px;
    height: 75px;
  }

  .quick-stack-4.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    height: auto;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block.partners {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 45px;
  }

  .div-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ca {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-copy {
    -webkit-text-stroke-width: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
  }

  .heading-2 {
    -webkit-text-stroke-width: 0px;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
  }

  .section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-5.tablet {
    display: none;
  }

  .tab-view {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .section-2 {
    padding: 0 0 40px;
  }

  .heading-3 {
    font-size: 25px;
    font-weight: 700;
  }

  .div-block-5-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .logo {
    width: 50px;
    height: 50px;
  }

  .quick-stack-3 {
    padding: 0;
  }

  .div-block-14 {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .image-6 {
    width: 50px;
    height: 50px;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .quick-stack-4 {
    padding: 0;
  }

  .dib {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_80b8c110-92ac-fa9f-43d9-0869b7172450-4b686810, #w-node-_80b8c110-92ac-fa9f-43d9-0869b7172453-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9bca737-3079-6761-418a-f58500fa9cc7-4b686810 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-d7209e48-5c29-9dfd-828a-28c58983bcda-4b686810 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f683-4b686810 {
  place-self: center;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f684-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f685-4b686810 {
  place-self: center;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f686-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f687-4b686810 {
  place-self: center;
}

#w-node-_1003e537-3b7e-e0f3-2478-ed4a54d9f688-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f41b-4b686810 {
  place-self: center;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f41c-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f41d-4b686810 {
  place-self: center;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f41e-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f41f-4b686810 {
  place-self: center;
}

#w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f420-4b686810 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b538f986-6235-22f0-52ae-faa1806ce76c-4b686810 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-b9bca737-3079-6761-418a-f58500fa9cc7-4b686810 {
    display: none;
  }

  #w-node-d7209e48-5c29-9dfd-828a-28c58983bcda-4b686810 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-b538f986-6235-22f0-52ae-faa1806ce76c-4b686810 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7209e48-5c29-9dfd-828a-28c58983bcda-4b686810 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-b538f986-6235-22f0-52ae-faa1806ce76c-4b686810 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1c5502a4-7cd0-b4d4-29fc-85940468f419-4b686810 {
    place-self: center;
  }
}


