body, html {
	height: 100%;
	background-repeat: no-repeat;
	font-family: 'Merriweather', serif;
}header {		background: linear-gradient(to right, #ffffff 0%, #ffc87c 75%);}.w3-hq-sidebar{	overflow:visible;	height: 100%;	top: 0;	z-index: 1; }.hq-display-middle{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.hq-animate-zoom {
	animation:animatezoom 2.0s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}
}.hq-spin{animation:hq-spin 18s infinite linear}@keyframes hq-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.hq-top{
	top:0
}
.hq-bottom{
	bottom:0
}
.hq-center{
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.hq-button:hover{
	color:#fff!important;
}
.grecaptcha-badge { 
visibility: hidden; 
}