.lightrope {text-align: center;white-space: nowrap;overflow: hidden;position: absolute;z-index: 1;margin: -15px 0 0 0;padding-bottom: 10px;pointer-events: none;width: 100%;left: 0;}ul.lightrope {padding-left: 0;}.lightrope li {position: relative;animation-fill-mode: both;animation-iteration-count: infinite;list-style: none;margin: 0;padding: 0;display: block;width: 12px;height: 28px;border-radius: 50%;margin: 20px;display: inline-block;}.lightrope li:nth-child(3n+1) {background: #42b261;box-shadow: 0px 4.66667px 24px 3px #42b261;animation-name: flash-1;animation-duration: 2s;}.lightrope li:nth-child(3n+2) {background: #f02241;box-shadow: 0px 4.66667px 24px 3px #f02241;animation-name: flash-2;animation-duration: 2s;}.lightrope li:nth-child(3n) {background: lightskyblue;box-shadow: 0px 4.66667px 24px 3px lightskyblue;animation-name: flash-3;animation-duration: 2s;}.lightrope li:nth-child(odd) {animation-duration: 1.8s;}.lightrope li:nth-child(3n+1) {animation-duration: 1.4s;}.lightrope li:before {content: "";position: absolute;background: #222;width: 10px;height: 9.33333px;border-radius: 3px;top: -4.66667px;left: 1px;}.lightrope li:after {content: "";top: -14px;left: 9px;position: absolute;width: 52px;height: 18.66667px;border-bottom: solid #222 2px;border-radius: 50%;}.lightrope li:last-child:after {content: none;}.lightrope li:first-child {}@-webkit-keyframes flash-1 {0%, 100% {background: #42b261;box-shadow: 0px 4.66667px 24px 3px #42b261;}50% {background: rgba(66, 178, 97, 0.4);box-shadow: 0px 4.6667px 24px 3px rgba(66, 178, 97, 0.2);}}@keyframes flash-1 {0%, 100% {background: #42b261;box-shadow: 0px 4.66667px 24px 3px #42b261;}50% {background: rgba(66, 178, 97, 0.4);box-shadow: 0px 4.66667px 24px 3px rgba(66, 178, 97, 0.2);}}@-webkit-keyframes flash-2 {0%, 100% {background: #f02241;box-shadow: 0px 4.66667px 24px 3px #f02241;}50% {background: rgba(240, 34, 65, 0.4);box-shadow: 0px 4.66667px 24px 3px rgba(240, 35, 65, 0.2);}}@keyframes flash-2 {0%, 100% {background: #f02241;box-shadow: 0px 4.66667px 24px 3px #f02241;}50% {background: rgba(240, 34, 65, 0.4);box-shadow: 0px 4.66667px 24px 3px rgba(240, 35, 65, 0.2);}}@-webkit-keyframes flash-3 {0%, 100% {background: lightskyblue;box-shadow: 0px 4.6667px 24px 3px lightskyblue;}50% {background: steelblue;box-shadow: 0px 4.66667px 24px 3px steelblue;}}@keyframes flash-3 {0%, 100% {background: lightskyblue;box-shadow: 0px 4.66667px 24px 3px lightskyblue;}50% {background: steelblue;box-shadow: 0px 4.66667px 24px 3px steelblue;}}