@keyframes wordUp {
  0% {
    line-height: 2;
    opacity: 0;
  }
  60% {
    line-height: 1.2;
  }
  100% {
    line-height: 1;
    opacity: 1;
  }
}

@keyframes body-container-title-unopnd-mask-animation {
  0% {
    width: 0em;
  }
  35% {
    width: 26rem;
  }
  100% {
    width: 30.32rem;
  }
}

@keyframes body-container-title-unopnd-mask-animation-mobile {
  0% {
    width: 0rem;
  }
  35% {
    width: 10rem;
  }
  100% {
    width: 14rem;
  }
}

@keyframes cursorTick {
  50% {
    border-right-color: transparent;
  }
}

@keyframes zoomInX {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    opacity: 1;
  }
}

.zoomInX {
  -webkit-animation-name: zoomInX;
  animation-name: zoomInX;
}
