

.front main{
	margin:0;
	padding:0;
}

/*.banner-wide{
	display:block;
}
.banner-tall{
	display:none;
}
*/

.hp-banner .wrap{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-radius: 5em 0 5em 5em;
	background: #0e9347;
	color: #fff;
	overflow: hidden;
	padding: 50px 50px 0 150px;
}



.hp-banner .wrap .text{
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 100px;
}

.hp-banner .wrap .text h1{
	font-size: 90px;
	margin: 0 0 30px;
}

.hp-banner .wrap .text p{
	font-size: 24px;
	line-height: 1.5em;
}

.hp-banner .wrap .text ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.hp-banner .wrap .text ul li{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 700;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 2px solid #9dc33b;
}

.hp-banner .wrap .text ul li:first-of-type{
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

.hp-banner .wrap .image{
	width: 50%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hp-ctas header{
	height: unset;
	background: unset;
}

.hp-ctas header h2{
	font-size: 65px;
}

.hp-ctas header h2 span{
	color: #109347;
}

.hp-ctas{
	padding:80px 150px;
	text-align:center;
	/*border-bottom: 4px solid #109347;*/
}
.hp-ctas .item .wrap{
	display: block;
	border-radius: 2rem;
	box-sizing: border-box;
	padding:40px;
	background:#8e1b8f;
	height: 100%;
	text-decoration: none;
}

.hp-ctas .item:nth-of-type(2) .wrap{
	background: #109347;
}

.hp-ctas .item:nth-of-type(3) .wrap{
	background: #9dc23b;
}

.hp-ctas .item .wrap img{
	width: 100px;
	margin: 0 auto 30px;
}

.hp-ctas h3{
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size:36px;
	margin: 0;
}
.hp-ctas img{
	display:block;
	margin:0 auto 30px;
	width:230px;
}
.hp-ctas p{
	margin-bottom:20px;
}

.hp-about{
	padding:80px 150px;
	text-align:center;
	position: relative;
}

.hp-about:before{
	position: absolute;
	content: "";
	width: calc(100% - 300px);
	left: 150px;
	height: 4px;
	background: #109347;
	top: 0;
}

.hp-about:after{
	position: absolute;
	content: "";
	width: calc(100% - 300px);
	left: 150px;
	height: 4px;
	background: #109347;
	bottom: 0;
}

.hp-about h2{
	font-size: 48px;
}

.hp-about p.big{
	margin: 0 0 80px;
}


.hp-about .icon{
	width: 100px;
	margin: 0 auto 30px;
}

.hp-about:has(.lg-3) .item:nth-of-type(2) h3{
	color: #009245;
}

.hp-about:has(.lg-3) .item:nth-of-type(3) h3{
	color: #9dc23b;
}


.hp-about:has(.lg-2) h4{
	color: #109347;
	max-width: 475px;
	margin: 0 auto;
}

.hp-what{
	padding: 80px 150px;
}
.hp-what .wrap{
	border-radius: 2em 0 2em 2em;
	padding: 80px 100px;
	box-sizing: border-box;
	background: #0e9347;
	color: #fff;
}

.hp-what .wrap h3{
	color: #fff;
}

.hp-what .wrap ul{
	margin: 0;
}

.hp-what .wrap ul li{
	font-size: 26px;
}

.hp-what .wrap ul.custom li:before{
	background:url(img/custom-bullet-green.png) no-repeat;
	background-size:100%;
	content:"";
	display:inline-block;
	height:24px;
	left:0;
	position:absolute;
	top:3px;
	width:24px;
}

.hp-time{
	padding: 0 150px 80px;
}

.hp-time .item .wrap{
	border-radius: 2em 0 2em 2em;
	box-sizing: border-box;
	padding: 50px;
	background: #942b8e;
	color: #fff;

}

.hp-time .item .wrap h3{
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	margin: 0;
}


.hp-time .item .wrap h3 span{
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

