.grid-container-animated{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.grid-item-animated{opacity:0;animation:fadeInUp .5s ease-out forwards}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}.grid-item:nth-child(4n+1){animation-delay:0s}.grid-item:nth-child(4n+2){animation-delay:.1s}.grid-item:nth-child(4n+3){animation-delay:.2s}.grid-item:nth-child(4n+4){animation-delay:.3s}