.contact {
	padding: 74px 0;
}
.contact .inside {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.contact .inside h2 {
	font-size: 100px;
	margin: 0;
	letter-spacing: -3px;
}
.contact .inside h5 {
	font-family: 'Haboro Serif Norm Demi';
	margin: 9px auto 14px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.contact .inside p {
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.17px;
	margin: 0;
	padding: 0 49px;
}
.contact .inside label {
	font-size:0px;
	margin:0;
	padding:0;
	display:block;
	height:0;
}
.contact .inside .wpforms-field-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 25px auto 0;
	width: 513px;
}
.contact .inside .wpforms-field-container .wpforms-field {
	width:100%;
	margin: 0 0 15px;
}
.contact .inside .wpforms-field-container input {
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	padding: 0 11px 1px;
}
.contact .inside .wpforms-field-container select {
	width: 100%;
	height: 30px;
	text-align: left;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	padding: 0 6px 1px;
	-webkit-appearance:none;
	background-image: url(../../assets/icons/utility/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.contact .inside .wpforms-field-container textarea {
	width: 100%;
	text-align: left;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	padding: 6px 8px 1px;
	height: 135px;
}
.contact .inside .wpforms-submit{
	font-family: "Haboro Serif";
	font-size: 11px;
	letter-spacing: 0.88px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 100;
	padding: 1px 41px 0 0;
	background-image: url(../../assets/icons/utility/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	margin: -7px auto 0;
	border: 1px solid black;
	width: 108px;
	height: 24px;
}
.contact .inside .wpforms-submit:hover{
	background-color: #C78E76;
	opacity:1;
}
.contact .inside .wpforms-field-container .wpforms-field-name, .contact .inside .wpforms-field-container .wpforms-field-email {
	width: 49%;
}
@media all and (max-width:1080px) {
	.contact {
		padding: 40px 0;
	}
	.contact .inside h2 {
		font-size: 65px;
		margin: 0;
		letter-spacing: -3px;
	}
}
@media all and (max-width:768px) {
	.contact .inside {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.contact .inside .wpforms-field-container {
		width:90%;
	}
}
@media all and (max-width:580px) {
	.contact .inside .wpforms-field-container .wpforms-field-name, .contact .inside .wpforms-field-container .wpforms-field-email {
		width: 100%;
	}
	.contact .inside h2 {
		font-size: 65px;
		margin: 0;
		letter-spacing: -3px;
		max-width: 250px;
	}
}