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

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spacemono;
  src: url('../fonts/SpaceMono-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-orange: #ff9500;
  --border-grey: #3e3e3e;
  --white: white;
  --black: black;
  --dark-o: #ff6700;
  --color: white;
}

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

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

@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 {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.landing-100 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.landing-logo {
  width: 50%;
  max-width: 833px;
  margin-bottom: 50px;
}

.h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
}

.h1.center {
  text-align: center;
  margin-bottom: 20px;
}

.h1.center.cypher {
  letter-spacing: 4px;
  font-family: IBM Plex Mono, sans-serif;
}

.h1.orange {
  color: var(--dark-orange);
}

.h1.orange.blockheight {
  background-color: var(--border-grey);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-center {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 833px;
  display: flex;
}

.link-2 {
  font-weight: 400;
  text-decoration: underline;
}

.form-block {
  background-color: #ffffff14;
  flex: 0 auto;
  margin-bottom: 40px;
  padding: 20px;
}

.p {
  max-width: 50vw;
  color: var(--white);
  flex: 0 auto;
  margin-bottom: 21px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 2em;
  list-style-type: none;
}

.p.orange {
  color: var(--dark-orange);
  align-self: center;
  font-weight: 300;
}

.p.orange.right {
  text-align: right;
}

.p.orange.brrr {
  letter-spacing: 8px;
}

.p.colons {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 2em;
  font-weight: 500;
}

.p.colons._2 {
  padding-top: 10px;
  font-size: 1em;
}

.p.link {
  padding-left: 10px;
  padding-right: 10px;
}

.p.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.p.list {
  color: var(--dark-orange);
  margin-bottom: 40px;
  list-style-type: none;
}

.p.list.number {
  list-style-type: decimal;
}

.p.mt-20 {
  margin-top: 20px;
}

.p.large {
  max-width: 40vw;
  font-size: 1.5em;
}

.p.mt-60 {
  margin-top: 60px;
}

.button {
  border: 2px solid var(--dark-orange);
  background-color: var(--dark-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.button.w--current {
  border-color: var(--white);
  background-color: var(--border-grey);
}

.button.secondary {
  background-color: var(--black);
}

.button.secondary:hover {
  border-color: var(--border-grey);
  background-color: var(--dark-orange);
}

.button.secondary.small {
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8em;
  line-height: 1em;
  display: inline;
}

.button.secondary.clip {
  text-align: right;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 2em;
  display: inline-block;
}

.text-field {
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--dark-orange);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  margin-bottom: 21px;
  padding-top: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  transition: all .2s;
}

.text-field:hover {
  background-color: var(--white);
  color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.h2 {
  max-width: 50vw;
  color: var(--dark-orange);
  align-self: center;
  margin-top: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}

.h2.orange {
  color: var(--dark-orange);
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
}

.h2.orange.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h2.orange.large {
  font-size: 3em;
}

.h2.white {
  color: #fff;
}

.h2.vert-stretch {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: block;
}

.field-label {
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.link {
  color: var(--dark-orange);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: IBM Plex Mono, sans-serif;
  position: static;
  overflow: visible;
}

.link.w--current {
  margin-right: 10px;
}

.link.back-to-home {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link.right.w--current {
  align-self: flex-end;
}

.link.center {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.link.center.w--current {
  align-self: center;
}

.link.center.flex {
  justify-content: center;
  display: flex;
}

.link.talk-item {
  background-color: var(--border-grey);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}

.link.talk-item:hover {
  background-color: var(--black);
}

.link.faq-link {
  font-size: 28px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 83.33vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 8.333vw 100px;
  display: flex;
}

.section.landing {
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
}

.section.border {
  border: 2px solid var(--dark-orange);
  align-items: flex-start;
  padding-bottom: 100px;
}

.section.speakers {
  padding-left: 15vw;
  padding-right: 15vw;
}

.section._100 {
  height: 100vh;
}

.success-message {
  background-color: var(--black);
}

.navbar {
  z-index: 1000;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--dark-orange);
  background-color: var(--black);
  width: 100vw;
  height: 80px;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  display: flex;
}

.nav-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.nav-logo-link {
  flex: 0 auto;
  align-self: auto;
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-logo-link.w--current {
  width: 200px;
}

.nav-logo-link.magazine {
  width: 40px;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.h3.orange {
  color: var(--dark-orange);
  text-align: right;
  font-size: 1.6em;
  overflow: visible;
}

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

.h3.time {
  text-align: right;
  font-size: 2em;
}

.h4 {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.h4.orange {
  color: var(--dark-orange);
}

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

.h4.right {
  text-align: right;
}

.h4.right.small {
  font-size: 1em;
  line-height: 1.5em;
}

.h4.talk {
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.h5 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.h5.orange {
  color: var(--dark-orange);
  align-self: flex-end;
}

.h5.orange.center {
  text-align: center;
  align-self: center;
}

.h5.orange.center.arrow {
  font-size: 3.5em;
}

.h5.hightlight {
  border: 1px solid var(--dark-orange);
  background-color: var(--border-grey);
  border-radius: 8px;
  padding: 8px 12.5px;
  display: inline-block;
}

.h5.right {
  text-align: left;
}

.h5.large {
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 300;
}

.form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-textlink {
  color: var(--dark-orange);
  margin-left: 5px;
  margin-right: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
}

.nav-textlink:hover {
  text-decoration: underline;
}

.nav-textlink.bold {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-textlink.xl {
  font-size: 2.5em;
  display: inline-block;
}

.data {
  background-color: var(--border-grey);
  color: var(--dark-orange);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: IBM Plex Mono, sans-serif;
  line-height: 1em;
}

.data-label {
  color: var(--white);
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-right: -5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

.clock-label._2 {
  margin-top: 2px;
  font-size: .7em;
}

.box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.box._2 {
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.clock-number {
  color: var(--dark-orange);
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.clock-number._2 {
  letter-spacing: 0;
  font-size: 3.5em;
}

.js-clock {
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
  position: relative;
  top: -10px;
}

.js-clock.small {
  margin-bottom: 10px;
}

.js-clock.small.data {
  border-right: 10px solid var(--dark-orange);
  border-left: 10px solid var(--dark-orange);
  justify-content: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.js-clock.small.data._2 {
  background-color: #0000;
  border: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3em;
}

.js-clock.navbar {
  background-color: var(--black);
  opacity: 1;
  border: 1px #000;
  flex-direction: row;
  align-self: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  position: static;
}

.home-alert {
  color: #fff;
  text-align: center;
  margin-top: -10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}

.home-alert.jumbo {
  font-size: 2em;
}

.small-ticker {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-3 {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
}

.price-number {
  color: var(--dark-orange);
  flex: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1em;
}

.footer-text {
  color: #fdfdfd;
  margin-right: 16px;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
}

.footer-text.dark {
  color: #000;
  text-decoration: none;
}

.footer-text.dark:hover {
  color: #777;
}

.body-text {
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 26px;
}

.body-text.bold {
  font-weight: 700;
}

.body-text.bold.spacing {
  letter-spacing: .5px;
  font-size: 14px;
}

.body-text.large {
  font-size: 20px;
  line-height: 31px;
}

.mt-90 {
  margin-top: 90px;
}

.dark-link {
  color: #000;
  border-bottom: 3px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  font-size: 20px;
  text-decoration: underline;
}

.footer {
  background-image: linear-gradient(#000, #000);
  border-style: none;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 64px;
  padding-bottom: 50px;
  display: flex;
}

.footer.white-bg {
  background-image: linear-gradient(#fff, #fff);
}

.footer-link {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

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

.footer-link.dark:hover {
  color: #7c7c7c;
}

.pl-0 {
  padding-top: 0;
  padding-left: 0;
}

.container-medium {
  margin-left: 13vw;
  margin-right: 13vw;
  padding-left: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.link-block {
  align-self: center;
}

.col-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.col-left {
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.footer-col {
  align-items: stretch;
  display: flex;
}

.mt-80 {
  margin-top: 80px;
}

.heading {
  font-family: IBM Plex Mono, sans-serif;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list-item {
  list-style-type: none;
}

.list-item-2, .list-item-3 {
  list-style-type: decimal;
}

.flex-column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

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

.no-pad {
  padding-left: 0;
}

.media-kit-columns {
  width: 100%;
}

.sticky-col {
  justify-content: flex-end;
  display: block;
  position: sticky;
  top: 15vh;
}

.mk-tier {
  background-color: var(--border-grey);
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 20px 40px;
}

.list-item-4 {
  list-style-type: none;
}

.columns {
  align-self: stretch;
}

.contact-bubble {
  z-index: 900;
  background-color: var(--black);
  background-image: url('../images/halving-21hr-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 11.5px solid #0000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .1s;
  position: fixed;
  inset: auto 7vw 40vh auto;
}

.contact-bubble:hover {
  border: 11.5px solid var(--border-grey);
  transform: rotate(6.25deg)scale(1.5);
}

.div-block-35 {
  background-image: url('../images/halving-21hr-button-rotate.svg');
  background-position: 0 0;
  background-size: cover;
  width: 130%;
  height: 130%;
  position: relative;
  top: -15%;
  left: -15%;
}

.error-message {
  background-color: var(--border-grey);
}

.ls-play {
  width: 20px;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -110px;
}

.nav-timer {
  opacity: 0;
  border-radius: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20px;
  margin-top: 34px;
  margin-left: -20px;
  padding-left: 0;
  display: flex;
  position: static;
}

.speaker-section {
  align-self: stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.speaker-card {
  border-style: solid;
  border-width: 3px 2px;
  border-color: var(--border-grey) var(--dark-orange);
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 21px 42px 21px 21px;
  display: flex;
}

.speaker-photo {
  background-image: url('../images/IMG_4132.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95%;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.speaker-photo._2 {
  width: 60%;
  height: 60%;
  padding-bottom: 50%;
}

.speaker-col {
  width: 100%;
  display: flex;
}

.no-pad {
  padding-right: 0;
}

.column {
  align-self: auto;
}

.column.name {
  align-self: center;
  padding-left: 40px;
}

.h6 {
  color: var(--white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2em;
}

.quote-col {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.big-quote {
  color: var(--dark-orange);
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
}

.quote-col-bottom {
  align-self: flex-end;
}

.column-2 {
  align-self: flex-start;
}

.hide {
  display: none;
}

.partner-home-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.collection-list {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 16%;
  margin: -5px 0 0 5px;
  display: inline-block;
}

.sponsor-logo {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.good-link {
  background-image: url('../images/coinfloorexchange.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.good-link:hover {
  background-color: var(--border-grey);
}

.live-stream-data {
  align-self: stretch;
  width: 100%;
  height: 80px;
}

.flex-horiz {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.div-block-36 {
  align-self: auto;
  font-size: 3em;
}

.div-block-37 {
  align-self: stretch;
}

.div-block-37.highlight {
  background-color: var(--border-grey);
  object-fit: fill;
  padding: 20px;
  overflow: auto;
}

.div-block-38 {
  border: 2px solid var(--dark-orange);
  width: 7vw;
  display: inline-block;
}

.collection-item-4 {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.collection-list-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: var(--black);
  margin-top: 10px;
  position: absolute;
  right: 10px;
}

.mt-120 {
  margin-top: 120px;
}

.superbowl-divider {
  background-color: var(--dark-orange);
  width: 100vw;
  height: 120px;
  color: var(--dark-orange);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.flying-brrrr {
  width: 50vw;
  height: 20px;
  position: fixed;
  inset: 90px 0% auto;
}

.paragraph {
  color: var(--dark-orange);
  text-align: center;
  font-family: IBM Plex Mono, sans-serif;
  position: static;
}

.speaker-screenshots {
  width: 80vw;
  padding-left: 40px;
  overflow: scroll;
}

.speaker-tweet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 120px;
  display: flex;
}

.div-block-39 {
  border: 3px none var(--dark-orange);
  background-color: var(--border-grey);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns-2 {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 350px;
  margin-top: 20px;
}

.div-block-40 {
  border: 4px solid var(--dark-orange);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  padding: 0 20px 20px;
  display: flex;
}

.columns-3 {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-41 {
  width: 15vw;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.div-block-41._2 {
  width: 8vw;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-41._2.large {
  width: 14vw;
  margin-left: 50px;
  margin-right: 50px;
}

.collection-item-5 {
  display: inline-block;
}

.collection-list-wrapper, .collection-list-3, .collection-list-4, .collection-list-5 {
  text-align: center;
}

.particles {
  width: 100vw;
  height: 100vh;
}

.count-particles {
  border: 2px solid var(--dark-orange);
  width: 1920px;
  height: 1080px;
}

.columns-4, .column-3 {
  display: block;
}

.column-4 {
  justify-content: flex-end;
  display: flex;
}

._100-100 {
  width: 100vw;
  height: 100vh;
}

.div-block-42 {
  border: 2px solid var(--dark-orange);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.youtube {
  border: 2px solid var(--dark-orange);
  border-radius: 0;
}

.div-block-43 {
  width: 100%;
}

.video {
  position: static;
}

.sticky {
  position: sticky;
  top: 160px;
}

.mb-20 {
  margin-bottom: 20px;
}

.div-block-44 {
  width: 100%;
}

.vert-stretch {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  width: 60%;
  max-width: none;
  height: 60%;
}

.section-2 {
  background-color: #000;
}

.body-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.section3-2 {
  margin-bottom: 0;
  display: block;
}

.container {
  outline-color: var(--border-grey);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  outline-offset: 0px;
  outline: 3px solid #333;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-2 {
  color: #fff;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
}

.section-4 {
  background-image: url('../images/Background-1.png'), linear-gradient(#ff9500, #d83400);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  float: none;
  background-color: #121212;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-color: #22bff1;
  background-image: linear-gradient(#ff9500, #d83400);
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 10px 0;
  font-family: Spacemono, sans-serif;
  font-size: 32px;
}

.text-block {
  color: var(--white);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.image-4 {
  max-width: 240px;
}

.cell {
  justify-content: center;
  align-items: flex-end;
  font-family: Oswald, sans-serif;
}

.text-block-2 {
  color: #ff9500;
  text-align: left;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 48px;
}

.text-block-3 {
  color: #fff;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-4 {
  color: var(--dark-orange);
  margin-top: 0;
  font-family: Spacemono, sans-serif;
  font-size: 26px;
  line-height: 38px;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Spacemono, sans-serif;
}

.quick-stack {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-3 {
  border: 2px solid var(--white);
  background-color: var(--black);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: none;
}

.image-5 {
  max-width: 500px;
}

.container-4 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: var(--white);
  margin-top: 60px;
  font-family: Spacemono, sans-serif;
}

.heading-6 {
  color: var(--dark-o);
  letter-spacing: 5px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.text-block-4 {
  color: var(--white);
  margin-top: 30px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.heading-7 {
  color: var(--white);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 26px;
  text-decoration: underline;
  display: none;
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 21px;
  display: none;
}

.text-block-6 {
  width: 700px;
  color: var(--white);
  text-align: left;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 11px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Spacemono, sans-serif;
  font-size: 19px;
  font-weight: 400;
  display: block;
}

.cell-2 {
  border: 3px solid var(--border-grey);
  text-align: center;
}

.cell-3 {
  border-style: solid solid solid none;
  border-width: 3px;
  border-color: var(--border-grey);
}

.cell-4 {
  border-style: none solid solid;
  border-width: 3px;
  border-color: var(--border-grey);
}

.heading-9, .heading-10 {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Spacemono, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.heading-11 {
  color: var(--dark-orange);
  text-align: center;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.button-3 {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Spacemono, sans-serif;
}

.heading-12 {
  color: var(--white);
  text-align: center;
  margin-top: 100px;
  font-family: Spacemono, sans-serif;
  font-size: 28px;
  text-decoration: underline;
}

.quick-stack-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-6 {
  background-image: linear-gradient(to bottom, #ff9500, var(--dark-o));
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-45 {
  background-color: var(--black);
  max-width: 940px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-13 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Spacemono, sans-serif;
  font-size: 34px;
}

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

.image-6 {
  max-height: 50px;
  margin-left: auto;
}

.image-7 {
  max-height: 50px;
}

.cell-6 {
  text-align: right;
}

.quick-stack-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-14 {
  color: var(--color);
  text-align: center;
  margin-top: 75px;
  font-family: Spacemono, sans-serif;
  font-size: 26px;
}

.button-4 {
  background-color: var(--black);
  color: var(--color);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacemono, sans-serif;
  display: inline-block;
}

.div-block-46 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 10px;
}

.image-8 {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47 {
  text-align: center;
  margin-top: 60px;
}

.quick-stack-6 {
  max-width: 100%;
}

.section-7 {
  background-color: #121212;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.heading-15 {
  color: var(--white);
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 34px;
}

.container-5 {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-o));
}

.container-6 {
  margin-top: 100px;
}

.heading-16 {
  color: var(--dark-o);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-orange);
  margin-left: auto;
  margin-right: auto;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

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

.button-5 {
  background-color: var(--dark-o);
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: block;
}

.section-8 {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  font-family: Spacemono, sans-serif;
  font-size: 34px;
}

.container-7 {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-o));
  margin-top: 60px;
}

.container-8 {
  text-align: center;
  margin-top: 40px;
}

.image-9 {
  max-width: 400px;
  margin: 40px auto 50px;
  display: block;
}

.image-10 {
  max-width: 340px;
  margin: 40px auto 50px;
  display: block;
}

.image-11 {
  max-width: 400px;
  margin: 40px auto 50px;
}

.div-block-49 {
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-top: 60px;
}

.button-6 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
}

.section-9 {
  background-color: var(--black);
  margin-top: 0;
  padding-top: 25px;
}

.link-3 {
  color: #fff;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

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

.text-block-7 {
  color: var(--white);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
}

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

.submit-button {
  background-color: var(--dark-orange);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.form-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2 {
  align-self: center;
  margin-bottom: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.cell-10 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: grid;
}

.section-10 {
  background-color: var(--black);
}

.cell-11 {
  align-items: center;
}

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

.list-2 {
  flex: none;
  justify-content: center;
  align-self: center;
  list-style-type: none;
  display: flex;
}

.list-item-5 {
  color: var(--white);
  align-self: center;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.list-item-6 {
  color: var(--white);
  align-self: center;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  text-decoration: none;
}

.list-item-7 {
  color: var(--white);
  align-self: center;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: block;
}

.list-item-8 {
  color: var(--white);
  align-self: center;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.list-item-9 {
  color: var(--white);
  align-self: center;
  padding-right: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: block;
}

.list-item-10 {
  background-color: var(--dark-orange);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  padding: 5px 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: block;
}

.cell-13 {
  justify-content: center;
  align-items: flex-end;
  font-family: Spacemono, sans-serif;
}

.section-11 {
  background-color: #000;
  background-image: url('../images/Halving_BG_Space_Cubes_Site-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-8 {
  color: var(--black);
  text-align: center;
  align-self: center;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Spacemono, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-7 {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  align-self: center;
  margin-top: 20px;
  font-family: Spacemono, sans-serif;
  font-size: 15px;
}

.image-12 {
  width: 100px;
}

.cell-14, .cell-15, .cell-16, .cell-17 {
  justify-content: center;
  align-items: center;
}

.text-block-10 {
  color: var(--white);
  font-family: Spacemono, sans-serif;
  font-size: 18px;
}

.html-embed, .html-embed-2, .html-embed-3 {
  align-self: center;
}

.text-span {
  color: var(--white);
  font-family: Spacemono, sans-serif;
}

.text-span-2 {
  color: var(--white);
  font-family: Spacemono, sans-serif;
  text-decoration: none;
}

.text-span-3 {
  color: var(--white);
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--white);
  font-family: Spacemono, sans-serif;
  text-decoration: none;
}

.image-13 {
  text-align: left;
  width: 600px;
  margin: 20px auto 40px;
  display: block;
}

.link-4, .link-5, .link-6, .link-7, .link-8 {
  text-decoration: none;
}

.image-14 {
  font-family: Inconsolata, monospace;
}

.html-embed-4 {
  background-color: var(--black);
  width: 300px;
  min-width: 90%;
  margin: 40px auto;
}

.link-block-3 {
  align-self: center;
  display: block;
}

.link-9 {
  color: var(--white);
}

.section-12 {
  background-color: var(--black);
}

.container-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-11 {
  color: var(--white);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.link-10 {
  text-align: center;
  font-family: Spacemono, sans-serif;
  text-decoration: none;
  display: block;
}

.text-span-7 {
  color: var(--white);
  font-size: 14px;
}

.text-block-12 {
  width: 700px;
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Spacemono, sans-serif;
  display: inline-block;
}

.link-11 {
  color: var(--white);
  text-decoration: none;
}

.container-11 {
  padding-bottom: 60px;
}

.html-embed-5 {
  font-family: Spacemono, sans-serif;
}

.image-15 {
  width: 400px;
}

.container-12 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.html-embed-6 {
  float: right;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-50 {
  float: none;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  padding-top: 50px;
  font-family: Spacemono, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.link-12 {
  color: #fff;
}

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

.image-16 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-18 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#ff9500, #ff9500 100%, #d83400);
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 32px;
}

.text-block-14 {
  color: #fff;
  font-size: 18px;
}

.text-block-15 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 19px;
  line-height: 40px;
}

.image-17 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.container-13 {
  background-color: #000;
  border: 2px solid #fff;
  margin-top: 0;
  padding: 5px;
}

.quick-stack-10 {
  border: 1px #fff;
  padding: 5px;
}

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

.text-block-16 {
  color: #fff;
  text-align: center;
  font-family: Spacemono, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 45px;
}

.image-18 {
  padding-bottom: 20px;
  display: none;
}

.text-block-17 {
  font-size: 36px;
}

.text-block-18 {
  color: #ff9500;
  text-align: center;
  -webkit-text-stroke-color: #ff9500;
  font-family: Spacemono, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 45px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Spacemono, sans-serif;
  font-size: 33px;
}

.quick-stack-11 {
  grid-column-gap: 20px;
  padding-top: 0;
  overflow: visible;
}

.image-19 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.image-19.ledgerpower {
  padding-top: 10px;
  padding-bottom: 0;
}

.container-14 {
  text-align: center;
  background-color: #000;
  border: 2px solid #fff;
  margin-bottom: 0;
  display: block;
}

.container-14.ledger-explorer {
  display: none;
}

.heading-21 {
  color: #fff;
  text-align: center;
  background-color: #7132f5;
  margin: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Spacemono, sans-serif;
  font-size: 32px;
}

.section-13 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-20 {
  margin-left: 60px;
}

.section-14 {
  background-color: #000;
}

.container-15 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  max-width: 660px;
  margin: 60px auto;
  font-family: Spacemono, sans-serif;
  display: none;
}

.quick-stack-13 {
  margin-top: 20px;
}

.html-embed-7 {
  margin-top: 5px;
}

.background-video {
  z-index: 1000;
  object-fit: contain;
  width: 100%;
  height: 315px;
  max-height: none;
  display: none;
}

.quick-stack-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 100%;
}

.text-span-8 {
  color: var(--dark-orange);
}

.list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1a1a1a;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  list-style-type: none;
  display: grid;
}

.cell-26 {
  flex-wrap: wrap;
  align-content: flex-start;
}

.list-item-11 {
  order: 0;
  padding: 10px;
}

.list-item-12 {
  background-color: #000;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.list-item-13 {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.list-item-14 {
  background-color: #000;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.list-item-15 {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.list-item-16 {
  background-color: #000;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.list-item-17 {
  background-color: var(--black);
  padding: 10px;
}

.list-item-18 {
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.heading-23 {
  color: #ff9500;
  font-family: Spacemono, sans-serif;
  font-weight: 400;
}

.collection-list-6 {
  width: 100%;
  max-width: 100%;
}

.collection-item-6 {
  width: 100%;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: block;
}

.heading-24, .heading-25 {
  color: #fff;
  font-family: Spacemono, sans-serif;
  font-weight: 400;
}

.quick-stack-15 {
  width: 100%;
  position: static;
}

.cell-27 {
  align-items: flex-end;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.heading-26 {
  color: #fff;
  align-self: auto;
  width: 100%;
  padding-right: 10px;
  font-family: Spacemono, sans-serif;
  font-weight: 700;
  display: block;
}

.heading-27 {
  color: #ff9500;
  width: 100%;
  font-family: Spacemono, sans-serif;
  font-weight: 700;
}

.cell-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-item-19 {
  display: flex;
}

.text-block-19 {
  padding-left: 5px;
  padding-right: 5px;
}

.list-4 {
  display: flex;
}

.quick-stack-16 {
  color: #000;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  overflow: hidden;
}

.quick-stack-17 {
  background-color: #1a1a1a;
  width: 100%;
}

.quick-stack-18 {
  background-color: #1a1a1a;
}

.text-block-20 {
  color: #fff;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
}

.text-block-21 {
  color: #fff;
  word-break: break-all;
  object-fit: fill;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-21.hashtext {
  color: #ff9500;
  word-break: break-all;
  overflow: hidden;
}

.text-block-21.timestamptext {
  font-size: 14px;
}

.cell-29, .cell-30 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-22 {
  color: #fff;
  font-family: Spacemono, sans-serif;
  font-size: 18px;
}

.cell-31, .cell-32, .cell-33 {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.quick-stack-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}

.html-embed-8 {
  margin-bottom: 0;
}

.cell-34, .cell-35 {
  justify-content: center;
  align-items: center;
}

.text-block-23 {
  color: #ff9500;
  font-family: Spacemono, sans-serif;
  font-size: 12px;
}

.cell-37 {
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-20 {
  padding-top: 0;
}

.html-embed-9 {
  margin-bottom: 0;
}

.image-22, .html-embed-10 {
  display: none;
}

.container-16 {
  background-color: #fff0;
  border-radius: 20px;
}

.widget {
  background-image: linear-gradient(#fff0, #008cff70);
  border-radius: 60px;
  padding: 69px;
  box-shadow: 0 2px 60px 8px #ffffff29;
}

.widget.emiji-ad {
  background-image: linear-gradient(#fff, #fff);
  box-shadow: 0 2px 60px 8px #00000021;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center.white {
  color: #f70;
}

.field {
  background-color: #000;
  border: 1px solid #f70;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 24px;
}

.field.orange-text {
  background-color: #0000;
}

.field.orange-text.ms {
  border-radius: 0;
}

.ms_h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
}

.ms_h2.slab {
  font-style: normal;
}

.link-block-50 {
  color: #fff;
  text-decoration: none;
  display: block;
}

.contact-form {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form.form-container {
  background-color: #000;
  border-radius: 10px;
  max-width: 770px;
  padding: 50px 50px 80px;
  box-shadow: 1px 1px 20px 2px #0000002e;
}

.contact-form.form-container.splash-contact {
  background-color: #f1f1f1;
  border-radius: 50px;
  position: relative;
}

.contact-form.form-container.splash-contact.b24 {
  background-color: #292929;
}

.contact-form.form-container.splash-contact.b24.hide.zapier {
  margin-top: -50px;
}

.ms_container {
  flex: none;
  align-self: auto;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-15 {
  background-color: #0000;
  margin: 0;
  padding: 100px 60px;
  transition: all .1s;
  position: static;
  overflow: auto;
}

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

.section-15.pb-0.emoji-ad-holder {
  display: block;
}

.cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 37px 18px;
  font-size: 16px;
  font-weight: 500;
  transition: all 50ms;
  display: inline-block;
  box-shadow: 1px 5px 14px -8px #0000005e;
}

.cta:hover {
  transform: scale(1.02);
}

.cta.ms {
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 100px;
  text-decoration: none;
}

.cta.ms.ms_black {
  color: #fff;
  background-color: #000;
}

.cta.ms.ms_black.max-300 {
  font-family: Spacemono, sans-serif;
}

.cta.ms.ms_orange {
  color: #fff;
  background-color: #ff9500;
}

.cta.ms.ms_orange.max-300 {
  font-family: Spacemono, sans-serif;
}

.cta.ms.ms_orange.full-width {
  width: 100%;
}

.upsize-text {
  font-size: 20px;
  line-height: 1.4em;
}

.mt-40 {
  margin-top: 40px;
  font-family: Spacemono, sans-serif;
}

.div-block-213 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.orange-text {
  color: #ff9500;
}

.html-embed-11 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 16px;
  font-size: 20px;
}

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

.container-17 {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 0;
  padding: 20px 20px 40px;
}

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

.text-block-24 {
  color: #fff;
  padding-top: 10px;
  font-family: Spacemono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.quick-stack-22 {
  padding-left: 100px;
  padding-right: 100px;
}

.quick-stack-22.second {
  padding-left: 40px;
  padding-right: 40px;
}

.image-23, .image-24, .image-25, .image-26, .image-27 {
  max-width: 90%;
}

.cell-54 {
  justify-content: space-between;
  align-items: center;
}

.cell-55, .cell-56, .cell-57, .cell-58 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.quick-stack-23 {
  padding-left: 40px;
  padding-right: 40px;
}

.video-2 {
  object-fit: contain;
}

.div-block-214 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .button.secondary.small {
    display: none;
  }

  .section.speakers {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-textlink {
    font-size: 1.3em;
  }

  .nav-textlink.bold, .nav-textlink._2 {
    display: none;
  }

  .body-text, .body-text.bold {
    font-size: 14px;
  }

  .body-text.bold.spacing {
    font-size: 10px;
  }

  .body-text.large, .dark-link {
    font-size: 17px;
  }

  .footer-link.dark {
    font-size: 14px;
  }

  .container-medium {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .collection-item-3 {
    width: 17%;
  }

  .dropdown-toggle {
    padding-left: 5px;
  }

  .columns-5 {
    display: block;
  }

  .background-video {
    object-fit: fill;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 315px;
    min-height: auto;
    max-height: none;
  }

  .list-item-16 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-16 {
    background-color: #fff0;
  }

  .widget {
    border-radius: 50px;
  }

  .ms_h2 {
    font-style: normal;
  }

  .contact-form.form-container.splash-contact {
    margin-bottom: -10px;
    padding-bottom: 115px;
  }

  .section-15 {
    padding: 40px 40px 96px;
  }

  .cta {
    border-radius: 7px;
    padding: 17px 17px 15px;
  }

  .cta.ms {
    padding-top: 15px;
    font-size: 13px;
  }

  .div-block-213 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .h2.orange.mk {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 140px;
  }

  .section.landing {
    width: 100vw;
    height: auto;
    padding-top: 150px;
  }

  .navbar {
    height: auto;
  }

  .nav-textlink {
    text-align: right;
    margin-top: 10px;
  }

  .nav-textlink.bold, .nav-textlink.glow {
    display: none;
  }

  .data-label {
    font-size: 1.3em;
    font-weight: 600;
  }

  .box {
    padding-top: 0;
  }

  .js-clock {
    margin-bottom: 0;
  }

  .div-block-2 {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    display: flex;
  }

  .body-text.bold {
    margin-top: 20px;
  }

  .body-text.large {
    margin-top: 0;
  }

  .body-text.large.mt-20 {
    margin-top: 20px;
  }

  .mt-90 {
    margin-top: 40px;
  }

  .container-medium {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .flex-column.center {
    display: block;
  }

  .mk-tier {
    margin-left: -8vw;
    margin-right: -8vw;
  }

  .col-mk-price {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-bubble {
    border-width: 14px;
    width: 100px;
    height: 100px;
    right: 5vw;
  }

  .speaker-card {
    max-height: none;
  }

  .speaker-col {
    display: block;
  }

  .column.name {
    padding-left: 0;
  }

  .collection-item-3 {
    width: 42%;
  }

  .div-block-41._2 {
    width: 12vw;
  }

  .div-block-41._2.large {
    width: 21vw;
  }

  .sticky {
    position: static;
  }

  .section-8, .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-9 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-16 {
    padding-bottom: 20px;
  }

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

  .cell-23 {
    align-items: center;
  }

  .image-20 {
    margin-left: 0;
  }

  .cell-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-12 {
    padding-bottom: 0;
  }

  .quick-stack-14 {
    max-width: 100%;
  }

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

  .cell-29, .cell-30 {
    align-items: center;
  }

  .cell-31 {
    align-items: center;
    overflow: hidden;
  }

  .cell-32 {
    text-align: center;
    align-items: flex-end;
    overflow: hidden;
  }

  .cell-33 {
    align-items: flex-start;
    overflow: hidden;
  }

  .cell-36 {
    text-align: center;
    overflow: hidden;
  }

  .cell-38, .cell-39, .cell-40, .cell-41, .cell-42, .cell-43, .cell-44, .cell-45, .cell-46, .cell-47, .cell-48, .cell-49, .cell-50 {
    align-items: center;
  }

  .quick-stack-21-2 {
    max-width: 100%;
  }

  .container-16 {
    background-color: #fff0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .widget {
    border-radius: 40px;
  }

  .cta {
    border-radius: 8px;
  }

  .div-block-213 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .quick-stack-22 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-22.second, .quick-stack-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-59, .cell-60 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .landing-logo {
    width: 83.33%;
  }

  .h1 {
    font-size: 2em;
  }

  .flex-center {
    align-items: stretch;
    width: 100%;
  }

  .p {
    max-width: none;
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
  }

  .p.orange {
    flex: 0 auto;
  }

  .p.colons {
    padding-top: 8px;
  }

  .button.secondary.small {
    font-size: .5em;
    display: none;
    overflow: visible;
  }

  .text-field {
    font-size: 1em;
  }

  .h2 {
    align-self: flex-start;
  }

  .h2.orange {
    align-self: center;
  }

  .h2.orange.mk {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.orange.large {
    font-size: 2em;
  }

  .section {
    padding-top: 240px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.landing {
    padding-top: 200px;
  }

  .section.speakers {
    padding-left: 0;
    padding-right: 0;
  }

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

  .h4 {
    line-height: 1em;
  }

  .nav-textlink {
    text-align: center;
    font-size: 1.5em;
  }

  .data-label {
    font-size: 1em;
  }

  .clock-label {
    letter-spacing: 3px;
    font-size: .8em;
    line-height: .8em;
    text-decoration: none;
  }

  .box {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
  }

  .clock-number {
    font-size: 2.5em;
    line-height: 1.5em;
    text-decoration: none;
  }

  .js-clock {
    text-decoration: none;
  }

  .js-clock.small.data {
    align-items: flex-start;
  }

  .home-alert {
    margin-top: 0;
    font-size: .83em;
  }

  .home-alert.jumbo {
    font-size: 1.5em;
  }

  .div-block-2 {
    justify-content: center;
    width: 100%;
  }

  .div-block-3 {
    align-self: stretch;
    align-items: center;
    margin-top: 20px;
  }

  .body-text.bold.spacing {
    margin-top: 0;
  }

  .pl-0, .flex-column.center {
    display: block;
  }

  .mk-tier {
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-mk-price {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-bubble {
    width: 100px;
    height: 100px;
    bottom: 30vh;
    right: 3vw;
  }

  .speaker-card {
    max-height: none;
    padding-right: 21px;
    overflow: hidden;
  }

  .speaker-col {
    display: block;
  }

  .column.name {
    padding-left: 0;
  }

  .collection-item-3 {
    width: 40%;
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-41._2 {
    width: 14vw;
  }

  .div-block-41._2.large {
    width: 30vw;
  }

  .div-block-42 {
    width: 93vw;
    margin-left: -8.333vw;
  }

  .heading-3 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-family: Spacemono, sans-serif;
    font-weight: 700;
  }

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

  .image-4 {
    align-self: center;
  }

  .cell {
    align-items: center;
  }

  .text-block-3, .heading-4, .button-2 {
    font-family: Spacemono, sans-serif;
  }

  .container-3 {
    max-width: 95%;
  }

  .image-5 {
    max-width: 80%;
  }

  .heading-5 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Spacemono, sans-serif;
    font-size: 34px;
  }

  .text-block-6 {
    max-width: 90%;
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .button-3, .heading-12 {
    font-family: Spacemono, sans-serif;
  }

  .quick-stack-4 {
    text-align: center;
  }

  .div-block-45 {
    max-width: 95%;
  }

  .heading-13 {
    font-family: Spacemono, sans-serif;
  }

  .heading-14 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: Spacemono, sans-serif;
    overflow: scroll;
  }

  .button-4 {
    font-family: Spacemono, sans-serif;
  }

  .image-8 {
    max-width: 80%;
  }

  .section-8 {
    max-width: 100%;
  }

  .heading-17 {
    font-family: Spacemono, sans-serif;
  }

  .container-7 {
    max-width: 95%;
  }

  .container-8 {
    max-width: 90%;
  }

  .image-9, .image-10, .image-11 {
    max-width: 80%;
  }

  .button-6 {
    max-width: 70%;
    font-family: Spacemono, sans-serif;
  }

  .cell-9, .cell-10 {
    display: none;
  }

  .cell-11 {
    display: flex;
  }

  .cell-13 {
    display: none;
  }

  .text-block-8, .text-block-9, .button-7 {
    font-family: Spacemono, sans-serif;
  }

  .cell-14 {
    display: none;
  }

  .html-embed-3 {
    font-family: Spacemono, sans-serif;
  }

  .image-13 {
    max-width: 85%;
  }

  .image-14 {
    max-width: 95%;
  }

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

  .text-span-7 {
    font-family: Spacemono, sans-serif;
  }

  .text-block-12 {
    max-width: 90%;
    font-family: Spacemono, sans-serif;
  }

  .container-10, .container-11, .quick-stack-7 {
    max-width: 100%;
  }

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

  .html-embed-5 {
    display: block;
  }

  .image-15 {
    max-width: 80%;
  }

  .text-block-13, .heading-20 {
    font-family: Spacemono, sans-serif;
  }

  .image-19 {
    padding-top: 20px;
  }

  .heading-21 {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    font-family: Spacemono, sans-serif;
  }

  .background-video {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    max-height: 200px;
    overflow: visible;
  }

  .quick-stack-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-25 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-17 {
    background-color: #000;
  }

  .cell-36 {
    justify-content: space-between;
    align-items: center;
  }

  .container-16 {
    background-color: #fff0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  .widget.emiji-ad {
    padding: 13px 25px 37px;
  }

  .ms_h2 {
    font-size: 20px;
  }

  .contact-form.form-container {
    padding: 1px 15px 45px;
  }

  .section-15 {
    padding: 20px 20px 90px;
  }

  .cta {
    border-radius: 5px;
    padding: 13px 21px 10px;
    font-size: 12px;
  }

  .cta.ms {
    padding-bottom: 13px;
  }

  .upsize-text {
    font-size: 18px;
  }

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

  .video-2 {
    object-fit: fill;
  }
}

#w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b28fb5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b28fb5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b28fb5, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b28fb5, #w-node-d2d58c91-849b-49ac-c37e-39109b7d6908-13b28fb5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b59-f54b9b58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr 1fr;
}

#w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b62-f54b9b58, #w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b64-f54b9b58, #w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b66-f54b9b58, #w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b68-f54b9b58, #w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b6a-f54b9b58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00f23e18-56a0-11ee-188d-29a4d56de6a3-d56de6a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 3.5fr;
}

#w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b28fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b28fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b28fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_13a9538b-b906-355b-4e9a-b26e13252961-13b28fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b28fdc, #w-node-d2d58c91-849b-49ac-c37e-39109b7d6908-13b28fdc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b2900e, #w-node-ee2d2547-a0eb-b493-bd72-0538d36fc341-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55b44384-8673-2175-3baf-32232a5006d8-13b2900e, #w-node-_4fdad9fd-e42a-47f1-71c5-0bf069ddf876-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-13b2900e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-13b2900e, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-13b2900e, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-13b2900e, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-13b2900e, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-13b2900e, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-13b2900e, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b2900e, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b2900e, #w-node-db892bb2-3035-2134-2684-30130dfcbb75-13b2900e, #w-node-_4aa2fd94-f481-50a1-0df7-77e7c5c972b6-13b2900e, #w-node-_6d091ff5-9a8b-00ca-de6d-4f2e469e6766-13b2900e, #w-node-d2d58c91-849b-49ac-c37e-39109b7d6908-13b2900e, #w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-13b2900e, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-13b2900e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-78d91876 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-78d91876, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-78d91876, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-78d91876, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-78d91876, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-78d91876, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-78d91876, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-78d91876, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-78d91876, #w-node-db892bb2-3035-2134-2684-30130dfcbb75-78d91876, #w-node-d2d58c91-849b-49ac-c37e-39109b7d6908-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-78d91876, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-78d91876 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-094e6bbb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-094e6bbb, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-094e6bbb, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-094e6bbb, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-094e6bbb, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-094e6bbb, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-094e6bbb, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-094e6bbb, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-094e6bbb, #w-node-db892bb2-3035-2134-2684-30130dfcbb75-094e6bbb, #w-node-d2d58c91-849b-49ac-c37e-39109b7d6908-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-094e6bbb, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-094e6bbb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ee2d2547-a0eb-b493-bd72-0538d36fc341-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-13b2900e, #w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-13b2900e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-13b2900e, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-13b2900e, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-13b2900e, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-13b2900e, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-13b2900e, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-13b2900e, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b2900e, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b2900e, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db892bb2-3035-2134-2684-30130dfcbb75-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    display: grid;
  }

  #w-node-_4aa2fd94-f481-50a1-0df7-77e7c5c972b6-13b2900e, #w-node-_6d091ff5-9a8b-00ca-de6d-4f2e469e6766-13b2900e, #w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-13b2900e, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-78d91876, #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-78d91876, #w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-78d91876 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-78d91876, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-78d91876, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-78d91876, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-78d91876, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-78d91876, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-78d91876, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-78d91876, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-78d91876, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db892bb2-3035-2134-2684-30130dfcbb75-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    display: grid;
  }

  #w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-78d91876, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-78d91876 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_994012a9-83bc-0b7d-31d0-e08a95a5cdd5-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_2d40dbc9-cb75-d8b9-19df-d22bc828deb0-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-094e6bbb, #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-094e6bbb, #w-node-f6c8f093-9169-1aa4-7030-6918b88d76ed-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f38fe18-a0cb-994b-0345-2c2e2fffaa9b-094e6bbb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f83db71-3315-4516-0cd6-16cd7ee9353a-094e6bbb, #w-node-_392297c2-0530-8f2b-79b1-d61ce48c1942-094e6bbb, #w-node-_385f1217-45bc-fedf-fb66-bef3ec1978c3-094e6bbb, #w-node-_788273db-04fb-d342-3ca8-1f7d54ce08db-094e6bbb, #w-node-fe2669d4-cf39-3c11-df04-a6ae55809ff5-094e6bbb, #w-node-_01c7ecc7-5539-bc9e-aad4-e97e7d5ee6c4-094e6bbb, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-094e6bbb, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-094e6bbb, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db892bb2-3035-2134-2684-30130dfcbb75-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
    display: grid;
  }

  #w-node-a7788a3d-f4dd-14d0-3466-099eb8aa3597-094e6bbb, #w-node-ee6d795c-0db0-ef56-4e37-78f4b4d718ec-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b28fb5, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b28fb5, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b28fb5, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b28fb5, #w-node-_5b81b382-919f-f386-bbd1-aec7f54b9b59-f54b9b58, #w-node-_00f23e18-56a0-11ee-188d-29a4d56de6a3-d56de6a2, #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-13b2900e, #w-node-ee2d2547-a0eb-b493-bd72-0538d36fc341-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55b44384-8673-2175-3baf-32232a5006d8-13b2900e, #w-node-_4fdad9fd-e42a-47f1-71c5-0bf069ddf876-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-13b2900e, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-13b2900e, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-13b2900e, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-13b2900e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db892bb2-3035-2134-2684-30130dfcbb76-13b2900e {
    order: 0;
  }

  #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-78d91876, #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-78d91876, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-78d91876, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-78d91876, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-78d91876, #w-node-_1af59102-7c43-356c-62e9-0ecaed6b2feb-094e6bbb, #w-node-_4550ae86-77d3-03fc-a448-f471db5d67e2-094e6bbb, #w-node-_220606d9-5fa2-ba5d-e09e-c9b624088aef-094e6bbb, #w-node-a7b621f5-63d2-ab8a-1b8c-76955d8175a5-094e6bbb, #w-node-d8514c5e-b6ad-7363-3cc9-2f5306e65dd7-094e6bbb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}