.hp-banner{
	background-color:#e5e5e5;
}

.hp-banner .wrapper{
	height: 720px;
	display: flex;
	flex-wrap: wrap;
}

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

.hp-banner .wrapper .image{
	width: 50%;
	box-sizing: border-box;
	padding: 0 150px 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hp-banner h1{
	color:#173b68;
	font-size:105px;
	font-weight: 700;
	margin:0 0 50px;
	
}

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

.hp-banner h1 span:before{
	position: absolute;
	content: "";
	aspect-ratio: 362/53;
	width: 120px;
	background: url(img/swoop.png);
	background-size: 100%;
	bottom: -5px;
	left: -20px;
}


.hp-banner p{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	max-width: 525px;
	color:#081c39;
	font-size:24px;
	line-height:1.5em;
}

.feature-links .view-content{
	display: flex;
	flex-wrap: wrap;
}

.feature-links .item{
	 -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.feature-links .item .wrap{
	display: block;
	  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .11em;
  position: relative;
}

.feature-links .item .wrap span{
	position: relative;
}

.feature-links .item .wrap span:before{
	position: absolute;
	content: "";
	width: 23px;
	height: 24px;
	background: url(img/star.png);
	background-size: 100%;
	left: -36px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.feature-links .item:hover .wrap span:before{
	opacity: 1;
}

.feature-links .item:nth-of-type(1) .wrap{
background: #173b68;
}

.feature-links .item:nth-of-type(2) .wrap{
background: #081c39;
}

.feature-links .item:nth-of-type(3) .wrap{
background: #6b849b;
}

.feature-links .item:nth-of-type(4) .wrap{
background: #595959;
}


.hp-ctas{
	margin:0 auto;
	max-width:1400px;
	padding: 100px 150px;
}

.hp-ctas .wrap{
	text-decoration: none;
	color: #081c39;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.hp-ctas .wrap h3{
	font-family: "Merriweather", serif;
	font-size: 24px;
	font-weight: 700;
	margin: 40px 0 20px;
	padding: 40px 0 0;
	position: relative;
}

.hp-ctas .wrap h3:before{
	position: absolute;
	content: "";
	aspect-ratio: 1008/33;
	width: 100%;
	background: url(img/line.png);
	background-size: 100%;
	top: 0;
	left: 0;
}

.hp-about .wrapper{
	position: relative;
	display: flex;
	overflow: visible;
	align-content: center;
}

.hp-about .wrapper .left{
	background:#001e4f;
	width: 50%;
}

.hp-about .wrapper .left .hp-news{
	box-sizing: border-box;
	padding: 75px 150px;
}

.hp-about .wrapper .left .hp-news header{
	height: unset;
}

.hp-about .wrapper .left .hp-news header h3{
	color: #fff;
	font-size: 27px;
}

.hp-about .wrapper .left .hp-news .item{
	padding: 0 0 50px;
	position: relative;
}

.hp-about .wrapper .left .hp-news .item:before{
	position: absolute;
	content: "";
	aspect-ratio: 362/53;
	width: 87px;
	background: url(img/swoop.png);
	background-size: 100%;
	bottom: 20px;
	left: 0px;
}

.hp-about .wrapper .left .hp-news .item:last-of-type::before{
	display: none;
}

.hp-about .wrapper .left .hp-news .item .wrap{
	color: #fff;
	text-decoration: none;
	position: relative;
}

.hp-about .wrapper .left .hp-news footer ul.links{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hp-about .wrapper .left .hp-news footer ul.links li{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 2px solid #fff;
	line-height: 1em;
}

.hp-about .wrapper .left .hp-news footer ul.links li:first-of-type{
	padding: 0;
	margin: 0;
	border-left: none;
}

.hp-about .wrapper .left .hp-news footer ul.links li a{
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}


.hp-about .wrapper .left .hp-news .item .wrap .date{
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: .025em;
	margin: 0 0 10px;
}

.hp-about .wrapper .left .hp-news .item .wrap h3{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	letter-spacing: .025em;
	margin: 0;
}

.hp-about .wrapper .right{
	/*position: absolute;*/

	width: 50%;
	background-color: #173b68;
}

.hp-about .wrapper .right .wrap{
	box-sizing: border-box;
	padding: 0 0 0 100px;
/*	display: flex;
	flex-wrap: wrap;*/
	color: #fff;
	position: relative;
	background-image: url(img/elliot.png);
	background-size: auto 90%;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}

/*.hp-about .wrapper .right .wrap:before{
	position: absolute;
	content: "";
	background: url(img/elliot.png);
	background-size: 100%;
	he
}*/


.hp-about .wrapper .right .wrap .text{
	padding: 75px 0;
	width: 425px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hp-about .wrapper .right .wrap .text h3{
	font-weight: 700;
	font-size: 46px;
	margin: 0 0 30px;
	position: relative;
}

.hp-about .wrapper .right .wrap .text a.btn{
	width: fit-content;
}

/*.hp-about .wrapper .right .wrap .image{

	width: 425px;
	background: url(img/elliot.png);
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;

}*/

.hp-links{
	padding: 150px 150px;
	background: #e6e6e6;
}

.hp-links .field__item{
	display: flex;
	flex-wrap: wrap;
}

.hp-links .left,
.hp-links .right{
	width: 50%;
}

.hp-links .left{
	box-sizing: border-box;
	padding: 0 100px 0 0;
}


.hp-links .left .grid{
	display: flex;
	flex-wrap: wrap;
	margin: -2rem;
}

.hp-links .left .grid .item{
	width: 33.333%;
	box-sizing: border-box;
	padding: 2rem;
}


.hp-links .left .grid .item .wrap{
	text-decoration: none;
	color: #004c86;
	text-align: center;
}

.hp-links .left .grid .item .wrap .icon{
	aspect-ratio: 1/1;
	max-width: 132px;
	margin: 0 auto 10px;
}

.hp-links .left .grid .item .wrap .text{
	font-family: "Merriweather", serif;
	font-size: 21px;
	font-weight: 800;
}

.hp-links .right{
	box-sizing: border-box;
	padding: 0 0 0 100px;
}

.hp-links .right h3{
	font-size: 34px;
	font-weight: 700;
	margin: 0 0 40px;
}

.hp-links .right .links{
	padding-left: 0;
}

.hp-links .right .links li{
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.hp-links .right .links li a{
	display: block;
	color: #021d43;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
   line-height: 1.5em;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	position:relative;
}

.hp-links .right .links li a:before{
	position: absolute;
	content: "";
	background: url(img/arrow-lb.png);
	background-size: 100%;
	background-repeat: no-repeat;
	aspect-ratio: 180/208;
	width: 17px;
	left: 0;
	top: 3px;
}


.hp-links .right a.more{
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #021d43;
	font-weight: 700;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-size: 16px;
}










