/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2025 | 19:57:19 */
/* Add your CSS code here. */
.blockOpacity {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.blockOpacity.visible {
  opacity: 1;
  transform: scale(1);
}
