.contact {
	background-size: cover;
	background-position: center;
	padding: 3px 0 72px;
	color: #EFEAE8;
	overflow: hidden;
}
.contact .flex {
	width: 99%;
	max-width: 1354px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0 0 0 153px;
}
.contact .flex h2 {
	font-size: 116px;
	text-align: right;
	margin: -38px 0 -4px;
}
.contact .flex .left {
	width: 572px;
	padding: 64px 0 0;
}
.contact .flex .left .wpforms-field-container  {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.contact .flex .left .wpforms-field {
	width:100%;
	margin: 0 0 9px;
}
.contact .flex .left .wpforms-field.wpforms-field-name, .contact .flex .left .wpforms-field.wpforms-field-email {
	width:49%;
}
.contact .flex .left .wpforms-field.wpforms-field-hp {
	display: none;
}
.contact .flex .left .wpforms-field label {
	font-family: 'OaksGrotesk';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.01rem;
	margin: 0 0 5px;
	display: block;
}
.contact .flex .left button.wpforms-submit {
	background: #908274;
	text-align: center;
	width: 100%;
	margin: 0;
	height: 48px;
	font-size: 10px;
	font-family: 'OaksGrotesk';
	text-transform: uppercase;
	letter-spacing: 0.01rem;
	padding: 2px 0 0;
}
.contact .flex .left button.wpforms-submit:hover {
	background: black;
}
.contact .flex .left .wpforms-field label .wpforms-required-label {
	display: none;
}
.contact .flex .left .wpforms-field input {
	width: 100%;
	height: 48px;
	border: none;
	background: #FFFFFF;
	text-align: left;
}
.contact .flex .left .wpforms-field textarea {
	width: 100%;
	height: 166px;
	border: none;
	background: #FFFFFF;
	text-align: left;
}
.contact .flex .right ul {
	list-style: none;
		display: flex;
		justify-content: center;
}
.contact .flex .right ul li img {
	height: 25px;
	width: 30px;
	object-fit: contain;
	object-position: center;
}
.contact .flex .right ul li {
	margin: 0 21px;
}
.contact .flex .right .left {
	width: 396px;
	margin: 77px 0 30px 61px;
	display: block;
	border-radius: 13px;
	height: 189px;
	object-fit: cover;
	padding:0;
}
.contact .flex .right h5:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../../assets/icons/utility/bow2.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -61px;
	top: 0;
	transform: rotate(4deg);
}
.contact .flex .right h5 {
	font-family: 'MintMagnolia';
	margin: -3px 0 0 294px;
	text-align: left;
	font-weight: 100;
	padding: 0 0 0;
	width: 201px;
	line-height: 0.6;
	transform: rotate(-6deg);
	position: relative;
}
.contact .flex .right h5 p {
	margin: 0;
	font-size: 39px;
	font-weight: 100;
}
.contact .flex .right h5 a {
	color:white;
	position: absolute;
	text-decoration: none;
}
.contact .flex .right h5 a:after {
	content:"";
	display: block;
	width:100%;
	height:1px;
	background: white;
	position: absolute;
	left:0;
	bottom:0px;
}
@media all and (max-width:1280px) {
	.contact .flex {
		padding: 0 0 0 2%;
	}
	.contact .flex .left {
		width:50%;
	}
}
@media all and (max-width:1080px) {
	.contact .flex {
		padding: 0 2%;
		flex-direction: column-reverse;
	}
	.contact .flex .right .left {
		margin: 20px auto 0;
	}
	.contact .flex .left {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}
@media all and (max-width: 768px) {
	
	.contact .flex h2 {
		font-size: 79px;
		text-align: right;
		margin: -26px 0 10px;
	}
}
@media all and (max-width:550px) {
	.contact .flex h2 {
		font-size: 57px;
		text-align: right;
		margin: -18px 0 20px;
	}
	.contact .flex .right ul li {
		margin: 0 13px;
	}
	.contact .flex .right ul li img {
		height: 18px;
		width: 25px;
		object-fit: contain;
		object-position: center;
	}
	.contact .flex .right .left {
		width:100%;
	}
	.contact .flex .right h5 {
		margin: -3px 0 0 141px;
	}
}