
			* {
				--first-color: #20417c!important;
				--second-color: #1c8eff!important;
				--third-color: #3a74df!important;
				--gradient-from: #f0f6ff!important;
				--gradient-to: #adcaf3!important;
				--first-transparent-05: rgba(32, 65, 124, 0.5)!important;
				--first-transparent-02: rgba(32, 65, 124, 0.2)!important;
				--first-transparent-01: rgba(32, 65, 124, 0.1)!important;
				--first-transparent-015: rgba(32, 65, 124, 0.15)!important;
				--first-transparent-002: rgba(32, 65, 124, 0.02)!important;
				--third-transparent-002: rgba(58, 116, 223, 0.02)!important;
			}.bar:nth-child(1) {
			background-color: #20417c!important;
			}
			
			.bar:nth-child(2) {
				background-color: #1c8eff!important;
			}
			
			.bar:nth-child(3) {
				background-color: #3a74df!important;
			}