@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.ib-smooth .deck-card{animation:ib-card-rise linear both;animation-timeline:view();animation-range:entry 0 entry 45%}.ib-smooth .deck-card:first-child{animation:none}@keyframes ib-card-rise{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}}}