.loading-bars{padding:22px 20px;text-align:center}.loading-bars .bar{animation:pulse 1.2s ease-out infinite;background:var(--primary);display:inline-block;height:8px;width:5px}.loading-bars .bar:nth-of-type(0n+1){animation-delay:0s}.loading-bars .bar:nth-of-type(0n+2){animation-delay:.2s}.loading-bars .bar:nth-of-type(0n+3){animation-delay:.4s}.loading-bars .bar:nth-of-type(0n+4){animation-delay:.6s}.loading-bars .bar:nth-of-type(0n+5){animation-delay:.8s}.event_dates{align-items:center;display:flex;font-size:16px;margin-bottom:6px}.event_dates .date-divider{margin:0 6px}.event_dates b{font-weight:500}.event_dates svg,.event_dates svg g,.event_dates svg path{fill:transparent}.event_dates svg{margin-right:10px}@keyframes pulse{0%,75%{transform:scale(1)}25%{transform:scaleY(3)}}