.article-card-wrapper{animation-fill-mode:both}.article-card-enter{animation:articleFadeInUp .5s ease-out forwards}.article-card-visible{opacity:1;transform:translateY(0)}@keyframes articleFadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.article-loader-container{animation:loaderFadeIn .3s ease-in}@keyframes loaderFadeIn{0%{opacity:0}to{opacity:1}}#scrollableDiv{scroll-behavior:smooth}.article-card-enter:nth-child(4n+1){animation-delay:0s}.article-card-enter:nth-child(4n+2){animation-delay:.1s}.article-card-enter:nth-child(4n+3){animation-delay:.15s}.article-card-enter:nth-child(4n+4){animation-delay:.21s}#scrollableDiv *{will-change:transform,opacity}