.sport-card-link{text-decoration:none}.sport-card{animation:slide-up .2s ease-out 0s 1 normal both running;border-radius:8px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px;width:180px;height:158px;max-width:180px;max-height:96px;background:var(--color-dark-grey-3);transition:all .2s ease 0s}.sport-card .sport-card__icon{width:24px;height:24px;color:#fff}.sport-card .sport-card__name{color:#fff;font-size:14px;font-weight:600;line-height:24px;text-align:center;word-break:break-word}.sport-card:first-of-type{animation-delay:0s}.sport-card:nth-of-type(2){animation-delay:15ms}.sport-card:nth-of-type(3){animation-delay:.03s}.sport-card:nth-of-type(4){animation-delay:45ms}.sport-card:nth-of-type(5){animation-delay:.06s}.sport-card:nth-of-type(6){animation-delay:75ms}.sport-card:nth-of-type(7){animation-delay:.09s}.sport-card:nth-of-type(8){animation-delay:.105s}.sport-card:nth-of-type(9){animation-delay:.12s}.sport-card:nth-of-type(n+10){animation-delay:.135s}