.student-highlights-container{--animation-delay:200ms}.student-highlight-item{animation:slideInFromLeft .6s ease-out forwards;opacity:0}.student-highlight-item:first-child{animation-delay:0s}.student-highlight-item:nth-child(2){animation-delay:.2s}.student-highlight-item:nth-child(3){animation-delay:.4s}.student-highlight-icon{animation:bounce 2s ease-in-out infinite;will-change:transform}.student-highlight-item:first-child .student-highlight-icon{animation-delay:0s}.student-highlight-item:nth-child(2) .student-highlight-icon{animation-delay:.2s}.student-highlight-item:nth-child(3) .student-highlight-icon{animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.student-highlight-icon,.student-highlight-item{animation:none;opacity:1;transform:none}}@media (max-width:768px){.student-highlight-icon{animation-duration:1.5s}}