html{font-weight:600}.custom-animated-h1{display:inline-block;position:relative;white-space:nowrap}.custom-animated-h1 .text-rotator{position:relative;display:inline-block;text-align:left}.custom-animated-h1 .text-switch{position:absolute;bottom:-12px;left:0;opacity:0;animation:textFade 15s infinite}.custom-animated-h1 .text-switch:nth-child(1){animation-delay:0s}.custom-animated-h1 .text-switch:nth-child(2){animation-delay:3s}.custom-animated-h1 .text-switch:nth-child(3){animation-delay:6s}.custom-animated-h1 .text-switch:nth-child(4){animation-delay:9s}.custom-animated-h1 .text-switch:nth-child(5){animation-delay:12s}@keyframes textFade{0%{opacity:0}3%{opacity:1}20%{opacity:1}23%{opacity:0}100%{opacity:0}}