/* 2023-07-25 14:38:13 */
:root {
	--main-color-10:rgba(39, 172, 228, 1);
	--main-color-8:rgba(39, 172, 228, 0.8);
	--main-color-6:rgba(39, 172, 228, 0.6);
	--main-color-4:rgba(39, 172, 228, 0.4);
	--main-color-2:rgba(39, 172, 228, 0.2);
	--main-width-1:1200px;
	--main-width-2:1200px !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(39, 172, 228, 1) !important;
}

.brand_bg {
	background-color:rgba(39, 172, 228, 1) !important;
}

.main_color {
	color:rgba(39, 172, 228, 1) !important;
	font-weight:500 !important;
}

.main_thin_color {
	color:rgba(39, 172, 228, 1) !important;
}

