@charset "utf-8";/* http://www.theLogoDesigner.studio *//* date updated: 9-15-25 */body {	font-family: Arial, Helvetica, sans-serif;	background-color: #323033;}.image_Responsive {    width: 100%;}.top_Border {	background-color: #000000;	width: 100%;	border-top: solid 3px #AF023F;}.size_1 {	width: 20px;	height: 20px;}.size_2 {	width: 23px;	height: 23px;}.size_3 {	width: 30px;	height: 30px;}.img_Render {		image-rendering: -moz-crisp-edges;	image-rendering: -o-crisp-edges;      	image-rendering: -webkit-optimize-contrast;	image-rendering: crisp-edges;}.column2 {	float: left;	line-height: 0; }.imgSize {	width: 100%;}.menuLine {	border-top: solid 1px #AF023F;}.FadeInImage {	animation: fadeIn 1s;}@keyframes fadeIn {	0% { opacity: 0; }	100% { opacity: 1; }}