/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 13:35:12 */
a {
	color: var(--e-global-color-secondary);
}

.hidden {
	display: none;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background: #284b85 !important;
}

.invisible {
	opacity: 0;
}