.hp-banner{
	background-color:#1e2945;
	background-image: url(img/banner.jpg);
	background-size: cover;
	background-position: right;
	position: relative;
}

.hp-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1e2945;
	opacity: .75;
	z-index: 2;
}

.hp-banner .wrapper{
	height: 800px;
	position: relative;
}

.hp-banner .wrapper .video{
	position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
    height: 100%;
}

.hp-banner .wrapper .video video{
	margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
   /*height: 100%;*/
   width: 100%;
}



.hp-banner .wrp{
	position: relative;
	z-index: 3;
	margin:0 auto;
	padding: 0 100px;
	max-width:1600px;
	height: 100%;
}
.hp-banner .inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height:100%;
	max-width: 710px;
	text-shadow: 5px 5px 20px #000;

}

.hp-banner h1{
	font-size: clamp(50px, 4vw ,70px);
	line-height: 1.2em;
	padding: 0 0;
	margin: 0 0 3rem;
	color: #fdf1e4;
}


.hp-banner h1 span{
	position: relative;
}

.hp-banner h1 span:before{
	position: absolute;
	content: "";
	aspect-ratio: 521/47;
	width: 100%;
	left: 0;
	bottom: -5px;
	background: url(img/underline-banner.png);
	background-size: 100%;
}

.hp-banner p{
	color: #fdf1e4;
	font-size:22px;
	margin: 0;
	line-height:1.5em;
	max-width: 600px;
}


.hp-help{margin-bottom: 150px;}
.hp-help .intro{
	display: flex;
/*	text-align: center;
	max-width: 600px;*/
	margin: 0 0 50px;

}

.hp-help .intro h2{
	font-family: fraunces-variable, sans-serif;
	font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 9, "wght" 700;
	font-size: 70px;
	color: #1e2945;
	line-height: 1em;
	margin: 0;
	width: fit-content;
	min-width: 310px;
	
}

.hp-help .intro p{
	width: calc(100% - 310px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*max-width: 450px;*/
	padding: 20px 0 0 30px;
	margin: 0;
	box-sizing: border-box;
	line-height: 1.1em;
}


.hp-help .item .wrap{
	position: relative;
	aspect-ratio: 1/1;
	position: relative;
	/*min-height: 360px;*/
	background-color: #C3523C;
	border-radius: 1.5em;
	padding: 2rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	color: #fdf1e4;

}


.hp-help .item:nth-of-type(2) .wrap{background-color: #ffdc7e;}

.hp-help .item:nth-of-type(3) .wrap{background-color: #55a1a1;}

.hp-help .item:nth-of-type(4) .wrap{background-color: #202e51;}

.hp-help .item .wrap .icon{
	position: absolute;
	top: 2em;
	left: 2em;
	height: 138px;
}


.hp-help .item .wrap .icon img{width: auto; height: 100%;}

.hp-help .item .wrap .text{
/*	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: calc(100% - 4rem - 130px);*/
}

.hp-help .item .wrap h3{
	color: #fdf1e4;
	margin: 0;
	font-size: clamp(30px, 2vw ,40px);
}

.hp-help .item:nth-of-type(2) .wrap h3{
	color: #d93920;
}

.hp-involve{
	background-color: #1e2945;
	color: #fdf1e4;
	position: relative;
}

.hp-involve .girl{
	position: absolute;
	bottom: -0px;
	/*left: 47.789474%;*/
	right: calc(50% - 1100px);
	aspect-ratio: 1558/892;
	/*width: 60vw;*/
	width: 1190px;
	background: url(img/girl.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.hp-involve .wrapper{
	padding: 125px 100px 200px;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}



.hp-involve .wrapper .copy{
	width: 875px;
	/*width: 62.5%;*/
	display: flex;
	flex-wrap: wrap;
}

.hp-involve .wrapper .copy .left{
	/*width: 50%;*/
	width: 525px;
	padding-right: 50px;
	box-sizing: border-box;
}

.hp-involve .wrapper .copy .left h2{
	font-size: 72px;
	line-height: 1em;
	margin: 0 0 30px;
	color: #8cc9c9;
}

.hp-involve .wrapper .copy .left p{
	max-width: 450px;
	margin: 0;
}

.hp-involve .wrapper .copy .right{
	/*width: 50%;*/
	width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.hp-involve .wrapper .copy .right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.hp-involve .wrapper .copy .right ul li{
	margin: 0;
	padding: 15px 0;
	position: relative;
}

.hp-involve .wrapper .copy .right ul li:before{
	position: absolute;
	content: "";
	aspect-ratio: 1000/12;
	width: 100%;
	background: url(img/underline.png);
	background-size: 100%;
	bottom: -3px;
	left: 0;
}

.hp-involve .wrapper .copy .right ul li:last-of-type::before{
	display: none;
}

.hp-involve .wrapper .copy .right ul li a{
	position: relative;
	padding: 0 0 0 50px;
	font-family: fraunces-variable, sans-serif;
	font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 9, "wght" 600;
	color: #fdf1e4;
	text-decoration: none;
	font-size: 22px;
}

.hp-involve .wrapper .copy .right ul li a:before{
	position: absolute;
	content: "";
	aspect-ratio: 141/115;
	width: 36px;
	background: url(img/link.png);
	background-size: 100%;
	left: 0;
	top: 0px;
}


.hp-featured .wrapper{
	display: flex;
	flex-wrap: wrap;
}

.hp-featured .wrapper .copy{
	width: 50%;
	box-sizing: border-box;
	padding-right: 2em;
}

.hp-featured .wrapper .copy h2{
	font-family: fraunces-variable, sans-serif;
	font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 9, "wght" 700;
	font-size: 40px;
	line-height: 1em;
	padding: 0 0;
	margin: 0 0 35px;
	color: #55a1a1;
	max-width: 630px;
}

.hp-featured .wrapper .copy h2 span{
	display: block;
	 font-family: "Poppins", sans-serif;
	 text-transform: uppercase;
	 font-weight: 500;
	 letter-spacing: .1em;
	 font-size: .5em;
	 color: #1e2945;
}


.hp-featured .wrapper .copy #under-feat{
	width: 285px;
		margin: 0 0 35px;
}

.hp-featured .wrapper .copy p{
	max-width: 630px;
	margin: 0 0 60px;
}

.hp-featured .wrapper .image{
	width: 50%;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.hp-featured .wrapper .image img{
	border-radius: 2em;
}

.hp-who{ 
	background: #89bfbf; 
	position: relative;
}

.hp-who:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	background-color: #fdf1e4;
}

.hp-who .image{
	position: absolute;
	aspect-ratio: 1074/544;
	width: 1300px;
	z-index: 2;
	background: url(img/women.png);
	background-size: 100%;
	background-repeat: no-repeat;
	left: -150px;
	bottom: 0;
}

.hp-who .wrapper{
	display: flex; 
	flex-wrap: wrap;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 100px;
	justify-content: flex-end;
}


.hp-who .wrapper .copy{
	padding: 200px 0 100px;
}

.hp-who .wrapper .copy h2{
	font-size: 70px;
	color: #1e2945;
}

.hp-who .wrapper .copy p{
	max-width: 440px;
}


.news-chunk{
	color:unset;
	text-decoration: none;
}

.news-chunk:hover{
	color: unset;
}

.news-chunk .title{
	font-size:28px;
}



