/* 2022-09-19 10:31:11 */
:root {
	--main-color-10:rgba(238, 97, 35, 1);
	--main-color-8:rgba(238, 97, 35, 0.8);
	--main-color-6:rgba(238, 97, 35, 0.6);
	--main-color-4:rgba(238, 97, 35, 0.4);
	--main-color-2:rgba(238, 97, 35, 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(238, 97, 35, 1) !important;
}

.brand_bg {
	background-color:rgba(238, 97, 35, 1) !important;
}

.main_color {
	color:rgba(238, 97, 35, 1) !important;
	font-weight:500 !important;
}

.main_thin_color {
	color:rgba(238, 97, 35, 1) !important;
}

