body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-wrapper .section{
	height: 100vh;
	position: relative;
	flex-shrink: 0;
	/*overflow: visible;*/
}

.scroll-wrapper{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
}

a.more{
  color: #05937d;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .08em;
    position: relative;
    display: block;
    width: fit-content;
}

a.more.white{
  color: #fff;
  font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .08em;
    position: relative;
    display: block;
    width: fit-content;
}


a.more:after{
  position: absolute;
  content: "";
  background: url(../images/link-slide.jpg);
  width: 28px;
  height: 16px;
  left: 120px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  transition: width .5s ease
}

a.more.white:after{
   position: absolute;
  content: "";
  background: url(../images/white-link.png);
  width: 28px;
  height: 16px;
  left: 120px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  transition: width .5s ease
}

a.more:hover::after,
a.more.white:hover::after{
  width: 177px;
  transition: width .5s ease
}



.banner{
  width: 100vw;
  /*min-width: 1800px;*/
  background: #14406B;
  background: linear-gradient(90deg,rgba(20, 64, 107, 1) 20%, rgba(2, 147, 125, 1) 50%, rgba(143, 198, 64, 1) 80%);
  position: relative;
  box-sizing: border-box;
}

.banner:after{
  position: absolute;
  content: "";
  aspect-ratio: 1258/1021;
  width: 69.888889%;
  background: url(../images/stripes.png);
  background-size: 100%;
  top: -16.2%;
  left: -22.444444%;
}

.banner:before{
  position: absolute;
  content: '';
  width: 23.166667%;
  height: 100%;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
}

.banner .lines-1,
.banner .lines-2{display: none;}

.banner .left-collage{
  width: 22.222222vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.banner .left-collage .people{
  position: absolute;
  aspect-ratio: 1000/1194;
  height: 90vh;
  right: -5vw;
  bottom: -10vh;
  background: url(../images/banner-1.png);
  background-size: 100%;
  z-index: 2;
}

.banner .left-collage .pattern{
  position: absolute;
  aspect-ratio: 717/846;
  height: 49vh;
  right: -9.055556vw;
  bottom: -30.9vh;
  background: url(../images/pattern.png);
  background-size: 100%;
  z-index: 23;
  background-repeat: no-repeat;
}

.banner .copy{
  width: 50vw;
  /*min-width: 900px;*/
  box-sizing: border-box;
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 40%;
  top: 0;
  height: 100%;
  transform: translateX(-40%);
  z-index: 5;
}

.banner .logo{
  width: 200px;
  margin: 0 auto 3rem;
}

.banner .example{
  text-align: center;
}

.banner h1{
  font-family: "Six Caps", sans-serif;

  text-transform: uppercase;
  background-size: 100%;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(240px, 28vh ,280px);
  font-weight: 400;
  letter-spacing: .01em;
  position: relative;
      color: white;
    text-shadow:
     -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
  
}

@supports((text-stroke: 2px white) or (-webkit-text-stroke: 2px white)) {
    .banner h1{
        color: transparent;
        -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
        text-shadow: none;
    }
}

h1:before {
 background: linear-gradient(120deg,rgba(255, 255, 255, 1) 50%, rgba(143, 198, 64, 0) 50%);
  content: attr(data-text);
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: right;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1:after {
  background-color: #fff;
  border-left: .5px solid #fff;
  border-right: .5px solid #fff;
  content: "";
  height: 120%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  position: absolute;
  top: -10%;
  width: 1px;
  z-index: 10;
  transform: rotate(30deg);
}


.banner .logo img{
  width: 100%;
}

.banner .sub{
  text-align: center;
  padding: 3rem 0 4rem;
  font-size: clamp(24px, 2.9vh, 29px);
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
}

.banner .arrows{
  display: none;
}

.banner .note{
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}


.banner .note:before{
  position: absolute;
  content: '';
  aspect-ratio: 172/74;
  height: 20px;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background: url(../images/up.png);
  background-size: 100%;
}

.banner .note:after{
  position: absolute;
  content: '';
  aspect-ratio: 172/74;
  height: 20px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background: url(../images/down.png);
  background-size: 100%;
}

/*.banner .arrows{
  display: block;
  aspect-ratio: 385/172;
  width: 112px;
  background: url(../images/arrows.png);
  background-size: 100%;
  margin: 0 auto;
}*/

.banner .right-collage{
  width: 27.777778vw;
  /*min-width: 500px;*/
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.banner .right-collage .person{
  position: absolute;
  aspect-ratio: 1065/1005;
  height: 57vh;
  /*left: -2.777778vw;*/
  right: 3.055556vw;
  bottom: 4.9vh;
  background: url(../images/banner-2.png);
  background-size: 100%;
  z-index: 2;
}

.banner .right-collage .pattern{
  position: absolute;
  aspect-ratio: 717/846;
   background: url(../images/pattern.png);
  background-size: 100%;
  height: 53.9vh;
  bottom: -31.2vh;
  left: -5.722222vw;
  z-index: 3;
  background-repeat: no-repeat;
}

.banner .mob-collage{
  display: none;
}


.christine{
  width: 26.944444vw;
  min-width: 485px;
  position: relative;
}

.christine .pattern{
  position: absolute;
  aspect-ratio: 685/809;
   background: url(../images/pattern-3.png);
  background-size: 100%;
  height: 56vh;
  top: -12.2vh;
  left: 5vw;
  z-index: 5;
  background-repeat: no-repeat;
}

.christine .picture{
  position: absolute;
  aspect-ratio: 765/1149;
  background: url(../images/christine.jpg);
  background-size: 100%;
  /*height: 62.5vh;*/
  width: 71.134021%;
  /*width: 19.833333vw;*/
  right: 0;
  bottom: 0;
}


.letter{
  width: 44.444444vw;
  min-width: 800px;
  position: relative;
  box-sizing: border-box;
  padding: 7rem 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.letter h2{
  font-weight: 700;
  font-size: clamp(30px, 3.6vh,36px);
  background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}

.letter p{
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 30px;
  color: #1f3f68;
  font-weight: 500;
}

.letter p.big{
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

.letter .sig{
  width: 300px;
  margin: 0 0 1rem;
}

.letter .sig img{
  width: 100%;
}

.letter a.more:after{
  left: 135px;
}


.collage{
  width: 37.777778vw;
  /*min-width: 680px;*/
  position: relative;
}

.collage .people{
  position: absolute;
  aspect-ratio: 797/1289;
  /*width: 94.264706%;*/
  height: 98vh;
  left: 3vw;
  bottom: -8.5vh;
  background: url(../images/collage-1.png);
  background-size: 100%;
}

 .grade-two{
  background: linear-gradient(270deg,rgba(20, 64, 107, 1) 20%, rgba(2, 147, 125, 1) 50%, rgba(143, 198, 64, 1) 90%);
  position: relative;
  display: flex;
 }

 .grade-two:before{
  position: absolute;
  content: '';
  width: 13.545817%;
  /*min-width: 510px;*/
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 23% 100%, 0% 100%);
  background: #fff;
 }


 .grade-two:after{
  position: absolute;
  content: '';
  width: 10.916442%;
  /*min-width: 405px;*/
  height: 100%;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
}

 .launched{
  /*width: auto;*/
  width: 78.888889vw;
  /*min-width: 1420px;*/
  position: relative;
  margin-left: -13.555556vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }

 .launched:before{
    position: absolute;
  content: "";
  aspect-ratio: 1258/1021;
  height: 100%;
  background: url(../images/stripes.png);
  background-size: 100%;
  top: 0%;
  left: 0%;
 }

 .launched h2{
   font-weight: 700;
  font-size: clamp(30px, 3.6vh, 36px);
  background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  left: 17.183099%;
  margin: 0 0 10px;
 }


 .launch-swiper{
 margin: 0 0  !important;
  /*aspect-ratio: 1420/600;*/
  /*height: 60vh;*/
  width: 100%;
  overflow: visible !important;
 }

 .launch-swiper .swiper-wrapper{
    height: fit-content;
 }

 .launch-swiper .swiper-slide{
  height: 100%;
 }

  .launch-swiper  .wrap{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .launch-swiper .swiper-slide .wrap .image{
    width: 70%;
  }


    .launch-swiper .swiper-slide .wrap .copy{
      width: 30%;
        display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
    }

.launch-swiper .swiper-slide .wrap .copy .buttons{
  position: relative;
  height: 45px;
  padding: 0 0 30px;
}

.launch-swiper .swiper-button-next{
  top: 0 !important;
  right: unset !important;
  left: 65px !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  background: url(../images/right-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 15px top 7.5px;
 }

 .launch-swiper .swiper-button-prev{
    top: 0 !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  background: url(../images/left-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: right 15px top 7.5px;
  }

  .launch-swiper .swiper-button-next svg, 
  .launch-swiper .swiper-button-prev svg{
    display: none;
 }

  .launch-swiper .swiper-slide .wrap .image .hold{
    aspect-ratio: 1004/600;
    width: 100%;
  background: red;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  }

    .launch-swiper .swiper-slide.one .wrap .image .hold{
      background: url(../images/Downtown-Akron.jpg);
      background-size: 100%;
      background-position: right;
    }

    .launch-swiper .swiper-slide.two .wrap .image .hold{
      background: url(../images/Unified-Early-Learning-System.jpg);
      background-size: 100%;
      background-position: center;
    }

    .launch-swiper .swiper-slide.three .wrap .image .hold{
      background: url(../images/lock-3.jpg);
      background-size: 100%;
      background-position: center;
    }

    .launch-swiper .swiper-slide.four .wrap .image .hold{
      background: url(../images/Pegs-Partnership.jpg);
      background-size: 100%;
      background-position: left bottom;
    }


  .launched .copy .arrows{
  display: block;
  aspect-ratio: 385/172;
  width: 112px;
  background: url(../images/arrows.png);
  background-size: 100%;
  margin: 0 0 1rem;
}

.launched .copy h3{
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 1rem;
  max-width: 375px;
}

.launched .copy p{
  max-width: 400px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0  15px;
}

.launched .copy a.more.white:after{
    left: 145px;
   }

    .launch-swiper .pag{
      position: relative;
      height: 15px;
      margin: 20px 0 0;
    }

.launched .swiper-pagination{
  bottom: 0% !important;
}

.launched .swiper-pagination-bullet{
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  color: #173d68;
  background: rgba(255, 255, 255, .5)  !important;
  opacity: 1 !important;
}

.launched .swiper-pagination-bullet-active{
  background: #fff !important;
}

.collage-two{
  /*width: auto;*/
  width: 30.555556vw;
  /*min-width: 550px;*/
  position: relative;
}

.collage-two .pattern{
  position: absolute;
  aspect-ratio: 717/846;
   background: url(../images/pattern.png);
  background-size: 100%;
  width: 98.545455%;
  top: -4.3%;
  left: 19%;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

.collage-two .person{
  position: absolute;
  aspect-ratio: 862/1257;
  height: 66.1vh;
  bottom: -1.6vh;
  right: -4.555556vw;
  background: url(../images/collage-2.png);
  background-size: 100%;
  z-index: 3;
}

.spotlight{
  /*width: auto;*/
  width: 111.388889vw;
  /*min-width: 1660px;*/
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8vw 0 0;
}

.spotlight .intro{
  position: absolute;
  top: 16.8%;
  transform: translateY(-50%);
  left: 5.555556%;
  color: #fff;
}

.spotlight .intro h2{
  font-size: clamp(30px, 3.6vh,36px);
  font-weight: 700;
  margin: 0 0 15px;
}

.spotlight .intro p{
  font-weight: 500;
  font-size: clamp(20px, 2.2vh,22px);
  line-height: 1.3em;
  max-width: 280px;
  margin: 0;
}

 .spotlight-swiper{
 margin: 0 0 0 12.319202% !important;
  /*aspect-ratio: 1420/600;*/
  width: 70.573566%;
  overflow: visible !important;
 }

  .spotlight-swiper .swiper-wrapper{
    height: fit-content;
  }

 .spotlight-swiper .swiper-button-next{
  top: 0 !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  right: unset !important;
  left: 60px !important;
  background: url(../images/right-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 15px top 7.5px;
 }

  .spotlight-swiper .swiper-button-prev{
    top: 0 !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  left: 0% !important;
  background: url(../images/left-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: right 15px top 7.5px;
  }

  .spotlight-swiper .swiper-button-next svg, 
  .spotlight-swiper .swiper-button-prev svg{
    display: none;
 }


 .spotlight-swiper .swiper-slide{
  height: 100%;
 }


 .spotlight-swiper .wrap{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .spotlight-swiper .swiper-slide .wrap .image{
    width: 70%;
  }

 .spotlight-swiper .swiper-slide .wrap .image .hold{
       aspect-ratio: 1004/600;
      width: 100%;
      background: red;
      display: block;
      text-transform: none;
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    }

.spotlight-swiper .swiper-slide.one .wrap .image .hold{
      background: url(../images/ee.jpg);
      background-size: cover;
     }

     .spotlight-swiper .swiper-slide.two .wrap .image .hold{
      background: url(../images/ega.jpg);
      background-size: cover;
     }

.spotlight-swiper .swiper-slide.three .wrap .image .hold{
      background: url(../images/artsforward.jpg);
      background-size: cover;
     }

.spotlight-swiper .swiper-slide.four .wrap .image .hold{
      background: url(../images/eig.jpg);
      background-size: cover;
     }

.spotlight-swiper .swiper-slide.five .wrap .image .hold{
      background: url(../images/capital-grants.jpg);
      background-size: cover;
     }

.spotlight-swiper .swiper-slide.six .wrap .image .hold{
      background: url(../images/yss.jpg);
      background-size: cover;
     }

 .spotlight-swiper .swiper-slide .wrap .copy{
    width: 30%;
    color: #fff;
    display: flex;
  flex-direction: column;
  justify-content: center;
  }

 .spotlight-swiper .swiper-slide .wrap .copy .buttons{
  position: relative;
  height: 45px;
  margin: 0 0 30px;
}

  .spotlight-swiper .swiper-slide .wrap .copy h3{
    font-size: clamp(30px, 3.6vh, 36px);
    line-height: 1.1em;
    margin: 0 0 20px;
   }
  .spotlight-swiper .swiper-slide .wrap .copy p{
    max-width: 400px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px;
  }

   .spotlight-swiper .swiper-slide .wrap .copy a.more.white:after{
    left: 135px;
   }

 .spotlight .pag{
      position: relative;
      height: 25px;
      margin: 20px 0 0;
    }

.spotlight .swiper-pagination{
  bottom: 0% !important;
}

.spotlight .swiper-pagination-bullet{
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  color: #173d68;
  background: rgba(255, 255, 255, .5)  !important;
  opacity: 1 !important;
}

.spotlight .swiper-pagination-bullet-active{
  background: #fff !important;
}

/*.spotlight .mob-images{display: none;}*/

.mob-images{display: none;}

.collage-three{
  background: #fff;
  width: 12.777778vw;
  min-width: 235px;
  position: relative;
}

.collage-three .people{
  position: absolute;
  aspect-ratio: 598/704;
  /*width: 260%;*/
  height: 70.4vh;
  background: url(../images/impact-col.png);
  background-size: 100%;
  left: -20.555556vw;
  bottom: -8.9vh;
}

.collage-three .pattern{
  position: absolute;
  aspect-ratio: 525/416;
  /*width: 96.956522%;*/
  height: 17.6vh;
  background: url(../images/pattern-small.png);
  background-size: 100%;
  bottom: 0;
  left: -163%;
  z-index: 3;
  background-repeat: no-repeat;
}


.impact-num{
  background: #fff;
  /*width: auto;*/
  width: 61.666667vw;
  min-width: 1110px;
  position: relative;
  box-sizing: border-box;
  padding: 7rem 0;
}

.impact-num h2{
  text-align: center;
   font-weight: 700;
  font-size: clamp(48px,6vh,60px);
  background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 5rem;
  line-height: 1.1em;
}

.impact-num .grid{
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -2rem;
}

.impact-num .grid .item{
   box-sizing: border-box;
   -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2rem;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.impact-num .wrap h3{
  font-size: clamp(80px,11.4vh,114px);
  font-weight: 700;
  color: #1f3f68;
}

.impact-num .wrap.green h3{
  color: #07937c;
}

.impact-num .wrap.lgreen h3{
  color: #8dc63f;
}

.impact-num .wrap h3 span,
.impact-num .wrap h3 sub,
.impact-num .wrap h3 sup{
  font-size: .45em;
}


.impact-num .wrap h3 sup{
  vertical-align: super;
}

.impact-num .wrap h3.left{
  margin-left: -.3em;
}

.impact-num .wrap h3 span{
  vertical-align: middle;
  font-size: .55em;
}

.impact-num .wrap p{
  font-size: 15px;
  line-height: 1.5em;
  padding: 20px 0 0;
  margin: 0;
  border-top: 2px solid #1f3f68;
  /*max-width: 285px;*/
  color: #1f3f68;
}

.grade-three{
  width: auto;
  /*width: 224.722222vw;*/
  /*min-width: 4045px;*/
  position: relative;
  background: linear-gradient(270deg,rgba(20, 64, 107, 1) 20%, rgba(2, 147, 125, 1) 50%, rgba(143, 198, 64, 1) 90%);
  display: flex;
}

.grade-three:before{
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 8%;
  /*min-width: 410px;*/
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}

 .grade-three:after{
  position: absolute;
  content: '';
  width: 10.916442%;
  /*min-width: 405px;*/
  height: 100%;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #fff;
}

.first{
  width: 19.166667vw;
  /*width: 8.529048%;*/
  /*min-width: 345px;*/
  position: relative;
}

.first .pattern{
  position: absolute;
  aspect-ratio: 717/846;
  /*width: 145.217391%;*/
  height: 59.1vh;
  left: 6%;
  top: -28.3vh;
  background: url(../images/pattern.png);
  background-size: 100%;
  z-index: 23;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}

.first .pattern-white{
  position: absolute;
  aspect-ratio: 775/669;
  /*width: 144.927536%;*/
  height: 43.2vh;
  left: 50%;
  bottom: 4.1vh;
  background: url(../images/pattern-white.png);
  background-size: 100%;
  z-index: 20;
  background-repeat: no-repeat;
}

.snaps{
  width: 73.888889vw;
  /*width: 32.880099%;*/
  min-width: 1330px;
  position: relative;
}

.snaps .intro{
  position: absolute;
  z-index: 3;
  top: 7rem;
  left: 9.398496%;
  color: #fff;
}

.snaps .intro h2{
  font-weight: 700;
  font-size: clamp(30px, 3.6vh,36px);
  margin: 0 0 20px;
}

.snaps .intro p{
  font-size: 22px;
  max-width: 490px;
  font-weight: 500;
  line-height: 1.3em;
}

.snaps-swiper{
  /*width: 1075px !important;*/
  width: 80.827068% !important;
  margin: 35vh 0 0 auto !important;
  overflow: visible !important;
}

.snaps-swiper .buttons{
  position: relative;
  height: 45px;
  padding: 0;
  margin: 10px 0 0;
  z-index: 5;
}


.snaps-swiper .swiper-button-next{
  top: 00 !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  right: 40% !important;
  margin-right: -22.5px !important;
  background: url(../images/right-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: left 15px top 7.5px;
 }

.snaps-swiper .swiper-button-prev{
    top: 00% !important;
  margin-top: 0 !important;
  width: 45px !important;
  height: 45px !important;
  border: 2px solid #fff !important;
  border-radius: 100% !important;
  color: #fff !important;
  left: 40% !important;
  margin-left: -22.5px !important;
  background: url(../images/left-w.png);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: right 15px top 7.5px;
  }

.snaps-swiper .swiper-button-next svg, 
.snaps-swiper .swiper-button-prev svg{
    display: none;
 }

.snaps-swiper .wrap{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}



.snaps-swiper .wrap .photo{
  width: 30%;
  position: relative;
}

.snaps-swiper .wrap .photo img{
  width: 100%;
}

.snaps-swiper .wrap .text{
  width: 70%;
  box-sizing: border-box;
  padding: 0 0 0 2.5rem;
  color: #fff;
}

.snaps-swiper .wrap .text h3{
  font-size: clamp(24px, 3vh, 30px);
  font-weight: 700;
  margin: 0 0 20px;
}

.snaps-swiper .wrap .text .quote{
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 30px;
}

.snaps-swiper .wrap .text .who{
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  max-width: 75%;
}

.snaps-swiper .wrap .text .who span{
  display: block;
  font-weight: 700;
}
.snaps .pag{
      position: relative;
      height: 15px;
      margin: 20px 0 0;
    }

.snaps .swiper-pagination{
  bottom: 0% !important;
}

.snaps .swiper-pagination-bullet{
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  color: #173d68;
  background: rgba(255, 255, 255, .5)  !important;
  opacity: 1 !important;
}

.snaps .swiper-pagination-bullet-active{
  background: #fff !important;
}


.collage-four{
  width: 27.777778vw;
  /*width: 12.360939%;*/
  min-width: 500px;
  position: relative;
}

.collage-four .pattern-white{
  position: absolute;
  aspect-ratio: 775/669;
  height: 49.3vh;
  /*width: 114%;*/
  left: -8.111111vw;
  top: -17.5vh;
  background: url(../images/pattern-white.png);
  background-size: 100%;
  z-index: 20;
  background-repeat: no-repeat;
}

.collage-four .people{
  position: absolute;
  aspect-ratio: 872/876;
  /*height: 57.6vh;*/
  width: 31.833333vw;
  background: url(../images/collage-4.png);
  background-size: 100%;
  bottom: -0.5vh;
  right:-4vw;
  z-index: 2;
}

.collage-four .pattern{
  position: absolute;
  aspect-ratio: 908/915;
  height: 44.8vh;
  background: url(../images/pattern-2.png);
  background-size: 100%;
  right: -16.111111vw;
  bottom: -23.5vh;
  background-repeat: no-repeat;
}

.money{
  width: 26.666667vw;
  min-width: 480px;
  box-sizing: border-box;
  padding: 7rem 0;
}

.money .total{
  padding: 0 0 80px;
  color: #fff;
  margin: 0;
}

.money .total .label{
  font-size: clamp(20px, 2.3vh, 23px);
  font-weight: 500;
  line-height: 1.1em;
  margin: 0 0 10px; 
}

.money .total h2{
  font-size: clamp(65px, 8vh,80px);
  font-weight: 700;
  margin: 0;
}

.money .total h2 sup{
  vertical-align: super;
  font-size: .5em;
}

.money .list{
  width: 83.333333%;
  min-width: 400px;
}

.money .list .item{
  border-bottom: 2px solid #fff;
  padding: 1rem 0;
  display: flex;
}

.money .list .item:last-of-type{
  border-bottom: none;
}

.money .list .item .icon{
  width: 98px;
}

.money .list .item:nth-of-type(1) .icon img{
  width: 62.244898%;
}

.money .list .item:nth-of-type(2) .icon img{
  width: 75.510204%;
}

.money .list .item:nth-of-type(3) .icon img{
  width: 78.571429%;
}

.money .list .item .copy{
  width: calc(100% - 98px);
  color: #fff;
  box-sizing: border-box;
  padding-left: 1em;
}

.money .list .item .copy .cat{
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.money .list .item .copy .num{
  font-size: clamp(48px,5.5vh,55px);
  font-weight: 700;
}

.money .list .item .copy .num sup{
  vertical-align: super;
  font-size: .5em;
}

.pie{
  width: 76.111111vw;
  min-width: 1370px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}


.pie .wrap{
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.pie .wrap .left{
  width: 60%;
}

.pie .wrap .right{
  width: 40%;
  box-sizing: border-box;
  padding-left: 2rem;
}

#pieChart {
  max-width: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  counter-reset: break-point 60;
}
#pieChart svg {
  overflow: visible;
  transition: width 0.7s ease;
}
#pieChart path {
  cursor: pointer;
}

#pieText {
  overflow: visible;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
#pieText .panel {
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
  transition: height 0.7s ease, padding 0.7s ease;
  perspective: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-wrapper {
  overflow: hidden;
  transform-style: preserve-3d;
}

#segmentTitle {
  transition: padding 0.7s ease;
  padding: 20px 0;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  border-top: 2px solid #fff;
}

#segmentMoney{
  transition: padding 0.7s ease;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  padding: 0 0 30px;
  margin: 0;
}

#segmentMoney sup{
  font-size: .5em;
  vertical-align: super;
}

#segmentMoney .mob{
  display: none;
}


#segmentText{
  transition: padding 0.7s ease;
  max-width: 340px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0;
  font-weight: 500;
}

.dc{
  position: relative;
  background: #fff;
  width: 61.111111vw;
  /*min-width: 1800px;*/
  box-sizing: border-box;
  padding: 7rem 50px;
}

.dc .pattern{
  position: absolute;
  aspect-ratio: 908/915;
  height: 45.5vh;
  background: url(../images/pattern-2.png);
  background-size: 100%;
  top: -14.5vh;
  left: -38%;
  background-repeat: no-repeat;
}

.dc .header{
  width: 970px;
  margin: 0 auto 2rem;
}

.dc .header h3{
  font-weight: 700;
  font-size: clamp(30px, 3.6vh,36px);
  margin: 0 0 20px;
  background: linear-gradient(279deg, rgba(138,204,58,1) 0%, rgba(46,162,106,1) 50%, rgba(1,65,107,1) 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dc .header p{
  color: #1f3f68;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  max-width: 585px;
  line-height: 1.3em;
}



.dc .grid{
  display:flex;
  flex-wrap:wrap;
  margin: -.75rem auto;
  /*width: 60.546875%;*/
  width: 970px;
}

.dc .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: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.dc .grid .item .image{
  width: 100%;
  margin: 0 auto;
}

.dc .grid .item .image img{
  width: 100%;
}

.dc .grid .item .name{
  color: #1f3f68;
  font-size: .9em;
  font-weight: 500;
  margin: 0;
  padding: .5rem 0 0;
}

.dc .grid .item .name span{
  display: block;
  font-weight: 700;
}

.grade-four{
  position: relative;
  display: flex;
background: linear-gradient(270deg,rgba(20, 64, 107, 1) 26%, rgba(2, 147, 125, 1) 87%, rgba(143, 198, 64, 1) 100%);
}

.grade-four:before{
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 22.222222vw;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}

.collage-five{
  width: 22.222222vw;
  position: relative;
}

.collage-five .people{
  position: absolute;
  aspect-ratio: 1294/1001;
  height: 57.7vh;
  background: url(../images/collage-5.png);
  background-size: 100%;
  left: 10%;
  bottom: -.9vh;
}

.trust{
  width: 38.888889vw;
  min-width: 700px;
  padding: 7rem 0;
  position: relative;
}

.trust .pattern-white{
  position: absolute;
  aspect-ratio: 775/669;
  /*width: 144.927536%;*/
  height: 49.2vh;
  right: 5vw;
  bottom: -17.1vh;
  background: url(../images/pattern-white.png);
  background-size: 100%;
  z-index: 20;
  background-repeat: no-repeat;
}

.trust .header{
  color: #fff;
  width: 580px;
  margin: 0 auto 2rem;
}

.trust .header h3{
  font-weight: 700;
  font-size: clamp(30px, 3.6vh,36px);
  margin: 0 0 20px;
}

.trust .header p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  max-width: 460px;
  line-height: 1.3em;
}

.trust .grid{
  display:flex;
  flex-wrap:wrap;
  margin: -.75rem auto;
  width: 583px;
}

.trust .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.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.trust .grid .item .image{
  width: 100%;
  margin: 0 auto;
}

.trust .grid .item .image img{
  width: 100%;
}

.trust .grid .item .name{
  color: #fff;
  font-size: .9em;
  font-weight: 500;
  margin: 0;
  padding: .5rem 0 0;
}

.staff{
  width: 54vw;
  min-width: 1100px;
  box-sizing: border-box;
  padding: 7rem 0;
}

.staff .header{
  width: 970px;
  margin: 0 auto 2rem;
  color: #fff;
}

.staff .header h3{
  font-weight: 700;
  font-size: clamp(30px, 3.6vh,36px);
  margin: 0 0 20px;
}

.staff .header p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  max-width: 620px;
  line-height: 1.3em;
}

.staff .grid{
  display:flex;
  flex-wrap:wrap;
  margin: -.75rem auto;
  width: 970px;
}

.staff .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: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.staff .grid .item .image{
  width: 100%;
  margin: 0 auto;
}

.staff .grid .item .image img{
  width: 100%;
}

.staff .grid .item .name{
  color: #ffff;
  font-size: .9em;
  font-weight: 500;
  margin: 0;
  padding: .5rem 0 0;
}

.staff .grid .item .role{
  color: #ffff;
  font-size: .75em;
  font-weight: 500;
  margin: 0;
  padding: .25rem 0 0;
}


.foot{
  width: 50vw;
  background: #14406B;
  box-sizing: border-box;
  padding: 7rem 3rem;
  color: #fff;
}

.foot .copy{
  max-width: 565px;
}

.foot .copy .top{
  padding: 0 0 30px;
  border-bottom: 2px solid #fff;
}

.foot .copy .top .logo{
  width: 240px;
}

.foot .copy .top .logo img{
  width: 100%;
}

.foot .copy .mid{
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 2px solid #fff;
}

.foot .copy .mid .left{
  width: 50%;
}

.foot .copy .mid .left .info{
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}
.foot .copy .mid .left .info p{
  margin: 0;
}

.foot .copy .mid .right{
  width: 50%;
}

.foot .copy .mid .right .links{
  padding: 0 0 20px;
}

.foot .copy .mid .right .links a{
  color: #fff;
  text-decoration: none;
  line-height: 1.5em;
}

.foot .copy .mid .right .socials{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot .copy .mid .right .socials li{
  height: 40px;
  margin-left: 15px;
}

.foot .copy .mid .right .socials li:first-of-type{
  margin: 0;
}

.foot .copy .mid .right .socials li a{display: block; height: 40px; width: auto;}

.foot .copy .mid .right .socials li a img{
  height: 100%;
}

.foot .copy .lower{
  padding: 30px 0 0;
}

.foot .copy .lower h3{
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.foot .copy .lower p{
  max-width: 368px;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 0 20px;
  font-weight: 500;
}

.foot .copy .lower a{
  color: #fff;
}

/*Pop ups --------------------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

body:has(.overlay:target),
body:has(.overlay:target) .pin-spacer{
  overflow: hidden;
}

.outer{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
  padding: 40px;
  background: linear-gradient(180deg, rgba(5,70,119,.5) 19%, rgba(2,147,125,.5) 50%, rgba(143,198,64,.5) 89%);
  border-radius: 40px;
}



.outer .inner { box-sizing: border-box; position: relative;  padding: 50px 60px; text-align: center; background: #fff; color: #003e6b; border-radius: 40px;}


.outer .inner h2{
  font-size: 35px;
  font-weight: 800;
    line-height: 1.1em;
  margin: 0 0 30px;
}

.outer .inner .text{
  box-sizing: border-box;
  max-height: 500px;
  overflow: auto;
/*  margin: 0 30px 0;*/
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
  padding-right: 50px;
}


.outer .inner .text .image{
  margin: 0 auto 30px;
  max-width: 350px;
}

.outer .inner .text .image img{
  width: 100%;
}


.outer .inner .text .bold{
  font-weight: 600;
}

.outer .inner .text .it{
  font-style: italic;
}

.outer .inner .text p{
  font-weight: 500;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5em;
}

.outer .inner .text p sup{
  font-size: 10px;
}

.outer .inner .text p.big{
  font-size: 20px;
  font-weight: 600;
   line-height: 1.4em;
}

.outer .inner .text p.big sup{
  font-size: 14px;
}


.outer .inner .text p.small{
 font-size: 14px;
 margin: -25px 0 20px;
}

.outer .inner .text p a{
  color: #07937c;
}

.outer .inner .text ul{
  margin:0 0 30px;
  padding-left:30px;
  list-style: circle;
}

.outer .inner .text li{
  margin:0 0 10px;
}

.outer .inner .text hr{
  margin: 40px 0;
  border: none;
  height: 6px;
  width: 100%;
  background: url(../images/line-hb.jpg);
}

.outer .inner .text h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 20px;
}

.outer .inner .text p.quote{
  font-style: italic;
}


.outer .inner .text .btn{
  border-radius: 25px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 2px solid #003e6b;
  color: #003e6b;
  font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 16px;
}

.outer .inner .hide{
  display: inline-block;
  margin: 20px auto 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #003e6b;
}
