.rotator{position:relative;width:100%;display:flex;justify-content:center;text-align:center;color:#fff}.rotator span{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:center;opacity:0;animation:fadeSwitch 6s infinite;letter-spacing:inherit;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit}.rotator .w1{position:relative;opacity:1;animation-delay:0s}.rotator .w2{animation-delay:3s}@keyframes fadeSwitch{0%{opacity:0}10%{opacity:1}40%{opacity:1}50%{opacity:0}100%{opacity:0}}