.newsletter-v3  {
	padding: 58px 0 76px;
}
.newsletter-v3 .inside {
	max-width: 1073px;
	margin: 0 auto;
	background: #D8D7BC;
	padding: 20px;
	position: relative;
}
.newsletter-v3 .inside:before{
	content: "";
	display: block;
	width: 339px;
	height: 113px;
	background-image: url(../../assets/icons/utility/tape2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.newsletter-v3 .inside .flex {
	justify-content: space-between;
	border: 1px solid white;
	padding: 75px 82px 62px;
}
.newsletter-v3 .inside .flex .left {
	width: 45%;
}
.newsletter-v3 .inside .flex .right {
	width: 360px;
}
.newsletter-v3 .flex h2 {
	text-align: center;
	letter-spacing: -0.05rem;
	margin: 31px 0 0;
}
.newsletter-v3 .flex h2 strong {
	position: relative;
}
.newsletter-v3 .flex h2 strong:before {
	content: "";
	display: block;
	width: 150px;
	height: 82px;
	background-image: url(../../assets/icons/utility/circle2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -28px;
	left: -18px;
	right: 0;
	margin: auto;
	z-index: 0;
}
.newsletter-v3 .flex p {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0;
	margin: 34px auto 18px;
	padding: 0 9px;
}
.newsletter-v3 input {
	border: 1px solid #FFFBE7;
	background: #FFFBE7;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	text-align: left;
	height: 49px;
	padding: 0 30px;
	font-size: 12px;
	margin: 0 0 14px;
}
.newsletter-v3 .flex .wpforms-submit{
	border: 1px solid white;
	background: white;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	text-align: center;
	height: 49px;
	padding: 0 30px;
	font-size: 12px;
	margin: 0;
	width: 100%;
}
.newsletter-v3 .flex .wpforms-submit:hover {
	background:black;
	color:white;
	border: 1px solid black;
}
.newsletter-v3 .flex .wpforms-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.newsletter-v3 .flex .wpforms-container .wpforms-field-description{
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: -32px;
	right: 0;
}
.newsletter-v3 .flex .wpforms-container label {
	font-size:0px;
}
.pum-content .newsletter-v3 .inside:before {
	display: none;
}
.pum-content .newsletter-v3 .inside .flex{
	display: block;
	padding: 20px 63px 80px;
}
.pum-content .newsletter-v3 .inside .flex .left {
	width: 100%;
}
.pum-content .newsletter-v3 .inside .flex .right {
	width: 100%;
}
.pum-content .newsletter-v3 {
	padding:0;
}
@media all and (max-width:1080px) {
	.newsletter-v3 .inside {
		max-width:750px;
	}
	.newsletter-v3 .inside .flex {
		padding: 35px 30px 62px;
	}
	.newsletter-v3 .inside .flex .left {
		width: 100%;
	}
	.newsletter-v3 .inside .flex .right {
		width: 360px;
		margin: 0 auto;
	}
}
@media all and (max-width: 768px) {
	.pum-content .newsletter-v3 .inside {
		max-width: 100%;
	}
	.newsletter-v3 .inside {
		max-width: 500px;
	}
}
@media all and (max-width: 520px) {	
	.newsletter-v3 .inside {
		max-width: 90%;
	}
	.newsletter-v3 .flex p {
		padding:0;
		margin: 14px auto 18px;
	}
	.newsletter-v3 .flex h2 {
		text-align: center;
		letter-spacing: -0.05rem;
		margin: 22px 0 0;
		line-height: 1;
	}
	.pum-content .newsletter-v3 .inside .flex {
		display: block;
		padding: 20px 20px 80px;
	}
}