@charset "UTF-8";

body {
	display: flex;
	flex-wrap: wrap;
}
body > * {
	width: 100%;
}
footer {
	margin-top: 210px;
	order: 10;
}
footer ~ div {
	position: relative;
	top: 30px;
}
#contact-area {
	padding-bottom: 0;
}
#contact-area .conv-btn {
	bottom: -200px;
}
#contact-area #submit-msg {
	bottom: -225px;
}
.grecaptcha-badge {
	width: 256px !important;
	height: 60px !important;
	position: relative!important;
	right: auto !important;
	left: 4% !important;
	top: 0 !important;
	bottom: auto !important;
	transform: none !important;
	z-index: 1;
}
@media screen and (min-width: 48em) { /* 768px md */
	footer {
		margin-top: 235px;
	}
	#contact-area {
		padding-bottom: 0;
	}
	.grecaptcha-badge {
		left: calc(45.5% + 170px) !important;
	}
}
