/* 2024-05-26 20:49:27 */
:root {
	--main-color-10:rgba(0, 0, 0, 1);
	--main-color-8:rgba(0, 0, 0, 0.8);
	--main-color-6:rgba(0, 0, 0, 0.6);
	--main-color-4:rgba(0, 0, 0, 0.4);
	--main-color-2:rgba(0, 0, 0, 0.2);
	--main-width-1:1500px;
	--main-width-2:1500px !important;
}

.container_font {
	font-size:14px;
	letter-spacing:0;
	line-height:1.5;
	color:rgba(0, 0, 0, 1);
}

.container {
	background-color:transparent;
	
	
	
}

.brand_color {
	color:rgba(0, 0, 0, 1) !important;
}

.brand_bg {
	background-color:rgba(0, 0, 0, 1) !important;
}

.main_color {
	color:rgba(0, 0, 0, 1) !important;
	font-weight:500 !important;
}

.main_thin_color {
	color:rgba(0, 0, 0, 1) !important;
}

