:root {
  --secondary-black: #121212;
  --red: #ff3434;
  --dark-grey: darkgrey;
  --gold: #baa15f;
  --deep-sky-blue: #26afff;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

.tomokana {
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-1 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-1.contact {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-1.btc-2 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.section-1.team {
  display: block;
}

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

.section-1.advisory {
  display: none;
}

.section-1.contact-2 {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.image-torii {
  background-image: url('../images/torii3.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.torii-wrapper {
  display: none;
  position: absolute;
  inset: 0%;
}

.gradient-fade {
  opacity: .25;
  background-image: linear-gradient(#0a0a0a00, #000);
  position: absolute;
  inset: 0%;
}

.lines-row {
  z-index: -1;
  display: none;
  position: fixed;
  inset: 0;
}

.line-col {
  border-right: 1px solid #0000001a;
  height: 100vh;
}

.line-col.dark {
  border-right-style: none;
  border-right-color: #ffffff1a;
  height: 100%;
}

.line-col.dark._4, .line-col.dark._5, .line-col.dark._2, .line-col.dark._3 {
  background-color: #121212;
}

.line-col.dark._1 {
  background-color: var(--secondary-black);
}

.line-col.dark._6 {
  background-color: #121212;
}

.button {
  background-color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 15px 20px -6px #ff343433;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 15px 20px 4px #ff343459;
}

.button:active {
  background-color: #df2e2e;
}

.heading {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 300;
  line-height: 62px;
}

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

.heading.privacy {
  margin-bottom: 0;
}

.contact-item {
  margin-bottom: 30px;
  display: none;
}

.container {
  z-index: 3;
  perspective: 679px;
  perspective-origin: 100%;
  padding-left: 16.6667%;
  padding-right: 16.6667%;
  position: relative;
}

.container._2 {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.hidden {
  display: none;
}

.container._3 {
  padding-left: 25%;
  padding-right: 25%;
}

.container._4 {
  padding-left: 33.3333%;
}

.contacts-link {
  color: #8d8d8d;
  margin-top: 0;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
}

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

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

.col._2 {
  padding-right: 0;
}

.lines-row-form {
  z-index: -1;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

.line {
  float: left;
  background-color: #0000004d;
  width: 50px;
  height: 1px;
  margin-top: 42px;
  margin-right: 30px;
}

.line.white {
  background-color: #ffffff80;
  margin-top: 10px;
}

.contact-block {
  margin-top: 20px;
}

.grey-text {
  color: #8d8d8d;
  display: inline-block;
}

.footer-04 {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 20px;
  display: flex;
}

.footer-04.less-padding {
  padding-top: 20px;
}

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

.text-rights {
  color: #8d8d8d;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-link-dark {
  color: #8d8d8d;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

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

.footer-wrapper {
  align-items: center;
  display: flex;
}

.secondary-link-dark {
  color: #8d8d8d;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-title {
  margin-bottom: 22px;
  font-size: 26px;
  font-weight: 700;
}

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

.logo-flat {
  width: 200px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-column.hidden {
  display: none;
}

.footer-block-right {
  width: 50%;
  padding-left: 0;
}

.footer-bottom-full {
  border: 1px #000;
  border-top: 1px solid #0000;
  justify-content: space-between;
  display: flex;
}

.footer-block-left {
  width: 50%;
  padding-right: 45px;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 62px;
}

.main-paragraph.written {
  font-family: Lora, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.text-span {
  font-weight: 700;
}

.small-paragraph {
  color: var(--dark-grey);
  font-size: 28px;
  line-height: 44px;
}

.small-paragraph.written {
  flex-direction: column;
  width: 100%;
  font-family: Lora, sans-serif;
  display: block;
}

.div-50 {
  width: 75%;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  min-height: 80%;
  display: flex;
  position: relative;
}

.footer {
  display: block;
}

.scrollbar {
  z-index: 999;
  background-color: #222;
  background-image: linear-gradient(#ff414100, #ff3434);
  width: 5px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.body {
  background-color: #000;
}

.bitcoin-is {
  margin-bottom: 20px;
  margin-right: 18px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
  display: inline-block;
}

.type {
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  display: inline-block;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  position: absolute;
  inset: 0%;
}

.image-btc2 {
  background-image: url('../images/bitcoin3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-right: 2px;
}

.image-btc2-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-items {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 16.6667%;
  padding-right: 16.6667%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav__bg {
  z-index: 98;
  position: fixed;
  inset: 0%;
}

.social-link {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.social-link.instagram {
  background-image: url('../images/social-instagram---simple-line-icons.svg');
}

.social-link.twitter {
  background-image: url('../images/twitter-white.svg');
}

.nav-item-number {
  color: #fff;
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transform: rotate(-90deg);
}

.nav-item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-item.hide, .nav-item.hidden {
  display: none;
}

.nav-item-text-full {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 75px;
}

.special-text-wrapper {
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}

.nav-social-links {
  align-items: center;
  margin-top: 55px;
  display: none;
}

.nav-item-text {
  font-size: 72px;
  font-weight: 700;
  line-height: 75px;
  display: block;
}

.nav-container {
  z-index: 97;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.email-link {
  color: #a5a3a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e252c;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.nav-footer-link {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 35px;
  display: block;
  position: relative;
}

.hamburger-line {
  background-color: #fff;
  width: 25px;
  height: 2.22px;
}

.nav__logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.navigation__menu-btn {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  overflow: hidden;
}

.navbar {
  z-index: 101;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25px;
  height: 10px;
  margin-left: 12.5px;
  display: flex;
}

.hamburger-line-2 {
  background-color: #fff;
  width: 15px;
  height: 2.22px;
}

.close-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 25px;
  display: flex;
}

.open-wrap {
  align-items: center;
  height: 25px;
  display: flex;
}

.close-btn {
  background-image: url('../images/close-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
}

.navigation-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.text-span-2 {
  font-weight: 900;
}

.menu-row {
  z-index: -1;
  position: fixed;
  inset: 0;
}

.menu-col {
  transform-origin: 0%;
  height: 100vh;
  transform-style: preserve-3d;
  background-color: #121212;
  border-right: 1px #ffffff1a;
  transform: scale3d(.1, 1, 1);
}

.menu-col.dark {
  border-right-color: #ffffff1a;
  height: 100%;
}

.menu-col.dark._4, .menu-col.dark._5, .menu-col.dark._2, .menu-col.dark._3, .menu-col.dark._1, .menu-col.dark._6 {
  background-color: #121212;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-author {
  color: var(--dark-grey);
  text-align: right;
  font-size: 28px;
  font-style: italic;
  line-height: 44px;
}

.test-div {
  position: absolute;
  inset: 0%;
}

.test-div.blackrock {
  background-image: url('../images/test-blackrock.png');
  background-position: 50%;
  background-size: cover;
}

.test-div.bkcm {
  background-image: url('../images/test-bkcm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.test-div.microstrategy {
  background-image: url('../images/test-microstrategy.png');
  background-position: 50%;
  background-size: cover;
}

.test-div.tudor {
  background-image: url('../images/test-tudor.png');
  background-position: 50%;
  background-size: cover;
}

.author {
  color: #fff;
}

.hover-circle {
  z-index: 1;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.slide-nav {
  display: block;
}

.logo-row-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: none;
}

.logo-row {
  justify-content: center;
  align-items: center;
  width: 2250px;
}

.logo-row._2 {
  width: 1480px;
}

.logo-row._3 {
  width: 2490px;
}

.logo-row._4 {
  width: 3050px;
}

.logo-image {
  width: 120px;
}

.parallax-div {
  position: absolute;
  inset: 0%;
}

.mouse {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.right-arrow, .left-arrow {
  display: none;
}

.preloader {
  z-index: 9999;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload-bar {
  border-top: 2px solid var(--red);
  background-color: var(--dark-grey);
  border-radius: 20px;
  align-self: center;
  width: 150px;
  height: 2px;
}

.image-mountains {
  background-image: url('../images/background-mountain.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.bitcoin-is-wrapper {
  flex-direction: column;
  justify-content: center;
  min-height: 40%;
  display: flex;
  position: relative;
}

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

.contact-text {
  color: #fff3;
  margin-right: 100px;
  font-size: 156px;
  line-height: 100%;
  display: inline-block;
}

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

.long-row-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.loop-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-link {
  text-decoration: none;
}

.text-gold {
  color: #baa15f;
}

.image-mountains2 {
  opacity: 1;
  background-image: url('../images/wallpaper-dark3.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.grid-about2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-about-grid {
  padding-right: 40px;
}

.content-paragraph {
  color: var(--dark-grey);
  font-size: 20px;
  line-height: 34px;
}

.container-vision {
  z-index: 3;
  perspective: 679px;
  perspective-origin: 100%;
  padding: 80px 16.6667% 100px;
  position: relative;
}

.container-vision._2 {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-vision.hidden {
  display: none;
}

.container-vision._3 {
  padding-left: 25%;
  padding-right: 25%;
}

.container-vision._4 {
  padding-left: 33.3333%;
}

.grid-team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-team.hidden {
  display: none;
}

.team-profile {
  text-align: center;
  border-top: 1px #ffffff1a;
  border-bottom: 1px #ffffff1a;
  padding: 20px;
}

.team-profile.bottom, .team-profile.bottom-mid {
  border-bottom-style: solid;
}

.team-name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.team-position {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.image-profile {
  width: 100px;
  margin-bottom: 10px;
}

.subheading-team {
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.subheading-team.centered {
  text-align: center;
}

.grid-teamcore {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-profile-core {
  border-top: 1px #ffffff1a;
  border-bottom: 1px #ffffff1a;
  padding: 20px;
}

.team-profile-core.bottom {
  border-bottom-style: none;
}

.grid-insidecore {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.insidecore-left {
  color: var(--dark-grey);
  text-align: center;
  text-decoration: none;
  transition: all .2s;
}

.insidecore-left:hover {
  color: #fff;
}

.insidecore-left.no-link:hover {
  color: var(--dark-grey);
}

.insidecore-left.link {
  color: #26afffcc;
}

.insidecore-left.link:hover {
  color: var(--deep-sky-blue);
}

.past {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.core-list {
  padding-left: 27px;
}

.team-link {
  opacity: .8;
  color: var(--deep-sky-blue);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.team-link:hover {
  opacity: 1;
}

.image-method {
  opacity: 1;
  background-image: url('../images/wallpaper-dark3.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--dark-grey);
  color: #fff;
  background-color: #0000;
  height: 70px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 44px;
}

.field:focus {
  border-bottom-color: #fff;
}

.field::placeholder {
  color: var(--dark-grey);
}

.field.message {
  height: 160px;
}

.checkbox-field {
  align-items: center;
  margin-top: 20px;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox {
  cursor: pointer;
  background-color: #262626;
  background-image: url('../images/black-circle.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 2px solid #333;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
  transition: background-color .2s, background-position .2s;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
}

.checkbox-label {
  color: var(--dark-grey);
}

.contact-quotes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 20%;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-row-wrapper-2 {
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 150px;
  display: grid;
}

.tomo-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.right-floating-cookie {
  z-index: 20;
  background-color: #000;
  border: 1px solid #333;
  width: 560px;
  padding: 25px;
  display: block;
  position: fixed;
  inset: auto 30px 30px auto;
}

.right-cookie-image {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.cookies-container {
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-text {
  color: #fff;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-15.white-text {
  font-weight: 400;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.container-cookie {
  z-index: 15;
  display: block;
  position: fixed;
  inset: 0%;
}

.cookie-button-blue {
  color: #000;
  background-color: #b5e3f4;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.learn-more-span {
  color: #fff;
  text-decoration: underline;
}

.learn-more-span:hover {
  color: var(--dark-grey);
}

.label {
  color: #203492;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}

.button-cookie {
  background-color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 12px;
  font-weight: 700;
  transition: box-shadow .2s;
  display: inline-block;
  box-shadow: 0 16px 22px -10px #b1464866;
}

.button-cookie:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 100px -20px #a53e4080, 0 15px 40px -12px #83373866;
}

.button-cookie:active {
  background-color: #df2e2e;
}

.text-cookie {
  color: var(--dark-grey);
  margin-right: 32px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.heading-cookie {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.section-content {
  color: #333;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-contentheader {
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
}

.smallest-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.policy-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  margin-bottom: 20px;
}

.section-small {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.text-subheading {
  color: var(--dark-grey);
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
}

.error-message {
  background-color: #0000;
  padding-left: 0;
}

.last-updated {
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 30px;
}

.last-updated.written {
  flex-direction: column;
  width: 100%;
  font-family: Lora, sans-serif;
  display: block;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.contact {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-2.btc-2 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.section-2.team {
  display: none;
}

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

.section-2.advisory {
  display: block;
}

.section-2.contact-2 {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.utility-page-wrap {
  background-color: var(--secondary-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.text-field {
  border: 1px solid var(--dark-grey);
  background-color: var(--secondary-black);
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .section-1.team, .section-1.advisory, .section-1.contact-2 {
    height: auto;
    min-height: 100vh;
  }

  .button {
    margin-top: 60px;
  }

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

  .container._3 {
    padding-left: 16.6667%;
    padding-right: 16.6667%;
  }

  .col {
    padding-right: 0;
  }

  .footer-flex-wrap {
    flex-wrap: wrap;
  }

  .logo-flat {
    margin-bottom: 32px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-block-right {
    width: 100%;
    padding-left: 0;
  }

  .footer-bottom-full {
    flex-direction: column;
    margin-top: 60px;
  }

  .footer-block-left {
    border: 1px #000;
    border-bottom: 1px solid #151c3417;
    width: 100%;
    margin-bottom: 60px;
  }

  .main-paragraph {
    font-size: 28px;
    line-height: 40px;
  }

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

  .div-50 {
    width: 100%;
  }

  .contact-wrapper {
    min-height: 0;
  }

  .bitcoin-is {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .type {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .navbar {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-author {
    font-size: 16px;
    line-height: 30px;
  }

  .div-about-grid {
    padding-right: 20px;
  }

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

  .container-vision._3 {
    padding-left: 16.6667%;
    padding-right: 16.6667%;
  }

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

  .team-profile.bottom-mid {
    border-bottom-style: none;
  }

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

  .core-list {
    padding-left: 5px;
  }

  .contact-quotes {
    min-height: 0;
  }

  .last-updated {
    font-size: 16px;
    line-height: 30px;
  }

  .section-2.team, .section-2.advisory, .section-2.contact-2 {
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .section-1 {
    height: auto;
  }

  .section-1.hero {
    background-image: url('../images/wallpaper-dark2.png');
    height: 100vh;
  }

  .section-1.quotes {
    height: 100vh;
  }

  .line-col.dark._4, .line-col.dark._5, .line-col.dark._2, .line-col.dark._3, .line-col.dark._1, .line-col.dark._6 {
    border-right-style: none;
  }

  .heading {
    font-size: 24px;
    line-height: 34px;
  }

  .container {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }

  .line {
    width: 10%;
    margin-right: 10%;
  }

  .footer-link-dark {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .footer-title {
    font-size: 16px;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-bottom-full {
    flex-wrap: wrap;
    margin-top: 40px;
  }

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

  .main-paragraph.written {
    font-size: 24px;
    line-height: 36px;
  }

  .bitcoin-is, .type {
    font-size: 24px;
    line-height: 34px;
  }

  .nav-items {
    width: 90%;
  }

  .nav-item-text-full {
    font-size: 48px;
    line-height: 75px;
    display: none;
  }

  .special-text-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .nav-item-text {
    font-size: 48px;
    line-height: 75px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-about2 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .field, .field::placeholder, .checkbox-label {
    font-size: 16px;
    line-height: 30px;
  }

  .right-floating-cookie {
    width: auto;
    bottom: 10px;
    right: 10px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .section-2.hero {
    background-image: url('../images/wallpaper-dark2.png');
  }
}

@media screen and (max-width: 479px) {
  .section-1.contact, .section-1.contact-2 {
    height: auto;
    min-height: 100vh;
  }

  .line-col.dark {
    border-right-style: none;
  }

  .button {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container, .container._3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container._4 {
    align-self: center;
    padding-left: 5%;
  }

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

  .line {
    margin-top: 22px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-full {
    text-align: center;
    flex-direction: column;
  }

  .nav-item-text-full, .nav-item-text {
    font-size: 32px;
  }

  .navbar {
    padding: 10px;
  }

  .menu-col.dark {
    border-right-style: none;
  }

  .container-vision, .container-vision._3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-vision._4 {
    align-self: center;
    padding-left: 5%;
  }

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

  .insidecore-left {
    margin-bottom: 20px;
  }

  .right-floating-cookie {
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-cookie {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-cookie, .text-subheading {
    text-align: left;
    margin-right: 0;
  }

  .section-2.contact, .section-2.contact-2 {
    height: auto;
    min-height: 100vh;
  }
}

#w-node-_5ce78663-7a39-37c8-7447-b679d6af1379-fd6239e5, #w-node-_5ce78663-7a39-37c8-7447-b679d6af137c-fd6239e5, #w-node-_5ce78663-7a39-37c8-7447-b679d6af137f-fd6239e5, #w-node-_5ce78663-7a39-37c8-7447-b679d6af1382-fd6239e5, #w-node-_8a13bbde-7ec4-7629-3884-69c56e6ee969-fd6239e5, #w-node-_8a13bbde-7ec4-7629-3884-69c56e6ee96c-fd6239e5, #w-node-_8a13bbde-7ec4-7629-3884-69c56e6ee96f-fd6239e5, #w-node-_8a13bbde-7ec4-7629-3884-69c56e6ee972-fd6239e5 {
  align-self: center;
}

#w-node-_8796550b-7c20-ff6b-bcf4-6b42f7165d98-8c4dd6d0, #w-node-_882d7107-d933-3883-5195-781a56d96ba1-8c4dd6d0, #w-node-_1cf48f1b-c011-53fe-6af1-b64d2d7de14f-8c4dd6d0, #w-node-_82d204f8-d88b-7a9b-f766-7b73de18ff6b-8c4dd6d0, #w-node-_8e082ed3-3bc5-50cf-de61-a5838a1a2e2e-8c4dd6d0, #w-node-_6c6ff54a-93fd-70b9-e250-d638cd582032-8c4dd6d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


