.hp-banner{
	background-color:#1c75bc;
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 80%;
}

.hp-banner .wrapper{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 150px;
	height: 666px;
	position: relative;	
}
.hp-banner .inner{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 800px;
}
.hp-banner h1{
	color:#fdf4d9;
	font-family: alkaline, sans-serif;
	font-weight: 800;
	font-size:121px;
	line-height: 1.1em;
	margin:0 0 10px;
}

.hp-banner h1 span{
	font-family: gambado-sans-forte, sans-serif;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: .025em;
	position: relative;
	top: -22px;
}

.hp-banner h1 span:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #fdf4d9;
	top: -5px;
	left: 0;
}

.hp-banner h1 span:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #fdf4d9;
	bottom: -5px;
	left: 0;
}


.hp-banner p{
	color:#fdf4d9;
	font-size:22px;
	letter-spacing: .005em;
	line-height:1.5em;
	max-width: 500px;
}


.hp-banner .blob{
	position: absolute;
	top: -55px;
	aspect-ratio: 1/1;
	width: 400px;
	left: calc(50% + 150px);
	z-index: 3;
}


.hp-involve{
	background: #fdf4d9;
	padding: 100px 150px 200px;
}

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

.hp-involve .wrapper .left{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.hp-involve .wrapper .left h2{
	font-size: 70px;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #13427a;
	text-align: center;
	margin: 0 0 60px;
}

.hp-involve .wrapper .left .grid{
	display: flex;
	flex-wrap: wrap;
}

.hp-involve .wrapper .left .grid .item{
	box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: .75rem;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.hp-involve .wrapper .left .grid .item .wrap{
	display: block;
	box-sizing: border-box;
	padding: 70px 30px 30px;
	border-radius: 18px;
	background: #f8c22c;
	position: relative;
	color: #13427a;
	text-decoration: none;
}

.hp-involve .wrapper .left .grid .item .wrap .icon{
	position: absolute;
	background-color: #172d49;
	aspect-ratio: 124/94;
	width: 124px;
	border-radius: 47px;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
}

.hp-involve .wrapper .left .grid .item:nth-of-type(1) .wrap .icon{
	background-image: url(img/clips.png);
	background-size: 89px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.hp-involve .wrapper .left .grid .item:nth-of-type(2) .wrap .icon{
	background-image: url(img/pencil.png);
	background-size: 89px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.hp-involve .wrapper .left .grid .item:nth-of-type(3) .wrap .icon{
	background-image: url(img/star.png);
	background-size: 89px auto;
	background-position: center;
	background-repeat: no-repeat;
}





.hp-involve .wrapper .left .grid .item .wrap .text{
	text-align: center;
	font-family: basic-sans, sans-serif;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: .025em;
	text-transform: uppercase;
	line-height: 1.1em;
}

.hp-involve .wrapper .left .grid .item .wrap .text span{
	display: block;
	font-size: 40px;
}


.hp-involve .wrapper #events{
	width: 40%;
	box-sizing: border-box;
	padding-left: 40px;
}

.hp-involve .wrapper .events .item .wrap{
	display: block;
	color: #13427a;
	background: #f8c22c;
	position: relative;
	box-sizing: border-box;
	padding: 115px 60px 100px;
	border-radius: 53px;
	text-decoration: none;
}

.hp-involve .wrapper .events .item .wrap:after{
	position: absolute;
	content: "";
	background: url(img/holes.png);
	background-size: 100%;
	aspect-ratio: 363/54;
	width: 363px;
	left: 50%;
	transform: translateX(-50%);
	top: -5px;
}


.hp-involve .wrapper .events .item .wrap:before{
	position: absolute;
	content: "";
	aspect-ratio: 138/61;
	width: 138px;
	background: url(img/clip.png);
	background-size: 100%;
	top: 65px;
	right: -48px;
}

.hp-involve .wrapper .events .item .wrap h3{
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin: 0 0 30px;
}

.hp-involve .wrapper .events .item .wrap .info{
	font-family: basic-sans, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.3em;
}

.hp-involve .wrapper .events .item .wrap .icon{
	position: absolute;
	bottom: 30px;
	right: 30px;
	aspect-ratio: 1/1;
	width: 85px;
	background: url(img/smile.png);
	background-size: 100%;
}


.hp-impact{
	background: #1c75bc;
	color: #fdf4d9;
	position: relative;
	padding: 90px 150px 120px;
}

.hp-impact:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 48px;
	background: url(img/blue-wave.png);
	background-position: top;
	top: -48px;
	left: 0;
}

.hp-impact .wrapper{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	background: url(img/impact.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	aspect-ratio: 1500/593;
	background-position: right bottom;
}

.hp-impact .text{
	width: 550px;
/*	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;*/
}


.hp-impact .text h3{
	font-size: 46px;
	letter-spacing: .025em;
	line-height: 1.3em;
	color: #fdf4d9;
	text-transform: uppercase;
}

.hp-impact .text p{
	font-weight: 600;
	font-size: 26px;
	line-height: 1.3em;
	color: #fdf4d9;
	letter-spacing: .025em;
}

.hp-impact .text p span{
	font-weight: 700;
}

.hp-impact .mob-stats{
	display: none;
}

/*.hp-impact .stats{
	position: relative;
	width: 100%;
	height: 680px;
}

.hp-impact .stats .blob-1{
	position: absolute;
	aspect-ratio: 1/1;
	height: 26.7647058823529%;
	top: 46.0294117647059%;
	right: 43.1333333333333%;
}

.hp-impact .stats .blob-2{
	aspect-ratio: 1/1;
	height: 38.2352941176471%;
	position: absolute;
	right: 23.3333333333333%;
	top: 22.0588235294118%;
}



.hp-impact .stats .blob-3{
	aspect-ratio: 1/1;
	height: 45.1470588235294%;
	position: absolute;
	top: 0;
	right: 1.6%;
}

.hp-impact .stats .blob-3 .blob{
	width: 100%;
}

.hp-impact .stats .year{
	background: #fdf4d9;
	border-radius: 15px;
	padding: .25em .75em;
	box-sizing: border-box;
	color: #13427a;
	text-align: center;
	font-family: gambado-sans-forte, sans-serif;
	font-size: 35px;
	letter-spacing: .025em;
	width: fit-content;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.hp-impact .stats .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fdf4d9;
	text-align: center;
	font-family: gambado-sans-forte, sans-serif;
	letter-spacing: .025em;
}

.hp-impact .stats .blob-3 .number{
	font-size: 90px;
}

.hp-impact .stats .blob-2 .number{
	font-size: 70px;
}

.hp-impact .stats .blob-1 .number{
	font-size: 50px;
}

.hp-impact .stats .brush{
	aspect-ratio: 738/467;
	height:37.5%;
	background: url(img/brush.png);
	background-size: 100%;
	position: absolute;
	right: -4%;
	top: 48.9705882352941%;
}*/


.hp-gallery{
	background: #f8c22c;
	padding: 160px 0 160px 150px;
	position: relative;
}

.hp-gallery:before{
	position: absolute;
	content: "";
	height: 60px;
	width: 100%;
	background: url(img/ruler.png);
	background-size: auto 100%;
	top: 0;
	left: 0;
}

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

.hp-gallery .wrapper .text{
	width: 33.3333%;
	box-sizing: border-box;
	padding: 100px 0 0;
}

.hp-gallery .wrapper .text a.btn{
	width: fit-content;
}

.hp-gallery .wrapper #gallery{
	width: 66.6666%;
	margin-right: -200px;

}



.hp-gallery .tote{
	position: absolute;
	aspect-ratio: 502/700;
	width: 255px;
	top: -140px;
	left: calc(50% - 800px);
}

.hp-gallery h3{
	max-width: 450px;
	font-size: 46px;
	letter-spacing: .025em;
	line-height: 1.3em;
	color: #13427a;
	text-transform: uppercase;
}

.hp-gallery .btn{
	background: #fdf4d9;
}

.hp-sponsor{
	background: #fdf4d9;
	position: relative;
}

.hp-sponsor:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 48px;
	background: url(img/tan-wave.png);
	background-position: top;
	top: -48px;
	left: 0;
}

.hp-sponsor .wrapper{
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 150px;
}

.hp-sponsor .wrapper .image,
.hp-sponsor .wrapper .text{
	width: 50%;
}

.hp-sponsor .wrapper .image{
	position: relative;
}

.hp-sponsor .wrapper .image:before{
	position: absolute;
	content: "";
	width: 256px;
	height: 348px;
	background: url(img/hearts.png);
	background-size: 100%;
	bottom: 60px;
	left: -100px;
	z-index: 1;
}

.hp-sponsor .wrapper .image .img{
	position: absolute;
	top: 0;
	right: 170px;
	aspect-ratio: 1/1;
	max-width: 469px;
	z-index: 2;
}

.hp-sponsor .wrapper .text h3{
	color: #13427a;
	letter-spacing: .025em;
	font-size: 59px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 50px;
}

.hp-sponsor .wrapper .text h3 span{
	display: block;
	font-family: basic-sans, sans-serif;
	font-size: .75em;
	font-weight: 700;
}

.hp-sponsor .spon-grid{
	display: flex;
	flex-wrap: wrap;
	 margin: -.75rem -.75rem 50px;
}

.hp-sponsor .spon-grid .item{
	box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: .75rem;
	box-sizing: border-box;
	 -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
	
}

.hp-sponsor .spon-grid .item .wrap{
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	min-height: 94px;
}



