/* Neutralize reveal-on-scroll animation so button content is always visible
   (WPBakery wpb_animate_when_almost_visible starts at opacity:0 and only
   fades in on scroll — the three programme pages carry their entire content
   inside one such button, so they render blank without it). */
.wpb_animate_when_almost_visible {
    opacity: 1 !important;
}
