@charset "UTF-8";
[data-enableheaderfixlevel="1"] .header-blank-wide {
	height: 0;
}
@media only screen and (max-width:1070px) {
	[data-enableheaderfixlevel="1"] .header-blank-wide {
		height: 0;
	}
}

@media only screen and (max-width:930px) {
	#sitehead {
		display: none;
	}
	#sitefoot .lp-callbar {
		display: none;
	}
}

#sideAbsNav {
	position: fixed;
	z-index: 25;
	top: 0;
	right: 0;
}
	#sideAbsNav .bt {
		color: #fff;
		font-family: var(--font-g);
		font-weight: 500;
		background-color: var(--cl-theme);
		line-height: 1em;
		font-size: 1.1em;
		background-image: none;
		padding: 2.4em 1.2em;
		border-radius: 0.5rem;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-top: 35vh;
	}
	#sideAbsNav .bt .label {
		width: 1em;
		height: auto;
	}
@media only screen and (max-width:780px) {
	#sideAbsNav {
		display: none;
	}
}