body {
  font-family: 'Sharp Grotesk', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  cursor: none;
}

a {
  text-decoration: underline;
  cursor: none;
}

.moving-text {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36rem;
  line-height: 0.8;
  font-weight: 700;
  white-space: nowrap;
}

.top-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-1_desktop {
  display: none;
  margin-bottom: 0px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.text-1_desktop.white {
  color: #fff;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23px;
  height: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00facc;
}

.cursor-h-txt {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  font-family: Inconsolata, monospace;
  color: #000;
}

.cursor-outer {
  position: absolute;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-align: center;
}

.spacer {
  display: inline-block;
  width: 1.6rem;
  height: 1rem;
}

.headline-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track-horizontal-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mw_600 {
  max-width: 1000px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  padding: 1rem 1.4rem 1rem 1.7rem;
  background-color: #fff;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.button:active {
  -webkit-transform: translate(0px, 2px) scale(0.98);
  -ms-transform: translate(0px, 2px) scale(0.98);
  transform: translate(0px, 2px) scale(0.98);
}

.bottom-block-v2 {
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00facc;
}

.arrow-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  text-align: center;
}

.scroll-link {
  padding: 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  text-decoration: none;
}

.scroll-link:hover {
  color: #fff;
}

.scroll-link.cursor-h {
  -webkit-transition: all 200ms ease, color 200ms ease;
  transition: all 200ms ease, color 200ms ease;
}

.scroll-link.cursor-h:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.scroll-link.cursor-h:active {
  -webkit-transform: translate(0px, 3px) scale(0.9);
  -ms-transform: translate(0px, 3px) scale(0.9);
  transform: translate(0px, 3px) scale(0.9);
}

.button-text {
  font-size: 1.2rem;
}

.text-2 {
  display: block;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.text-2.white {
  color: #fff;
}

.top-element {
  width: 2rem;
  height: 3.5rem;
}

.text-1_mobile {
  display: none;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.arrow-down {
  display: block;
  margin-bottom: 0px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.arrow-down.white {
  color: #fff;
}

.title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.title_1 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.title_1.white {
  color: #fff;
}

.word-wrappe {
  text-align: center;
}

.title_2 {
  position: absolute;
  left: 12%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}

.title_2.white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    cursor: default;
  }

  a {
    cursor: pointer;
  }

  .moving-text {
    font-size: 28rem;
  }

  .text-1_desktop {
    max-width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .text-2 {
    max-width: 100%;
  }

  .text-1_mobile {
    max-width: 100%;
  }

  .arrow-down {
    max-width: 100%;
  }

  .title_1 {
    max-width: 100%;
  }

  .title_2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .moving-text {
    font-size: 23rem;
  }

  .text-1_desktop {
    display: none;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .headline-wrapper {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .link-wrapper {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .scroll-link {
    font-size: 1.6rem;
  }

  .text-2 {
    font-size: 1.6rem;
  }

  .text-1_mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .moving-text {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 23.1rem;
  }

  .text-1_desktop {
    font-size: 1.2rem;
  }

  .section-about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-link {
    font-size: 5vw;
  }

  .text-2 {
    font-size: 1.2rem;
  }

  .text-1_mobile {
    font-size: 1.2rem;
  }

  .arrow-down {
    font-size: 1.2rem;
  }

  .title_1 {
    font-size: 1.2rem;
  }

  .title_2 {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/SharpGroteskSmBold24.woff2') format('woff2'), url('../fonts/SharpGroteskSmBold24.eot') format('embedded-opentype'), url('../fonts/SharpGroteskSmBold24.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}