@keyframes zigzag{0%{transform:translate(0)}25%{transform:translate(45%,50%)}50%{transform:translate(105%,-40%)}75%{transform:translate(155%,65%)}to{transform:translate(220%,-25%)}}.zigzag-image{width:100px;animation:zigzag 8s linear infinite alternate}.bulb-inner-shadow{box-shadow:inset 0 10px 60px -12px #c5d64540,inset 0 -10px 60px -12px #b5df584d}@keyframes bulbFadeInOut{0%{opacity:1}45%{opacity:1}55%{opacity:0}to{opacity:0}}@keyframes bulbFadeOutIn{0%{opacity:0}45%{opacity:0}55%{opacity:1}to{opacity:1}}.bulb-on{animation:bulbFadeInOut 5s linear infinite}.bulb-off{animation:bulbFadeOutIn 5s linear infinite}@keyframes appearDisappear{0%{opacity:0}to{opacity:1}}.image-anim{opacity:0;animation:appearDisappear .5s ease forwards;animation-delay:4s}.image-anim1{opacity:0;animation:appearDisappear .5s ease forwards;animation-delay:.2s}.image-anim2{opacity:0;animation:appearDisappear .5s ease forwards;animation-delay:8s}