:root {
  --text-grey: #5b616e;
  --blue-primary: #0052ff;
  --grey-superlight: #eef0f3;
  --text-dark-grey: #061626;
  --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;
  }
}

body {
  color: var(--text-grey);
  font-family: Public Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 75px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--text-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--text-grey);
  margin-bottom: 0;
  font-size: 16px;
}

a {
  color: var(--blue-primary);
  text-decoration: underline;
}

li {
  color: var(--text-grey);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
}

.container {
  max-width: 1192px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.container.navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.bordered {
  border-top: 1px solid var(--grey-superlight);
  padding-top: 48px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navlink {
  padding: 24px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.body {
  color: var(--text-dark-grey);
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--blue-primary);
  border-radius: 500px;
  padding: 10.5px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.button.mr16 {
  margin-right: 16px;
}

.button.secondary {
  background-color: var(--grey-superlight);
  color: var(--text-dark-grey);
  margin-right: 16px;
}

.button.secondary.hide-on-mobile {
  flex: 0 auto;
  display: none;
}

.button.large {
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20.5px 38px;
  font-size: 16px;
  line-height: 19px;
  display: block;
  position: static;
}

.button.large.centerbutton {
  margin-left: auto;
  margin-right: auto;
}

.hero {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

.nav-menu {
  clear: none;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.hero-body {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.hero-content {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.image {
  object-fit: fill;
  align-self: center;
  overflow: visible;
}

.image.earn {
  border-radius: 8px;
  max-width: none;
  max-height: 600px;
  margin-top: 10px;
}

.image.social {
  color: var(--text-dark-grey);
  background-color: #0052ff;
  border-style: solid;
  border-radius: 4px;
  max-width: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
}

.image.bordertrans {
  background-color: #e2e2e2;
  border-radius: 12px;
}

.image.trade {
  border-radius: 8px;
  max-width: none;
  max-height: 100%;
}

.check-bullet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section {
  padding-top: 28px;
  padding-bottom: 56px;
  display: block;
}

.section.bg-blue-wash {
  background-color: #f5f8ff;
}

.section.footer-sections {
  padding-top: 0;
}

.section.bg-blk {
  color: var(--grey-superlight);
  background-color: #1a1a1a;
}

.heading {
  margin-bottom: 16px;
}

.image-2 {
  width: 100%;
}

.small {
  font-size: 16px;
  line-height: 19px;
}

.regular {
  font-weight: 500;
}

.h3-2 {
  color: var(--text-dark-grey);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.val-prop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: column;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 7px #e3ebf7;
}

.paragraph-2 {
  margin-bottom: 60px;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.mb8 {
  margin-bottom: 8px;
}

.chip {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--grey-superlight);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.small-caps {
  color: var(--text-grey);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.chips {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 446px;
  margin-top: 0;
  display: flex;
}

.chips.hidden {
  flex: 0 auto;
  display: none;
}

.image-3 {
  width: 446px;
}

.cell-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

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

.chip-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.bigger {
  font-size: 28px;
  line-height: 36px;
}

.cell-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

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

.image-4 {
  width: 78px;
  margin-bottom: 14px;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.regular-size {
  font-size: 16px;
}

.heading-3 {
  float: none;
  clear: none;
  text-align: center;
  margin-bottom: 28px;
  position: static;
  overflow: auto;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.link {
  color: #0af;
}

.paragraph-4 {
  font-style: normal;
}

.section-2 {
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.heading-7 {
  clear: none;
  text-align: center;
  margin-bottom: 14px;
  position: static;
}

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

.image-5 {
  border-radius: 8px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.button-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  display: block;
}

.paragraph-5 {
  color: var(--blue-primary);
  font-family: Patrick Hand, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.container-3 {
  display: block;
}

.cell-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.quick-stack-4 {
  float: none;
  clear: none;
  text-align: left;
}

.logo {
  max-width: 225px;
}

.x-twitter {
  color: var(--text-dark-grey);
  background-color: #b4afaf;
}

.paragraph-6 {
  line-height: 28px;
}

.link-block {
  display: flex;
}

.link-block-2 {
  display: block;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  display: flex;
}

.mask {
  box-sizing: border-box;
  object-fit: fill;
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 85%;
  padding: 16px 16px 48px;
}

.slider.fullheight {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 85%;
  padding: 16px 16px 48px;
  display: flex;
}

.slide-nav {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

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

.slide {
  vertical-align: middle;
}

.slide-2 {
  vertical-align: middle;
  object-fit: fill;
}

.list {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.list-item {
  margin-top: 16px;
  font-size: 28px;
  line-height: 36px;
}

.icon, .icon-2 {
  color: var(--text-dark-grey);
}

.text-span {
  color: #f11;
}

.h3 {
  color: var(--text-dark-grey);
  text-align: center;
  margin-bottom: 16px;
  font-size: 32px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navlink {
    padding-left: 24px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bigger {
    font-size: 21px;
    line-height: 24px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .navlink {
    padding-left: 24px;
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .hero-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .chip {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .chips {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: none;
    overflow: auto;
  }

  .image-3 {
    width: auto;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .cell-5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    width: 135px;
  }

  .button, .button.secondary.hide-on-mobile {
    display: none;
  }

  .hero {
    overflow: hidden;
  }

  .chip {
    flex: none;
    justify-content: flex-start;
    display: flex;
  }

  .chips {
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .menu-button {
    margin-right: -16px;
    padding: 16px;
  }
}

#w-node-_0db869c3-d85c-78e2-addf-aa108e74eb0c-01751e79 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_445e463e-0b63-3aac-f613-e9a7684e8d91-01751e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6169074b-93e6-9586-6b78-208ba2fa6b43-01751e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ebb1406b-b622-d550-c911-d22e0be6d081-01751e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-01751e79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_54fd0f91-3d7b-fe85-68cb-2b9c1691a018-263cdb74, #w-node-b30ff879-b019-cfd6-53ec-6d94366bda78-263cdb74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01947878-12d1-e4e4-9f9e-942c0633e134-263cdb74 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_445e463e-0b63-3aac-f613-e9a7684e8d91-263cdb74, #w-node-b82bd54e-d23d-d1de-2ded-d057b1530630-263cdb74, #w-node-_93b1c77a-87e3-6abb-796f-6744042612d2-263cdb74, #w-node-_6169074b-93e6-9586-6b78-208ba2fa6b43-263cdb74, #w-node-_5198fe30-70cd-1766-3e2a-251dcb341bd2-263cdb74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-263cdb74 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_0db869c3-d85c-78e2-addf-aa108e74eb0c-01751e79 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0db869c3-d85c-78e2-addf-aa108e74eb0e-01751e79 {
    order: 9999;
  }

  #w-node-_0db869c3-d85c-78e2-addf-aa108e74eb0d-01751e79 {
    order: 0;
  }

  #w-node-_445e463e-0b63-3aac-f613-e9a7684e8d91-01751e79, #w-node-_6169074b-93e6-9586-6b78-208ba2fa6b43-01751e79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-01751e79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203e-01751e79 {
    grid-column: span 2 / span 2;
  }

  #w-node-b30ff879-b019-cfd6-53ec-6d94366bda78-263cdb74, #w-node-_445e463e-0b63-3aac-f613-e9a7684e8d91-263cdb74, #w-node-b82bd54e-d23d-d1de-2ded-d057b1530630-263cdb74, #w-node-_6169074b-93e6-9586-6b78-208ba2fa6b43-263cdb74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-263cdb74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203e-263cdb74 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0db869c3-d85c-78e2-addf-aa108e74eb0c-01751e79 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ebb1406b-b622-d550-c911-d22e0be6d081-01751e79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ebb1406b-b622-d550-c911-d22e0be6d084-01751e79 {
    order: 9999;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-01751e79 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203e-01751e79 {
    grid-column: span 2 / span 2;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203d-263cdb74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d3c5542a-908b-e4ec-4c78-b9f4e367203e-263cdb74 {
    grid-column: span 2 / span 2;
  }
}


