.bp-home-page .site.grid-container.container,
.bp-home-page .site-content,
.bp-home-page .content-area,
.bp-home-page .site-main,
.bp-home-page article,
.bp-home-page .inside-article,
.bp-home-page .entry-content{
  width:100%!important;
  max-width:none!important;
}
.bp-home-page.separate-containers .site-main,
.bp-home-page .site-main{
  margin-top:0!important;
  margin-bottom:0!important;
}
.bp-home-page.separate-containers .inside-article,
.bp-home-page.one-container .inside-article,
.bp-home-page .inside-article{
  padding:0!important;
}
.bp-home-page .entry-content{
  margin:0!important;
}
.bp-home-page .bp-home{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  overflow:hidden;
}
.bp-home .home-hero{
  background-color:var(--navy);
  background-image:linear-gradient(90deg,#071d31fa 0%,#0a2944e8 42%,#08243e38 76%),url('hero-home-bonaproa.webp');
  background-position:center,right center;
  background-size:cover,auto 100%;
  background-repeat:no-repeat;
}
.bp-home a.home-btn,.bp-home a.home-btn:visited{
  background:var(--gold)!important;
  color:var(--navy)!important;
  text-decoration:none!important;
}
.bp-home a.home-btn:hover,.bp-home a.home-btn:focus-visible{
  background:#f0c44d!important;
  color:var(--navy)!important;
}
.bp-home a.home-btn.ghost,.bp-home a.home-btn.ghost:visited{
  border-color:#ffffff88!important;
  background:#ffffff16!important;
  color:#fff!important;
}
.bp-home a.home-btn.ghost:hover,.bp-home a.home-btn.ghost:focus-visible{
  background:#fff!important;
  color:var(--navy)!important;
}
.bp-home a.course-card,.bp-home a.course-card:visited{
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .2s ease,box-shadow .2s ease;
}
.bp-home a.course-card:hover,.bp-home a.course-card:focus-visible{
  color:#fff!important;
  transform:translateY(-4px);
  box-shadow:0 22px 48px #1022382b;
}
.bp-home .course-card .course-link{
  padding:0;
  background:transparent;
  color:#f2c75d!important;
  font-size:12px;
  font-weight:800;
}
.bp-home .home-manifesto h2{
  color:#fff!important;
}
.bp-home .home-reviews .home-heading h2{
  color:#fff!important;
}
.bp-home .home-reviews .home-heading p{
  color:#cbd9e2!important;
}
.bp-home .home-reviews .home-eyebrow{
  color:#f2c75d!important;
}
.bp-home .review-card b{
  display:block;
  margin-bottom:5px;
}
.bp-home .review-card a,.bp-home .review-card a:visited{
  color:var(--blue)!important;
  font-size:11px;
  font-weight:700;
  text-decoration:none!important;
}
.bp-home .review-card a:hover{
  text-decoration:underline!important;
}
@media(max-width:900px){
  .bp-home .home-hero{
    background-position:center,72% center;
    background-size:cover,auto 100%;
  }
}
@media(max-width:620px){
  .bp-home .home-hero{
    background-position:center,70% center;
    background-size:cover,auto 100%;
  }
}
