/* HERO overlay (first section) */
.page-section:first-of-type{
position: relative;
background-size: cover !important;
background-position: center !important;
}
.page-section:first-of-type::before{
content:"";
position:absolute;
inset:0;
background: linear-gradient(90deg, rgba(11,42,85,.92) 0%, rgba(11,42,85,.72) 55%, rgba(11,42,85,.30) 100%);
pointer-events:none;
}
.page-section:first-of-type .content,
.page-section:first-of-type .sqs-layout{
position: relative;
z-index: 1;
}
.page-section:first-of-type h1,
.page-section:first-of-type h2,
.page-section:first-of-type h3,
.page-section:first-of-type p,
.page-section:first-of-type a{
color: #fff !important;
}
.page-section:first-of-type a.sqs-button-element--primary{
background: #fff !important;
color: var(--gp-accent) !important;
}