@charset "UTF-8";/*!
 * Extract of animate.css 4.1.1 - https://animate.style/
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2020 Animate.css
 *
 * The full animate.css is 95KB and defines ~90 animations. This theme uses
 * exactly two of them: Owl Carousel is configured in assets/js/main.js with
 * animateIn: 'animate__fadeIn' and animateOut: 'animate__fadeOut', which is how
 * one prayer stage cross-fades into the next. Nothing else on the site carries
 * an animate__ class, so only those two - and the rules they depend on - are
 * reproduced here, verbatim.
 *
 * Note that the animation *timing* does not come from this file. Owl's own
 * stylesheet supplies duration and fill-mode via `.owl-carousel .animated`, and
 * assets/css/style.css overrides the duration per Fade Speed setting. This file
 * only names the keyframes.
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
