/* [project]/src/components/text/text.module.css [app-client] (css) */
.text-module__Z5rMjG__typewriter {
  white-space: nowrap;
  text-align: center;
  border-right: .15em solid #4b5563;
  animation: 3s steps(30, end) text-module__Z5rMjG__typewriter, .75s step-end infinite text-module__Z5rMjG__blink-caret;
  overflow: hidden;
}

@keyframes text-module__Z5rMjG__typewriter {
  from {
    width: 0;
  }

  to {
    width: 45%;
  }
}

@keyframes text-module__Z5rMjG__blink-caret {
  0%, 100% {
    border-color: #0000;
  }

  50% {
    border-color: #eaecef;
  }
}

.text-module__Z5rMjG__text {
  line-height: 170%;
}

.text-module__Z5rMjG__fadeUpInitial {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: translateY(50px);
}

.text-module__Z5rMjG__fadeUpActive {
  opacity: 1;
  transform: translateY(0);
}


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