html.js-animations-ready [data-aos] {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    will-change: opacity, transform;
}

html.js-animations-ready [data-aos].anime-animated,
html.js-animations-ready [data-aos].anime-visible {
    opacity: 1;
    transform: none;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    html.js-animations-ready [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        will-change: auto !important;
    }
}
