/* Static-restore layer.
   Divi hides a few things in CSS and reveals them with JavaScript that assumes a
   live WordPress page. Off WordPress that JS never finishes, so the content stays
   invisible. These rules put it back. Nothing here changes the design. */

/* fullwidth slider: headline + newsletter form fade in via JS */
.et_pb_slide_description,
.et_pb_slider .et_pb_slide_description { opacity: 1 !important; }
.et_pb_slider .et_pb_slide { visibility: visible !important; }

/* scroll-triggered module animations never fire without the waypoints handler */
.et_animated,
.et_pb_animation_off,
[class*="et_pb_animation_"] { opacity: 1 !important; animation: none !important; }
