.lottie-frame--restart {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.lottie-frame--restart.visible {
    opacity: 1;
}