:root{
	--wd-top-bar-h: 40px;
	--wd-top-bar-sm-h: 0.001px;
	--wd-top-bar-sticky-h: 0.001px;

	--wd-header-general-h: 164px;
	--wd-header-general-sm-h: 101px;
	--wd-header-general-sticky-h: 0.001px;

	--wd-header-bottom-h: 0.001px;
	--wd-header-bottom-sm-h: 0.001px;
	--wd-header-bottom-sticky-h: 0.001px;

	--wd-header-clone-h: 60px;
}

.whb-top-bar .wd-dropdown {
	margin-top: 0px;
}

.whb-top-bar .wd-dropdown:after {
	height: 10px;
}



.whb-clone.whb-sticked .wd-dropdown {
	margin-top: 10px;
}

.whb-clone.whb-sticked .wd-dropdown:after {
	height: 20px;
}

@media (min-width: 1025px) {
		.whb-top-bar-inner {
		height: 40px;
		max-height: 40px;
	}

		
		.whb-general-header-inner {
		height: 164px;
		max-height: 164px;
	}

		
	
			.whb-clone .whb-general-header-inner {
		height: 60px;
		max-height: 60px;
	}
	
	}

@media (max-width: 1024px) {
	
		.whb-general-header-inner {
		height: 101px;
		max-height: 101px;
	}
	
	
			.whb-clone .whb-general-header-inner {
		height: 101px;
		max-height: 101px;
	}
	
	}
		.whb-top-bar-inner {  }
.whb-top-bar {
	background-color: rgba(173, 172, 180, 1);
}

.whb-general-header {
	background-color: rgba(1, 40, 133, 1);border-color: rgba(232, 232, 232, 1);border-bottom-width: 1px;border-bottom-style: solid;
}

.whb-header-bottom {
	background-color: rgba(235, 210, 153, 1);border-bottom-width: 0px;border-bottom-style: solid;
}
