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

	--wd-header-general-h: 118px;
	--wd-header-general-sm-h: 106px;
	--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: 2px;
}

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



.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: 44px;
		max-height: 44px;
	}

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

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

@media (max-width: 1024px) {
		.whb-top-bar-inner {
		height: 40px;
		max-height: 40px;
	}
	
		.whb-general-header-inner {
		height: 106px;
		max-height: 106px;
	}
	
	
			.whb-clone .whb-general-header-inner {
		height: 106px;
		max-height: 106px;
	}
	
	}
		
.whb-top-bar {
	background-color: rgba(0, 9, 50, 1);border-color: rgba(0, 0, 0, 1);border-bottom-width: 2px;border-bottom-style: dashed;
}

.whb-general-header {
	background-color: rgba(255, 255, 255, 1);border-color: rgba(0, 0, 0, 1);border-bottom-width: 2px;border-bottom-style: dashed;
}
.whb-header-bottom-inner { border-bottom-width: 0px;border-bottom-style: dashed; }