.c3-motion__svg-animation svg * {
    animation-play-state: paused !important;
}

.c3-motion__svg-animation.c3-motion--active svg * {
    animation-play-state: running !important;
}
