.section-block.hero-form-block .content-wrap:nth-of-type(2) {
	padding: 50px 0 80px;
}

.section-block.hero-form-block .block-inner{
	display: flex;
	flex-wrap: wrap;
	font-family: var(--primary_font);
	font-weight: 400;
	color: #4F5459;
}

.section-block.hero-form-block .pre-title{
	color: var(--secondary_color);
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.section-block.hero-form-block .pre-title:after{
	content: '';
	height: 3px;
	width: 10000%;
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	right: 0;
}

.section-block.hero-form-block .block-title{
	margin-bottom: 30px;
	font-weight: 600;
}

.section-block.hero-form-block .btn-wrap{
	padding-top: 10px;
}

.section-block.hero-form-block .content-wrap{
	width: 100%;
}

.section-block.hero-form-block .image-wrap{
	position: relative;
	margin-top: 40px;
	width: 100%;
}

.section-block.hero-form-block .image-wrap:before{
	content: '';
	background: var(--secondary_color);
	width: 90%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-block.hero-form-block .image-wrap img{
	margin-top: 60px;
	position: relative;
	width: 90%;
}

.section-block.hero-form-block .image-wrap .image-text{
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-family: var(--secondary_font);
	position: relative;
	font-weight: 700;
}

.formWrapper{
  background: #002D6B;
  padding: 64px 48px;
  p{
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color:white;
    margin-bottom:10px;
  }
  .lineSep{
    background: #06BAF7;
    height:4px;
    width:40px;
    margin-bottom:20px;
  }
  label{
    color:white;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%
  }
  .gfield--type-phone,
  .gfield--type-email{
    width:50% !important;
    display: inline-block;
  }
  .gform_wrapper li.gfield{
    margin-bottom:15px;
  }
  .gform_button{
    background: #FFF;
    padding:16px;
    display: block !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color:#004AB0;
    width:100% !important;
  }
  .gfield--type-honeypot{
    display: none;
  }
}

/* Responsive */
@media screen and (min-width: 601px) {
	.section-block.hero-form-block {
		padding-bottom: 0;
	}

	.section-block.hero-form-block .image-wrap:before{
		width: 75%;
	}
}

@media screen and (min-width: 981px) {
	.section-block.hero-form-block .content-wrap{
		width: 50%;
		padding-right: 60px;
	}

	.section-block.hero-form-block .content-wrap:nth-of-type(2) {
		padding: 0;
	}

	.section-block.hero-form-block .image-wrap{
		width: 50%;
		padding-left: 60px;
		padding-right: 80px;
		margin-top: 0;
	}

	.section-block.hero-form-block .image-wrap img{
		width: 100%;
	}
}
