/* Heading Typewriter */
.attesa-extra-headline-typewriter {
	padding: 0;
    margin: 0;
    line-height: 1;
}
.attesa-extra-heading-typewriter-wrap .typed-cursor{
  opacity: 1;
  animation: typedjsBlink 0.7s infinite;
  -webkit-animation: typedjsBlink 0.7s infinite;
}
@keyframes typedjsBlink{
  50% { opacity: 0.0; }
}
@-webkit-keyframes typedjsBlink{
  0% { opacity: 1; }
  50% { opacity: 0.0; }
  100% { opacity: 1; }
}