.mit-header {
	z-index: 9000;
	background: transparent;
	box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.0);
	transition: background-color 1s ease, box-shadow 1s ease !important;
}
.mit-header.scrolled {
	background: var(--e-global-color-secondary);
	box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
}