@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.ttf) format("truetype"),
    url(../fonts/Satoshi-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.ttf) format("truetype"),
    url(../fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.ttf) format("truetype"),
    url(../fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.ttf) format("truetype"),
    url(../fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Light.otf) format(opentype),
    url(../fonts/TestSohneBreit-Light.otf) format(opentype);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Regular.otf) format(opentype),
    url(../fonts/TestSohneBreit-Regular.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Bold.otf) format(opentype),
    url(../fonts/TestSohneBreit-Bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Black.otf) format(opentype),
    url(../fonts/TestSohneBreit-Black.otf) format(opentype);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.ttf) format("truetype"),
    url(../fonts/Satoshi-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.ttf) format("truetype"),
    url(../fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.ttf) format("truetype"),
    url(../fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.ttf) format("truetype"),
    url(../fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Light.otf) format(opentype),
    url(../fonts/TestSohneBreit-Light.otf) format(opentype);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Regular.otf) format(opentype),
    url(../fonts/TestSohneBreit-Regular.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Bold.otf) format(opentype),
    url(../fonts/TestSohneBreit-Bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Black.otf) format(opentype),
    url(../fonts/TestSohneBreit-Black.otf) format(opentype);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  background: #000000;
  font-size: calc(100vw / ((1720 + 100 * 2) / 10));
}

@media screen and (max-width: 1023px) {
  html,
  body {
    font-size: 83%;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: calc(100vw / ((340 + 15 * 2) / 10));
  }
}

body {
  font-family: "Sohne", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: -0.03em;
}

body.scroll {
  overflow: hidden;
}

body.body--start {
  overflow: initial !important;
}

.body__wrap--scroll {
  pointer-events: none;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #1f1f1f;
}

@media screen and (max-width: 1023px) {
  main {
    padding-top: 6.5rem;
  }
}

.gsap-bg {
  background: #0d0f1a;
  position: relative;
  z-index: 2;
}

.center-wrap {
  width: 100%;
  margin: 0px auto;
  max-width: calc(100% - 20rem);
}

@media screen and (max-width: 1023px) {
  .center-wrap {
    max-width: calc(480px - 3rem);
  }
}

@media screen and (max-width: 480px) {
  .center-wrap {
    max-width: calc(100% - 3rem);
  }
}

h1,
h2,
h3,
h4 {
  margin: 0px;
}

.simple-title {
  text-align: center;
  margin-bottom: 10rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13rem;
  line-height: 120%;
}

.simple-title--right {
  text-align: right;
}

.simple-title--left {
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .simple-title {
    font-size: 3.5rem;
    margin-bottom: 5rem;
  }
}

.img-wrap {
  width: 100%;
}

.img-wrap > div {
  position: relative;
  padding-bottom: 100%;
}

.img-wrap > div img,
.img-wrap > div video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  
}
.img-wrap > div img{
  filter: grayscale(1);
  transition: all .5s;
}
.img-wrap > div img:hover{
  filter: grayscale(0);
}
@media screen and (min-width: 1024px) {
  .desktop--hide {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .mobile--hide {
    display: none !important;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
}

:root {
  color-scheme: light dark;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.ttf) format("truetype"),
    url(../fonts/Satoshi-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.ttf) format("truetype"),
    url(../fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.ttf) format("truetype"),
    url(../fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.ttf) format("truetype"),
    url(../fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Light.otf) format(opentype),
    url(../fonts/TestSohneBreit-Light.otf) format(opentype);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Regular.otf) format(opentype),
    url(../fonts/TestSohneBreit-Regular.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Bold.otf) format(opentype),
    url(../fonts/TestSohneBreit-Bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Black.otf) format(opentype),
    url(../fonts/TestSohneBreit-Black.otf) format(opentype);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.preloader__btn {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px solid #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader__btn-wrap {
  width: 18rem;
  height: 18rem;
  -webkit-animation: preloaderBtnShow 2s 0.5s ease-in-out forwards;
  animation: preloaderBtnShow 2s 0.5s ease-in-out forwards;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .preloader__btn-wrap {
    width: 12rem;
    height: 12rem;
    top: 65%;
  }
}

@media screen and (max-width: 1023px) {
  .preloader__btn {
    width: 12rem;
    height: 12rem;
    font-size: 1.4rem;
  }
}

.preloader__btn .magnet-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader__content {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-animation: numbersShow 1.5s 0.5s ease-in-out forwards;
  animation: numbersShow 1.5s 0.5s ease-in-out forwards;
}

.preloader--hide .preloader__content {
  -webkit-animation: numbersHide 1s ease-in forwards;
  animation: numbersHide 1s ease-in forwards;
}

@media screen and (max-width: 1023px) {
  .preloader__content {
    right: 2rem;
    bottom: 2rem;
  }
}

.preloader__content-time {
  font-size: 12.5rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1023px) {
  .preloader__content-time {
    font-size: 6rem;
  }
}

.preloader__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.preloader__images-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader__images-text {
  white-space: nowrap;
  margin-top: -0.7em;
  font-size: 80px;
  opacity: 0;
  z-index: 0;
  mix-blend-mode: difference;
  display: inline-block;
  text-align: center;
  -webkit-animation: textShow 1.5s 0.5s ease-in-out forwards;
  animation: textShow 1.5s 0.5s ease-in-out forwards;
  position: absolute;
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  width: 100%;
  text-align: center;
  top: 100%;
}

.preloader--hide .preloader__images-text {
  -webkit-animation: textHide 1s ease-in forwards;
  animation: textHide 1s ease-in forwards;
}

@media screen and (max-width: 1023px) {
  .preloader__images-text {
    font-size: 4.2rem;
  }
}

.preloader__image {
  width: 20rem;
}

@media screen and (max-width: 1023px) {
  .preloader__image {
    width: 100%;
  }
}

.preloader--hide .preloader__image {
  -webkit-animation: imageHide 1s ease-in forwards;
  animation: imageHide 1s ease-in forwards;
}

.preloader__image:nth-child(1) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.preloader__image:nth-child(2) {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.preloader__image:nth-child(3) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.preloader__image:nth-child(4) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.preloader__image img {
  will-change: clip-path, transform;
  -webkit-animation: imageShow 2s 2s ease-in-out forwards;
  animation: imageShow 2s 2s ease-in-out forwards;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  opacity: 0;
}

.preloader__image:nth-child(1) img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader__image:nth-child(2) img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader__image:nth-child(3) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader__image:nth-child(4) img {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader__image > div {
  padding-bottom: 133.3333333333%;
}

@-webkit-keyframes preloaderBtnShow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes preloaderBtnShow {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@-webkit-keyframes imageShow {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes imageShow {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes imageHide {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}

@keyframes imageHide {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }
}

@-webkit-keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes textHide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

@keyframes textHide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

@-webkit-keyframes numbersShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes numbersShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes numbersHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes numbersHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.ttf) format("truetype"),
    url(../fonts/Satoshi-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.ttf) format("truetype"),
    url(../fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.ttf) format("truetype"),
    url(../fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.ttf) format("truetype"),
    url(../fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Light.otf) format(opentype),
    url(../fonts/TestSohneBreit-Light.otf) format(opentype);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Regular.otf) format(opentype),
    url(../fonts/TestSohneBreit-Regular.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Bold.otf) format(opentype),
    url(../fonts/TestSohneBreit-Bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Black.otf) format(opentype),
    url(../fonts/TestSohneBreit-Black.otf) format(opentype);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.img-trial {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  isolation: isolate;
}

.img-trial__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: transform;
  width: 20rem;
  height: 20rem;
}

[data-at-name="atTitle"] .anim-line {
  display: block;
}

[data-at-name="atTitle"] .anim-line .word {
  display: inline-block;
}

[data-at-name="atTitle"] .word {
  display: inline-block;
}

[data-at-name="atTitle"] .anim-line-wrap {
  display: block;
}

@media screen and (max-width: 1023px) {
  [data-at-name="atTitle"] .anim-line-wrap {
    overflow: initial;
  }
}

[data-at-name="atTitle"]:not(.at-element--finished) .title-details {
  pointer-events: none;
}

[data-at-name="atTitle"]:not(.at-element--finished) .title-details::before,
[data-at-name="atTitle"]:not(.at-element--finished) .title-details::after {
  opacity: 0;
}

[data-at-name="atTitle"] .letter {
  -webkit-transform: translate(0%, 0%) rotateX(90deg);
  transform: translate(0%, 0%) rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
  display: inline-block;
}

[data-at-name="atTitle"][data-at-style="lines"] .anim-line-wrap {
  -webkit-perspective: 200px;
  perspective: 200px;
}

[data-at-name="atTitle"][data-at-style="lines"] .anim-line {
  -webkit-transform: translate(0%, 50%) translateZ(-100px) rotateX(-90deg);
  transform: translate(0%, 50%) translateZ(-100px) rotateX(-90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0;
  display: inline-block;
}

.anim-line {
  display: block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.anim-line--index {
  position: relative;
  z-index: 1000;
}

.at-element {
  opacity: 0;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Light.ttf) format("truetype"),
    url(../fonts/Satoshi-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Regular.ttf) format("truetype"),
    url(../fonts/Satoshi-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Medium.ttf) format("truetype"),
    url(../fonts/Satoshi-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url(../fonts/Satoshi-Bold.ttf) format("truetype"),
    url(../fonts/Satoshi-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Light.otf) format(opentype),
    url(../fonts/TestSohneBreit-Light.otf) format(opentype);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Regular.otf) format(opentype),
    url(../fonts/TestSohneBreit-Regular.otf) format(opentype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-SemiBold.otf) format(opentype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-DemiBold.otf) format(opentype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Bold.otf) format(opentype),
    url(../fonts/TestSohneBreit-Bold.otf) format(opentype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype),
    url(../fonts/TestSohneBreit-ExtraBold.otf) format(opentype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sohne";
  src: url(../fonts/TestSohneBreit-Black.otf) format(opentype),
    url(../fonts/TestSohneBreit-Black.otf) format(opentype);
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
