.editor-styles-wrapper{	
	.stayintouch{
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		min-height: 344px;
		padding: 56px 0;
		background: #2A363C;
		color: var(--wp--preset--color--font-colors-font-light-1);
	}
	.stayintouch .bg{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.stayintouch .bg img{
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: 64%;
		height: 100%;
		object-fit: cover;
	}
	.stayintouch .bg:after{
		content: '';
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #2A363C 36%, rgba(42, 54, 60, 0) 68%); 
	}
	.stayintouch .container{
		position: relative;
		z-index: 3;
	}
	.stayintouch h3{
		color: #fff;
	}
	.stayintouch .form-inner{
		position: relative;
		width: 75%;
	}
	.stayintouch .form-inner .form-control{
		margin: 0;
		padding-right: 46px;
		background-color: #3b464b;
		border-color: #3b464b;
	}
	.stayintouch .form-inner .wpcf7-submit{
		position: absolute;
		top: 9px;
		right: 8px;
		margin: 0;
		width: 31px;
		height: 30px;
		font-size: 0;
		line-height: 1;
		text-indent: -9999px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30"><path fill="%23FF8C00" fill-rule="evenodd" d="M16 30c8.2843 0 15-6.7157 15-15 0-8.28427-6.7157-15-15-15C7.71573 0 1 6.71573 1 15c0 8.2843 6.71573 15 15 15zm-.4697-18.5303c-.2929-.2929-.7677-.2929-1.0606 0s-.2929.7677 0 1.0606L16.9393 15l-2.4696 2.4697c-.2929.2929-.2929.7677 0 1.0606s.7677.2929 1.0606 0l3-3c.2929-.2929.2929-.7677 0-1.0606z" clip-rule="evenodd"/></svg>') center no-repeat;
	}

	@media( max-width: 991px ){
		.stayintouch .form-inner{
			width: 100%;
		}
	}

	@media( max-width: 767px ){
		.stayintouch{
			padding: 0 0 48px;
		}
		.stayintouch .bg{
			position: relative;
			aspect-ratio: 2/1;
		}
		.stayintouch .bg:after{
			top: calc( 50vw - 80px );
			height: 80px;
			background: linear-gradient( 0deg, #2A363C 0%, rgba(42, 54, 60, 0) 100% ); 
		}
		.stayintouch .bg img{
			width: 100%;
		}
	}
}