@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white-smoke: #f3f6f8;
  --dim-grey: #4d4d4d;
  --dark-orange: #ff9500;
  --dark-gray: #292929;
  --orange: #fa3;
  --dark-slate-blue: #2834528f;
  --2020: #6970b4;
  --alice-blue: #dde5eab3;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-master {
  border-style: none solid;
  border-width: 16px;
  border-color: var(--white-smoke);
  height: auto;
}

.section-master.landing {
  background-image: url('../images/globe-bg.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  border-width: 16px;
  border-top-style: solid;
  border-bottom-style: none;
  height: 100vh;
}

.section-master.landing.full {
  border-bottom-style: solid;
}

.section-master.gray {
  background-color: var(--white-smoke);
}

.grid-ordered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  align-items: stretch;
  height: 100%;
}

.grid-div {
  border-style: none;
  border-width: 2px 1px 2px 2px;
  border-color: #f3f6f8 var(--white-smoke) #f3f6f8 #f3f6f8;
  padding: 20px;
}

.grid-div.lightgray {
  background-color: #0000;
  align-self: auto;
  display: flex;
}

.grid-div.white {
  border-right-color: #fff;
}

.h2-bitcoin {
  z-index: 100;
  color: var(--dim-grey);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.h2-bitcoin.mr-40 {
  padding-right: 40px;
}

.h2-bitcoin.mr-40.mb-40 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.h2-bitcoin.mr-40.mb-40.float-right {
  float: right;
  padding-right: 0;
}

.h2-bitcoin.mr-40.mb-40.center {
  text-align: center;
}

.h2-bitcoin.mr-40.whtie {
  color: #fff;
}

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

.h2-bitcoin.orange.allcaps {
  text-transform: uppercase;
}

.h2-bitcoin.white {
  color: #fff;
}

.h2-bitcoin.white.allcaps {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: -4px;
  font-size: 4em;
}

.h2-bitcoin.white.j-center {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-bitcoin.j-center {
  text-align: center;
}

.h2-bitcoin.mb-40 {
  align-self: stretch;
  margin-top: -10px;
  font-size: 4em;
}

.h2-bitcoin.mb-40.center {
  text-align: center;
}

.h2-bitcoin.mb-40.center.white {
  margin-bottom: 0;
}

.h2-bitcoin.mb-40.center.white.stats {
  color: var(--dark-orange);
  font-size: 4.8em;
}

.h2-bitcoin.mb-40.orange.stat-header {
  text-align: center;
  width: 100%;
}

.h2-bitcoin.mb-40.full {
  width: 100%;
}

.image {
  z-index: 100;
  flex: 0 auto;
  position: relative;
}

.h5-bitcoin {
  z-index: 100;
  color: var(--dim-grey);
  letter-spacing: 1px;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.h5-bitcoin.mb-20 {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-weight: 400;
}

.h5-bitcoin.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 1em;
  text-decoration: none;
}

.h5-bitcoin.white.m5 {
  margin-left: 5px;
  margin-right: 5px;
  font-size: .9em;
}

.div-block {
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 20px;
  display: block;
}

.announce-link {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  color: #fff;
  letter-spacing: 1px;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
}

.announce-link:hover {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
}

.announce-link.cta {
  background-image: none;
}

.text-field-bitcoin {
  color: var(--dim-grey);
  letter-spacing: .5px;
  border: 3px solid #f3f6f8;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 20px;
  padding: 20px auto;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.6em;
  transition: all .2s;
}

.text-field-bitcoin:hover {
  border-color: var(--dark-orange);
  box-shadow: inset 0 -13px 35px 25px var(--white-smoke);
  color: var(--dim-grey);
  padding-left: 15px;
  font-weight: 600;
}

.text-field-bitcoin:focus {
  border-color: var(--dark-orange);
}

.text-field-bitcoin._2 {
  border-color: #fff;
}

.text-field-bitcoin._2:hover {
  background-color: #0000;
}

.form-button {
  background-color: var(--dark-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 40px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}

.form-button:hover {
  color: var(--dim-grey);
}

.form-button.mt-20 {
  margin-top: 20px;
}

.form-button.center {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-header-bitcoin {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.form-header-bitcoin.white {
  color: #f3f6f84d;
  font-size: 1em;
  line-height: 1em;
}

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

.form-block {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.form-block.cta {
  width: 100%;
  margin-bottom: 0;
}

.btc-link-text {
  color: #4d4d4d4d;
  letter-spacing: 1px;
  width: 100px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  position: static;
  bottom: 27px;
  left: 31px;
}

.btc-link-text:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

.utility-page-wrap {
  background-color: #fa3;
  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;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.h2 {
  color: var(--dim-grey);
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  display: inline-block;
}

.h2.orange {
  color: var(--dark-orange);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.h2.j-center.no-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.j-right {
  text-align: right;
}

.h2.j-right.mb-40 {
  margin-bottom: 40px;
  font-size: 2.2em;
}

.h2.j-right.mb-40.ml-40 {
  float: right;
  margin-left: 40px;
}

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

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

.h2.anchor-padding {
  margin-top: 20vh;
}

.h2.white {
  color: #fff;
}

.h2.white.center {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  display: block;
}

.h2.white.mt-40 {
  margin-bottom: 20px;
}

.h2.white._100 {
  width: 100%;
}

.h2.white.mb-40 {
  display: block;
}

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

.h2.center.stats-header {
  color: #fff;
  margin-bottom: 40px;
}

.h2.headliner {
  margin-bottom: 10px;
  font-size: 3.5em;
}

.p {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  display: block;
}

.p.bold {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-weight: 600;
}

.p.bold.orange {
  color: var(--dark-orange);
  display: block;
}

.p.bold.orange.mr-40 {
  padding-right: 40px;
  font-size: 1.1em;
}

.p.bold.orange.mr-40.mb-40 {
  margin-bottom: 40px;
  font-size: 1.1em;
  display: block;
}

.p.bold.orange.mr-40.mb-40.venue {
  padding-right: 0;
  display: inline-block;
}

.p.bold.orange.j-center {
  text-align: center;
}

.p.bold.orange.j-center.extra-pad {
  margin-top: 20px;
}

.p.bold.orange.mb-20 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
}

.p.bold.orange.mb-20.home {
  font-size: 1.5em;
}

.p.bold.orange.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p.bold.white {
  color: #fff;
}

.p.bold.white.mb-20 {
  margin-bottom: 20px;
}

.p.bold.j-center.mb-negative {
  margin-bottom: -40px;
}

.p.bold.ticket-tier {
  font-size: 1.3em;
}

.p.bold.ticket-tier.expired {
  text-decoration: line-through;
}

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

.p.orange.j-center {
  margin-bottom: 0;
}

.p.orange.j-center.large {
  margin-top: -20px;
  font-size: 1.3em;
  font-weight: 600;
}

.p.orange.j-center.large.mb-negative {
  margin-bottom: -40px;
}

.p.orange.maxwidth-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.p.j-right.mb-40 {
  margin-bottom: 40px;
}

.p.j-right.mb-40.ml-40 {
  margin-left: 40px;
  display: inline-block;
}

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

.p.mt-20.white {
  color: #fff;
  flex: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -100%;
}

.p.j-center {
  text-align: center;
}

.p.j-center.mt-80 {
  margin-top: 80px;
}

.p.j-center.extra-pad {
  margin-top: 20px;
}

.p.pad-right {
  padding-right: 8.3vw;
}

.p.pad-right.w2e {
  border-style: none none none solid;
  border-width: 1px 5px 5px 3px;
  border-color: var(--white-smoke) var(--white-smoke) var(--white-smoke) var(--dark-orange);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.p.pad-right._40 {
  padding-right: 40px;
}

.p.faq-a {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 400;
}

.p.white {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

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

.p.white.max-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p.white.max-600px.mb-20 {
  max-width: 670px;
}

.p.white.padright {
  padding-right: 20px;
}

.p.white.col-padright.j-left {
  text-align: left;
}

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

.p.white.center.spon {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p.white.center.less {
  padding-top: 26px;
  line-height: .2em;
}

.p.white.small {
  letter-spacing: .3px;
  font-size: .9em;
}

.p.white.alert {
  background-color: var(--dark-orange);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: 700;
}

.p.white.freemoney {
  color: var(--dark-gray);
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.4em;
}

.p.white.freemoney.block {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.p.white.centered {
  text-align: center;
}

.p.white.large {
  letter-spacing: .5px;
  font-size: 1.4em;
}

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

.p.center.max-600px {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.p.sponsor-bio {
  margin-bottom: 10px;
  font-size: 1.15em;
}

.p.mb-20.small {
  letter-spacing: .3px;
  font-size: .9em;
}

.p.mb-20.constain {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.p.mb-20.white {
  color: #fff;
}

.p.pad-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p.pad-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p.dark {
  color: #202020;
  font-weight: 600;
  display: inline-block;
}

.h3-bitcoin {
  margin-top: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.7em;
}

.h3-bitcoin.white {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

.h3-bitcoin.white.j-center {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-size: 3em;
  line-height: 1.2em;
  position: static;
}

.h3-bitcoin.white.j-center.pad20 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.6em;
}

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

.div-mr20 {
  align-self: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  z-index: -90;
  background-image: linear-gradient(#4d4d4d, #4d4d4d);
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50vh;
  margin-top: -12.5vh;
  margin-bottom: 0;
  padding: 15vh 8.33vw 3vh;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0;
}

.navbar {
  z-index: 600;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  width: 80vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0;
}

.body {
  background-color: #fa3;
  background-image: linear-gradient(#fa3, #fa3);
}

.body.nobar {
  background-color: var(--orange);
}

.hero-bitcoin {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 87.5vh;
  padding-top: 0;
  padding-left: 25vw;
  padding-right: 25vw;
  display: flex;
}

.hero-bitcoin.v2 {
  padding: 12.5vh 12.5vw;
}

.sidebar-wrapper {
  background-image: linear-gradient(#000, #000);
  width: 100vw;
  height: 80px;
}

.navbar-2 {
  align-items: center;
  height: 100%;
  display: flex;
}

.subnav-sticky {
  z-index: 1000;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 83.33vw;
  height: 12.5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.brand {
  flex: 0 auto;
  margin-right: 20px;
}

.nav-link.navbutton {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Titillium Web, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.nav-link.navbutton:hover {
  color: var(--dark-orange);
  font-weight: 700;
}

.nav-link.navbutton.w--current {
  color: #ff950080;
}

.nav-link.navbutton.hide {
  display: block;
}

.container {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5vh;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.navbutton-cta {
  color: #fff;
  text-align: center;
  direction: ltr;
  background-image: linear-gradient(#4dc04d, #4dc04d);
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 15px;
  padding-top: auto;
  padding-bottom: auto;
  padding-left: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
  display: block;
  position: static;
  inset: 0;
}

.navbutton-cta:hover {
  background-color: #4dc04d;
  box-shadow: inset 0 0 69px 30px #ff9500;
}

.navbutton-cta.w--current {
  color: var(--dim-grey);
}

.navbutton-cta.cta {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 2em;
}

.image-2 {
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-100 {
  background-image: linear-gradient(#f3f6f8, #f3f6f8);
  width: 83.33vw;
  min-height: 420px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 8.33vh 12.5vw;
  font-size: 14px;
  display: block;
}

.section-100.white {
  background-image: linear-gradient(#fff, #fff);
  margin-top: -2px;
}

.section-100.white.ninjastar {
  background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
  background-position: 0 83%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.section-100.white.flex1 {
  justify-content: center;
  display: block;
}

.section-100.white.speakers {
  padding-left: 4vw;
  padding-right: 4vw;
}

.section-100.white.schedule-tba {
  box-shadow: none;
  background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 110%, auto;
}

.section-100.white.moderated {
  min-height: 200px;
}

.section-100.white.blog-body {
  padding-right: 33vw;
}

.section-100.white.agenda {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-100.white.agenda._2 {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.cta {
  background-image: linear-gradient(#00000040, #00000040), url('../images/bitcoin2019conference-CTAbg.png'), linear-gradient(#000, #000);
  background-position: 0 0, 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.section-100.cta.hackathon {
  background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/bitcoin2019-bitcoinGames.svg'), linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  background-position: 0 0, 10% 20%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 80%, auto;
  background-attachment: scroll, scroll, scroll;
}

.section-100.cta._2020 {
  background-image: url('../images/Bitcoin2020-conference-Sooon-banner.svg'), linear-gradient(#00000040, #00000040), url('../images/bitcoin2019conference-CTAbg.png'), linear-gradient(#000, #000);
  background-position: 50%, 0 0, 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  background-size: cover, auto, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  margin-top: 0;
}

.section-100.flex1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-100.bitcoin-section {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  min-height: 180px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.xpad {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.xpad.stats {
  background-image: url('../images/B19-livestream-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 7.33vh;
}

.section-100.xpad.press {
  background-image: linear-gradient(#fff, #fff);
}

.section-100.moderated {
  min-height: 200px;
}

.section-100.complete-checkout {
  margin-top: 8vh;
}

.section-100.hackathon-cta {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  flex-direction: column;
  align-items: center;
  padding: 3vh 12.5vw 8vh;
  display: block;
}

.section-100.hackathon-cta.hide {
  display: none;
}

.section-100.hackathon-cta.center {
  background-color: var(--dim-grey);
  text-align: center;
  background-image: linear-gradient(#4d4d4de0, #4d4d4de0), url('../images/bitcoin2019-bitcoinGames.svg');
  background-position: 0 0, 50% -8%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-100.orange {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.orange.hide {
  display: block;
}

.section-100.orange.featspeakers.hide {
  display: none;
}

.section-100._125 {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.no-pad {
  padding: 0 0;
}

.section-100.about-hero {
  background-color: var(--dark-orange);
  background-image: linear-gradient(#ff9500d4, #ff9500d4), url('../images/_22C1076.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
  display: flex;
}

.section-100.hide {
  display: none;
}

.section-100.daq.sponsor-map {
  background-image: linear-gradient(#fff, #fff);
  min-height: 180px;
}

.section-100.visa-feat {
  background-image: url('../images/globe-graphic1.svg'), linear-gradient(#fff, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: auto;
}

.section-100.visa-feat.half {
  width: 100%;
  padding: 12.5vh 8vw;
}

.section-100.art-gallery {
  background-image: linear-gradient(#ffaa336b, #ffaa336b), url('../images/graffiti-wall-bg_1.jpg'), linear-gradient(#f3f6f8, #f3f6f8);
  background-position: 0 0, 0%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
}

.section-100.media-kit-cta.multiply {
  background-image: linear-gradient(#00000054, #00000054);
  margin-top: 0;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.section-100.partner-home {
  background-image: linear-gradient(#fff, #fff);
}

.section-100.less-pad {
  padding-left: 8.33vw;
  padding-right: 8.33vw;
}

.section-100.blog-header {
  background-image: linear-gradient(#f3f6f8, #f3f6f8);
  min-height: auto;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section-100.blog-header._2 {
  background-image: linear-gradient(#f3f6f8eb, #f3f6f8eb), url('../images/rooftop-img-bg2.png');
  background-position: 0 0, 50%;
  background-size: auto, 1350px;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.section-100.hack-partners {
  background-color: var(--dim-grey);
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
}

.section-100.dark {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.dark.hide, .section-100.dark.featspeakers.hide {
  display: none;
}

.section-100.full-width {
  background-image: linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  border-right: 1px #000;
  justify-content: center;
  padding: 0 0;
  display: flex;
}

.section-100.full-width.orange {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section-100.track-title {
  min-height: 20px;
  padding: 0 0;
}

.section-100.sms {
  background-image: url('../images/SoundMoneyStage-bg.png'), linear-gradient(#f3f6f8, #f3f6f8);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.section-100.hotel-banner {
  text-align: center;
  background-color: #535353;
  background-image: linear-gradient(#e7e7e7, #e7e7e7);
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-100.hotel-banner:hover {
  background-image: linear-gradient(#dbdbdb, #dbdbdb);
}

.section-100.freemoney {
  background-color: #ececec;
  background-image: url('../images/bitcoin-mono-ff9500.svg'), linear-gradient(to bottom, var(--orange), var(--orange));
  background-position: 108% -2%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 33%, auto;
}

.section-100.freemoney2 {
  background-color: #ececec;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  border-radius: 0;
}

.section-100.xh {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section-100.darker {
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-100.darker.hide, .section-100.darker.featspeakers.hide {
  display: none;
}

.section-100.agenda {
  min-height: 0;
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section-100.photo {
  padding: 0 0;
}

.section-100.dark {
  background-color: var(--dim-grey);
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  margin-top: -2px;
}

.section-100.dark.ninjastar {
  background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
  background-position: 0 83%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.section-100.dark.flex1 {
  justify-content: center;
  display: block;
}

.section-100.dark.speakers {
  padding-left: 4vw;
  padding-right: 4vw;
}

.section-100.dark.schedule-tba {
  box-shadow: none;
  background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 110%, auto;
}

.section-100.dark.moderated {
  min-height: 200px;
}

.section-100.dark.blog-body {
  padding-right: 33vw;
}

.section-100.dark.agenda {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-100.dark.agenda._2 {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 120px;
  margin-top: 0;
}

.home-bg-parallax {
  z-index: -100;
  width: 100vw;
  height: 100vh;
  margin: 0 auto 20vh;
  display: block;
  position: fixed;
  inset: 0;
}

.home-content {
  z-index: 1;
  position: relative;
}

.bglayer1 {
  z-index: -90;
  float: none;
  background-image: url('../images/bitcoin2019-BGparallax-layer1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 180%;
  height: 150%;
  margin-top: -15%;
  margin-left: -25%;
  position: fixed;
}

.bglayer1.registration {
  opacity: .2;
  display: none;
}

.bglayer2 {
  z-index: -92;
  background-image: url('../images/bitcoin2019-BGparallax-layer2.svg');
  background-position: 0 0;
  background-size: cover;
  width: 110%;
  height: 120%;
  position: fixed;
}

.bglayer2.registration {
  opacity: .2;
  display: none;
}

.hero-logo {
  flex: 0 auto;
  height: auto;
  display: block;
}

.hero-logo.vh50 {
  height: 50vh;
}

.hero-div {
  width: 11vw;
  margin-top: 18vh;
  margin-bottom: 1.25vh;
}

.hero-button {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 3px solid #fa3;
  width: 420px;
  height: 80px;
  margin-bottom: 1.25vh;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 3.2em;
  font-weight: 900;
  transition: all .2s;
  display: block;
}

.hero-button:hover {
  border-color: var(--dark-orange);
  color: #000;
  letter-spacing: 15px;
  background-image: linear-gradient(#fa3, #fa3);
  font-size: 3.2em;
}

.hero-date-location {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero-date-location:hover {
  text-decoration: none;
}

.hero-date-location.mr-20 {
  font-size: 1em;
}

.hero-topleft {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-topright {
  z-index: 100;
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-topright.navmenu {
  margin-top: 20px;
  margin-right: 0;
  position: static;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.bglayer3 {
  z-index: -94;
  background-image: url('../images/bitcoin2019-BGparallax-layer3.svg');
  background-position: 0 0;
  background-size: cover;
  width: 110%;
  height: 120%;
  position: fixed;
}

.bglayer3.registration {
  opacity: .2;
  display: none;
}

.bglayer4 {
  z-index: -96;
  background-color: #0000;
  background-image: url('../images/bitcoin2019-BGparallax-layer4.svg');
  background-position: 0 0;
  background-size: cover;
  width: 110%;
  height: 120%;
  position: fixed;
}

.bglayer4.registration {
  opacity: .2;
  display: none;
}

.bitcoin-accepted {
  z-index: 1000;
  width: 7vw;
  text-decoration: none;
  transition: all .4s;
  position: fixed;
  bottom: 2vw;
  left: 0;
}

.div-block-6 {
  background-image: linear-gradient(#fff3, #fff3);
  border-radius: 0 10px 10px 0;
  padding-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.div-block-6:hover {
  background-image: linear-gradient(#4d4d4d80, #4d4d4d80);
}

.image-4 {
  margin-top: 10px;
  margin-left: .6vw;
  margin-right: .6vw;
}

.div20 {
  flex: 1;
  padding: 20px;
}

.bitcoin-magazine-logo {
  background-image: url('../images/bitcoin-magazine-full-mono-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: inline-block;
}

.bitmain-logo {
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 60px;
}

.blockstream-logo {
  background-image: url('../images/Blockstream_logo-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 60px;
}

.hero-logos {
  flex: 0 auto;
  width: 50vw;
  display: block;
}

.hero-logos.center {
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  display: flex;
}

.footer-text {
  color: #f3f6f875;
  letter-spacing: .7px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-text.footer-link {
  font-size: .9em;
}

.footer-text.footer-link:hover {
  color: var(--dark-orange);
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.italic-text {
  display: inline;
}

.button-cta {
  border: 3px solid var(--dark-orange);
  text-align: center;
  background-color: #0009;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  transition: all .2s;
}

.button-cta:hover {
  box-shadow: inset 0 -26px 40px 50px var(--dark-orange);
}

.button-cta.adjust {
  width: auto;
}

.columns.program-overview {
  margin-bottom: 40px;
}

.home-topimg {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 20px;
  padding: 0 0 20px 40px;
  display: block;
}

.home-topimg.about-venue {
  background-image: url('../images/venue-img-bg.png'), url('../images/sf-pic1.png'), linear-gradient(#4d4d4d33, #4d4d4d33);
  background-position: 50%, 50%, 0 0;
  background-size: cover, cover, auto;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 70%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button1 {
  background-color: var(--dark-orange);
  letter-spacing: 1px;
  align-self: center;
  margin-bottom: 0;
  padding: 25px 40px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  display: none;
}

.button1:hover {
  background-color: var(--dim-grey);
}

.button1.float-left {
  float: left;
  text-align: center;
  margin: 10px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-size: 1.6em;
  line-height: 1em;
  display: block;
}

.button1.float-right {
  float: right;
  align-self: flex-end;
  margin: 10px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  display: block;
}

.flexcolumn1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-left: 10px;
  display: block;
}

.flexcolumn1.ml-40 {
  flex: 0 auto;
  padding-left: 10px;
}

.flexcolumn1.padr-40 {
  padding-left: 40px;
}

.columns-2 {
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-2.flip {
  flex-direction: row-reverse;
}

.columns-2.hacks {
  margin-left: -20vw;
  margin-right: -20vw;
}

.div-block-7 {
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7.flexbuttons {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-7.mb-80 {
  margin-bottom: 80px;
}

.top-section {
  height: 8vh;
}

.top-section.registration {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
}

.top-section._50vh {
  height: 50vh;
}

.top-section.hero-v2 {
  height: 87.5vh;
}

.registration-body {
  z-index: -100;
  background-color: var(--dark-gray);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.iframe-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.image-5 {
  height: 30px;
  display: inline;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  display: none;
}

.error-code {
  color: #000;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-weight: 200;
}

.link-text {
  color: var(--dim-grey);
  align-self: end;
  text-decoration: none;
}

.link-text:hover {
  color: var(--dark-orange);
  text-decoration: underline;
}

.link-text:visited {
  color: var(--orange);
}

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

.link-text.white:hover {
  color: var(--orange);
}

.link-text.underline {
  text-decoration: underline;
}

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

.link-text.back-button {
  color: var(--dark-orange);
  padding-left: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.link-text.back-button:hover {
  text-decoration: underline;
}

.link-text.back-button:focus {
  font-family: Titillium Web, sans-serif;
}

.link-text.back-button.icon {
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.div-block-9 {
  display: inline-block;
  position: fixed;
  bottom: 27px;
  left: 116px;
}

.div-block-10 {
  position: fixed;
  bottom: 27px;
  left: 32px;
}

.body-2 {
  background-color: #fff;
}

.speaker-box {
  background-image: url('../images/default-speaker-img.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.speaker-headshot {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 160%;
  display: block;
}

.speaker-headshot.headliner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 0 0 15px;
  padding-bottom: 100%;
}

.collection-item {
  margin-bottom: 20px;
}

.h4 {
  color: var(--dim-grey);
  font-family: Titillium Web, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  text-decoration: none;
}

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

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

.h4.j-center.mb-40 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.h4.orange.w2e {
  border: 5px none var(--white-smoke);
  padding: 20px 20px 0 0;
}

.h4.mb-10 {
  margin-bottom: 10px;
}

.h4.mb-10.padr-40 {
  padding-left: 40px;
  padding-right: 20px;
}

.h4.faq-q {
  border-bottom: 3px solid var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h4.white {
  color: #fff;
}

.h4.white.mb-40 {
  display: inline-block;
}

.h4.white.j-center.mb-40 {
  font-size: 1.2em;
  font-weight: 600;
}

.h4.white.j-center.mb-40.hide {
  display: none;
}

.h4.white.j-center.mb-40.freemoney {
  letter-spacing: 1px;
  font-size: 1.8em;
  font-weight: 700;
}

.flex-vert1 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-vert1.mb-40 {
  flex: 0 auto;
  margin-bottom: 40px;
}

.div-block-11 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-no {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.column-no.flex {
  flex-direction: column;
  display: flex;
}

.column-no.flex-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.speaker-info {
  background-color: var(--white-smoke);
  background-image: url('../images/secondary-logo-white_1.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: 33%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: inline-block;
  position: static;
}

.speaker-info.bio-open {
  background-color: var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  border-bottom-left-radius: 15px;
  box-shadow: inset 0 10px 33px -17px #4d4d4d99;
}

.speaker-info-top {
  flex-direction: row;
  flex: 1;
  display: flex;
}

.speaker-info-bottom {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.speaker-namefirst {
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.speaker-namelast {
  padding-right: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

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

.speaker-name {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.speaker-link {
  background-color: var(--dark-orange);
  background-image: url('../images/twitter-white.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 69% 300%;
  border-radius: 12.5px;
  flex: 0 auto;
  width: 40px;
  height: 40px;
}

.speaker-link:hover {
  background-color: #ff9500d4;
}

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

.speaker-conftitle {
  color: var(--dark-orange);
  letter-spacing: 0;
  flex: none;
  align-self: center;
  padding-right: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}

.columns-3 {
  background-color: #0000;
  display: flex;
}

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

.column2.flex {
  flex-direction: column;
  display: flex;
}

.speaker-biocol {
  background-color: #0000;
  display: block;
}

.div-block-12 {
  border-bottom-right-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.show-bio {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  align-self: flex-end;
  display: block;
}

.small-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  transition: opacity .3s;
  display: block;
  position: static;
}

.small-label:hover {
  color: var(--dark-orange);
}

.speaker-bioheader {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.speaker-currenttitle {
  flex: 0 auto;
  padding-right: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}

.hide-bio {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  align-self: flex-start;
}

.div40 {
  flex: 1;
  padding: 40px;
}

.h3 {
  color: var(--dim-grey);
  margin-top: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
}

.h3.j-right {
  text-align: right;
  font-weight: 600;
  display: block;
}

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

.h3.orange {
  color: var(--dark-orange);
  letter-spacing: 1px;
}

.h3.orange.center {
  text-align: center;
  letter-spacing: 1.5px;
  margin: 40px -10px 0;
  padding-right: 0;
  font-size: 1.3em;
  display: block;
  position: relative;
  top: -30px;
}

.h3.white {
  color: #fff;
}

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

.h3.white.j-center {
  margin-top: 10px;
}

.h3.moon {
  text-align: left;
  flex: 1;
  order: -1;
  align-self: flex-start;
  font-size: 3em;
}

.h3.sponsor-tiers {
  color: var(--dark-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: -20px;
  font-size: 2.5em;
  font-weight: 300;
  text-decoration: none;
}

.button2 {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 0;
  margin: 10px;
  padding: 8px 12.5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

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

.button2.j-right {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.button2.hide {
  display: none;
}

.cta-box {
  border: 3px solid #fff;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.cta-box._2 {
  border-style: none;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-box._30vw {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-box._30vw.gray {
  border-color: var(--white-smoke);
  width: 33vw;
}

.cta-box._30vw.gray.mt-40 {
  margin-top: 40px;
}

.cta-box._30vw.gray.mt-anchorpadding {
  margin-top: 20vh;
  margin-bottom: 10vh;
}

.cta-box._30vw.dark {
  border-color: var(--dim-grey);
  margin-top: 20px;
}

.cta-box.faq-menu {
  justify-content: flex-start;
  align-items: flex-start;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       ". ."
                       ". .";
  width: 100%;
  height: 100%;
}

.speaker-home {
  background-color: var(--dark-orange);
  background-image: url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.speaker-home.jihan {
  background-image: url('../images/JihanWu.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.aaron {
  background-image: url('../images/AaronVanWirdum.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.billbar {
  background-image: url('../images/BillBarhydt.png'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.diegog {
  background-image: url('../images/DiegoGutierrez.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.erikv {
  background-image: url('../images/ErikVoorhees.jpeg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.jimmysong {
  background-image: url('../images/JimmySong.jpeg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.danheld {
  background-image: url('../images/DanHeld.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.lilyliu {
  background-image: url('../images/LilyLiu.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 50% 30%, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.mattcorallo {
  background-image: url('../images/Matt-Corallo.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.speaker-home.arjun {
  background-image: url('../images/ArjunBalaji.jpg'), url('../images/speaker-locked-bitcoin2019.png'), url('../images/default-speaker-img.jpg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, cover, cover;
}

.text-block {
  display: block;
  position: absolute;
}

.twitter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.twitter.j-center {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.twitter.mt-40 {
  float: none;
  text-align: left;
  margin-top: 40px;
}

.twitter.m-20 {
  padding-left: 20%;
}

.div-block-13 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  display: flex;
}

.div-block-14 {
  background-color: #ff9500e6;
  border-bottom: 1px #fff;
  border-right: 1px #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  align-self: flex-start;
  height: 20px;
  margin-top: -20px;
  margin-left: -20px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.alert-label {
  color: #fff;
  letter-spacing: 1px;
  font-family: Titillium Web, sans-serif;
  font-size: .7em;
  font-weight: 700;
}

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

.column.flex2.mb-20 {
  text-align: right;
}

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

.div-block-15 {
  width: 100%;
  height: 100%;
}

.contact-form-box {
  background-color: #fff;
  border-radius: 12.5px;
  padding: 40px;
}

.textarea {
  min-height: 200px;
  color: var(--dim-grey);
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.button {
  border: 3px solid var(--dark-orange);
  color: var(--dark-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 12.5px;
  margin: 5px;
  padding: 12.5px 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.button:hover {
  background-color: var(--dark-orange);
  color: #fff;
}

.button.checkout-eventbrite {
  background-color: #f05537;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: auto;
  margin: 20px;
}

.button.checkout-btc {
  text-align: center;
  width: auto;
  margin: 20px;
}

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

.button.center.white {
  color: #fff;
  text-align: center;
  border-color: #fff;
}

.button.center.cta2 {
  background-color: var(--dark-orange);
  color: #fff;
  border-color: #fff;
}

.button.center.primary {
  background-color: var(--dark-orange);
  color: #fff;
  border-color: #0000;
}

.button.center.secondary {
  color: #fff;
  border-color: #fff;
}

.button.no-span {
  margin-top: 10px;
  margin-bottom: 20px;
}

.button.no-span.slack {
  color: #fff;
}

.button.no-span.orange {
  background-color: var(--orange);
  color: #fff;
}

.select-field {
  color: var(--dim-grey);
  background-color: #fff;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.label {
  color: var(--dim-grey);
  letter-spacing: .8px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
}

.label.orange {
  color: var(--dark-orange);
  flex: 0 auto;
  align-self: stretch;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.label.orange:hover {
  text-decoration: none;
}

.label.allcaps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.3em;
}

.label.allcaps.orange.padr-40 {
  padding-left: 40px;
  padding-right: 20px;
}

.label.faq {
  margin-top: 0;
}

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

.cta-box-img {
  margin-bottom: -20px;
}

.text-link {
  color: var(--dark-orange);
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.text-link.w--current {
  font-weight: 600;
}

.text-link.subtle {
  color: var(--dim-grey);
  font-weight: 400;
  text-decoration: underline;
}

.text-link.m10 {
  margin: 10px;
}

.text-link.m10.center {
  text-align: center;
  text-decoration: underline;
}

.grid-navmenu {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr 1fr 1fr 1fr .5fr 1fr;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-open {
  cursor: pointer;
  background-image: url('../images/bitcoin2019conference-hamburger-g.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  position: static;
  top: 10px;
  right: 10px;
}

.menu-open:hover {
  background-image: url('../images/bitcoin2019conference-hamburger-o.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.nav-logo-ink {
  z-index: 100;
  background-image: url('../images/secondary-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 83%;
  width: 60px;
  height: 83px;
  position: fixed;
  top: 20px;
  left: 30px;
}

.full-nav-2 {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-orange);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
}

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

.div-block-17 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ink-border-2 {
  z-index: 1000;
  background-color: #dfeff8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ink-border-2.bottom {
  height: 10px;
  inset: auto 0 0;
}

.ink-border-2.left {
  width: 10px;
  inset: 0 auto 0 0;
}

.ink-border-2.right {
  width: 10px;
  inset: 0 0 0 auto;
}

.ink-border-2.top {
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
}

.ink-border-2.top.fade-white {
  z-index: 90;
  background-color: #0000;
  background-image: linear-gradient(#fff, #e5e5e500);
  height: 80px;
}

.menu-exit {
  z-index: 100;
  color: #0000;
  cursor: pointer;
  background-image: url('../images/bitcoin2019conference-exit-w.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
}

.menu-exit:hover {
  background-image: url('../images/bitcoin2019conference-exit-w.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-button {
  opacity: 1;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-button:hover {
  opacity: .8;
}

.social-button.menu {
  clear: left;
  flex: 0 auto;
}

.fixed-nav-ink {
  z-index: 1000;
  flex: 0 auto;
  display: block;
  position: relative;
}

.button-ink {
  color: #60afdd;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: #fff;
  border: 2px solid #dfeff8;
  border-radius: 10px;
  align-self: end;
  font-size: 1em;
  line-height: 1.5em;
  transition: all .15s cubic-bezier(.215, .61, .355, 1);
}

.button-ink:hover {
  border-color: #60afdd;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-radius: 10px;
  align-self: center;
}

.button-ink.menu {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 4px;
  border-bottom-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Titillium Web, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

.button-ink.menu:hover {
  color: #000;
  border-bottom-color: #000;
  padding-left: 15px;
}

.button-ink.menu.small {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.3em;
}

.button-ink.menu.cta {
  text-align: center;
  background-color: #000;
  border: 4px solid #000;
  margin-top: 20px;
  margin-left: 25vw;
  margin-right: 25vw;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-ink.menu.cta:hover {
  color: var(--dark-orange);
  border-color: #000;
}

.button-ink.menu.hide {
  display: none;
}

.button-ink.menu.top {
  margin-bottom: 0;
}

.button-ink.menu.comingsoon {
  opacity: .42;
  cursor: not-allowed;
}

.location-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.video {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.div-block-18 {
  width: 100%;
  height: 100%;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.vid-column {
  flex: 0 auto;
  padding-left: 30px;
}

.div-block-19 {
  background-image: linear-gradient(#f3f6f8b3, #f3f6f8b3);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.section-registration {
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  width: 83.33vw;
  min-height: auto;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 8.3vh 8.33vw;
  display: block;
}

.section-registration.white {
  background-image: linear-gradient(#fff, #fff);
  margin-top: -2px;
}

.section-registration.white.ninjastar {
  background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
  background-position: 0 83%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.section-registration.white.flex1 {
  justify-content: center;
  display: block;
}

.section-registration.white.speakers {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.section-registration.white.schedule-tba {
  box-shadow: inset 0 40px 50px -50px var(--dark-orange);
  background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 110%, auto;
}

.section-registration.cta {
  background-image: linear-gradient(#0006, #0006), url('../images/BTC2019-CTAbg-stars_1.svg'), linear-gradient(#000, #000);
  background-position: 0 0, 100% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.section-registration.flex1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.section-registration.bitcoin-section {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  min-height: 180px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.pricing-table {
  background-color: #fff;
  border-radius: 12.5px;
}

.pricing-header {
  background-color: var(--dark-orange);
  background-image: linear-gradient(#ff9500cc, #ff9500cc), url('../images/secondary-logo-white.svg');
  background-position: 0 0, 82%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 125%;
  border-top-left-radius: 12.5px;
  border-top-right-radius: 12.5px;
  padding: 10px 25px;
}

.pricing-header.new-tier {
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  margin-bottom: 20px;
}

.pricing-table-header {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  align-self: flex-end;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 1px;
  font-family: Titillium Web, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  display: inline-block;
}

.pricing-table-header.orange {
  color: var(--dark-orange);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-table-header.j-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-table-header.j-right {
  text-align: right;
}

.pricing-table-header.j-right.mb-40 {
  margin-bottom: 40px;
  font-size: 2.2em;
}

.pricing-table-header.j-right.mb-40.ml-40 {
  float: right;
  margin-left: 40px;
}

.pricing-table-header.mt-40 {
  margin-top: 40px;
}

.pricing-table-header.mb-40 {
  margin-bottom: 40px;
}

.pricing-table-header.anchor-padding {
  margin-top: 20vh;
}

.pricing-table-header.right {
  float: right;
  text-align: right;
  width: auto;
  position: static;
}

.pricing-table-header.right.slash {
  opacity: .5;
  text-decoration: line-through;
}

.pricing-table-header.right.pad-right {
  padding-right: 10px;
}

.pricing-body {
  border-bottom-right-radius: 12.5px;
  border-bottom-left-radius: 12.5px;
  margin-bottom: 10px;
  padding: 20px 25px;
}

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

.html-embed.checkoutbutton {
  float: right;
  color: #0000;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/buy-w-FIAT.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 96px;
  margin: 10px 20px;
  display: block;
}

.html-embed.checkoutbutton.btc {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: none;
}

.html-embed.checkoutbutton.hide {
  display: none;
}

.secure-checkout {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secure1 {
  height: 25px;
  margin-top: 0;
  margin-bottom: 12.5px;
  margin-right: 10px;
}

.fineprint {
  letter-spacing: 1px;
  font-family: Titillium Web, sans-serif;
  font-size: .75em;
  line-height: 1em;
  display: inline-block;
}

.fineprint.float-right {
  float: right;
  text-align: right;
}

.fineprint.div {
  display: block;
}

.div-block-20 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.padding-20 {
  margin: 20px;
}

._404-body {
  background-color: #fa3;
}

.float-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 35vw;
  padding-right: 35vw;
  display: flex;
}

.columns-5 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.columns-5.mb-10 {
  margin-bottom: 10px;
}

.image-7 {
  margin-bottom: 20px;
}

.div-flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-flex-center.pad {
  padding-left: 8vw;
  padding-right: 8vw;
}

.div-flex-center.hide {
  display: none;
}

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

.moderate-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.h5 {
  letter-spacing: 1px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.h5.j-center {
  text-align: center;
}

.h5.j-center.m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.h5.mb-20 {
  margin-top: 20px;
}

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

.link-block-3.m10 {
  margin: 10px;
}

.columns-100 {
  width: 100%;
  height: 100%;
}

.div-block-21 {
  background-image: url('../images/bitcoin-magazine-full-mono-black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-20 {
  margin: 20px;
}

.bold-text, .bold-text-2 {
  letter-spacing: 0;
}

.faq-content.anchor-padding {
  margin-top: 0;
  padding-top: 20vh;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.faq-menulinks {
  color: var(--dark-orange);
  margin-top: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.link-dark {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.link-block-4 {
  width: 100%;
  margin-top: -20px;
  text-decoration: none;
  display: none;
}

.countdown-banner {
  background-color: #000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/bearmarketbear-icon-pattern.svg');
  background-position: 0 0, 0 -15px;
  background-size: auto, 100px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 120px;
  padding: 10px 25vw 1.25vh;
  display: block;
  position: absolute;
}

.countdown-banner.no-show {
  background-image: linear-gradient(#0000009e, #0000009e), linear-gradient(#0000, #0000), url('../images/bearmarketbear-icon-pattern.svg');
  background-position: 0 0, 0 0, 0 -15px;
  background-size: auto, auto, 100px;
  background-attachment: scroll, scroll, fixed;
  min-width: 40px;
  height: auto;
  padding-bottom: 0;
  display: none;
}

.countdown-banner.ledger {
  z-index: 2;
  background-color: var(--dim-grey);
  background-image: linear-gradient(59deg, var(--dim-grey), var(--dark-gray));
  background-position: 0 0;
  height: 120px;
  padding-top: 10px;
}

.countdown-banner.ledger.hide {
  display: none;
}

.countdown-banner._2020 {
  background-image: url('../images/Bitcoin2020-conference-Sooon-banner.svg'), linear-gradient(to bottom, var(--2020), var(--2020)), linear-gradient(to bottom, #0000006b, #0000006b), url('../images/bearmarketbear-icon-pattern.svg');
  background-position: 0 0, 0 0, 0 0, 0 -15px;
  background-size: cover, auto, auto, 100px;
  background-attachment: scroll, scroll, scroll, scroll;
  justify-content: center;
  display: flex;
}

.div-block-22 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.timer-box {
  border: 3px solid var(--dark-orange);
  background-color: #fa3;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.countdown-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.countdown-numbers {
  font-family: Titillium Web, sans-serif;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-pad40 {
  padding: 20px 40px;
}

.grid-4 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-pad80 {
  padding-left: 80px;
  padding-right: 80px;
}

.price-table-item {
  border: 3px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 12.5px;
  height: 8vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-table-item.expired {
  opacity: .5;
}

.price-table-item.selected {
  border-color: var(--orange);
}

.columns-101 {
  height: 8vh;
}

.column-3 {
  justify-content: center;
  align-items: center;
  height: 8vh;
  margin-top: -2px;
  padding: 2vh 15px;
  display: flex;
}

.section-link {
  margin: 5px 12.5vw;
  display: block;
}

.logo-pad10 {
  padding: 10px;
}

.column-4 {
  display: block;
  overflow: visible;
}

.column-5 {
  display: block;
}

.logo-25p {
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-25p.m40 {
  width: 18vw;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo-25p.m40._2 {
  width: 25vw;
}

.vid-container {
  padding-right: 40px;
}

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

.h5-icons {
  color: var(--dark-orange);
  text-align: left;
  letter-spacing: .5px;
  align-self: stretch;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
}

.h5-icons.centered {
  text-align: center;
}

.speaker-feat-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 360px;
  padding: 20px;
  display: flex;
}

.speaker-feat-card.media {
  min-height: 270px;
}

.speaker-circle {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.speaker-headshot-circle {
  background-image: url('../images/default-speaker-img.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.speaker-feat-name {
  color: #fff;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 1.6em;
  line-height: 1.1em;
}

.speaker-feat-name.dark {
  color: var(--dim-grey);
  font-size: 1.5em;
  line-height: 1em;
}

.speaker-feat-name.dark.interactive {
  margin-bottom: 0;
}

.speaker-feat-name.dark.interactive.white {
  color: #fff;
}

.speaker-feat-title {
  color: #fff;
  text-align: center;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3em;
}

.speaker-feat-title.dark {
  color: var(--dim-grey);
}

.particle-bg3 {
  flex: none;
  order: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 8.33vh 12.5vw;
  position: relative;
  inset: 0;
}

.image-8 {
  height: 100px;
  margin: 5px;
}

.image-9 {
  height: 100px;
}

.div-block-23 {
  display: block;
}

.div-block-23.mb-40 {
  align-self: stretch;
}

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

.js-clock.hide {
  display: none;
}

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

.clock-number {
  color: #fff;
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  font-family: Titillium Web, sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  line-height: 1em;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: -5px;
  font-family: Titillium Web, sans-serif;
}

.image-10 {
  float: right;
  width: 250px;
}

.image-10.hide {
  display: none;
}

.link-block-5 {
  float: right;
  clear: both;
  width: 250px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.home-page-speaker-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 25%;
  display: inline-block;
}

.hack-logo {
  width: 260px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-pad-column {
  flex: 0 auto;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.no-pad-column.hide {
  display: none;
}

.hackathon-track {
  background-color: #000;
  border-radius: 20px;
  height: auto;
  margin: 20px 10px;
  padding: 20px 30px 40px;
}

.hackathon-track.red {
  background-image: linear-gradient(#31313180, #31313180);
  padding: 20px;
}

.hackathon-track.green {
  background-image: linear-gradient(#1c924b80, #1c924b80);
  padding: 20px;
}

.hackathon-track.cta {
  background-color: #0000;
  border: 2px dashed #4d4d4d33;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hackathon-section {
  background-color: #050505;
  background-image: linear-gradient(#000, #000);
  width: 83.33vw;
  min-height: 420px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8.3vh 8.33vw;
  display: block;
}

.hackathon-section.white {
  background-image: linear-gradient(#fff, #fff);
  margin-top: -2px;
}

.hackathon-section.white.ninjastar {
  background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
  background-position: 0 83%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.hackathon-section.white.flex1 {
  justify-content: center;
  display: block;
}

.hackathon-section.white.speakers {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.hackathon-section.white.schedule-tba {
  box-shadow: none;
  background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 110%, auto;
}

.hackathon-section.white.moderated {
  min-height: 200px;
}

.hackathon-section.cta {
  background-image: linear-gradient(#0006, #0006), url('../images/CTA-spaceBG1.svg'), linear-gradient(#000, #000);
  background-position: 0 0, 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.hackathon-section.flex1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.hackathon-section.bitcoin-section {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  min-height: 180px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.hackathon-section.xpad {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.hackathon-section.moderated {
  min-height: 200px;
}

.hackathon-section.complete-checkout {
  margin-top: 8vh;
}

.hackathon-section.hackathon-cta {
  background-image: linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  flex-direction: column;
  align-items: center;
  padding: 8.33vh 12.5vw;
  display: block;
}

.hackathon-section.hackathon-cta.hide {
  display: none;
}

.hackathon-section.hackathon-cta.center {
  text-align: center;
}

.hackathon-section.orange {
  background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.hackathon-section.orange.hide {
  display: block;
}

.hackathon-section._125 {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.hackathon-section.no-pad {
  padding: 0 0;
}

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

.box-size-tall {
  width: 100%;
  height: 100%;
  padding-bottom: 130%;
}

.extra-pad {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.partner-link-box {
  background-color: var(--white-smoke);
  width: 33%;
  display: inline;
}

.partner-columns {
  width: 33%;
  padding: 5px 5px 0;
  display: inline-block;
}

.partner-box {
  width: 100%;
  height: 100px;
}

.partner-feat {
  background-color: #fff;
  border: 1px #cfcfcf;
}

.price {
  color: var(--dark-orange);
  font-family: Titillium Web, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.price.expired {
  text-decoration: line-through;
}

.ticket-table-div {
  margin: 40px 12.5vw;
}

.h1 {
  color: var(--dim-grey);
  font-family: Titillium Web, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.h1.white {
  color: #fff;
}

.h1.white.freemoney {
  color: #fff;
  font-size: 9em;
}

.h1.mb-20.j-center {
  text-align: center;
}

.venue-title {
  font-size: 1.4em;
}

.col-padright {
  padding-left: 0;
  padding-right: 30px;
}

.ticker-link {
  display: block;
}

.ticker-link.ledger {
  width: 100vw;
  display: block;
}

.ticker-link.ledger.hide {
  display: none;
}

.ledger-ad {
  background-image: url('../images/LEDGER-banner3.jpg'), url('../images/LEDGER-banner.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 0 0 12.5px 12.5px;
  height: 100px;
  margin-bottom: 20px;
}

.ledger-ad.home {
  z-index: -2;
  background-image: url('../images/LEDGER-banner3_1.jpg'), url('../images/LEDGER-banner2.jpg'), url('../images/LEDGER-banner.jpg');
  background-position: 50%, 50%, 50%;
  background-size: contain, cover, cover;
  border-radius: 0;
  width: 100vw;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.ledger-ad.hide {
  display: none;
}

.image-12 {
  width: 100%;
  display: none;
}

.div-block-24 {
  width: 40px;
  height: 30px;
  position: fixed;
}

.ninjastar {
  height: auto;
}

.bitcoin-ninjastar {
  z-index: 100;
  background-image: url('../images/ninja-star-B.svg');
  background-position: 50%;
  background-size: cover;
  width: 66px;
  height: 76px;
  position: fixed;
  inset: 0% -10% auto auto;
}

.bitcoin-ninjastar.shadow {
  z-index: 90;
  filter: blur(16px);
}

.bitcoin-ninjastar.shadow.multiply {
  opacity: .5;
  filter: blur(20px);
}

.program-content {
  margin-left: -6vw;
  margin-right: -6vw;
}

.program-item {
  background-color: var(--white-smoke);
  border-radius: 15px;
  margin: 10px 10px 30px;
  padding: 20px;
  transition: all .2s;
  box-shadow: 0 11px 15px -16px #4d4d4d00;
}

.program-item:hover {
  box-shadow: 0 11px 15px -16px #4d4d4d99;
}

.program-name {
  color: var(--dim-grey);
  letter-spacing: .05em;
  font-family: Titillium Web, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
}

.program-bg {
  background-color: #4d4d4d26;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  display: flex;
}

.program-day {
  color: var(--dim-grey);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.program-description1 {
  color: var(--dark-orange);
  margin-left: -10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5em;
}

.program-label {
  color: #4d4d4d80;
  text-align: left;
  letter-spacing: 2px;
  border-top: 3px solid #fff;
  border-bottom: 3px #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: .8em;
  line-height: 2em;
}

.program-description2 {
  color: var(--dim-grey);
  margin-left: -10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.program-icon {
  padding-left: 20px;
  padding-right: 20px;
}

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

.h6 {
  color: var(--dim-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.h6.white {
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.5em;
}

.h6.white.freemoney {
  color: var(--dim-grey);
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.4em;
}

.h6.white.freemoney.small {
  color: var(--dim-grey);
  font-size: 1.2em;
}

.image-13 {
  float: left;
  line-height: 1em;
  display: block;
}

.image-13.pad-right-10 {
  margin-right: 10px;
}

.img-pad {
  padding: 40px;
}

.img-pad.mt-neg {
  margin-top: -100px;
  padding-bottom: 30px;
}

.art-gallery-logo {
  background-image: url('../images/bitcoin2019conference-art-gallery-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
  padding-bottom: 80%;
}

.media-kit-button {
  cursor: pointer;
  background-image: url('../images/media-kit-thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  width: 400px;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .2s;
  transform: translate(0, 1px);
  box-shadow: 0 9px 9px -10px #00000063;
}

.media-kit-button:hover {
  transform: translate(0, -4px);
  box-shadow: 0 16px 18px -15px #00000063;
}

.media-kit-button._2 {
  width: 320px;
}

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

.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: 13.5%;
  margin: -5px 0 5px 5px;
  display: inline-block;
}

.image-14 {
  margin: 10px;
  padding: 5px;
  display: block;
}

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

.collection-list.j-left {
  justify-content: flex-start;
  align-items: center;
}

.link-block-6 {
  opacity: .9;
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.link-block-6:hover {
  opacity: 1;
  transform: scale(1.05);
}

.moon-sponsor.hide {
  display: none;
}

.moon-container {
  background-color: var(--white-smoke);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  border-bottom: 3px solid #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding: 20px 20px 40px 10px;
}

.square-logo {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 83%;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  max-height: 130px;
  padding-top: 0%;
  padding-bottom: 100%;
}

.zpon-info {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px 0;
  display: flex;
}

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

.link.dark {
  color: var(--dim-grey);
}

.link-block-7 {
  flex: 1;
  order: 1;
  align-self: flex-start;
}

.column-6 {
  flex-direction: row;
  align-items: baseline;
  height: 100%;
  display: block;
  overflow: visible;
}

.div-block-25 {
  align-items: center;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.sponsor-name {
  align-self: flex-start;
  display: block;
}

.div-tier {
  border-left: 3px solid var(--dark-orange);
  margin-right: -40px;
  padding: 20px 0 20px 40px;
}

.text-block-2 {
  align-self: flex-start;
}

.sponsor-founded {
  color: var(--dark-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  display: block;
}

.url-link {
  align-self: flex-start;
  margin: 0 5px 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.zpon-social-link {
  align-self: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.zpon-links {
  align-self: flex-start;
  width: 100%;
  margin-top: 10px;
}

.logo-center {
  background-image: url('../images/bitcoin2019-logo-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 3px #fff;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100%;
  display: flex;
}

.logo-center:hover {
  background-color: #fff;
}

.link-block-8 {
  background-color: #0000;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-8:hover {
  border: 3px solid var(--white-smoke);
}

.button-2 {
  border-radius: 10px;
}

.button-2:hover {
  border: 1px solid var(--orange);
}

.star-bg {
  position: absolute;
  inset: 0%;
}

.star-bg.hide {
  display: none;
}

.div-block-26 {
  z-index: 5;
  position: relative;
}

.image-15 {
  transform-origin: 50%;
}

.image-16, .div-block-27 {
  width: 100%;
}

.mooon {
  width: 25vw;
  margin: -42px auto -60px;
}

.logo-blockstream {
  margin-bottom: -30px;
}

.bitcoinmagazine-spot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bitcoinmagazine-spot.mb-40.hide {
  flex: 0 auto;
  display: none;
}

.link-block-9 {
  opacity: .98;
}

.link-block-9:hover {
  opacity: 1;
}

.section-nopad {
  background-color: #fff;
  width: 83.33vw;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-nopad.dark {
  background-color: var(--dim-grey);
}

.section-nopad.dark.hide, .section-nopad.hide {
  display: none;
}

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

.travala-section {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#f3f6f880, #f3f6f880), url('../images/travala.png'), url('../images/travala_full.png');
  background-position: 0 0, 96% 95%, 50% 10%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 83px, 25%;
  width: 100%;
  min-height: auto;
  margin-top: -2px;
  padding: 12.5vh 8vw;
}

.body-3 {
  background-color: var(--orange);
}

.div-block-28 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 80%;
}

.blog-post {
  background-color: var(--white-smoke);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12.5px;
  transition: all .2s;
  display: flex;
}

.blog-post:hover {
  box-shadow: 0 15px 30px -20px #4d4d4d80;
}

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

.link-block-10:hover {
  color: var(--dark-orange);
  text-decoration: underline;
}

.blog-author {
  color: var(--dim-grey);
  letter-spacing: .4px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: .5em;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 80%;
}

.icon {
  color: var(--dark-orange);
  padding: 5px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  display: inline-block;
}

.new-tag {
  z-index: 20;
  background-color: var(--orange);
  border-radius: 10px;
  height: 30px;
  margin-bottom: -20px;
  margin-left: -10px;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Titillium Web, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.collection-list-2 {
  margin-top: -20px;
}

.halfcta-hackathon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 800px;
  padding: 40px;
  display: flex;
}

.halfcta-artgallery {
  background-image: linear-gradient(#ffaa3380, #ffaa3380), url('../images/bg.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 800px;
  padding: 40px;
  display: flex;
}

.media-partner-link {
  background-image: url('../images/Bitcoin-Magazine-LOGO-2019-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 83%;
  width: 100%;
  height: 100%;
  padding-bottom: 83%;
}

.hack-partner-logo {
  border: 3px solid var(--dim-grey);
  background-color: var(--white-smoke);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#ffffff80, #ffffff80);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding-bottom: 100%;
}

.hack-partner-logo:hover {
  background-color: var(--white-smoke);
  border-color: #fff;
}

.collection-list-wrapper {
  text-align: left;
}

.headliners {
  margin-bottom: 40px;
  display: none;
}

.keynote-speaker {
  background-color: var(--white-smoke);
  border-radius: 15px;
}

.keynote-speaker.hide {
  display: none;
}

.headliner-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.section-lineup {
  width: 83.33vw;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
}

.lineup-card {
  width: 100%;
  max-width: 110%;
}

.link-block-11 {
  width: 83.33vw;
}

.twitter-link {
  text-align: center;
  margin-top: 12px;
}

._33-percent {
  background-color: #2b2b2b;
  border: 2px #f3f5f8;
  width: 33.3333%;
  min-height: auto;
  padding: 39px;
  display: inline-block;
}

._33-percent.no-border {
  border-style: none;
  border-right-color: var(--dim-grey);
  width: 33.3%;
}

._33-percent.border-right {
  border-style: none solid none none;
  border-right-color: var(--dim-grey);
  min-height: 270px;
  display: inline-block;
}

.sponsored-by {
  text-align: center;
  background-color: #000;
  min-height: 86px;
}

.heading {
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 34px;
}

.heading.freemoney {
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 41px;
  line-height: 49px;
}

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

.sms-logo {
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  text-decoration: underline;
}

.div-block-30 {
  justify-content: center;
  display: flex;
}

.div-block-30.pad {
  color: var(--dark-orange);
  padding-left: 14vw;
  padding-right: 14vw;
}

.register-floatcta {
  padding-top: 0;
  padding-bottom: 200px;
}

._50 {
  background-color: #2b2b2b;
  border: 2px #f3f5f8;
  border-radius: 20px;
  width: 33.3333%;
  min-height: auto;
  margin: 10px;
  padding: 39px;
  display: inline-block;
}

._50.no-border {
  border-style: none;
  border-right-color: var(--dim-grey);
  width: 33.3%;
}

._50.border-right {
  border-style: none solid none none;
  border-right-color: var(--dim-grey);
  width: 50%;
  min-height: 270px;
  display: inline-block;
}

.video-2 {
  border-radius: 25px;
}

._100-words {
  border: 2px solid var(--dark-orange);
  border-radius: 20px;
  padding: 20px;
}

._100-words.xh {
  border-color: var(--orange);
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.agenda-box {
  background-color: #fff;
  border: 3px solid #f3f6f8;
  border-style: solid none;
  margin-top: -3px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.agenda-time {
  flex-direction: column;
  width: 20%;
  margin-top: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: flex;
}

.agenda-desciption {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-left: 10px;
  display: flex;
}

.agenda-time-text {
  width: 100%;
  color: var(--dark-orange);
  text-align: left;
  letter-spacing: 0;
  margin-top: -5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.5em;
}

.agenda-time-amppm {
  text-align: left;
  margin-top: 0;
  font-size: .8em;
  line-height: 20px;
}

.agenda-title {
  width: 100%;
  color: var(--dark-gray);
  text-align: left;
  flex: 0 auto;
  font-family: Titillium Web, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5em;
}

.agenda-subtitle {
  color: #000;
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  align-self: auto;
  width: 100%;
  padding: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.agenda-header {
  z-index: 100;
  background-color: var(--alice-blue);
  width: 100%;
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .5px;
  border: 1px #000;
  margin-top: -3px;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 2.2em;
  display: inline-block;
  position: relative;
}

.agenda-header.mr-40 {
  padding-right: 40px;
}

.agenda-header.mr-40.mb-40 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
}

.agenda-header.mr-40.mb-40.float-right {
  float: right;
  padding-right: 0;
}

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

.agenda-header.orange.allcaps {
  text-transform: uppercase;
}

.agenda-header.white {
  color: #fff;
}

.agenda-header.white.allcaps {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: -4px;
  font-size: 4em;
}

.agenda-header.white.j-center {
  margin-top: 0;
  margin-bottom: 0;
}

.agenda-header.j-center {
  text-align: center;
}

.agenda-header.mb-40 {
  align-self: stretch;
  margin-top: -10px;
  font-size: 4em;
}

.agenda-track-name {
  background-color: var(--dark-orange);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5.5px 15px 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.agenda-desc {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.3em;
  line-height: 25px;
}

.agenda-container {
  width: 100%;
  margin-left: 12vw;
  margin-right: 12vw;
  padding-left: 0;
  display: flex;
}

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

.orange.small {
  font-size: .75em;
  font-weight: 600;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 57px;
  font-family: Titillium Web, sans-serif;
  line-height: 20px;
}

.text-block-4.title {
  color: #b3b3b3;
  font-size: 17px;
}

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

.div-block-31 {
  text-align: center;
  margin-bottom: 16px;
}

.qr-img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}

.column-flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-flex-left.border {
  border: 3px #fff;
  border-style: none solid;
  border-radius: 0;
  padding: 20px;
}

.column-flex-left.border.middle {
  border-left-width: 0;
  border-right-width: 0;
}

.div-block-32 {
  padding-top: 51px;
}

.div-block-32.cmc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.h1-2 {
  color: #fff;
  letter-spacing: 8px;
  font-family: Titillium Web, sans-serif;
  font-size: 12em;
  font-weight: 900;
  line-height: 1em;
}

.price-box {
  background-color: #fa3;
  border-radius: 25px;
  margin-bottom: 2vh;
  padding: 20px 40px;
}

.price-box.clear {
  background-color: #0000;
}

.label-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}

.b19-logo {
  margin: 1vh auto 4vh;
}

.body-4 {
  background-color: var(--dark-orange);
}

.particle-bg {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.dayof-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  height: 100%;
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1em;
  text-decoration: none;
}

.columns-102 {
  width: 100%;
  margin-bottom: 10px;
}

.dayof-splash {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 12.5vh 8.333vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dayof-splash.livestream {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.dayof-button {
  border: 4px solid var(--orange);
  background-color: var(--dark-orange);
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.dayof-button:hover {
  background-color: var(--orange);
  letter-spacing: 5px;
  border-radius: 25px;
}

.dayof-button.cta {
  border-color: var(--orange);
  background-color: var(--orange);
  border-radius: 15px;
  padding-bottom: 20px;
}

.link-small {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2em;
  text-decoration: underline;
}

.link-small.b20 {
  background-color: var(--2020);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.5em;
  font-weight: 900;
  text-decoration: none;
}

.link-block-13 {
  width: 100%;
  color: var(--dark-orange);
  margin-left: auto;
  margin-right: auto;
  font-family: Titillium Web, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.link-block-13:hover {
  font-size: 1em;
  line-height: 2em;
  text-decoration: underline;
}

.column-pad20 {
  padding-left: 20px;
  padding-right: 20px;
}

.livestream-iframe {
  background-color: var(--dark-orange);
  border-radius: 25px;
  width: 100%;
}

.html-embed-2 {
  border-radius: 25px;
  width: 100%;
  height: 80%;
}

.link-block-14 {
  margin-left: auto;
  margin-right: auto;
}

.columns-bottom {
  align-items: flex-end;
  display: flex;
}

.agenda-menu {
  color: var(--dim-grey);
  font-family: Titillium Web, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.spacer {
  height: 260px;
}

.program-item-2 {
  background-color: #f3f6f8;
  border-radius: 15px;
  margin: 10px 0 30px;
  padding: 20px;
  transition: all .2s;
  box-shadow: 0 11px 15px -16px #4d4d4d00;
}

.program-item-2:hover {
  box-shadow: 0 11px 15px -16px #4d4d4d99;
}

.program-name-2 {
  color: #4d4d4d;
  letter-spacing: .05em;
  font-family: Titillium Web, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.program-day-2 {
  color: #4d4d4d;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
}

.agenda-track-name-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff9500;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5.5px 15px 5px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.p-2 {
  color: #4d4d4d;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  display: block;
}

.p-2.bold {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-weight: 600;
}

.p-2.bold.orange {
  color: #ff9500;
  display: block;
}

.p-2.bold.orange.mb-20 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
}

.program-description2-2 {
  color: #4d4d4d;
  margin-left: -10px;
  font-family: Titillium Web, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.photo-gallery-33 {
  width: 33.33%;
}

.div-block-33 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.stat-labels {
  color: var(--dark-orange);
  text-align: left;
  letter-spacing: .5px;
  align-self: stretch;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.4em;
}

.stat-labels.centered {
  color: var(--white-smoke);
  text-align: center;
  font-size: 1.3em;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.press-link {
  color: var(--dark-orange);
  font-family: Titillium Web, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.press-source {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  display: block;
}

.press-source.bold {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-weight: 600;
}

.press-source.bold.orange {
  color: var(--dark-orange);
  display: block;
}

.press-source.bold.orange.mr-40 {
  padding-right: 40px;
  font-size: 1.1em;
}

.press-source.bold.orange.mr-40.mb-40 {
  margin-bottom: 40px;
  font-size: 1.1em;
  display: block;
}

.press-source.bold.orange.mr-40.mb-40.venue {
  padding-right: 0;
  display: inline-block;
}

.press-source.bold.orange.j-center {
  text-align: center;
}

.press-source.bold.orange.j-center.extra-pad {
  margin-top: 20px;
}

.press-source.bold.orange.mb-20 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
}

.press-source.bold.orange.mb-20.home {
  font-size: 1.5em;
}

.press-source.bold.orange.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.press-source.bold.white {
  color: #fff;
}

.press-source.bold.white.mb-20 {
  margin-bottom: 20px;
}

.press-source.bold.j-center.mb-negative {
  margin-bottom: -40px;
}

.press-source.bold.ticket-tier {
  font-size: 1.3em;
}

.press-source.bold.ticket-tier.expired {
  text-decoration: line-through;
}

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

.press-source.orange.j-center {
  margin-bottom: 0;
}

.press-source.orange.j-center.large {
  margin-top: -20px;
  font-size: 1.3em;
  font-weight: 600;
}

.press-source.orange.j-center.large.mb-negative {
  margin-bottom: -40px;
}

.press-source.orange.maxwidth-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.press-source.j-right {
  text-align: right;
}

.press-source.j-right.mb-40 {
  margin-bottom: 40px;
}

.press-source.j-right.mb-40.ml-40 {
  margin-left: 40px;
  display: inline-block;
}

.press-source.mt-20 {
  margin-top: 20px;
}

.press-source.mt-20.white {
  color: #fff;
  flex: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: -100%;
}

.press-source.j-center {
  text-align: center;
}

.press-source.j-center.mt-80 {
  margin-top: 80px;
}

.press-source.j-center.extra-pad {
  margin-top: 20px;
}

.press-source.pad-right {
  padding-right: 8.3vw;
}

.press-source.pad-right.w2e {
  border-style: none none none solid;
  border-width: 1px 5px 5px 3px;
  border-color: var(--white-smoke) var(--white-smoke) var(--white-smoke) var(--dark-orange);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.press-source.pad-right._40 {
  padding-right: 40px;
}

.press-source.faq-a {
  background-color: var(--white-smoke);
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 400;
}

.press-source.white {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.press-source.white.mt-20 {
  margin-top: 20px;
}

.press-source.white.max-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.press-source.white.max-600px.mb-20 {
  max-width: 670px;
}

.press-source.white.padright {
  padding-right: 20px;
}

.press-source.white.col-padright.j-left {
  text-align: left;
}

.press-source.white.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.press-source.white.center.spon {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.press-source.white.center.less {
  padding-top: 26px;
  line-height: .2em;
}

.press-source.white.small {
  letter-spacing: .3px;
  font-size: .9em;
}

.press-source.white.alert {
  background-color: var(--dark-orange);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 10px;
  font-weight: 700;
}

.press-source.white.freemoney {
  color: var(--dark-gray);
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.4em;
}

.press-source.white.freemoney.block {
  color: var(--dim-grey);
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
}

.press-source.white.centered {
  text-align: center;
}

.press-source.white.large {
  letter-spacing: .5px;
  font-size: 1.4em;
}

.press-source.center {
  text-align: center;
}

.press-source.center.max-600px {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.press-source.sponsor-bio {
  margin-bottom: 10px;
  font-size: 1.15em;
}

.press-source.mb-20.small {
  letter-spacing: .3px;
  font-size: .9em;
}

.press-source.mb-20.constain {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.press-source.mb-20.white {
  color: #fff;
}

.press-source.pad-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.press-source.pad-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.press-source.dark {
  color: #202020;
  font-weight: 600;
  display: inline-block;
}

.press-box {
  margin-bottom: 10px;
}

.image-20 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.twitterbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-21 {
  width: 237px;
  height: 44px;
  max-height: 44px;
}

.html-embed-3 {
  position: static;
}

@media screen and (max-width: 991px) {
  .section-master.landing {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 1200px;
  }

  .grid-ordered {
    grid-template-rows: auto auto auto auto auto auto auto;
    align-items: stretch;
  }

  .h2-bitcoin {
    z-index: 100;
    font-size: 4.5em;
    position: relative;
  }

  .h2-bitcoin.mb-40 {
    margin-bottom: 20px;
  }

  .image {
    flex: 0 auto;
  }

  .announce-link {
    border-radius: 30px;
    flex-direction: row;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .form-block {
    z-index: 100;
    position: static;
  }

  .btc-link-text {
    width: auto;
    display: block;
    position: absolute;
  }

  .h2 {
    font-size: 2.2em;
  }

  .h2.orange.center {
    font-size: 1.8em;
  }

  .h2.white.center {
    letter-spacing: 1px;
  }

  .p {
    font-size: 1em;
  }

  .p.bold.orange.m20 {
    margin-top: 20px;
  }

  .p.pad-right._40 {
    padding-right: 0;
  }

  .h3-bitcoin {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .h3-bitcoin.white {
    font-size: 1.7em;
  }

  .footer {
    height: auto;
  }

  .hero-bitcoin {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  .subnav-sticky {
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand {
    flex: 1;
    display: inline-block;
  }

  .nav-link {
    display: block;
  }

  .nav-link.navbutton {
    text-align: center;
    margin-top: 20px;
  }

  .nav-link.navbutton.w--current {
    color: #fff;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .navbutton-cta {
    margin: 20px auto;
    display: block;
  }

  .navbutton-cta.cta {
    align-self: center;
    margin-left: 15px;
  }

  .image-2 {
    margin-left: 40px;
  }

  .section-100 {
    padding: 8.3vh 8.3vw;
  }

  .section-100.white.ninjastar {
    background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
    background-position: 25%, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .section-100.white.speakers {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-100.white.blog-body {
    padding-right: 25vw;
  }

  .section-100.white.agenda._2 {
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .section-100.cta {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/bitcoin2019conference-CTAbg.png'), linear-gradient(#000, #000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .section-100.cta.hackathon {
    background-color: var(--dim-grey);
    background-image: linear-gradient(#0009, #0009), url('../images/bitcoin2019-bitcoinGames.svg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50%, 0 0;
  }

  .section-100.xpad {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.hackathon-cta.center {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
  }

  .section-100.about-hero {
    min-height: 60vh;
  }

  .section-100.art-gallery {
    background-image: linear-gradient(#ff9500d4, #ff9500d4), url('../images/graffiti-wall-bg.jpg'), linear-gradient(#f3f6f8, #f3f6f8);
    background-position: 0 0, 0%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .section-100.hack-partners {
    background-image: linear-gradient(to bottom, #0009, #0009), linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  }

  .section-100.full-width {
    display: block;
  }

  .section-100.full-width.orange {
    display: flex;
  }

  .section-100.hotel-banner {
    display: none;
  }

  .section-100.freemoney, .section-100.freemoney2 {
    background-image: url('../images/bitcoin-mono-ff9500.svg'), linear-gradient(to bottom, var(--orange), var(--orange));
    background-position: 108% 0, 0 0;
    background-size: 50%, auto;
  }

  .section-100.dark.ninjastar {
    background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
    background-position: 25%, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .section-100.dark.speakers {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-100.dark.blog-body {
    padding-right: 25vw;
  }

  .section-100.dark.agenda._2 {
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .nav-menu {
    background-image: linear-gradient(to bottom, var(--dark-orange), var(--dark-orange));
  }

  .link-block {
    width: 100px;
  }

  .menu-button {
    background-image: url('../images/bitcoin2019-menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    display: none;
    position: relative;
  }

  .menu-button.w--open {
    background-color: var(--dark-orange);
    display: flex;
  }

  .hero-div {
    width: 25vw;
  }

  .hero-button {
    margin-bottom: 20px;
  }

  .hero-date-location, .hero-date-location.mr-20 {
    font-size: 1em;
  }

  .hero-topleft {
    justify-content: center;
    display: none;
  }

  .hero-topleft.show {
    width: 80%;
    display: block;
  }

  .hero-topright {
    display: none;
  }

  .hero-logos {
    width: 83.33vw;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .form {
    display: block;
  }

  .button-cta {
    width: 40vw;
  }

  .home-topimg {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-topimg.about-venue {
    height: 400px;
  }

  .button1 {
    font-size: 1.4em;
  }

  .flexcolumn1 {
    align-self: center;
    padding-left: 10px;
    display: block;
  }

  .flexcolumn1.ml-40 {
    padding-left: 10px;
  }

  .flexcolumn1.padr-40 {
    padding-left: 20px;
  }

  .columns-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .columns-2.flip {
    flex-direction: row;
    display: flex;
  }

  .columns-2.hacks {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .top-section {
    height: 8vh;
  }

  .div-block-9 {
    width: 200px;
  }

  .div-block-10 {
    width: 100px;
  }

  .speaker-headshot {
    padding-bottom: 160%;
  }

  .speaker-headshot.headliner {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .flex-vert1 {
    align-items: center;
    display: flex;
  }

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

  .speaker-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .speaker-info.bio-open {
    background-image: none;
  }

  .speaker-info-top {
    margin-bottom: 20px;
  }

  .speaker-namefirst {
    margin-bottom: 5px;
    font-size: 1.8em;
  }

  .speaker-namelast {
    font-size: 1.6em;
  }

  .speaker-link {
    width: 30px;
    height: 30px;
  }

  .speaker-conftitle {
    letter-spacing: 0;
    flex: 1;
    align-self: flex-end;
    font-size: .7em;
    font-weight: 400;
  }

  .show-bio {
    align-self: flex-end;
  }

  .small-label {
    font-size: .7em;
    display: block;
  }

  .hide-bio {
    align-self: flex-start;
  }

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

  .h3.j-right {
    text-align: center;
    display: block;
  }

  .h3.orange.center {
    font-size: 1.3em;
  }

  .button2 {
    margin-right: 10px;
  }

  .button2.j-right {
    float: none;
    display: block;
  }

  .cta-box._2 {
    padding: 10px;
  }

  .cta-box._30vw.gray {
    width: 40vw;
  }

  .twitter {
    display: block;
  }

  .twitter.m-20 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20%;
    display: block;
    position: static;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .column {
    align-self: center;
    margin-bottom: 20px;
  }

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

  .mb-20 {
    display: block;
  }

  .label.allcaps.orange.padr-40 {
    letter-spacing: 4px;
  }

  .grid-navmenu {
    grid-template-columns: 1fr .25fr 1fr 1fr 1fr .25fr 1fr;
  }

  .menu-open {
    height: 40px;
    margin-right: 20px;
    display: block;
    position: static;
  }

  .full-nav-2 {
    display: none;
  }

  .div-block-17 {
    width: 100vw;
    display: flex;
  }

  .video {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .columns-4 {
    display: block;
  }

  .vid-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-registration.white.ninjastar {
    background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
    background-position: 25%, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .section-registration.white.speakers {
    padding-left: 8.33vw;
  }

  .section-registration.cta {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/bitcoin2019conference-LOGO.svg'), linear-gradient(#000, #000);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto 20%, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .pricing-table-header {
    font-size: 2.2em;
  }

  .pricing-body {
    margin-bottom: 0;
  }

  .html-embed.checkoutbutton {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .float-middle {
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .columns-5 {
    display: block;
  }

  .div-flex-center {
    align-self: center;
  }

  .h5.j-center.m10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-3.m10 {
    margin-top: 10px;
  }

  .countdown-banner.ledger {
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue)), url('../images/graffiti-banner.png');
    background-size: auto, auto 100%;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  .countdown-banner.ledger.hide {
    background-image: linear-gradient(270deg, black, var(--dim-grey));
    background-position: 0 0;
  }

  .countdown-banner._2020 {
    justify-content: center;
  }

  .column-4 {
    position: static;
  }

  .logo-25p.m40 {
    width: 30vw;
  }

  .vid-container {
    padding-right: 0;
  }

  .column-flex-mid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h5-icons.centered {
    margin-bottom: 30px;
  }

  .speaker-feat-card.media {
    min-height: 200px;
  }

  .home-page-speaker-columns {
    width: 50%;
  }

  .hackathon-section.white.ninjastar {
    background-image: url('../images/bitcoin2019conference-ninjaStar-BG2.svg'), linear-gradient(#fff, #fff);
    background-position: 25%, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .hackathon-section.white.speakers {
    padding-left: 8.33vw;
  }

  .hackathon-section.cta {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/BTC2019-CTAbg-stars.svg'), linear-gradient(#000, #000);
    background-position: 0 0, 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .hackathon-section.xpad, .extra-pad {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .ticket-table-div {
    margin-left: 0;
    margin-right: 0;
  }

  .h1.white.freemoney {
    font-size: 5em;
  }

  .venue-title {
    font-size: 1.8em;
  }

  .ledger-ad {
    height: 80px;
  }

  .ledger-ad.home {
    background-size: cover, cover, cover;
    border-radius: 0;
    height: 65px;
  }

  .program-content {
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .program-description1 {
    margin-left: -20px;
    font-size: 1em;
  }

  .program-description2 {
    margin-left: -20px;
  }

  .program-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-pad.mt-neg {
    margin-top: -20px;
  }

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

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

  .image-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .moon-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zpon-info {
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-tier {
    margin-right: -20px;
  }

  .star-bg {
    display: block;
  }

  .mooon {
    width: 42vw;
    margin-bottom: -42px;
  }

  ._33-percent.no-border {
    width: 100%;
  }

  ._33-percent.border-right {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--dim-grey);
    flex: 0 auto;
    width: 100%;
  }

  .sms-logo {
    width: 50vw;
  }

  .div-block-30.pad {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  ._50 {
    width: 40%;
  }

  ._50.no-border {
    width: 100%;
  }

  ._50.border-right {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--dim-grey);
    flex: 0 auto;
    width: 100%;
  }

  .agenda-box {
    margin-left: 0;
    margin-right: 0;
  }

  .agenda-title {
    font-size: 24px;
    line-height: 38px;
  }

  .agenda-header {
    z-index: 100;
    font-size: 1.6em;
    position: relative;
  }

  .agenda-header.mb-40 {
    margin-bottom: 20px;
  }

  .agenda-track-name {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
  }

  .agenda-desc {
    font-size: 16px;
  }

  .agenda-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .collection-item-4 {
    width: 50%;
  }

  .columns-102 {
    margin-bottom: 0;
  }

  .column-pad20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .agenda-track-name-2 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
  }

  .p-2 {
    font-size: 1em;
  }

  .program-description2-2 {
    margin-left: -20px;
  }

  .stat-labels.centered {
    margin-bottom: 30px;
  }

  .press-source {
    font-size: 1em;
  }

  .press-source.bold.orange.m20 {
    margin-top: 20px;
  }

  .press-source.pad-right._40 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-master.landing {
    background-position: 50% 100%;
    height: auto;
    min-height: 100vh;
  }

  .grid-ordered {
    min-height: 100vh;
  }

  .grid-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-div.lightgray {
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-bitcoin {
    font-size: 4em;
  }

  .h2-bitcoin.mr-40.mb-40 {
    font-size: 3em;
  }

  .h2-bitcoin.white.allcaps {
    margin-right: -2px;
    font-size: 3em;
  }

  .image {
    flex: 1;
  }

  .h5-bitcoin {
    padding-left: 10px;
    font-size: 1em;
  }

  .div-block {
    padding-left: 10px;
  }

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

  .form-block {
    position: static;
  }

  .btc-link-text {
    width: auto;
  }

  .h2 {
    font-size: 2em;
  }

  .h2.j-right.mb-40.ml-40 {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p.bold {
    font-size: .8em;
  }

  .p.bold.orange.mb-20, .p.bold.ticket-tier {
    font-size: 1em;
  }

  .p.j-right.mb-40.ml-40 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p.pad-right.w2e {
    padding-top: 5px;
  }

  .p.white.freemoney.block {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4em;
  }

  .h3-bitcoin {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .h3-bitcoin.white.j-center {
    font-size: 2em;
  }

  .h3-bitcoin.orange {
    font-size: 1.4em;
  }

  .div-mr20 {
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-bitcoin {
    height: auto;
    padding-top: 40px;
  }

  .subnav-sticky {
    height: 20vh;
    margin-bottom: -1px;
  }

  .nav-link.navbutton.w--current {
    color: var(--white-smoke);
  }

  .container {
    height: 20vh;
  }

  .image-2 {
    margin-left: 10px;
  }

  .section-100 {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.white.ninjastar {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/bitcoin2019conference-ninjaStar-BG2.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-100.white.speakers {
    padding-right: 4vw;
  }

  .section-100.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: auto 110%, auto;
  }

  .section-100.orange.featspeakers {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.visa-feat {
    background-image: url('../images/globe-graphic1.svg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .section-100.art-gallery {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.hack-partners {
    background-image: linear-gradient(to bottom, #0009, #0009), linear-gradient(to bottom, var(--dim-grey), var(--dim-grey));
  }

  .section-100.dark.featspeakers {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.full-width.orange {
    flex-direction: column;
    align-items: stretch;
  }

  .section-100.sms {
    min-height: 0;
  }

  .section-100.hotel-banner {
    display: none;
  }

  .section-100.darker.featspeakers {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }

  .section-100.dark.ninjastar {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/bitcoin2019conference-ninjaStar-BG2.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-100.dark.speakers {
    padding-right: 4vw;
  }

  .section-100.dark.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: auto 110%, auto;
  }

  .link-block {
    width: 80px;
  }

  .menu-button {
    background-size: 30px;
  }

  .hero-button {
    width: 380px;
    font-size: 2.8em;
  }

  .hero-button:hover {
    letter-spacing: 12px;
    font-size: 2.8em;
  }

  .hero-topleft {
    display: block;
  }

  .bitmain-logo {
    height: auto;
  }

  .footer-text, .footer-text.footer-link {
    font-size: .8em;
  }

  .button-cta {
    width: auto;
  }

  .home-topimg {
    padding-right: 20px;
  }

  .home-topimg.about-venue {
    height: 300px;
  }

  .button1.float-right {
    align-self: center;
  }

  .columns-2 {
    display: block;
  }

  .div-block-7 {
    justify-content: center;
    display: flex;
  }

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

  .div-block-7.mb-80 {
    margin-bottom: 20px;
  }

  .top-section.registration {
    height: 33vh;
  }

  .image-6 {
    display: none;
  }

  .div-block-9, .div-block-10 {
    bottom: 5px;
  }

  .speaker-headshot {
    padding-bottom: 100%;
  }

  .h4.white.j-center.mb-40.freemoney {
    font-size: 1.3em;
  }

  .flex-vert1.mb-40 {
    margin-bottom: 20px;
  }

  .speaker-info {
    background-color: var(--white-smoke);
    background-image: url('../images/bitcoin2019conference-LOGO.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    padding: 10px;
  }

  .speaker-info.bio-open {
    background-color: var(--white-smoke);
    background-image: none;
    border-top-left-radius: 15px;
    margin-top: -2px;
    margin-right: 1px;
  }

  .speaker-namefirst {
    margin-bottom: 5px;
    padding-right: 10px;
    font-size: 2em;
    line-height: 1em;
  }

  .speaker-namelast {
    padding-right: 10px;
    font-size: 1.6em;
    line-height: 1em;
  }

  .speaker-link {
    border-radius: 8px;
    width: 30px;
    height: 30px;
  }

  .speaker-conftitle {
    letter-spacing: .3px;
    flex: 1;
    align-self: flex-end;
    padding-right: 10px;
    font-size: 2.2vw;
    line-height: 1.5em;
  }

  .small-label {
    letter-spacing: 1px;
    font-size: .6em;
  }

  .speaker-currenttitle {
    padding-right: 10px;
    font-size: 2vw;
    line-height: 1.5em;
  }

  .div40 {
    padding: 30px 10px;
  }

  .h3.orange.center {
    margin-left: -20px;
    margin-right: -20px;
    top: -35px;
  }

  .h3.white.center {
    font-size: 1.5em;
  }

  .button2 {
    margin-right: 10px;
  }

  .cta-box._30vw.gray, .cta-box._30vw.dark {
    width: 60vw;
  }

  .div-block-13 {
    flex-direction: column;
    align-self: center;
  }

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

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

  .grid-navmenu {
    grid-template-columns: .25fr .25fr 1fr 1fr 1fr .25fr .25fr;
  }

  .full-nav-2 {
    display: none;
  }

  .button-ink.menu {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.3em;
  }

  .button-ink.menu.small {
    margin-bottom: 5px;
    font-size: .9em;
  }

  .button-ink.menu.cta {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .video {
    margin-top: 40px;
  }

  .vid-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-registration.white.ninjastar {
    background-image: linear-gradient(#fff, #fff);
  }

  .section-registration.white.speakers {
    padding-right: 8.33vw;
  }

  .section-registration.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: auto 110%, auto;
  }

  .pricing-table-header {
    font-size: 1.4em;
  }

  .pricing-table-header.j-right.mb-40.ml-40 {
    display: block;
  }

  .pricing-body {
    margin-bottom: 0;
  }

  .html-embed.checkoutbutton {
    float: none;
  }

  .float-middle {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  .bold-text, .bold-text-2 {
    letter-spacing: 0;
  }

  .countdown-banner {
    height: 15vh;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .countdown-banner.ledger {
    background-image: linear-gradient(#28345296, #28345296), url('../images/graffiti-banner_1.png');
    background-position: 0 0, 0%;
    background-size: auto, auto 100%;
    padding-top: 15px;
    padding-left: 8vw;
    padding-right: 8vw;
    display: none;
  }

  .countdown-banner.ledger.hide {
    display: none;
  }

  .countdown-banner._2020 {
    background-image: url('../images/Bitcoin2020-conference-Sooon-banner.svg'), linear-gradient(to bottom, var(--2020), var(--2020)), linear-gradient(to bottom, #0000006b, #0000006b), url('../images/bearmarketbear-icon-pattern.svg');
    background-position: 0 0, 0 0, 0 0, 0 -15px;
    background-size: cover, auto, auto, 100px;
    background-attachment: scroll, scroll, scroll, scroll;
    justify-content: center;
    padding-top: 4.2vh;
    padding-bottom: 2vh;
  }

  .logo-25p.m40, .logo-25p.m40._2 {
    width: 50vw;
  }

  .column-flex-mid {
    height: auto;
  }

  .speaker-feat-card {
    min-height: 350px;
  }

  .speaker-feat-name {
    font-size: 1.4em;
  }

  .speaker-feat-title {
    font-size: .9em;
  }

  .box {
    padding-top: 0;
  }

  .home-page-speaker-columns {
    width: 50%;
  }

  .hackathon-section.white.ninjastar {
    background-image: linear-gradient(#fff, #fff);
  }

  .hackathon-section.white.speakers {
    padding-right: 8.33vw;
  }

  .hackathon-section.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: auto 110%, auto;
  }

  .partner-columns {
    width: 50%;
  }

  .price {
    font-size: 1.3em;
  }

  .h1.white.freemoney {
    font-size: 4.2em;
  }

  .ledger-ad {
    background-image: url('../images/LEDGER-banner.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .ledger-ad.home {
    background-image: url('../images/LEDGER-banner3_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-12, .bitcoin-ninjastar {
    display: none;
  }

  .program-name {
    font-size: 2em;
  }

  .program-day {
    font-size: .7em;
  }

  .program-description1 {
    font-size: 1em;
    line-height: 1.5em;
  }

  .program-label {
    font-size: .7em;
  }

  .program-description2 {
    font-size: .9em;
    line-height: 1.3em;
  }

  .program-icon {
    display: none;
  }

  .media-kit-button {
    width: 360px;
  }

  .media-kit-button._2 {
    justify-content: center;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .image-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .zpon-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-tier {
    margin-right: -10px;
  }

  .mooon {
    margin-top: -20px;
  }

  .travala-section {
    background-image: linear-gradient(#f3f6f880, #f3f6f880), url('../images/travala.png'), url('../images/travala_full.png');
    background-position: 0 0, 96% 95%, 50% 10%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 83px, 25%;
  }

  .headliner-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-lineup {
    min-height: 0;
  }

  ._50 {
    align-self: center;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .agenda-time-text {
    margin-top: -3px;
    font-size: .9em;
    font-weight: 600;
  }

  .agenda-time-amppm {
    margin-top: 0;
    font-size: .5em;
  }

  .agenda-title {
    margin-bottom: 7px;
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .agenda-header {
    font-size: 1.8em;
  }

  .agenda-header.mr-40.mb-40 {
    font-size: 3em;
  }

  .agenda-header.white.allcaps {
    margin-right: -2px;
    font-size: 3em;
  }

  .agenda-track-name {
    font-size: .7em;
  }

  .agenda-desc {
    font-size: 1em;
    line-height: 1.5em;
  }

  .arcade-logo {
    display: block;
  }

  .image-18 {
    display: none;
  }

  .column-flex-left.border {
    border-style: solid none;
  }

  .column-flex-left.border.middle {
    border-bottom-style: none;
  }

  .columns-102 {
    margin-bottom: 0;
  }

  .column-pad20 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .agenda-menu {
    font-size: 1.2em;
  }

  .program-name-2 {
    font-size: 2em;
  }

  .program-day-2, .agenda-track-name-2 {
    font-size: .7em;
  }

  .p-2 {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-2.bold {
    font-size: .8em;
  }

  .p-2.bold.orange.mb-20 {
    font-size: 1em;
  }

  .program-description2-2 {
    font-size: .9em;
    line-height: 1.3em;
  }

  .press-source {
    font-size: 1em;
    line-height: 1.3em;
  }

  .press-source.bold {
    font-size: .8em;
  }

  .press-source.bold.orange.mb-20, .press-source.bold.ticket-tier {
    font-size: 1em;
  }

  .press-source.j-right.mb-40.ml-40 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .press-source.pad-right.w2e {
    padding-top: 5px;
  }

  .press-source.white.freemoney.block {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .grid-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-div.lightgray {
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-bitcoin {
    font-size: 2.7em;
  }

  .h2-bitcoin.mr-40.mb-40 {
    font-size: 2.5em;
  }

  .h2-bitcoin.white.allcaps {
    letter-spacing: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.9em;
  }

  .h2-bitcoin.mb-40 {
    font-size: 3.4em;
  }

  .h5-bitcoin, .div-block {
    padding-left: 5px;
  }

  .announce-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-bitcoin {
    color: var(--dim-grey);
    font-size: 1em;
  }

  .form-button {
    font-size: 1em;
  }

  .form-button.mt-20 {
    line-height: 1.2em;
  }

  .form-header-bitcoin {
    font-size: 1em;
  }

  .btc-link-text {
    width: auto;
    font-size: 1em;
    display: block;
  }

  .h2.j-center {
    font-size: 1.7em;
  }

  .h2.j-right.mb-40.ml-40 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p {
    text-align: left;
    font-size: 1em;
    line-height: 1.3em;
  }

  .p.bold.orange.mr-40.mb-40 {
    padding-right: 0;
  }

  .p.bold.orange.m-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .p.bold.ticket-tier {
    text-align: center;
  }

  .p.j-right.mb-40.ml-40 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .p.white.max-600px {
    text-align: left;
  }

  .p.white.center {
    text-align: center;
  }

  .p.white.freemoney.block {
    font-size: 1.2em;
  }

  .p.center {
    text-align: left;
  }

  .p.sponsor-bio, .h3-bitcoin {
    font-size: 1em;
  }

  .h3-bitcoin.white {
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 1.2em;
  }

  .h3-bitcoin.white.j-center {
    line-height: 1em;
  }

  .div-mr20 {
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    flex-direction: row;
    margin-top: -8vh;
  }

  .hero-bitcoin {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
  }

  .subnav-sticky {
    width: 100vw;
    height: 12.5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    flex: 1;
  }

  .nav-link.navbutton {
    text-align: center;
    margin-top: 20px;
  }

  .container {
    border-style: none;
    width: 100vw;
    height: 12.5vh;
  }

  .navbutton-cta {
    flex: 1;
    margin: 20px auto;
    display: block;
  }

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

  .section-100 {
    width: 100vw;
  }

  .section-100.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: 120% 110%, auto;
  }

  .section-100.white.blog-body {
    padding-right: 8.3vw;
  }

  .section-100.white.agenda._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-100.cta {
    background-image: linear-gradient(#0009, #0009), url('../images/bitcoin2019conference-CTAbg.png'), linear-gradient(#000, #000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    background-attachment: scroll, fixed, scroll;
  }

  .section-100.about-hero {
    min-height: 50vh;
    padding-left: 8.33vw;
    padding-right: 8.33vw;
  }

  .section-100.visa-feat {
    background-image: url('../images/globe-graphic1.svg'), linear-gradient(#fff, #fff);
    background-position: 50% 20%, 0 0;
  }

  .section-100.sms {
    min-height: 0;
  }

  .section-100.dark.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: 120% 110%, auto;
  }

  .section-100.dark.blog-body {
    padding-right: 8.3vw;
  }

  .section-100.dark.agenda._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    flex: 1;
  }

  .link-block {
    width: 60px;
  }

  .menu-button {
    background-color: #fff;
    background-image: url('../images/bitcoin2019-menu.svg'), linear-gradient(#fff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 25px 110%, auto;
  }

  .bglayer1 {
    width: 110%;
    height: 120%;
    margin-left: -10%;
    display: block;
  }

  .bglayer2 {
    width: 110%;
    height: 120%;
    margin-left: -10%;
  }

  .hero-div {
    width: 40vw;
    margin-top: 8.33vh;
  }

  .hero-button {
    text-align: center;
    letter-spacing: 8px;
    width: 260px;
    margin-bottom: 3vh;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8em;
  }

  .hero-button:hover {
    letter-spacing: 8px;
    font-size: 1.8em;
  }

  .hero-date-location {
    flex: 0 auto;
    font-size: .9em;
  }

  .hero-date-location.mr-20 {
    flex: 1;
    margin-right: 20px;
    font-size: .9em;
    display: inline-block;
  }

  .hero-topleft {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-topleft.show {
    align-self: auto;
    width: 95%;
  }

  .mr-10 {
    margin-right: 5px;
  }

  .div20 {
    padding: 10px;
  }

  .bitmain-logo {
    background-position: 0;
    background-size: auto;
  }

  .hero-logos {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100vw;
  }

  .hero-logos.center {
    width: 90vw;
  }

  .footer-text, .footer-text.footer-link {
    font-size: .65em;
  }

  .form {
    width: 83.33vw;
  }

  .button-cta {
    letter-spacing: 2px;
    flex: none;
    align-self: center;
    width: auto;
    font-size: 1.5em;
    line-height: 1em;
  }

  .columns {
    padding-left: 0;
  }

  .home-topimg {
    margin-top: 10px;
  }

  .home-topimg.about-venue {
    height: 250px;
  }

  .button1 {
    text-align: center;
    margin-bottom: 40px;
  }

  .button1.float-left {
    display: block;
  }

  .button1.float-right {
    float: none;
    align-self: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .flexcolumn1 {
    display: block;
  }

  .flexcolumn1.padr-40 {
    padding-left: 10px;
  }

  .columns-2 {
    display: block;
  }

  .columns-2.flip {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    float: none;
    justify-content: center;
    display: flex;
  }

  .div-block-7.flexbuttons {
    align-items: flex-start;
  }

  .top-section.registration {
    height: 25vh;
  }

  .speaker-headshot {
    padding-bottom: 100%;
  }

  .h4.j-center.mb-40 {
    margin-bottom: 40px;
  }

  .h4.orange.w2e {
    border-bottom-style: none;
  }

  .h4.white.j-center.mb-40 {
    padding-left: 0;
    padding-right: 0;
    font-size: .85em;
    font-weight: 600;
  }

  .h4.white.j-center.mb-40.freemoney {
    font-size: 1.1em;
  }

  .div-block-11 {
    padding-left: 0;
  }

  .column-no {
    background-color: #0000;
    padding-left: 0;
  }

  .speaker-info {
    background-position: 50%;
    background-size: 90%;
    padding: 5px;
  }

  .speaker-info.bio-open {
    background-color: var(--white-smoke);
    background-image: none;
    margin-top: -1px;
    padding: 10px;
  }

  .speaker-info-bottom {
    flex-direction: row;
    flex: 1;
  }

  .speaker-namefirst {
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .speaker-namelast {
    font-size: 1.1em;
  }

  .speaker-link {
    background-color: var(--dark-orange);
    border-radius: 8px;
    width: 25px;
    height: 25px;
  }

  .speaker-conftitle {
    flex: 1;
    font-size: .7em;
    line-height: 1.1em;
  }

  .show-bio {
    align-self: flex-end;
  }

  .small-label {
    padding: 2px 4px;
    line-height: 1em;
    display: block;
  }

  .speaker-currenttitle {
    font-size: .8em;
    line-height: 1em;
  }

  .hide-bio {
    align-self: flex-start;
  }

  .div40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3.orange {
    font-size: 1em;
  }

  .h3.orange.center {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1px;
    font-size: 1.1em;
    display: block;
  }

  .h3.white.center {
    margin-bottom: 8px;
    font-size: 1.1em;
  }

  .h3.moon {
    font-size: 2.4em;
  }

  .h3.sponsor-tiers {
    margin-left: -5px;
  }

  .cta-box._30vw.gray {
    width: 83.33vw;
  }

  .cta-box._30vw.dark {
    width: 66.6vw;
  }

  .twitter.m-20 {
    padding-left: 15%;
  }

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

  .mb-20 {
    display: block;
  }

  .contact-form-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.center {
    text-align: center;
    padding-left: 12.5px;
    padding-right: 12.5px;
    font-size: 1.2em;
  }

  .button.no-span {
    display: inline-block;
  }

  .label.allcaps.orange.padr-40 {
    letter-spacing: 2px;
    margin-top: 40px;
  }

  .grid-navmenu {
    grid-template-columns: .25fr .25fr 1fr 1fr 1fr .25fr .25fr;
    margin-top: 0;
  }

  .menu-open {
    margin-right: 12.5px;
  }

  .nav-logo-ink, .nav-logo-ink.w--current {
    top: 5px;
    left: 5px;
  }

  .full-nav-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .button-ink {
    border: 2px solid #dfeff8;
    align-self: end;
  }

  .button-ink.menu {
    letter-spacing: .5px;
    padding: 4px 5px;
    font-size: 1.6em;
  }

  .button-ink.menu.small {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-ink.menu.cta {
    margin-bottom: -20px;
  }

  .button-ink.menu.top {
    margin-top: 20px;
    margin-bottom: 5px;
  }

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

  .section-registration {
    width: 100vw;
  }

  .section-registration.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: 120% 110%, auto;
  }

  .pricing-table-header.j-right.mb-40.ml-40 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pricing-body {
    margin-bottom: 0;
  }

  .html-embed.checkoutbutton {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-20 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .padding-20 {
    margin: 5px;
  }

  .float-middle {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .bold-text, .bold-text-2 {
    letter-spacing: 0;
  }

  .countdown-banner {
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    position: static;
  }

  .countdown-banner.no-show {
    height: 112px;
  }

  .countdown-banner.ledger {
    background-image: linear-gradient(#283452a8, #283452a8), url('../images/graffiti-banner_1.png');
    background-position: 0 0, 0%;
    background-size: auto, auto 100%;
    height: 120px;
    padding-top: 10px;
    line-height: 20px;
  }

  .countdown-banner._2020 {
    background-image: url('../images/Bitcoin2020-conference-Sooon-banner.svg'), linear-gradient(to bottom, var(--2020), var(--2020)), linear-gradient(to bottom, #0000006b, #0000006b), url('../images/bearmarketbear-icon-pattern.svg');
    background-position: 0 0, 0 0, 0 0, 0 -15px;
    background-size: cover, auto, auto, 100px;
    background-attachment: scroll, scroll, scroll, scroll;
    justify-content: flex-end;
    height: 120px;
    padding-top: 5vh;
  }

  .logo-25p.m40, .logo-25p.m40._2 {
    width: 70vw;
  }

  .column-flex-mid {
    min-height: auto;
  }

  .h5-icons {
    text-align: center;
  }

  .speaker-feat-card {
    min-height: 318px;
    margin-left: 5px;
    padding: 10px 5px 10px 0;
  }

  .speaker-feat-name.dark.interactive.white {
    margin-top: 0;
  }

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

  .box {
    margin-top: -5px;
    text-decoration: none;
  }

  .clock-number {
    font-size: 33px;
    line-height: 41px;
    text-decoration: none;
  }

  .clock-label {
    letter-spacing: 3px;
    font-size: 11px;
    text-decoration: none;
  }

  .hackathon-section {
    width: 100vw;
  }

  .hackathon-section.white.schedule-tba {
    background-image: url('../images/schedule-TBA-graphic.svg'), linear-gradient(#fff, #fff);
    background-size: 120% 110%, auto;
  }

  .extra-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .partner-columns {
    width: 50%;
    padding-bottom: 5px;
  }

  .h1.white.freemoney {
    font-size: 3em;
  }

  .ticker-link {
    text-decoration: none;
  }

  .ledger-ad {
    height: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .bitcoin-ninjastar, .bitcoin-ninjastar.shadow.multiply {
    display: none;
  }

  .program-content {
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .h6.j-center {
    text-align: center;
  }

  .h6.j-center.mb-20 {
    font-size: .7em;
  }

  .media-kit-button {
    width: 75vw;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .media-kit-button._2 {
    width: 83vw;
  }

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

  .image-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .moon-container {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-tier {
    margin-right: 0;
    padding-left: 20px;
  }

  .sponsor-founded {
    font-size: 1.2em;
  }

  .zpon-social-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mooon {
    width: 83vw;
    margin-top: -42px;
  }

  .section-nopad {
    width: 100vw;
  }

  .travala-section {
    background-image: linear-gradient(#f3f6f880, #f3f6f880), url('../images/travala.png'), url('../images/travala_full.png');
    background-position: 0 0, 96% 95%, 50% 10%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 83px, 25%;
  }

  .collection-list-2 {
    margin-top: -18px;
  }

  .headliner-info {
    padding: 20px 15px;
  }

  .section-lineup {
    width: 100vw;
    min-height: 0;
  }

  .link-block-11 {
    width: 100vw;
  }

  .heading {
    font-size: 30px;
  }

  .sms-logo {
    width: 80vw;
  }

  .div-block-30.pad {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-box {
    margin-left: 0;
    margin-right: 0;
  }

  .agenda-time-text {
    font-size: .75em;
  }

  .agenda-title {
    font-size: 1.3em;
    line-height: 1em;
  }

  .agenda-header {
    font-size: 1.7em;
  }

  .agenda-header.mr-40.mb-40 {
    font-size: 2.5em;
  }

  .agenda-header.white.allcaps {
    letter-spacing: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.9em;
  }

  .agenda-header.mb-40 {
    font-size: 3.4em;
  }

  .agenda-track-name {
    font-size: .8em;
    line-height: 1.5em;
  }

  .agenda-desc {
    width: 100%;
    font-size: 15px;
  }

  .arcade-logo {
    display: none;
  }

  .text-block-4.title {
    font-size: 16px;
  }

  .price-box.clear {
    margin-bottom: 1vh;
    padding: 5px 0;
  }

  .label-2 {
    letter-spacing: 3px;
    font-size: 1em;
  }

  .dayof-h1 {
    font-size: 1.8em;
  }

  .dayof-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-small {
    font-size: .8em;
  }

  .link-small.b20 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-pad20 {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-menu {
    font-size: 1em;
  }

  .agenda-track-name-2 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .p-2 {
    text-align: left;
    font-size: 1em;
    line-height: 1.3em;
  }

  .stat-labels {
    text-align: center;
  }

  .press-source {
    text-align: left;
    font-size: 1em;
    line-height: 1.3em;
  }

  .press-source.bold.orange.mr-40.mb-40 {
    padding-right: 0;
  }

  .press-source.bold.orange.m-20 {
    margin-left: 0;
    margin-right: 0;
  }

  .press-source.bold.ticket-tier {
    text-align: center;
  }

  .press-source.j-right.mb-40.ml-40 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .press-source.pad-right {
    padding-right: 0;
  }

  .press-source.white.max-600px {
    text-align: left;
  }

  .press-source.white.center {
    text-align: center;
  }

  .press-source.white.freemoney.block {
    font-size: 1.2em;
  }

  .press-source.center {
    text-align: left;
  }

  .press-source.sponsor-bio {
    font-size: 1em;
  }
}

#w-node-a9027535-fed9-a066-f435-e5e4a6466172-a6466170 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: stretch center;
}

#w-node-a9027535-fed9-a066-f435-e5e4a646617e-a6466170 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9027535-fed9-a066-f435-e5e4a6466175-a6466170 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9027535-fed9-a066-f435-e5e4a6466185-a6466170 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-a06a9bc2-0df6-dabe-c1fe-a3eddf52ea26-a6466170 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_313d5b50-9302-a715-9b8b-1e577874636c-a6466170 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-ae769cc4-ea70-a7ad-cfb8-1ec1d2f774a2-a6466170 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: end;
}

#w-node-_3127691d-c63a-fa5f-75b1-a38e6810b4ee-a6466170 {
  grid-area: 2 / 5 / 3 / 6;
  align-self: end;
}

#w-node-d1778f74-3f30-ea55-ad1f-a91f7bee9143-a6466170 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
}

#w-node-eece4e52-12ca-850e-2628-d488c6c3eccf-748c1129 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7efedf78-80e5-4e4f-5223-29945ae40ee9-4c46fbf0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af22a-bade17a9 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af237-bade17a9 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23a-bade17a9 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: auto;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23c-bade17a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23d-bade17a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23e-bade17a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23f-bade17a9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af240-bade17a9 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af241-bade17a9 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af242-bade17a9 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af243-bade17a9 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af244-bade17a9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af245-bade17a9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af246-bade17a9 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af247-bade17a9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af248-bade17a9 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af249-bade17a9 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24a-bade17a9 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24b-bade17a9 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24c-bade17a9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24d-bade17a9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24e-bade17a9 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af24f-bade17a9 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af250-bade17a9 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af251-bade17a9 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af252-bade17a9 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af253-bade17a9 {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af254-bade17a9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af255-bade17a9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af256-bade17a9 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af257-bade17a9 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af258-bade17a9 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af259-bade17a9 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25a-bade17a9 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25b-bade17a9 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25c-bade17a9 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25d-bade17a9 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25e-bade17a9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af25f-bade17a9 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af260-bade17a9 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af261-bade17a9 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af262-bade17a9 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af263-bade17a9 {
  grid-area: 5 / 8 / 6 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af264-bade17a9 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af265-bade17a9 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af268-bade17a9 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af269-bade17a9 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26a-bade17a9 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26b-bade17a9 {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26c-bade17a9 {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26d-bade17a9 {
  grid-area: 6 / 8 / 7 / 9;
}

#w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26e-bade17a9 {
  grid-area: 4 / 2 / 6 / 6;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbc9-bade17a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbca-bade17a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbcb-bade17a9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbcc-bade17a9 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbcd-bade17a9 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbce-bade17a9 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbcf-bade17a9 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_80a04277-3e22-1ba8-29fc-bc3924eadbd0-bade17a9 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_9385e0a0-5fb7-74d6-a109-82018f9dc65a-bade17a9 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_1dbe136f-1440-8ee9-24f9-1289a0adc47a-bade17a9 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_5c3d4f15-9898-d37e-183f-5ec3512a2f65-bade17a9 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c697bd0f-143a-8ef0-1645-9de158cc5dd5-bade17a9 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-_33fcef56-21c4-370d-8afb-79762de4aaa9-bade17a9 {
  grid-area: 4 / 3 / 5 / 6;
  align-self: center;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bf8-bade17a9 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bfb-bade17a9 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bfd-bade17a9 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bff-bade17a9 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c01-bade17a9 {
  grid-area: 6 / 1 / 7 / 8;
  place-self: center stretch;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0a-bade17a9 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0c-bade17a9 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0e-bade17a9 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c10-bade17a9 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c12-bade17a9 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c14-bade17a9 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c16-bade17a9 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458a-bade17a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458b-bade17a9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458c-bade17a9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458d-bade17a9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458e-bade17a9 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458f-bade17a9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca314590-bade17a9 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-aae4fda7-35a7-2b5d-ee33-6102ca314591-bade17a9 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_3f5f6192-fad0-ad35-498b-cb7d6d8a8456-e1de1794 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c44e855a-344d-760e-b45b-5281df96b315-e1de1794 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_9f429501-7528-fb68-7ecb-741413a90c54-e1de1794 {
  grid-area: 1 / 2 / 2 / 8;
  place-self: auto;
}

#w-node-_3e1739ef-6cca-1c1a-fb69-e786edcdad9e-e1de1794 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e99856ce-df49-6f7d-8c9d-706a26e03fac-e1de1794 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_10e5b9d7-9760-816a-3f60-b258f6323567-e1de1794 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_212d9e60-9529-0087-e6ee-5b27df39b1a6-e1de1794 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3ba99d3f-5793-524f-c8e1-a1b3e9d856bd-e1de1794 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-dfaa8081-639e-5fd4-5e34-4262539adfcd-e1de1794 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_4a88e8a7-a0e4-7b81-dbb0-7e99078ae325-e1de1794 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_32c2e3e3-f0b5-c5d5-723e-eb8597447872-e1de1794 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_17f0b15a-a9f7-2e67-1f15-6329f1f1c6cb-e1de1794 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42e21d48-189f-7aa9-ace6-21eb7f1b0bc9-e1de1794 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c905249a-8acb-838a-9b96-ba3a3b85c7ee-e1de1794 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b3e6b66c-683e-96f5-3bc3-62ed5608e548-e1de1794 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6778cf03-67e6-d1f6-8c4f-9001cc3d40ea-e1de1794 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_6c317ceb-3bf0-eb32-a0ec-fe7707da7607-e1de1794 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-c405878f-bc7c-5036-de7a-163b94a69eb5-e1de1794 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_32951581-fa36-ba26-9d9e-2d9c4ddd1c87-e1de1794 {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-b9910b71-8223-f3a3-0563-a0ff5cda5778-e1de1794 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_09443639-5348-7054-6c0a-78f5f1a36e09-e1de1794 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_546203df-50d9-b069-0af1-30394e490beb-e1de1794 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-d1dfe0b5-e81b-c992-5b4d-d1fd4641bb7f-e1de1794 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-abca2dcf-fe13-2953-6724-fab40cc331df-e1de1794 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-a02df867-c6b6-ff89-b61c-3a75eb718578-e1de1794 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-ee4dcc40-fd9e-b4be-f591-cf8ead2044a6-e1de1794 {
  grid-area: 3 / 7 / 4 / 8;
}

#w-node-_1eb46afb-f708-65b8-3b53-d11240f6672f-e1de1794 {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-_6b51d428-bc56-2231-8cc1-c38f2f2f1e49-e1de1794 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e5859c7c-f95f-e8f6-0674-5337d877ba38-e1de1794 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_93f8cd5a-8ba4-5c7d-084c-927f921d712a-e1de1794 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_7ddf54b7-3600-a1a7-60f6-de6f6954e108-e1de1794 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_8dcddc25-b825-cec5-9c2a-e3eed144e4a6-e1de1794 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_2abec52d-87a5-a68e-c434-344f53004dfe-e1de1794 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-ed0b498c-9c45-73fd-5504-9bb3c4acf010-e1de1794 {
  grid-area: 4 / 7 / 5 / 8;
}

#w-node-_64b37af9-a965-9623-4cb3-cc6a4b9933a1-e1de1794 {
  grid-area: 4 / 8 / 5 / 9;
}

#w-node-a4f9f8ea-0dfc-42f2-7b2c-72a8301c04c9-e1de1794 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_7e9b37a1-b224-5bfd-ed68-1f1cb644f365-e1de1794 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-ef4ddc98-9d12-05a4-95a8-be297a069ae8-e1de1794 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_394520f9-28cd-a007-6b12-4c6ac73b6d44-e1de1794 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_98d9d530-7156-bc9a-348b-c6460cda9425-e1de1794 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_06035a28-4fdf-ec62-3115-9a09f691c26f-e1de1794 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-fb0c46c5-0f2c-c91e-9963-182769f48be4-e1de1794 {
  grid-area: 5 / 7 / 6 / 8;
}

#w-node-_8b05bae3-d508-c92f-4f37-ee272d7a7c7b-e1de1794 {
  grid-area: 5 / 8 / 6 / 9;
}

#w-node-_13cb1001-1804-ada7-63c2-3b4f235ff3c7-e1de1794 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_0722f768-364d-8c1f-bf9f-f10e224a39b0-e1de1794 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_6d6a26da-2018-af97-8244-6bfdaac9eca2-e1de1794 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_17606331-ac40-d167-7c1b-cd5b664115b9-e1de1794 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_9304d793-f8fa-21f6-a48c-60f60854021e-e1de1794 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_35c1bed9-a4a3-dfff-b1ea-1ef56be397e6-e1de1794 {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-aa451ca6-a5e9-f10c-dae5-98cb67ed5c84-e1de1794 {
  grid-area: 6 / 7 / 7 / 8;
}

#w-node-_7336b57d-06ed-16ad-1da5-94ff1436d5fb-e1de1794 {
  grid-area: 6 / 8 / 7 / 9;
}

#w-node-_147c6c9b-4c21-51af-e5b7-441e03be220c-e1de1794 {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-_61cb0817-231a-4975-6fdd-9c6c190039e3-e1de1794 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_530969ca-f65e-a426-d394-4660d17bb70d-54de17fd {
  grid-area: 2 / 1 / 5 / 2;
}

#w-node-_5075ac70-db45-56aa-de98-ad6a0b2ea030-54de17fd {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_4150e4ed-f484-72bd-967e-711aab11f98f-54de17fd {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_4150e4ed-f484-72bd-967e-711aab11f996-54de17fd {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_91487bed-c860-515b-97ad-448c804133cf-54de17fd {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a9027535-fed9-a066-f435-e5e4a6466185-a6466170 {
    grid-area: 2 / 1 / 3 / 6;
    place-self: auto;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af22a-bade17a9 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af237-bade17a9 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23a-bade17a9 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: auto;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26e-bade17a9 {
    grid-area: 4 / 2 / 7 / 8;
  }

  #w-node-_9385e0a0-5fb7-74d6-a109-82018f9dc65a-bade17a9, #w-node-_1dbe136f-1440-8ee9-24f9-1289a0adc47a-bade17a9, #w-node-_5c3d4f15-9898-d37e-183f-5ec3512a2f65-bade17a9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c697bd0f-143a-8ef0-1645-9de158cc5dd5-bade17a9 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_33fcef56-21c4-370d-8afb-79762de4aaa9-bade17a9 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bfb-bade17a9 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405bfd-bade17a9 {
    grid-area: 5 / 5 / 6 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0a-bade17a9 {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0c-bade17a9 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c0e-bade17a9 {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c10-bade17a9 {
    grid-area: 4 / 4 / 5 / 5;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c12-bade17a9 {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c14-bade17a9 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c16-bade17a9 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458e-bade17a9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f5f6192-fad0-ad35-498b-cb7d6d8a8456-e1de1794 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-c44e855a-344d-760e-b45b-5281df96b315-e1de1794 {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9f429501-7528-fb68-7ecb-741413a90c54-e1de1794 {
    grid-area: 1 / 2 / 2 / 8;
    place-self: auto;
  }

  #w-node-_13cb1001-1804-ada7-63c2-3b4f235ff3c7-e1de1794 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_0722f768-364d-8c1f-bf9f-f10e224a39b0-e1de1794 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_147c6c9b-4c21-51af-e5b7-441e03be220c-e1de1794 {
    grid-area: 4 / 2 / 7 / 8;
  }

  #w-node-_61cb0817-231a-4975-6fdd-9c6c190039e3-e1de1794 {
    grid-area: 2 / 6 / 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9027535-fed9-a066-f435-e5e4a6466172-a6466170 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-a9027535-fed9-a066-f435-e5e4a646617e-a6466170 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-a9027535-fed9-a066-f435-e5e4a6466175-a6466170 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a9027535-fed9-a066-f435-e5e4a6466185-a6466170 {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-ae769cc4-ea70-a7ad-cfb8-1ec1d2f774a2-a6466170 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: end;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af22a-bade17a9 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af237-bade17a9 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23a-bade17a9 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: auto;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26e-bade17a9 {
    grid-area: 4 / 2 / 6 / 8;
  }

  #w-node-_33fcef56-21c4-370d-8afb-79762de4aaa9-bade17a9 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c01-bade17a9 {
    grid-area: 6 / 1 / 7 / 8;
    place-self: center stretch;
  }

  #w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458b-bade17a9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aae4fda7-35a7-2b5d-ee33-6102ca31458d-bade17a9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f5f6192-fad0-ad35-498b-cb7d6d8a8456-e1de1794 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-c44e855a-344d-760e-b45b-5281df96b315-e1de1794 {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9f429501-7528-fb68-7ecb-741413a90c54-e1de1794 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: auto;
  }

  #w-node-_0722f768-364d-8c1f-bf9f-f10e224a39b0-e1de1794 {
    grid-area: 6 / 1 / 8 / 3;
  }

  #w-node-_6d6a26da-2018-af97-8244-6bfdaac9eca2-e1de1794 {
    grid-area: 6 / 3 / 8 / 7;
  }

  #w-node-_147c6c9b-4c21-51af-e5b7-441e03be220c-e1de1794 {
    grid-area: 4 / 2 / 6 / 8;
  }

  #w-node-_61cb0817-231a-4975-6fdd-9c6c190039e3-e1de1794 {
    grid-area: 2 / 6 / 3 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9027535-fed9-a066-f435-e5e4a646617e-a6466170 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-a9027535-fed9-a066-f435-e5e4a6466175-a6466170 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a9027535-fed9-a066-f435-e5e4a6466185-a6466170 {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af22a-bade17a9 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af237-bade17a9 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af23a-bade17a9 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: auto;
  }

  #w-node-_265b826c-2b6c-cad7-ae58-4f94ab7af26e-bade17a9 {
    grid-area: 4 / 2 / 6 / 8;
  }

  #w-node-_33fcef56-21c4-370d-8afb-79762de4aaa9-bade17a9 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-bad5bc40-2e52-ff40-ef12-9eb3d3405c01-bade17a9 {
    grid-area: 6 / 1 / 7 / 8;
    place-self: center stretch;
  }

  #w-node-_3f5f6192-fad0-ad35-498b-cb7d6d8a8456-e1de1794 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-c44e855a-344d-760e-b45b-5281df96b315-e1de1794 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_9f429501-7528-fb68-7ecb-741413a90c54-e1de1794 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: auto;
  }

  #w-node-_0722f768-364d-8c1f-bf9f-f10e224a39b0-e1de1794 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_6d6a26da-2018-af97-8244-6bfdaac9eca2-e1de1794 {
    grid-area: 7 / 3 / 8 / 7;
  }

  #w-node-_147c6c9b-4c21-51af-e5b7-441e03be220c-e1de1794 {
    grid-area: 4 / 2 / 6 / 8;
  }

  #w-node-_61cb0817-231a-4975-6fdd-9c6c190039e3-e1de1794 {
    grid-area: 6 / 5 / 7 / 8;
  }
}


@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}