:root {
  --spark-library--black: black;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
}

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

.body {
  background-image: url('../images/WEBSITE-BACKGROUND-PATTERN.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  font-family: Inter, sans-serif;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1440px;
  height: auto;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack {
  height: 100%;
}

.image {
  cursor: auto;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title {
  color: #45b0e3;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

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

.title._2._3 {
  text-align: left;
}

.hero-title {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
}

.hero-title._2 {
  color: #7a7a7a;
  text-align: center;
}

.hero-title._2._3 {
  color: #7a7a7a;
  text-align: left;
}

.hero-sub-title {
  color: #7a7a7a;
  text-align: left;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.hero-sub-title._2 {
  margin-bottom: 60px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}

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

.dosage-info {
  width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
}

.cell-3 {
  background-image: url('../images/Tokenomics-box.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 80px;
}

.quick-stack-2 {
  height: 450px;
}

.paragraph {
  color: #7a7a7a;
  text-align: left;
  margin-bottom: 9px;
  padding: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
}

.image-2 {
  height: 100%;
}

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

.how-to-buy {
  width: 1440px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.how-to-buy._3 {
  height: auto;
}

.quick-stack-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  height: auto;
}

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

.heading-2 {
  color: #474e58;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

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

.image-3 {
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}

.cell-6, .cell-7, .cell-8 {
  background-color: #cff0ff;
  border-radius: 30px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #6eacdf;
  background-color: #fff;
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  color: var(--spark-library--white);
  text-align: center;
  background-color: #45b0e3;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #6eacdf;
  background-color: #fff;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-nav-menu.spark-rounded-corners {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: #cff0ff;
  border-radius: 999px;
  width: 1025px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image-4 {
  max-width: 100%;
  min-height: 40px;
  display: block;
}

.side-effects {
  width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

.heading-3 {
  color: #45b0e3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.image-5 {
  align-self: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.cell-9, .cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.pac-and-socials {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(2deg);
}

.pac-and-socials.play-earn-compete {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  transform: rotate(10deg);
}

.pac-and-socials.play-earn-compete.rotate1 {
  background-color: #cff0ff;
  justify-content: center;
  align-items: center;
  height: 115px;
  margin-top: 220px;
  margin-bottom: 220px;
  margin-left: auto;
  padding-top: 0;
  overflow: hidden;
  transform: none;
}

.clients {
  background-color: #0000;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.clients.nemosum-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ea5958;
  border: 4px dashed #6863a900;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 3000px;
  max-width: none;
  margin-top: -200px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.clients.nemosum-wrapper.color-1 {
  color: #fff;
  width: auto;
  min-height: 115px;
  margin-top: -200px;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}

.heading-27 {
  color: #b76900;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  overflow: hidden;
}

.heading-27.text-color-1 {
  color: #fff;
  overflow: hidden;
}

.ticker-bar {
  background-color: #cff0ff;
  min-height: 115px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cell-11, .cell-12, .cell-13, .cell-14, .cell-15 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.heading-28 {
  color: #b76900;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  overflow: hidden;
}

.heading-28.text-color-1 {
  color: #fff;
  overflow: hidden;
}

.syringe, .pill {
  height: 92px;
}

.paragraph-2, .paragraph-3, .cell-17 {
  color: #474e58;
  font-size: 20px;
  line-height: 30px;
}

.heading-29 {
  font-size: 50px;
  line-height: 60px;
}

.paragraph-4 {
  color: #7a7a7a;
  font-size: 20px;
  line-height: 30px;
}

.text-block {
  color: #7a7a7a;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.text-block.footer {
  text-align: center;
  margin-bottom: 0;
}

.cell-18 {
  justify-content: center;
  align-items: stretch;
  font-weight: 500;
}

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

.cell-19 {
  justify-content: center;
  align-items: flex-end;
  line-height: 30px;
}

.quick-stack-7 {
  background-color: #45b0e3;
  border: 0 #000;
  border-radius: 999px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.cta-button {
  text-decoration: none;
}

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

.section {
  background-color: #d8eefd;
}

.section.footer {
  min-height: 100px;
  padding: 20px;
}

.bold-text {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero, .dosage-info {
    width: auto;
  }

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

  .how-to-buy._3 {
    width: auto;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-line-3.spark-simple-line {
    background-color: #45b0e3;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #45b0e3;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-line-2.spark-simple-line {
    background-color: #45b0e3;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-rounded-edge-navbar {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .side-effects {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .pac-and-socials.play-earn-compete.rotate1 {
    padding-top: 0;
  }
}

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

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

  .cell-2 {
    padding: 0;
  }

  .dosage-info {
    width: auto;
    margin-bottom: 0;
  }

  .cell-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .paragraph {
    min-height: auto;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .how-to-buy._3 {
    width: auto;
    padding: 10px;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-line-3.spark-simple-line, .spark-line-1.spark-simple-line {
    background-color: #45b0e3;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-line-2.spark-simple-line {
    background-color: #45b0e3;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .side-effects {
    width: auto;
  }

  .pac-and-socials.play-earn-compete.rotate1 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
  }

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

  .text-block-2 {
    font-size: 15px;
  }

  .quick-stack-8 {
    width: 100%;
    padding: 0;
  }
}

#w-node-_66d133b5-5e9c-1948-9e80-271f5a9feb98-2819ffda, #w-node-d4d635fc-ef2b-045b-1ed0-351bfe6213a2-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4747089b-179b-5c05-8be1-c77ea13698af-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_41bae274-ce7d-6900-4747-1846481019b8-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_251af2aa-865d-a5dc-4c4d-b2435fb21c05-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0087d07-ac45-aaa9-0236-731fe94e507b-2819ffda, #w-node-c6399bda-3111-afa1-43d0-cf4f528a0167-2819ffda, #w-node-d7ca7e7f-5430-1a99-a086-1cfb9ad50dae-2819ffda {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2da5bf2c-d0cb-c151-93b4-15bd255bc0f8-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ee841be-106e-e8c5-7d71-e72f739b4a71-2819ffda {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_66d133b5-5e9c-1948-9e80-271f5a9feb98-2819ffda, #w-node-_41bae274-ce7d-6900-4747-1846481019b8-2819ffda, #w-node-_251af2aa-865d-a5dc-4c4d-b2435fb21c05-2819ffda, #w-node-_2da5bf2c-d0cb-c151-93b4-15bd255bc0f8-2819ffda {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66d133b5-5e9c-1948-9e80-271f5a9feb98-2819ffda, #w-node-d4d635fc-ef2b-045b-1ed0-351bfe6213a2-2819ffda {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4747089b-179b-5c05-8be1-c77ea13698af-2819ffda {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_41bae274-ce7d-6900-4747-1846481019b8-2819ffda, #w-node-_251af2aa-865d-a5dc-4c4d-b2435fb21c05-2819ffda, #w-node-_2da5bf2c-d0cb-c151-93b4-15bd255bc0f8-2819ffda {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


