.contact .image-left {
	flex-direction: row;
	justify-content: space-between;
}
.contact .image-right {
	flex-direction: row-reverse;
	justify-content: space-between;
}
.contact .right {
	width: 50.5%;
	display: table;
}
.contact .right p {
	max-width: 588px;
	letter-spacing: 0.02rem;
}
.contact .right .wpforms-container {
	max-width: 588px;
	margin-top: 33px;
}
.contact .right h2 {
	font-size: 50px;
	font-weight: 100;
	margin: 0 0 23px;
	letter-spacing: -0.1rem;
	color: #302B28;
}
.contact .left {
	width: 630px;
	height: 830px;
	object-fit: cover;
	object-position: center;
}
.contact .right h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px 0 15px;
	font-weight: 300;
	letter-spacing: 0.1rem;
	color: #302B28;
}
.contact .right #wpforms-error-noscript {
	display: none;
}
.contact .right label {
	display: none;
}
.contact .right input {
	font-size: 14px;
	font-family: 'proxima-nova';
	text-align: left;
	border-radius: 9px;
	margin: 0 0 20px;
	padding: 5px 12px;
	letter-spacing: 0.02rem;
	height: 36px;
}
.contact .right textarea {
	font-size: 14px;
	font-family: 'proxima-nova';
	text-align: left;
	border-radius: 9px;
	margin: 0 0 10px;
	padding: 5px 12px;
	letter-spacing: 0.02rem;
	height: 134px;
}
.contact .right button{
	border: 1px solid #000000;
	border-radius: 25px;
	background-color: black;
	color: #F7F7F6;
	font-family: 'proxima-nova';
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1rem;
	padding: 1px 21px 0 0;
	width: 101px;
	height: 36px;
	text-align: center;
	background-image: url(../../assets/icons/utility/whitearrow.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right 14px;
	margin: 0;
	font-weight: 100;
}
.contact .right button:hover {
	background-color:transparent;
	color:black;
	opacity:1;
	background-image: url(../../assets/icons/utility/grey-arrow.png);
}
@media all and (max-width:1240px) {
	.contact .left {
		width: 48%;
	}
	.contact .right {
		width: 49.5%;
		display: table;
	}
}
@media all and (max-width:1040px) {
	.contact .right .wpforms-container {
		max-width: 98%;
		margin-top: 33px;
	}
}
@media all and (max-width:768px) {
	.contact .image-left {
		display: block;
	}
	.contact .left {
		width: 400px;
		height: 500px;
		margin: 0 auto;
	}
	.contact .right {
		width: 100%;
		display: table;
		text-align: center;
		padding: 10px 30px 60px;
	}
	.contact .right p {
		max-width: 100%;
		letter-spacing: 0.02rem;
	}
	.contact .right h5 {
		margin: 10px 0 15px;
	}
}
@media all and (max-width:520px) {
	.contact .left {
		width: 100%;
		height: 500px;
		margin: 0 auto;
	}
	.contact .right h2 {
		margin: 10px 0 15px;
		font-size: 35px;
	}
	.contact .right h5 {
		font-size:15px;
	}
}