.sph-collage {
--sph-vh: 50svh;
--sph-ink: #000;
--sph-gap: 18px;
width: 100%;
background: #fff;
padding: var(--sph-gap);
overflow-x: clip;
}
.sph-collage,
.sph-collage *,
.sph-collage *::before,
.sph-collage *::after { box-sizing: border-box; } .sph-wrap {
width: 100%;
height: calc(var(--sph-vh) - (var(--sph-gap) * 2));
margin: 0;
display: grid;
gap: var(--sph-gap);
grid-template-columns: 1.05fr 1.9fr 1.05fr;
grid-template-rows: 1fr 1fr;
grid-template-areas:
"lt hero rt"
"lb hero rb";
align-items: stretch;
} .sph-tile {
border-radius: 0;
overflow: hidden;
background: #f3f6fb;
position: relative;
background-size: cover;
background-position: center;
}
.sph-tile::after {
content: "";
position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.06));
pointer-events: none;
z-index: 2;
}
.sph-lt { grid-area: lt; }
.sph-lb { grid-area: lb; }
.sph-rt { grid-area: rt; }
.sph-rb { grid-area: rb; } .sph-hero {
grid-area: hero;
border-radius: 0;
overflow: visible;
position: relative;
background: #f3f6fb;
min-height: 100%;
}
.sph-hero__bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
}
.sph-hero__bg::after,
.sph-hero__gradient {
content: "";
position: absolute; inset: 0;
z-index: 2;
background:
radial-gradient(900px 600px at 35% 55%,
rgba(255,255,255,.88),
rgba(255,255,255,.35) 55%,
rgba(255,255,255,.10) 100%),
linear-gradient(90deg,
rgba(255,255,255,.92) 0%,
rgba(255,255,255,.55) 42%,
rgba(255,255,255,.08) 75%);
pointer-events: none;
}
.sph-hero__content {
position: relative;
z-index: 3;
height: 100%;
padding: clamp(20px, 3vw, 48px);
display: flex;
flex-direction: column;
justify-content: center;
max-width: 680px;
}
.sph-hero__title {
margin: 0 0 12px;
font-size: clamp(24px, 3vw, 44px);
line-height: 1.08;
letter-spacing: -0.02em;
color: var(--sph-ink);
font-weight: 750;
text-wrap: balance;
}
.sph-hero__sub {
margin: 0 0 18px;
font-size: 15px;
line-height: 1.6;
color: rgba(0,0,0,.62);
max-width: 50ch;
} .sph-hero__cta-row {
display: flex;
gap: 12px;
flex-wrap: wrap;
margin-top: 4px;
}
.sph-btn {
display: inline-flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 20px;
border-radius: 0;
text-decoration: none;
font-size: 14px;
font-weight: 650;
border: 1px solid rgba(15,27,45,.14);
transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.sph-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.sph-btn--primary {
background: var(--sph-ink);
border-color: rgba(15,27,45,.18);
color: #fff;
}
.sph-btn--primary:hover { background: #0b1626; color: #fff; }
.sph-btn--ghost {
background: rgba(255,255,255,.72);
color: var(--sph-ink);
}
.sph-btn--ghost:hover { background: rgba(255,255,255,.88); } @media (max-width: 1180px) {
.sph-wrap { grid-template-columns: 1fr 1.5fr 1fr; }
}
@media (max-width: 980px) {
.sph-collage { padding: 10px; }
.sph-wrap {
height: auto !important;
min-height: auto !important;
grid-template-columns: 1fr 1fr 1fr 1fr !important;
grid-template-rows: auto auto !important;
grid-template-areas:
"hero hero hero hero"
"lt   lb   rt   rb" !important;
gap: 10px !important;
}
.sph-hero {
min-height: 340px;
}
.sph-tile {
min-height: 120px;
}
.sph-hero__content {
padding: clamp(20px, 5vw, 36px);
}
.sph-hero__bg::after,
.sph-hero__gradient {
background:
linear-gradient(180deg,
rgba(255,255,255,.85) 0%,
rgba(255,255,255,.45) 60%,
rgba(255,255,255,.46) 100%);
}
.sph-hero__sub {
color: #000;
}
}
@media (max-width: 600px) {
.sph-collage { padding: 8px; }
.sph-wrap {
gap: 8px !important;
}
.sph-hero {
min-height: 280px;
}
.sph-tile {
min-height: 90px;
}
.sph-hero__title {
font-size: clamp(22px, 6vw, 32px);
}
.sph-hero__sub {
font-size: 14px;
}
.sph-btn {
height: 38px;
padding: 0 16px;
font-size: 13px;
}
} @media (prefers-reduced-motion: reduce) {
.sph-btn { transition: none !important; }
}  .bsh-dlc {
--orange:    #eb6a05;
--blue:      #4283c4;
--blue-dark: #1b3a61;
--dark:      #0f1720;
--light-bg:  #f4f7fb;
--gray-bg:   #ececec;
--radius-a:  50px 0 50px 0;
--radius-b:  0 50px 0 50px;
font-family: inherit;
color: var(--dark);
}
.bsh-dlc *,
.bsh-dlc *::before,
.bsh-dlc *::after { box-sizing: border-box; } .bsh-dlc a:focus-visible,
.bsh-dlc button:focus-visible,
.bsh-dlc input:focus-visible,
.bsh-dlc [type="checkbox"]:focus-visible {
outline: 2px solid var(--orange);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.bsh-dlc,
.bsh-dlc * {
transition-duration: 0.01ms !important;
}
}
.bsh-dlc__container {
max-width: 1600px;
margin: 0 auto;
padding: 0 32px;
}
.bsh-dlc__container--narrow {
max-width: 900px;
}
.bsh-dlc__kicker {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: var(--orange);
margin-bottom: 10px;
}
.bsh-dlc__heading {
font-size: clamp(28px, 4vw, 42px);
font-weight: 700;
line-height: 1.15;
margin: 0 0 18px;
color: var(--dark);
}
.bsh-dlc__text {
font-size: 16px;
line-height: 1.65;
color: #444;
margin: 0 0 24px;
} .bsh-dlc__btn {
display: inline-block;
padding: 14px 36px;
font-size: 15px;
font-weight: 600;
border: none;
cursor: pointer;
transition: border-radius .35s ease, background .25s ease, color .25s ease;
text-decoration: none;
text-align: center;
background: var(--orange);
color: #fff;
border-radius: var(--radius-a);
}
.bsh-dlc__btn:hover,
.bsh-dlc__btn:focus-visible {
border-radius: var(--radius-b);
background: var(--blue-dark);
color: #fff;
}
.bsh-dlc__btn--ghost {
background: transparent;
color: var(--orange);
border: 2px solid var(--orange);
}
.bsh-dlc__btn--ghost:hover,
.bsh-dlc__btn--ghost:focus-visible {
background: var(--orange);
color: #fff;
border-color: var(--orange);
border-radius: var(--radius-b);
} .bsh-dlc__consent {
display: flex;
gap: 10px;
align-items: flex-start;
font-size: 14px;
line-height: 1.5;
color: #555;
cursor: pointer;
margin-bottom: 20px;
}
.bsh-dlc__consent input[type="checkbox"] {
flex-shrink: 0;
margin-top: 3px;
accent-color: var(--orange);
}
.bsh-dlc__consent a {
color: var(--orange);
text-decoration: underline;
} .bsh-dlc-s2 {
background: #fff;
padding: 100px 0;
}
.bsh-dlc-s2__header {
margin-bottom: 48px;
}
.bsh-dlc-s2__header .bsh-dlc__text {
max-width: 70ch;
} .bsh-dlc-s2__category {
margin-bottom: 56px;
}
.bsh-dlc-s2__category:last-child {
margin-bottom: 0;
}
.bsh-dlc-s2__cat-title {
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin: 0 0 20px;
line-height: 1.25;
letter-spacing: -0.01em;
text-transform: uppercase;
padding-bottom: 12px;
border-bottom: 2px solid var(--dark);
}
.bsh-dlc-s2__cat-desc {
margin: -8px 0 20px;
font-size: 15px;
line-height: 1.6;
color: rgba(15, 27, 45, .56);
} .bsh-dlc-s2__cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 16px;
} .bsh-dlc-s2__card {
display: flex;
align-items: center;
gap: 16px;
padding: 20px 24px;
background: var(--light-bg);
border-radius: 50px 0 50px 0;
text-decoration: none;
color: inherit;
transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
border: 1px solid transparent;
}
.bsh-dlc-s2__card:hover {
background: #fff;
border-color: rgba(66, 131, 196, .2);
box-shadow: 0 4px 20px rgba(15, 27, 45, .08);
transform: translateY(-2px);
}
.bsh-dlc-s2__card:focus-visible {
outline: 2px solid var(--orange);
outline-offset: 2px;
} .bsh-dlc-s2__card-icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 0;
font-size: 12px;
font-weight: 800;
letter-spacing: .04em;
text-transform: uppercase;
background: rgba(15, 27, 45, .06);
color: rgba(15, 27, 45, .5);
}
.bsh-dlc-s2__card-icon--pdf {
background: rgba(220, 53, 69, .10);
color: #c0392b;
}
.bsh-dlc-s2__card-icon--doc {
background: rgba(41, 98, 255, .10);
color: #2962ff;
}
.bsh-dlc-s2__card-icon--xls {
background: rgba(46, 125, 50, .10);
color: #2e7d32;
}
.bsh-dlc-s2__card-icon--ppt {
background: rgba(230, 81, 0, .10);
color: #e65100;
}
.bsh-dlc-s2__card-icon--img {
background: rgba(235, 106, 5, .10);
color: var(--orange);
}
.bsh-dlc-s2__card-icon--zip {
background: rgba(121, 85, 72, .10);
color: #795548;
}
.bsh-dlc-s2__card-icon--vid {
background: rgba(156, 39, 176, .10);
color: #8e24aa;
}
.bsh-dlc-s2__card-icon--aud {
background: rgba(0, 150, 136, .10);
color: #00897b;
}
.bsh-dlc-s2__card-icon--custom {
background: rgba(235, 106, 5, .08);
color: var(--orange);
font-size: 20px;
}
.bsh-dlc-s2__card-icon--custom i,
.bsh-dlc-s2__card-icon--custom svg {
width: 22px;
height: 22px;
font-size: 20px;
line-height: 1;
} .bsh-dlc-s2__card-info {
flex: 1;
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.bsh-dlc-s2__card-title {
font-size: 15px;
font-weight: 600;
color: var(--dark);
line-height: 1.35;
word-break: break-word;
}
.bsh-dlc-s2__card-meta {
font-size: 13px;
color: rgba(15, 27, 45, .45);
} .bsh-dlc-s2__card-dl {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--orange);
color: #fff;
transition: background .2s ease, transform .2s ease;
}
.bsh-dlc-s2__card:hover .bsh-dlc-s2__card-dl {
background: var(--blue-dark);
transform: translateY(2px);
} .bsh-dlc-s3 {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: #1b3a61;
background-size: cover;
background-position: center;
}
.bsh-dlc-s3 .bsh-dlc__container { position: relative; z-index: 2; }
.bsh-dlc-s3 .bsh-dlc__heading { color: #fff; }
.bsh-dlc-s3 .bsh-dlc__kicker { color: var(--orange); }
.bsh-dlc-s3__tree {
position: absolute; right: -40px; bottom: -40px;
width: 320px; height: 320px;
background-size: contain; background-repeat: no-repeat; background-position: center;
filter: brightness(0) invert(1); opacity: .1;
pointer-events: none; z-index: 0;
}
.bsh-dlc-s3__dots {
position: absolute;
inset: 0;
background-image: radial-gradient(var(--orange) 1.2px, transparent 1.2px);
background-size: 24px 24px;
opacity: .035;
pointer-events: none;
}
.bsh-dlc-s3__content {
position: relative;
z-index: 1;
text-align: center;
}
.bsh-dlc-s3__content .bsh-dlc__kicker,
.bsh-dlc-s3__content .bsh-dlc__heading {
text-align: center;
}
.bsh-dlc-s3__body {
font-size: 16px;
line-height: 1.65;
color: #444;
margin-bottom: 28px;
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
.bsh-dlc-s3__body p {
margin: 0 0 .8em;
}
.bsh-dlc-s3__ctas {
display: flex;
gap: 16px;
flex-wrap: wrap;
justify-content: center;
} .bsh-dlc-s4 {
background: var(--light-bg, #f4f7fb);
padding: 100px 0;
position: relative;
overflow: hidden;
}
.bsh-dlc-s4__bg {
position: absolute;
inset: 0;
z-index: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: right -60px bottom -60px;
opacity: .04;
pointer-events: none;
}
.bsh-dlc-s4__wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
background: #fff;
border-radius: 0;
padding: 48px;
align-items: center;
position: relative;
z-index: 1;
}
.bsh-dlc-s4__row {
display: flex;
gap: 12px;
margin-bottom: 16px;
}
.bsh-dlc-s4__input {
flex: 1;
padding: 13px 16px;
font-size: 15px;
font-family: inherit;
border: 1.5px solid #d0d5dd;
border-radius: 0;
background: #fafbfc;
color: var(--dark);
transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-dlc-s4__input:focus {
outline: none;
border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235, 106, 5, .12);
}
.bsh-dlc-s4__btn {
padding: 13px 32px;
font-size: 15px;
font-weight: 600;
border: none;
cursor: pointer;
background: var(--orange);
color: #fff;
border-radius: var(--radius-a);
transition: border-radius .35s ease, background .25s ease;
white-space: nowrap;
}
.bsh-dlc-s4__btn:hover,
.bsh-dlc-s4__btn:focus-visible {
border-radius: var(--radius-b);
background: var(--blue-dark);
} @media (max-width: 900px) {
.bsh-dlc-s4__wrap {
grid-template-columns: 1fr;
gap: 40px;
}
.bsh-dlc-s2,
.bsh-dlc-s3,
.bsh-dlc-s4 {
padding: 64px 0;
}
.bsh-dlc-s4__wrap {
padding: 40px 32px;
}
.bsh-dlc-s2__cards {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {
.bsh-dlc__container {
padding: 0 18px;
}
.bsh-dlc-s3__ctas {
flex-direction: column;
align-items: center;
}
.bsh-dlc-s4__row {
flex-direction: column;
}
.bsh-dlc-s4__btn {
width: 100%;
}
.bsh-dlc-s2__card {
padding: 16px 18px;
border-radius: 50px 0 50px 0;
}
.bsh-dlc-s2__card-icon {
width: 42px;
height: 42px;
font-size: 11px;
}
.bsh-dlc-s2__card-dl {
width: 36px;
height: 36px;
}
.bsh-dlc-s2__card-dl svg {
width: 16px;
height: 16px;
}
} .bsh-dlc-s3 .bsh-dlc-s3__body { color: rgba(255,255,255,.85); }
.bsh-dlc-s3 .bsh-dlc-s3__body a { color: #fff; text-decoration: underline; }
.bsh-dlc-s3 .bsh-dlc-s3__body a:hover { color: var(--orange); } .bsh-dlc-s3 .bsh-dlc__btn--ghost { color: #fff; border-color: #fff; }
.bsh-dlc-s3 .bsh-dlc__btn--ghost:hover { background: #fff; color: var(--blue-dark); }