.story-chapters div{opacity:.5;animation:chapterActive 24s infinite}.story-chapters div:nth-child(2){animation-delay:6s}.story-chapters div:nth-child(3){animation-delay:12s}.story-chapters div:nth-child(4){animation-delay:18s}@keyframes chapterActive{0%,24%{opacity:1;transform:translateY(-6px);background:rgba(240,75,35,.24)}28%,100%{opacity:.5;transform:none;background:transparent}}@media(prefers-reduced-motion:reduce){.story-chapters div{animation:none;opacity:1}}
