.vp-home-hero{
margin:1.25rem 0 2rem 0;
display:grid;
grid-template-columns:minmax(0,1.75fr) minmax(280px,.75fr);
gap:1rem;
align-items:stretch;
}
.vp-home-hero-main,
.vp-home-hero-side,
.vp-home-mini-card{
background:#ffffff;
border:1px solid rgba(47,93,102,.12);
border-radius:14px;
box-shadow:0 6px 18px rgba(16,32,45,.06);
}
.vp-home-hero-main{
padding:1.35rem 1.35rem 1.45rem 1.35rem;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
}
.vp-home-hero-main::after{
display:none;
}
.vp-home-eyebrow{
display:inline-flex;
align-items:center;
gap:.45rem;
font-size:.82rem;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
color:#2f5d66;
margin-bottom:.6rem;
}
.vp-home-title{
font-size:2rem;
line-height:1.18;
margin:0 0 .9rem 0;
max-width:25ch;
}
.vp-home-intro{
font-size:1.06rem;
line-height:1.65;
max-width:62ch;
margin:0 0 1rem 0;
}
.vp-home-cta-row{
display:flex;
flex-wrap:wrap;
gap:.7rem;
margin-top:0.8rem;
}
.vp-home-hero-side{
padding:1.2rem 1.15rem;
display:flex;
flex-direction:column;
justify-content:space-between;
position:relative;
overflow:hidden;
}
.vp-home-side-icon{
font-size:1.8rem;
line-height:1;
margin-bottom:.6rem;
}
.vp-home-side-label{
font-size:.82rem;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
color:#2f5d66;
margin-bottom:.5rem;
}
.vp-home-side-title{
font-size:1.45rem;
line-height:1.15;
margin:0 0 1.1rem 0;
background-image:url("/images/underline.webp");
background-repeat:no-repeat;
background-position:left bottom;
padding-bottom:.5rem;
}
.vp-home-side-text{
margin:0 0 .9rem 0;
line-height:1.55;
}
.vp-home-side-meta{
font-size:1rem;
font-weight:700;
color:#22464d;
margin-bottom:1rem;
}
.vp-home-side-link{
display:inline-flex;
align-items:center;
gap:.35rem;
font-weight:700;
text-decoration:none;
color:#1e63c6;
}
.vp-home-side-link:link,
.vp-home-side-link:visited{
color:#1e63c6;
text-decoration:none;
}
.vp-home-side-link:hover,
.vp-home-side-link:visited:hover{
color:#174f9f;
text-decoration:none;
}
.vp-home-side-link:focus-visible,
.vp-home-side-link:visited:focus-visible{
color:#174f9f;
text-decoration:none;
outline:none;
box-shadow:0 0 0 3px rgba(30,99,198,.18);
border-radius:6px;
}
.vp-home-mini-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:1rem;
margin:0 0 2rem 0;
}
.vp-home-mini-card{
padding:1.05rem 1rem 1.1rem 1rem;
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:205px;
}
.vp-home-mini-icon{
font-size:1.45rem;
line-height:1;
margin-bottom:.65rem;
}
.vp-home-mini-title{
font-size:1.08rem;
line-height:1.2;
margin:0 0 .9rem 0;
color:#10202d;
background:url("/images/underline.webp") no-repeat left bottom;
padding-bottom:.6rem;
}
.vp-home-mini-stat{
font-size:1.16rem;
font-weight:800;
line-height:1.2;
margin:0 0 .45rem 0;
color:#1f4046;
}
.vp-home-mini-text{
margin:0 0 .85rem 0;
line-height:1.55;
}
.vp-home-mini-meta{
font-size:.97rem;
font-weight:700;
color:#22464d;
margin:0 0 .35rem 0;
}
.vp-home-mini-updated{
font-size:.95rem;
font-weight:700;
color:#2f5d66;
margin:0 0 .95rem 0;
}
.vp-home-mini-link{
display:inline-flex;
align-items:center;
gap:.35rem;
font-weight:700;
text-decoration:none;
color:#1e63c6;
}
.vp-home-mini-link:link,
.vp-home-mini-link:visited{
color:#1e63c6;
text-decoration:none;
}
.vp-home-mini-link:hover,
.vp-home-mini-link:visited:hover{
color:#174f9f;
text-decoration:none;
}
.vp-home-mini-link:focus-visible,
.vp-home-mini-link:visited:focus-visible{
color:#174f9f;
text-decoration:none;
outline:none;
box-shadow:0 0 0 3px rgba(30,99,198,.18);
border-radius:6px;
}

@media (max-width:919px){
.vp-home-hero{
grid-template-columns:1fr;
}
.vp-home-mini-grid{
grid-template-columns:1fr;
}
.vp-home-hero-main{
text-align:center;
}
.vp-home-eyebrow{
justify-content:center;
}
.vp-home-title{
font-size:1.7rem;
max-width:none;
text-align:center;
}
.vp-home-intro{
text-align:center;
margin-left:auto;
margin-right:auto;
}
.vp-home-cta-row{
justify-content:center;
}
}


