/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2025 | 08:46:02 */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 25px, 0);
}

to {
opacity: 1;
transform: none;
}
}

.fadeInUp {
animation-name: fadeInUp;
}
