/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2024 | 09:53:31 */
.slogan {
	background-image: linear-gradient(
		45deg,
      	rgb(217,0,0) 0%,
		rgb(37,47,255) 100%,
		rgb(252,252,53) 200%
	);
	font-weight: bold;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
