* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

body {
  background-color: black;
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  color: #EEFD54;
  font-size: 0;
  text-shadow: #EEFD54 1px 0 40px;
  overscroll-behavior-y: none;
}

a {
  color: #EEFD54;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.left-progress-inner {
  opacity: 0;
  transition: opacity 400ms;
}

body.show-all-content .circles-nav, body.show-all-content .bottom-text, body.show-all-content .top-text, body.show-all-content .circle-section, body.show-all-content .down-arrow-header, body.show-all-content .left-progress-inner {
  opacity: 1;
}
body.show-all-content .top, body.show-all-content .bottom, body.show-all-content .left, body.show-all-content .right {
  transition: all 400ms;
}
body.show-all-content .circles-nav, body.show-all-content .bottom-text, body.show-all-content .top-text {
  transition: all 400ms;
}

body.stopped-scrolling.show-all-content .top, body.stopped-scrolling.show-all-content .bottom, body.stopped-scrolling.show-all-content .left, body.stopped-scrolling.show-all-content .right {
  opacity: 0 !important;
}
body.stopped-scrolling.show-all-content .top {
  transform: translateY(-10px) translateX(-50%) scale(0.7) !important;
}
body.stopped-scrolling.show-all-content .bottom {
  transform: translateY(10px) translateX(-50%) scale(0.7) !important;
}
body.stopped-scrolling.show-all-content .left {
  transform: translateX(-10px) translateY(-50%) scale(0.7) !important;
}
body.stopped-scrolling.show-all-content .right {
  transform: translateX(10px) translateY(-50%) scale(0.7) !important;
}

.circles-nav {
  opacity: 0;
  transition: all 200ms ease;
  z-index: 2;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.circles-nav .circle {
  border: 1px solid #EEFD54;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 10px 0;
  cursor: pointer;
}
.circles-nav .circle.active {
  background-color: #EEFD54;
}

._0 {
  margin: 0;
  transform-origin: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  transform: rotateZ(-90deg);
  font-size: 20px;
  position: fixed;
  top: calc(50% - 210px);
  left: 0;
  z-index: 2;
  text-align: center;
}

._100 {
  margin: 0;
  transform-origin: center;
  transform: rotateZ(-90deg);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  position: fixed;
  bottom: calc(50% - 210px);
  left: 0;
  z-index: 2;
  text-align: center;
}

.slide-index {
  margin: 0;
  transform-origin: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  transform: rotateZ(-90deg);
  font-size: 20px;
  position: fixed;
  top: calc(50% - 210px);
  right: 0;
  z-index: 2;
  text-align: center;
}

.slide-total {
  margin: 0;
  transform-origin: center;
  transform: rotateZ(-90deg);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 20px;
  position: fixed;
  bottom: calc(50% - 210px);
  right: 0;
  z-index: 2;
  text-align: center;
}

@media (min-width: 800px) {
  .animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: transform 600ms ease, opacity 600ms ease;
  }
  .animate-in.out-of-view {
    opacity: 0;
    transform: translateY(100px);
  }
  .animate-in-fadein {
    opacity: 1;
    transition: opacity 600ms ease;
  }
  .animate-in-fadein.out-of-view {
    opacity: 0;
  }
  .animate-in-translatein {
    transform: translateY(0);
    transition: transform 300ms ease;
  }
  .animate-in-translatein.out-of-view {
    transform: translateY(100px);
  }
}
@media (max-width: 799px) {
  .animate-in-mobile {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 600ms ease, transform 600ms ease;
  }
  .animate-in-mobile.out-of-view {
    opacity: 0;
    transform: translateY(50px);
  }
  .further-explanation-inner svg.animate-in-mobile {
    transform: translateY(0) rotate(90deg);
  }
  .further-explanation-inner svg.animate-in-mobile.out-of-view {
    opacity: 0;
    transform: translateY(50px) rotate(90deg);
  }
  video.coin-video.animate-in-mobile {
    transform: translateY(0) rotate(90deg);
  }
  video.coin-video.out-of-view {
    opacity: 0;
    transform: translateY(50px) rotate(90deg);
  }
}
@keyframes dash2 {
  from {
    stroke-dashoffset: 320;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.background-video {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
}

.top-left-circle {
  width: 10px;
  height: 10px;
  border: 1px solid #EEFD54;
  border-radius: 100px;
}

.top-left {
  z-index: 10;
  position: fixed;
  top: 12px;
  right: 76.3%;
}
.top-left span {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.top-left svg {
  float: right;
}

.top-right {
  z-index: 10;
  position: fixed;
  top: 12px;
  left: 76.3%;
}
.top-right span {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
.top-right .circle-topright-1 {
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background-color: #54FD83;
  display: inline-block;
}
.top-right .circle-topright-2 {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #FD5454;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  animation: blink 1s steps(5, start) infinite;
}

.down-arrow-header {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: MoveUpDown 3s linear infinite;
  transition: all 400ms ease;
}

section.header {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.header-inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.big-logo path,
.big-logo rect {
  transform: translateY(100%);
  opacity: 0;
}

.big-logo {
  overflow: hidden;
}

.bg, .bg-phone {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.header {
  opacity: 0;
  height: 100vh;
}
.header svg.big-logo {
  width: 90%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}
@media (min-width: 1281px) {
  section.header {
    padding-left: 200px;
    padding-right: 200px;
  }
  .down-arrow-header {
    bottom: 140px;
    transform: scale(1);
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translate(-50%, 0);
    }
    50% {
      transform: translate(-50%, -50px);
    }
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  section.header {
    padding-left: 50px;
    padding-right: 50px;
  }
  .down-arrow-header {
    bottom: 100px;
    transform: translate(-50%, 0) scale(0.7);
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: scale(0.7) translate(-50%, 0);
    }
    50% {
      transform: scale(0.7) translate(-50%, -50px);
    }
  }
}
@media (max-width: 799px) {
  section.header {
    padding-left: 50px;
    padding-right: 50px;
  }
  .down-arrow-header {
    bottom: 50px;
  }
}
@media (min-width: 800px) {
  .bg {
    display: block;
  }
  .bg-phone {
    display: none;
  }
  .header-inner {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-mask-image: url("../img/headerbg.svg");
    mask-image: url("../img/headerbg.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
  }
}
@media (max-width: 799px) {
  .down-arrow-header {
    transform: translate(-50%, 0) scale(0.5);
  }
  section.header {
    padding-left: 50px;
    padding-right: 50px;
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: scale(0.5) translate(-50%, 0);
    }
    50% {
      transform: scale(0.5) translate(-50%, -50px);
    }
  }
  .bg {
    display: none;
  }
  .bg-phone {
    display: block;
  }
  .header-inner {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-mask-image: url("../img/headerbg_phone.svg");
    mask-image: url("../img/headerbg_phone.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
  }
}
.introduction-section {
  background-color: black;
}

.alt-logo svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.introduction-section-i h1 {
  z-index: 1;
}

@media (min-width: 1700px) {
  .introduction-section-i ._big-headline {
    width: 80%;
  }
  video {
    width: 140px;
    display: inline-block;
  }
}
@media (max-width: 1699px) and (min-width: 800px) {
  .introduction-section-i ._big-headline {
    width: 80%;
    font-size: 4vw;
  }
  video {
    width: 15%;
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .introduction-section {
    border-top: 2px solid #EEFD54;
  }
  .is {
    position: relative;
  }
  .introduction-section {
    padding-top: 80px;
  }
  .introduction-section .introduction-section-i {
    position: relative;
  }
  .introduction-section .alt-logo {
    margin-top: 100px;
  }
  .i-s-videos {
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .introduction-section h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .introduction-section-i svg {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 1490px;
    height: auto;
  }
}
@media (max-width: 799px) {
  .introduction-section {
    border-top: 1px solid #EEFD54;
  }
  .introduction-section-i > svg {
    display: none;
  }
  .introduction-section-i ._big-headline {
    font-size: 42px;
    line-height: 1.3;
  }
  .i-s-videos {
    text-align: center;
  }
  .i-s-videos video {
    width: 30%;
  }
  .alt-logo svg {
    width: 90px;
  }
  .is {
    display: flex;
    flex-direction: column;
  }
  .alt-logo {
    order: 1;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .introduction-section-i {
    order: 2;
    margin-bottom: 0px;
  }
  .i-s-videos {
    order: 3;
  }
}
.circle-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: opacity 300ms ease;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
}

.circle-slide.active {
  opacity: 1;
}

.circle-section-inner {
  position: sticky;
  height: 100vh;
  width: 100%;
  top: 0;
}

.circle-section-ghosts {
  margin-top: -100vh;
}

.circle-slide-ghost {
  width: 100%;
  height: 100vh;
}

.small-title {
  text-shadow: #EEFD54 1px 0 40px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 2rem;
}

.circle-section-gradient {
  pointer-events: none;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.title {
  text-shadow: #EEFD54 1px 0 40px;
  font-size: 5rem;
  max-width: 1024px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}

.small-title span {
  display: inline-block;
}

section.circle-section {
  perspective: 1200px;
  background-color: black;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
}

.circle-section-bg {
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  margin-top: -100vh;
}

.circle1-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, 20deg);
}
.circle1-wrap svg {
  opacity: 1;
}

.circle2-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate3d(0, 0, 1, -20deg);
}
.circle2-wrap svg {
  opacity: 1;
}

/* https://tobiasahlin.com/blog/curved-path-animations-in-css/ */
@keyframes dash {
  from {
    stroke-dashoffset: 320;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.ball1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EEFD54;
  border-radius: 50%;
  box-shadow: 0px 0px 30px #EEFD54;
  offset-path: path("M0,300a600,300 0 1,0 1200,0a600,300 0 1,0 -1200,0");
  offset-distance: 0%;
  animation: ball-pulse 2s ease-out infinite;
  opacity: 0;
}

.ball2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EEFD54;
  border-radius: 50%;
  box-shadow: 0px 0px 30px #EEFD54;
  offset-path: path("M0,300a600,300 0 1,0 1200,0a600,300 0 1,0 -1200,0");
  offset-distance: 0%;
  animation: ball-pulse 2s ease-out infinite;
  opacity: 0;
}

.circle-section-inner {
  margin-top: -100vh;
}

@keyframes ball-animation {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes ball-pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.progress-ball {
  border: 1px solid #EEFD54;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 26.5px);
  opacity: 1;
}

.progress-ball-inner {
  border: 1px solid #EEFD54;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  margin-left: 6px;
  margin-top: 6px;
  opacity: 1;
}

.circle-section-bg-inner {
  width: 100%;
  height: 100vh;
}

@media (min-width: 1281px) {
  .circle-slide {
    padding-left: 200px;
    padding-right: 200px;
    box-sizing: border-box;
  }
  .progress-ball {
    bottom: 100px;
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  .circle-slide {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
  }
  .progress-ball {
    bottom: 70px;
  }
}
@media (max-width: 799px) {
  .circle-slide {
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
  }
}
@media (min-width: 800px) {
  svg .path {
    stroke-dasharray: 7px;
    stroke-dashoffset: 14px;
    animation: dash 5s infinite linear;
  }
  .ball1 {
    width: 26px;
    height: 26px;
  }
  .ball2 {
    width: 26px;
    height: 26px;
  }
  .circle-slide {
    height: 100vh;
  }
  .small-title {
    font-size: 2rem;
  }
  .circle-slide {
    top: -20px;
  }
}
@media (max-width: 799px) {
  .circle-slide {
    top: -10px;
  }
  .progress-ball {
    display: none;
  }
  .small-title {
    font-size: 24px;
  }
  .circle-section-bg-inner {
    transform: rotateZ(90deg) scale(0.45);
  }
  .progress-ball {
    bottom: 50px;
    transform: scale(0.7);
  }
  svg .path {
    stroke-dasharray: 14px;
    stroke-dashoffset: 28px;
    animation: dash 5s infinite linear;
    stroke-width: 3px;
  }
  .ball1 {
    width: 40px;
    height: 40px;
  }
  .ball2 {
    width: 40px;
    height: 40px;
  }
  .circle-slide {
    height: 100vh;
  }
  .circle-slide:last-child, .circle-slide:first-child {
    height: 100vh;
  }
  .title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
#shader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}

.explanation-section {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.explanation {
  font-size: 0;
  width: 100%;
  font-size: 52px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.explanation span {
  display: inline-block;
}

.explanation {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  text-transform: uppercase;
  font-size: 5rem;
  justify-content: center;
}

.explanation-top {
  text-align: center;
  cursor: default;
  line-height: 1;
  box-sizing: border-box;
  top: 0;
}
.explanation-top h2 {
  font-size: 5rem;
  line-height: 1.1;
  margin: 0;
  display: inline-block;
  text-shadow: #EEFD54 1px 0 40px;
}

@media (max-width: 799px) {
  .explanation-top ._big-headline {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
.video-line-outer {
  display: inline-block;
  height: 1px;
  width: 50px;
  overflow: hidden;
}

.video-line {
  height: 1px;
  width: 50px;
  border-top: 1px dashed #EEFD54;
  transform: translateX(-100%);
}

@media (min-width: 1900px) {
  .further-explanation-inner video {
    width: 250px;
  }
}
@media (max-width: 1899px) and (min-width: 1650px) {
  .further-explanation-inner video {
    width: 200px;
  }
}
@media (max-width: 1649px) and (min-width: 1200px) {
  .further-explanation-inner video {
    width: 150px;
  }
}
@media (max-width: 1200px) and (min-width: 800px) {
  .further-explanation-inner video {
    width: 100px;
  }
}
@media (max-width: 910px) and (min-width: 800px) {
  .further-explanation-inner svg line {
    stroke-width: 4px;
  }
}
@media (min-width: 1401px) {
  .explanation-section {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 250px;
  }
  .explanation {
    padding-bottom: 100px;
  }
  .explanation-needs .nl {
    flex-shrink: 1;
    margin: 0;
    width: auto;
    max-width: none;
    min-width: 1200px;
    white-space: nowrap;
  }
  .number-bubble {
    font-size: 42px;
    border: 2px solid #EEFD54;
    border-radius: 100%;
    width: 62px;
    height: 62px;
    line-height: 1.4;
    aspect-ratio: 1;
  }
}
@media (min-width: 1101px) and (max-width: 1400px) {
  .explanation-needs .nl {
    flex-shrink: 1;
    margin: 0;
    width: 80%;
    white-space: nowrap;
  }
  .explanation-needs ._big-headline {
    font-size: 40px;
  }
  .number-bubble {
    font-size: 25px;
    border: 2px solid #EEFD54;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 1.5;
    aspect-ratio: 1;
  }
}
@media (min-width: 800px) and (max-width: 1100px) {
  .explanation-needs .nl {
    flex-shrink: 1;
    margin: 0;
    width: 80%;
    white-space: nowrap;
  }
  .explanation-needs ._big-headline {
    font-size: 30px;
  }
  .number-bubble {
    font-size: 20px;
    border: 2px solid #EEFD54;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 1.5;
    aspect-ratio: 1;
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  .explanation-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 300px;
  }
}
@media (min-width: 800px) {
  .text-wrap div {
    max-width: 600px;
  }
  .text-wrap {
    line-height: 1.3;
  }
  .text-wrap span {
    display: inline-block;
    padding: 14px 25px 14px 18px;
    line-height: 1;
    border-radius: 12px;
    position: relative;
    border: 1px solid #EEFD54;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: -6px;
  }
  .text-wrap div {
    text-transform: uppercase;
    font-size: 3rem;
  }
  .bottom-part {
    -webkit-mask-image: url("../img/bottompart.svg");
    mask-image: url("../img/bottompart.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: bottom;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 110%;
    aspect-ratio: 16.7;
    background: rgba(0, 0, 0, 0.3);
    mask-size: 110%;
    width: 100%;
  }
  .explanation-section {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0.3) 100%);
  }
  .text-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-wrap.active {
    opacity: 1;
  }
  .video-wrap {
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .videos-wrap {
    height: 100vh;
    width: 50%;
    display: flex;
    position: sticky;
    top: 0;
  }
  .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }
  .texts-wrap {
    text-align: left;
    width: 50%;
  }
  .explanation-bottom {
    display: flex;
  }
  .video-wrap .text-wrap {
    display: none;
  }
  .further-explanation {
    position: relative;
  }
  .further-explanation > svg {
    width: 100%;
    height: auto;
  }
  .further-explanation-inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .desktop-svg {
    pointer-events: none;
    display: block;
    position: relative;
    z-index: 2;
  }
  .mobile-svg {
    display: none;
  }
  .explanation-needs {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .explanation-needs .needs-line:nth-child(even) .nl {
    margin: 0 40px;
  }
  .explanation-needs .needs-line {
    cursor: default;
    display: flex;
    justify-content: center;
  }
  .explanation-needs .needs-line video {
    display: none;
  }
  .explanation-cards {
    position: relative;
    font-size: 0;
  }
  .explanation-cards > svg {
    aspect-ratio: 1.2;
  }
  .explanation-cards > svg {
    width: 100%;
  }
  .explanation-cards-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }
  .explanation-cards-inner video {
    width: 25%;
    max-width: 188px;
    transform: scale(0.8);
    transition: transform 300ms ease;
  }
  .explanation-cards-inner video.zoom {
    transform: scale(1);
  }
  .further-explanation-inner video {
    aspect-ratio: 0.8;
    object-fit: cover;
  }
  .further-explanation-inner video.coin-video {
    aspect-ratio: 0.5;
    object-fit: cover;
  }
}
@media (max-width: 799px) {
  .text-wrap {
    line-height: 1.3;
  }
  .text-wrap span {
    font-size: 4rem;
    display: inline-block;
    padding: 8px 14px 8px 12px;
    line-height: 1;
    border-radius: 8px;
    position: relative;
    border: 1px solid #EEFD54;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-bottom: 17px;
    margin-left: -6px;
    letter-spacing: -0.02em;
  }
  .text-wrap div {
    text-transform: uppercase;
    font-size: 4rem;
    letter-spacing: -0.04em;
  }
  .bottom-part {
    -webkit-mask-image: url("../img/bottompart.svg");
    mask-image: url("../img/bottompart.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: bottom;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 100%;
    mask-size: 110%;
    width: 100%;
    margin-left: 0%;
    aspect-ratio: 17;
    background: rgb(0, 0, 0);
  }
  .explanation-section {
    background: black;
  }
  .texts-wrap {
    display: none;
  }
  .explanation-section {
    overflow: hidden;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 100px;
  }
  .text-wrap {
    font-size: 25px;
    margin-top: -50px;
  }
  .video-wrap {
    margin-top: 80px;
  }
  .videos-wrap {
    opacity: 1 !important;
    transform: translateY(0) !important;
    width: 100%;
  }
  .videos-wrap video {
    width: 100%;
  }
  .texts-wrap {
    width: 100%;
  }
  .further-explanation {
    position: relative;
  }
  .further-explanation > svg {
    width: 100%;
  }
  .further-explanation {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .svg3 {
    margin-top: -50px;
  }
  .further-explanation-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: scale(0.73);
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: top;
  }
  .further-explanation-inner video {
    width: 180px;
  }
  .further-explanation-inner svg {
    transform: rotate(90deg);
    position: relative;
    z-index: 2;
  }
  video.coin-video {
    width: 460px;
    transform: rotate(90deg);
    margin-top: -180px;
  }
  .svg1 {
    height: 5px;
  }
  .svg2 {
    height: 90px;
  }
  .svg4 {
    margin-top: -110px;
    margin-bottom: 20px;
  }
  .desktop-svg {
    display: none;
  }
  .mobile-svg {
    position: relative;
    display: block;
  }
  .further-explanation {
    margin-top: 100px;
  }
  .needs-line .number-bubble {
    display: none;
  }
  .explanation-cards {
    display: none;
  }
  .explanation {
    padding-left: 0;
    padding-right: 0;
  }
  .needs-line ._big-headline {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    z-index: 2;
  }
  .needs-line {
    text-align: center;
    margin-top: 0px;
  }
  .needs-line video {
    display: inline-block;
    width: 160px;
  }
  .further-explanation.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .explanation-needs {
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .founding-section {
    padding-top: 35px;
  }
}
.top {
  position: fixed;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  font-size: 0;
}
.top svg {
  stroke-width: 2px;
}

.bottom-text {
  white-space: nowrap;
  transform-origin: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  text-transform: uppercase;
  opacity: 0;
  transition: all 200ms ease;
  line-height: 1;
}

.top-text {
  white-space: nowrap;
  transform-origin: center;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  text-transform: uppercase;
  opacity: 0;
  transition: all 200ms ease;
  line-height: 1;
}

.bottom {
  position: fixed;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 2;
  font-size: 0;
}
.bottom svg {
  stroke-width: 2px;
}

.left {
  height: 700px;
  position: fixed;
  left: -2px;
  top: 50%;
  transform: translate(-100%, -50%);
  z-index: 2;
}
.left svg {
  stroke-width: 2px;
}

.right {
  height: 700px;
  position: fixed;
  right: -2px;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 2;
}
.right svg {
  stroke-width: 2px;
}

.left-progress {
  position: fixed;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background: #EEFD54;
  height: 315px;
}
.left-progress .left-progress-inner {
  transform: translate(-10px, -100%);
  width: 20px;
  height: 3px;
  background-color: #EEFD54;
}

.top {
  transform-origin: top center;
}

.bottom {
  transform-origin: bottom center;
}

.right {
  transform-origin: right center;
}

.left {
  transform-origin: left center;
}

@media (min-width: 1666px) {
  .top {
    width: 100%;
  }
  .bottom {
    width: 100%;
  }
  .bottom-text {
    font-size: 1.5vw;
    bottom: 0.8vw;
  }
  .top-text {
    font-size: 1.5vw;
    top: 0.8vw;
  }
}
@media (max-width: 1111px) {
  .top-right, .top-left {
    display: none;
  }
}
@media (max-width: 1665px) and (min-width: 800px) {
  .top {
    width: 1650px;
  }
  .bottom {
    width: 1650px;
  }
  .bottom-text {
    font-size: 20px;
    bottom: 18px;
  }
  .top-text {
    font-size: 20px;
    top: 18px;
  }
}
@media (max-width: 799px) {
  section.header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .left, .right {
    display: none;
  }
  .top {
    width: 1300px;
  }
  .bottom {
    width: 1300px;
  }
  .bottom-text {
    display: none;
    font-size: 20px;
    bottom: 13px;
  }
  .top-text {
    display: none;
    font-size: 20px;
    top: 13px;
  }
  .top-right, .top-left {
    display: none;
  }
}
@media (min-width: 1700px) {
  .card-outer > svg {
    height: 568px;
    width: auto;
  }
  .card-outer {
    margin-top: calc(50vh - 284px);
    margin-left: 100px;
  }
  .cards-wrap {
    display: inline-flex;
    justify-content: center;
  }
  .cards-section-inner {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .card-left {
    width: 433px;
    height: 568px;
    flex-shrink: 0;
  }
  ._medium-headline_card {
    padding-left: 30px;
    width: calc(100% - 433px);
    display: inline-block;
    vertical-align: middle;
  }
  .card-headline {
    padding-left: 30px;
    display: inline-block;
    margin: 80px 0 2rem 0;
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .card-outer > svg {
    height: 350px;
    width: auto;
  }
  .card-outer {
    margin-top: calc(50vh - 175px);
    margin-left: 100px;
  }
  .cards-wrap {
    display: inline-flex;
    justify-content: center;
  }
  .cards-section-inner {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .card-left {
    width: 266px;
    height: 350px;
    flex-shrink: 0;
  }
  ._medium-headline_card {
    padding-left: 30px;
    width: calc(100% - 266px);
    display: inline-block;
  }
  .card-headline {
    padding-left: 30px;
    display: inline-block;
    margin: 60px 0 2rem 0;
  }
}
@media (max-width: 1199px) and (min-width: 800px) {
  .card-outer > svg {
    height: 300px;
    width: auto;
  }
  .card-outer {
    margin-top: calc(50vh - 150px);
    margin-left: 100px;
  }
  .cards-wrap {
    display: inline-flex;
    justify-content: center;
  }
  .cards-section-inner {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .card-left {
    width: 230px;
    height: 300px;
    flex-shrink: 0;
  }
  ._medium-headline_card {
    padding-left: 30px;
    width: calc(100% - 230px);
    display: inline-block;
  }
  .card-headline {
    padding-left: 30px;
    display: inline-block;
    margin: 50px 0 2rem 0;
  }
}
@media (min-width: 800px) {
  .card-outer:first-child {
    margin-left: 0;
  }
  .card-outer {
    position: relative;
  }
  .card {
    box-sizing: border-box;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
  }
  .card-left {
    float: left;
    display: inline-block;
  }
  .card-left video {
    margin-left: 2px;
    width: calc(100% - 4px);
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 799px) {
  .cards-section {
    height: auto !important;
    text-align: center;
  }
  .card-headline {
    font-size: 54px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cards-wrap {
    text-transform: uppercase;
    padding-left: 22px !important;
    padding-right: 22px !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .cards-wrap video {
    width: 228px;
  }
  .card-left {
    border-top: 1px solid #EEFD54;
    border-bottom: 1px solid #EEFD54;
  }
  .card-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .card-outer {
    clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 30px);
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: black;
  }
  .card-outer svg {
    display: none;
  }
  .card {
    display: flex;
    flex-direction: column;
  }
  ._medium-headline_card {
    font-size: 25px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
  }
  .card-left {
    order: 2;
    overflow: hidden;
  }
  .card-headline {
    order: 1;
  }
  ._medium-headline_card {
    padding: 20px;
    order: 3;
  }
}
.hide-overflow {
  overflow: hidden;
}

.bottom-headline {
  text-shadow: #EEFD54 1px 0 40px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.bottom-headline h1 {
  font-size: 3rem;
  margin: 0;
}

.outline {
  border: 1px solid #EEFD54;
  overflow: hidden;
}

.team-card {
  text-transform: uppercase;
  background-color: black;
}
.team-card .avatar img {
  width: 100%;
}
.team-card .name {
  padding: 0.7rem 1.2rem;
  display: flex;
  align-items: center;
  text-align: left;
}
.team-card .descr {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.team-card .social {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.team-card .outline > div {
  border-bottom: 1px solid #EEFD54;
}
.team-card .outline > div:last-child {
  border-bottom: none;
}

.founding-headline {
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-shadow: #EEFD54 1px 0 40px;
  margin: 0;
  padding: 10rem 0 6rem 0;
}
.founding-headline h1 {
  margin: 0;
  display: inline-block;
  background-color: black;
}

.team-card {
  position: relative;
}

@media (min-width: 1401px) {
  .team-cards {
    display: flex;
    justify-content: center;
  }
  .team-cards {
    gap: 40px;
  }
  h1 {
    font-size: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .name {
    height: 8rem;
    font-size: 2.5rem;
  }
  .descr {
    font-size: 1.8rem;
  }
  .founding-section {
    box-sizing: border-box;
    padding-left: 200px;
    padding-right: 200px;
  }
  .outline {
    border-radius: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media (max-width: 1400px) and (min-width: 800px) {
  .coins {
    transform: translateY(-50%) scale(0.5) !important;
  }
  .team-cards {
    display: flex;
    justify-content: center;
  }
  .team-cards {
    gap: 20px;
  }
  h1 {
    font-size: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .name {
    height: 8rem;
    font-size: 2.6vw !important;
  }
  .descr {
    font-size: 1rem;
  }
  .founding-section {
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
  }
  .outline {
    border-radius: 20px;
  }
}
@media (min-width: 800px) {
  .team-card {
    width: 30%;
    flex-shrink: 0;
  }
  .coins {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    justify-content: center;
  }
  .coin {
    position: relative;
    margin-right: 20px;
  }
  .coin:last-child {
    margin-right: 0;
  }
  .coin-sep {
    width: 20px;
    position: absolute;
    right: -20px;
    bottom: 0;
    background-color: black;
    height: 50%;
    border-top: 2px solid #EEFD54;
    display: none;
  }
  ._1 {
    top: -15px;
  }
  ._2 {
    top: -30px;
  }
  ._3 {
    top: -15px;
  }
  ._6 {
    top: -15px;
  }
  ._7 {
    top: -30px;
  }
  ._8 {
    top: -15px;
  }
  .coin-image {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .coin-image img {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: contain;
  }
  .founding-section {
    border-top: 2px solid #EEFD54;
    position: relative;
    padding-bottom: 10rem;
    background-color: black;
  }
  .supported-headline {
    display: none;
  }
  .top-part {
    display: none;
  }
  .team-card {
    max-width: 422px;
  }
}
@media (max-width: 799px) {
  .top-part {
    -webkit-mask-image: url("../img/bottompart.svg");
    mask-image: url("../img/bottompart.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: bottom;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 110%;
    mask-size: 110%;
    width: 100%;
    aspect-ratio: 19;
    background: rgb(0, 0, 0);
    transform: rotate(180deg);
  }
  .supported-headline {
    text-shadow: #eefd54 1px 0 40px;
  }
  .supported-headline, .founding-headline h1 {
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
    line-height: 52px;
  }
  .team-card {
    width: 100%;
    margin-bottom: 40px;
  }
  .team-card:last-child {
    margin-bottom: 0;
  }
  .team-card .name {
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .team-card .descr {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .team-card .social {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .founding-section {
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
  }
  .team-cards {
    gap: 16px;
  }
  h1 {
    font-size: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .name {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-logo {
    transform-origin: right center;
    transform: scale(0.5);
  }
  .outline {
    border-radius: 15px;
  }
  .founding-section {
    background-color: black;
  }
  .coins {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .coin:nth-child(odd) {
    margin-right: 15px;
  }
  .coin {
    margin-bottom: 15px;
    width: calc(50% - 15px);
    display: inline-block;
    position: relative;
  }
  .coin > svg {
    width: 100%;
    height: auto;
  }
  .coin-image img {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    object-fit: contain;
  }
  .outline {
    overflow: hidden;
  }
}
@media (min-width: 1281px) {
  .footer-logo svg {
    width: 320px;
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  .footer-logo svg {
    width: 220px;
  }
}
@media (min-width: 800px) {
  footer {
    position: relative;
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 6rem;
    background-color: black;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  footer > svg:first-child {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
  }
  .copyright {
    white-space: nowrap;
    font-size: 1.5rem;
  }
}
@media (max-width: 799px) {
  .footer-logo svg {
    width: 90%;
  }
  footer {
    overflow: hidden;
    background-color: black;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 100px;
    padding-top: 200px;
  }
  footer .copyright {
    display: none;
  }
  footer > svg:first-child {
    display: none;
  }
  footer .footer-logo {
    text-align: center;
  }
  footer .big-logo {
    display: inline-block;
    transform: scale(1);
  }
}
._big-headline {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 4rem;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

._big2-headline {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 4rem;
}

._medium-headline {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 3rem;
}

@media (min-width: 1700px) {
  ._big2-headline_card {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 4rem;
  }
  ._medium-headline_card {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 3rem;
  }
}
@media (max-width: 1699px) and (min-width: 800px) {
  ._big2-headline_card {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 3rem;
  }
  ._medium-headline_card {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 2rem;
  }
}
html, body {
  overscroll-behavior-y: contain;
}

@media (min-width: 1281px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 1280px) and (min-width: 800px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 799px) {
  html {
    font-size: 50%;
  }
}
h1, h2, h3, h4 {
  font-weight: 400;
}

@media (max-width: 799px) {
  html {
    font-size: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
