.sph3-hero,
.sph3-hero *,
.sph3-hero *::before,
.sph3-hero *::after {
box-sizing: border-box;
}
.sph3-hero {
position: relative;
display: block;
width: 100%;
background: #f4f7fb;
overflow: hidden;
padding: 72px 0;
text-decoration: none;
color: inherit;
} .sph3-inner {
width: 100%;
max-width: 1600px;
margin: 0 auto;
padding: 0 32px;
} .sph3-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
} .sph3-copy {
display: flex;
flex-direction: column;
gap: 20px;
max-width: var(--sph3-mw, 680px);
}
.sph3-kicker {
display: inline-flex;
width: fit-content;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: #eb6a05;
margin: 0;
}
.sph3-title {
margin: 0;
color: #0f1720;
font-size: var(--sph3-fs, clamp(28px, 4vw, 52px));
font-weight: 800;
line-height: 1.08;
letter-spacing: -.02em;
text-wrap: balance;
}
.sph3-subtitle {
margin: 0;
color: #0f1720;
font-size: clamp(15px, 1.2vw, 18px);
line-height: 1.65;
max-width: 62ch;
}
.sph3-cta-wrap {
margin-top: 6px;
}
.sph3-cta {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 28px;
border-radius: 50px 0 50px 0;
background: #eb6a05;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 700;
letter-spacing: .05em;
text-transform: uppercase;
transition: background 180ms ease, transform 180ms ease;
}
.sph3-cta:hover,
.sph3-cta:focus-visible {
background: #1b3a61;
transform: translateY(-1px);
} .sph3-image-wrap {
position: relative;
overflow: hidden;
height: 450px;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
}
.sph3-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} a.sph3-hero:hover .sph3-title,
a.sph3-hero:focus-visible .sph3-title {
text-decoration: underline;
text-underline-offset: 5px;
} @media (max-width: 900px) {
.sph3-hero {
padding: 56px 0;
}
.sph3-inner {
padding: 0 24px;
}
.sph3-grid {
grid-template-columns: 1fr;
gap: 40px;
}
.sph3-image-wrap {
height: 340px;
}
}
@media (max-width: 600px) {
.sph3-hero {
padding: 44px 0;
}
.sph3-inner {
padding: 0 18px;
}
.sph3-copy {
gap: 16px;
}
.sph3-image-wrap {
height: auto;
aspect-ratio: 4 / 3;
border-top-left-radius: 40%;
border-bottom-right-radius: 40%;
}
.sph3-cta {
padding: 0 24px;
font-size: 13px;
width: 100%;
justify-content: center;
}
} .bsh-nk {
--orange:    #eb6a05;
--blue:      #4283c4;
--blue-dark: #1b3a61;
--dark:      #0f1720;
--light-bg:  #f4f7fb;
--radius-a:  50px 0 50px 0;
--radius-b:  0 50px 0 50px;
font-family: inherit;
color: var(--dark);
}
.bsh-nk *, .bsh-nk *::before, .bsh-nk *::after { box-sizing: border-box; }
.bsh-nk a:focus-visible,
.bsh-nk button:focus-visible,
.bsh-nk input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) {
.bsh-nk, .bsh-nk * { transition-duration: .01ms !important; }
}
.bsh-nk__container { max-width: 1600px; margin: 0 auto; padding: 100px 32px 0; }
.bsh-nk__kicker {
font-size: 13px; font-weight: 700; text-transform: uppercase;
letter-spacing: .08em; color: var(--orange); margin-bottom: 10px;
}
.bsh-nk__heading {
font-size: clamp(28px,4vw,42px); font-weight: 700; line-height: 1.15;
margin: 0 0 18px; color: var(--dark);
}
.bsh-nk__text { font-size: 16px; line-height: 1.65; color: #444; margin: 0 0 24px; }
.bsh-nk__consent {
display: flex; gap: 10px; align-items: flex-start;
font-size: 14px; line-height: 1.5; color: #555; cursor: pointer;
}
.bsh-nk__consent input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--orange); }
.bsh-nk__consent a { color: var(--orange); text-decoration: underline; } .bsh-nk-s2 { background: #fff; padding: 100px 0; position: relative; overflow: hidden;}
.bsh-nk-s2 .bsh-nk__container { position: relative; z-index: 2; }
.bsh-nk-s2 .bsh-nk__kicker { color: var(--orange); }
.bsh-nk-s2__tree {
position: absolute; right: -40px; bottom: -40px;
width: 320px; height: 320px;
background-size: contain; background-repeat: no-repeat; background-position: center;
opacity: .06;
pointer-events: none; z-index: 0;
} .bsh-nk-s2__feature {
display: grid; grid-template-columns: 1.2fr 1fr;
gap: 0; margin: 0 0 32px; background: #f4f7fb;
}
.bsh-nk-s2__feature-media { min-height: 260px; }
.bsh-nk-s2__feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bsh-nk-s2__feature-body {
padding: 16px; display: flex; flex-direction: column; justify-content: center;
}
.bsh-nk-s2__meta {
display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 13px;
}
.bsh-nk-s2__pill {
display: inline-flex; align-items: center; padding: 4px 10px;
background: rgba(66,131,196,.10); color: var(--blue);
border: 1px solid rgba(66,131,196,.24); font-size: 12px;
}
.bsh-nk-s2__feature-title {
margin: 0 0 10px; font-size: clamp(20px,1.7vw,28px); line-height: 1.2; font-weight: 500;
}
.bsh-nk-s2__feature-text {
margin: 0 0 12px; line-height: 1.55; color: rgba(0,0,0,.78);
}
.bsh-nk-s2__details { margin: 0 0 14px; }
.bsh-nk-s2__details-row {
display: grid; grid-template-columns: 86px 1fr; gap: 8px;
padding: 5px 0; border-bottom: 1px dashed rgba(15,23,42,.14);
}
.bsh-nk-s2__details-row:last-child { border-bottom: 0; }
.bsh-nk-s2__details dt { font-size: 13px; color: rgba(0,0,0,.78); }
.bsh-nk-s2__details dd { margin: 0; font-size: 13px; }
.bsh-nk-s2__cta { display: flex; gap: 8px; flex-wrap: wrap; }
.bsh-nk-s2__btn {
display: inline-flex; align-items: center; justify-content: center;
min-height: 42px; padding: 0 14px; border: 1px solid transparent;
text-decoration: none; font-size: 14px; font-weight: 400;
transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.bsh-nk-s2__btn--primary { background: var(--blue); color: #fff; }
.bsh-nk-s2__btn--ghost { background: #fff; border-color: rgba(66,131,196,.35); color: var(--blue); }
.bsh-nk-s2__btn--primary:hover,
.bsh-nk-s2__btn--primary:focus-visible { background: var(--blue-dark); color: #fff; }
.bsh-nk-s2__btn--ghost:hover,
.bsh-nk-s2__btn--ghost:focus-visible { background: #fff; border-color: var(--blue-dark); color: var(--blue-dark); } .bsh-nk-s2__filters { margin-bottom: 32px; }
.bsh-nk-s2__filter-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; } .bsh-nk-s2__filter-btn {
padding: 8px 20px; font-size: 14px; font-weight: 500; font-family: inherit;
border: 1.5px solid rgba(15,23,42,.14); background: #fff; color: var(--dark);
cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.bsh-nk-s2__filter-btn:hover { border-color: var(--blue); color: var(--blue); }
.bsh-nk-s2__filter-btn.is-active { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; } .bsh-nk-s2__search { margin-left: auto; }
.bsh-nk-s2__search-input {
padding: 8px 14px; font-size: 14px; font-family: inherit;
border: 1.5px solid rgba(15,23,42,.14); background: #fff; color: var(--dark);
min-width: 220px; transition: border-color .2s ease;
}
.bsh-nk-s2__search-input:focus { outline: none; border-color: var(--blue); }
.bsh-nk-s2__search-input::placeholder { color: rgba(15,23,42,.4); } .bsh-nk-s2__load-more-wrap { text-align: center; margin-top: 32px; }
.bsh-nk-s2__load-more {
padding: 12px 36px; font-size: 15px; font-weight: 600; font-family: inherit;
border: 2px solid var(--blue-dark); background: transparent; color: var(--blue-dark);
cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.bsh-nk-s2__load-more:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; } .bsh-nk-s2__grid {
display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px;
}
.bsh-nk-s2__card { border: 0; background: #fff;
border-radius: 50px 0 50px 0;
}
.bsh-nk-s2__card-link {
display: block; text-decoration: none; color: inherit; height: 100%;
}
.bsh-nk-s2__card-link:hover .bsh-nk-s2__card-title,
.bsh-nk-s2__card-link:focus-visible .bsh-nk-s2__card-title { color: var(--blue-dark); }
.bsh-nk-s2__card-link:hover .bsh-nk-s2__badge,
.bsh-nk-s2__card-link:focus-visible .bsh-nk-s2__badge { background: var(--blue-dark); }
.bsh-nk-s2 a:hover,
.bsh-nk-s2 a:focus-visible { color: var(--blue-dark); }
.bsh-nk-s2__card-media { position: relative; height: 180px; background: #111; }
.bsh-nk-s2__card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bsh-nk-s2__badge {
position: absolute; left: 12px; bottom: 12px;
background: rgba(0,0,0,.62); color: #fff;
padding: 7px 10px; font-size: 12px; letter-spacing: .03em;
transition: background .18s ease;
}
.bsh-nk-s2__card-body { padding: 12px; }
.bsh-nk-s2__card-title {
margin: 0 0 8px; font-size: 17px; line-height: 1.3; font-weight: 500;
transition: color .18s ease;
}
.bsh-nk-s2__card-text {
margin: 0 0 10px; color: rgba(0,0,0,.78); font-size: 14px; line-height: 1.5;
}
.bsh-nk-s2__card-meta {
display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: rgba(0,0,0,.78);
} .bsh-nk-s3 {
background: var(--light-bg, #f4f7fb); padding: 100px 0; position: relative; overflow: hidden;
}
.bsh-nk-s3__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-nk-s3__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-nk-s3__row { display: flex; gap: 12px; margin-bottom: 16px; }
.bsh-nk-s3__input {
flex: 1; padding: 13px 16px; font-size: 15px; font-family: inherit;
border: 1.5px solid #d0d5dd; border-radius: 0; background: #fff;
color: var(--dark); transition: border-color .2s ease, box-shadow .2s ease;
}
.bsh-nk-s3__input:focus {
outline: none; border-color: var(--orange);
box-shadow: 0 0 0 3px rgba(235,106,5,.12);
}
.bsh-nk-s3__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;
font-family: inherit;
}
.bsh-nk-s3__btn:hover, .bsh-nk-s3__btn:focus-visible {
border-radius: var(--radius-b); background: var(--blue-dark);
} @media (max-width: 1200px) {
.bsh-nk-s2__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 900px) {
.bsh-nk-s1__grid { grid-template-columns: 1fr; gap: 32px; }
.bsh-nk-s2__feature { grid-template-columns: 1fr; }
.bsh-nk-s2__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.bsh-nk-s3__wrap { grid-template-columns: 1fr; gap: 40px; padding: 40px 32px; }
.bsh-nk-s2, .bsh-nk-s3 { padding: 64px 0; }
}
@media (max-width: 600px) {
.bsh-nk__container { padding: 0 18px; }
.bsh-nk-s2__grid { grid-template-columns: 1fr; }
.bsh-nk-s2__feature-media { min-height: 210px; }
.bsh-nk-s3__wrap { padding: 24px; }
.bsh-nk-s3__row { flex-direction: column; }
.bsh-nk-s3__btn { width: 100%; }
.bsh-nk-s2__filter-btn { padding: 6px 14px; font-size: 13px; }
.bsh-nk-s2__search { margin-left: 0; width: 100%; }
.bsh-nk-s2__search-input { width: 100%; min-width: 0; }
}