.animate {
/*	
	font-size: 0.9em;
*/
	color: var(--custom-wavetitle-color);
}@media screen and (min-width: 600px){
	.animate{
/*
		font-size: 1.1em;
*/
	}
}
.animate span {
/*
  display: inline-block;
*/
}

.animate span:nth-of-type(2) {
  animation-delay: .03s;
}
.animate span:nth-of-type(3) {
  animation-delay: .06s;
}
.animate span:nth-of-type(4) {
  animation-delay: .09s;
}
.animate span:nth-of-type(5) {
  animation-delay: .12s;
}
.animate span:nth-of-type(6) {
  animation-delay: .15s;
}
.animate span:nth-of-type(7) {
  animation-delay: .18s;
}
.animate span:nth-of-type(8) {
  animation-delay: .21s;
}
.animate span:nth-of-type(9) {
  animation-delay: .24s;
}
.animate span:nth-of-type(10) {
  animation-delay: .27s;
}
.animate span:nth-of-type(11) {
  animation-delay: .30s;
}
.animate span:nth-of-type(12) {
  animation-delay: .33s;
}
.animate span:nth-of-type(13) {
  animation-delay: .36s;
}
.animate span:nth-of-type(14) {
  animation-delay: .39s;
}
.animate span:nth-of-type(15) {
  animation-delay: .42s;
}
.animate span:nth-of-type(16) {
  animation-delay: .45s;
}
.animate span:nth-of-type(17) {
  animation-delay: .48s;
}
.animate span:nth-of-type(18) {
  animation-delay: .51s;
}
.animate span:nth-of-type(19) {
  animation-delay: .54s;
}
.animate span:nth-of-type(20) {
  animation-delay: .57s;
}
.animate span:nth-of-type(21) {
  animation-delay: .60s;
}
.animate span:nth-of-type(22) {
  animation-delay: .63s;
}
.animate span:nth-of-type(23) {
  animation-delay: .66s;
}
.animate span:nth-of-type(24) {
  animation-delay: .69s;
}
.animate span:nth-of-type(25) {
  animation-delay: .72s;
}
.animate span:nth-of-type(26) {
  animation-delay: .75s;
}
.animate span:nth-of-type(27) {
  animation-delay: .78s;
}
.animate span:nth-of-type(28) {
  animation-delay: .81s;
}
.animate span:nth-of-type(29) {
  animation-delay: .84s;
}
.animate span:nth-of-type(30) {
  animation-delay: .87s;
}

.top-wrapper-txt span {
	opacity: 0;
	animation: leftRight 2s forwards;
}

@keyframes leftRight {
  0% {
	opacity: 0;
  }

  100% {
	opacity: 1;
  }
}