/*
This file contains delayable CSS that will be preloaded Asynchronously using Google's recommended filamentgroup loadCSS link stylesheet trick
Type: Delayable CSS
Usage: loadCSS link stylesheet trick
Load: Asynchronously
Devices: All
 */

@keyframes multi-check-wave-in {
    0% {
        border-radius: 100%;
        transform: translateY(-100%) translateZ(0)
    }
    100% {
        border-radius: 0;
        transform: translateY(0) translateZ(0)
    }
}