@keyframes object-rise{0%{opacity:0;transform:translateY(14%)rotate(-7deg)scale(.88)}}@keyframes object-rise-r{0%{opacity:0;transform:translateY(14%)rotate(7deg)scale(.88)}}@keyframes check-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes check-ring{0%{opacity:0;transform:scale(.6)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.object-rise{animation:linear both object-rise;animation-timeline:view();animation-range:entry cover 40%}.object-rise-r{animation-name:object-rise-r}.check-mark path{stroke-dasharray:1;animation:linear both check-draw;animation-timeline:--check;animation-range:entry 60% cover 45%}.check-mark circle{transform-box:fill-box;transform-origin:50%;animation:linear both check-ring;animation-timeline:--check;animation-range:entry 40% cover 35%}.check-row{view-timeline:--check block}}}
