/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 11:23:17 */
.scroll-anim {
    animation: sa-fade-up linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 30%;
}

@keyframes sa-fade-up {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}