.bsh-nav,
.bsh-nav *,
.bsh-nav *::before,
.bsh-nav *::after { box-sizing: border-box; } .bsh-nav:not(.is-ready) {
opacity: 0;
} .bsh-nav:not(.is-ready) .sub-menu {
display: none !important;
}
.bsh-nav {
--bsh-nav-bg-scroll:   #0c2344;
--bsh-nav-text:        #1a1a1a;
--bsh-nav-text-scroll: #ffffff;
--bsh-nav-cta:         #e87a1e;
--bsh-nav-h:           80px;
position: fixed;
top: 0; left: 0;
width: 100%;
z-index: 9999;
background: rgba(255, 255, 255, .97);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
transition: background .35s ease, box-shadow .35s ease, opacity .15s ease;
} .bsh-nav.is-scrolled {
background: var(--bsh-nav-bg-scroll);
box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
} .bsh-nav.is-open {
background: #0c2344;
} .bsh-nav__inner {
display: flex;
align-items: center;
max-width: 1600px;
margin: 0 auto;
height: var(--bsh-nav-h);
padding: 0 32px;
gap: 20px;
} .bsh-nav__brand {
display: inline-flex;
align-items: center;
text-decoration: none;
flex-shrink: 0;
position: relative;
height: 100%;
}
.bsh-nav__logo {
height: 55px !important;
max-height: 55px !important;
width: auto !important;
display: block;
object-fit: contain;
transition: opacity .3s ease;
} .bsh-nav__logo--default {
opacity: 1;
} .bsh-nav__logo--scroll {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
opacity: 0;
} .bsh-nav.is-scrolled .bsh-nav__logo--default {
opacity: 0;
}
.bsh-nav.is-scrolled .bsh-nav__logo--scroll {
opacity: 1;
} .bsh-nav.is-scrolled[data-has-scroll-logo="0"] .bsh-nav__logo--default {
opacity: 1;
filter: invert(1) brightness(2);
} .bsh-nav__menu {
list-style: none;
padding: 0; margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex: 1;
gap: 2px;
flex-wrap: nowrap;
}
.bsh-nav__item,
.bsh-nav__menu > li {
white-space: nowrap;
list-style: none;
position: relative;
}
.bsh-nav__link,
.bsh-nav__menu > li > a {
display: inline-flex;
align-items: center;
padding: 8px 12px;
font-size: 16px;
font-weight: 500;
color: var(--bsh-nav-text);
text-decoration: none;
border-radius: 0;
transition: color .25s ease, background .25s ease;
line-height: 1.3;
}
.bsh-nav__link:hover,
.bsh-nav__menu > li > a:hover {
background: rgba(0, 0, 0, .05);
} .bsh-nav.is-scrolled .bsh-nav__link,
.bsh-nav.is-scrolled .bsh-nav__menu > li > a {
color: var(--bsh-nav-text-scroll);
}
.bsh-nav.is-scrolled .bsh-nav__link:hover,
.bsh-nav.is-scrolled .bsh-nav__menu > li > a:hover {
background: rgba(255, 255, 255, .12);
} .bsh-nav__menu .sub-menu {
list-style: none;
padding: 8px 0;
margin: 0;
position: absolute;
top: 100%;
left: 0;
min-width: 220px;
background: #fff;
border-radius: 0;
box-shadow: 0 8px 32px rgba(0, 0, 0, .12), 0 2px 8px rgba(0, 0, 0, .06);
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
z-index: 100;
} .bsh-nav__menu > li:hover > .sub-menu,
.bsh-nav__menu > li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .bsh-nav__menu > li > .sub-menu::before {
content: '';
position: absolute;
top: -12px;
left: 0;
right: 0;
height: 12px;
} .bsh-nav__menu .sub-menu li {
list-style: none;
white-space: nowrap;
}
.bsh-nav__menu .sub-menu li a {
display: block;
padding: 9px 18px;
font-size: 15px;
font-weight: 400;
color: #333;
text-decoration: none;
transition: background .15s ease, color .15s ease;
}
.bsh-nav__menu .sub-menu li a:hover {
background: #f0f4f8;
color: var(--bsh-nav-bg-scroll);
} .bsh-nav.is-scrolled .bsh-nav__menu .sub-menu {
background: #fff;
}
.bsh-nav.is-scrolled .bsh-nav__menu .sub-menu li a {
color: #333;
}
.bsh-nav.is-scrolled .bsh-nav__menu .sub-menu li a:hover {
background: #f0f4f8;
color: var(--bsh-nav-bg-scroll);
} .bsh-nav__menu > li.menu-item-has-children > a::after {
content: '';
display: inline-block;
width: 12px;
height: 12px;
margin-left: 4px;
flex-shrink: 0;
background-color: currentColor;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 9L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L5 9' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 9L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L5 9' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
opacity: .6;
transition: transform .2s ease;
}
.bsh-nav__menu > li.menu-item-has-children:hover > a::after {
transform: rotate(180deg);
} .bsh-nav__cta {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-left: 8px;
padding: 12px 24px;
background: var(--bsh-nav-cta);
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
transition: all 1s ease;
box-shadow: 0 4px 14px rgba(232, 122, 30, .25); border-top-left-radius: 50px;
border-top-right-radius: 0px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 0px;
}
.bsh-nav__cta:hover {
transform: translateY(-2px);
filter: brightness(1.06);
box-shadow: 0 6px 22px rgba(232, 122, 30, .4); border-top-left-radius: 0px;
border-top-right-radius: 50px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 50px;
} .bsh-nav__burger {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
width: 44px;
height: 44px;
padding: 0;
border: none;
background: none;
cursor: pointer;
position: relative;
z-index: 10001;
}
.bsh-nav__burger-line {
display: block;
width: 24px;
height: 2px;
background: var(--bsh-nav-text);
border-radius: 0;
transition: transform .3s ease, opacity .2s ease, background .25s ease;
}
.bsh-nav.is-scrolled .bsh-nav__burger-line {
background: var(--bsh-nav-text-scroll);
} .bsh-nav.is-open .bsh-nav__burger-line:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.bsh-nav.is-open .bsh-nav__burger-line:nth-child(2) {
opacity: 0;
}
.bsh-nav.is-open .bsh-nav__burger-line:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} .bsh-nav.is-open .bsh-nav__burger-line {
background: #fff;
} .bsh-nav__mobile {
position: fixed;
top: var(--bsh-nav-h);
left: 0;
width: 100%;
height: calc(100vh - var(--bsh-nav-h));
height: calc(100dvh - var(--bsh-nav-h));
background: #0c2344;
display: none; flex-direction: column;
padding: 24px 24px 40px;
overflow-y: auto;
transform: translateX(100%);
visibility: hidden;
transition: transform .35s cubic-bezier(.4, 0, .2, 1), visibility .35s ease;
z-index: 9998;
}
.bsh-nav.is-open .bsh-nav__mobile {
transform: translateX(0);
visibility: visible;
} .bsh-nav__mobile-menu {
list-style: none;
padding: 0;
margin: 0;
}
.bsh-nav__mobile-menu > li {
list-style: none;
border-bottom: 1px solid rgba(255, 255, 255, .1);
} .bsh-nav__mobile-menu > li.menu-item-has-children {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.bsh-nav__mobile-menu > li.menu-item-has-children > a {
flex: 1;
}
.bsh-nav__mobile-menu > li.menu-item-has-children > .sub-menu {
flex-basis: 100%;
}
.bsh-nav__mobile-menu > li > a,
.bsh-nav__mobile-link {
display: block;
padding: 14px 0;
font-size: 18px;
font-weight: 500;
color: #fff;
text-decoration: none;
transition: opacity .2s ease;
}
.bsh-nav__mobile-menu > li > a:hover,
.bsh-nav__mobile-link:hover { opacity: .75; } .bsh-nav__mobile-menu .sub-menu {
list-style: none;
padding: 0 0 8px 16px;
margin: 0;
display: none;
}
.bsh-nav__mobile-menu .sub-menu.is-sub-open {
display: block;
} .bsh-nav__sub-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
padding: 0;
border: none;
background: rgba(255,255,255,.1);
border-radius: 0;
cursor: pointer;
flex-shrink: 0;
transition: transform .3s ease, background .2s ease;
}
.bsh-nav__sub-toggle::after {
content: '';
display: block;
width: 10px;
height: 10px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(45deg) translate(-1px, -1px);
transition: transform .3s ease;
}
.bsh-nav__sub-toggle.is-sub-open::after {
transform: rotate(-135deg) translate(-1px, -1px);
}
.bsh-nav__sub-toggle.is-sub-open {
background: rgba(255,255,255,.18);
}
.bsh-nav__mobile-menu .sub-menu li {
list-style: none;
}
.bsh-nav__mobile-menu .sub-menu li a {
display: block;
padding: 8px 0;
font-size: 16px;
font-weight: 400;
color: rgba(255, 255, 255, .75);
text-decoration: none;
transition: color .15s ease;
}
.bsh-nav__mobile-menu .sub-menu li a:hover {
color: #fff;
} .bsh-nav__mobile-cta {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 24px;
padding: 14px 24px;
background: var(--bsh-nav-cta);
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: .06em;
text-transform: uppercase;
text-decoration: none;
border-top-left-radius: 50px;
border-top-right-radius: 0px;
border-bottom-right-radius: 50px;
border-bottom-left-radius: 0px;
box-shadow: 0 4px 16px rgba(232, 122, 30, .3);
transition: all 1s ease;
}
.bsh-nav__mobile-cta:hover {
transform: translateY(-1px);
filter: brightness(1.06);
} @media (max-width: 1200px) {
.bsh-nav__inner { padding: 0 20px; gap: 12px; }
.bsh-nav__link,
.bsh-nav__menu > li > a { padding: 7px 8px; font-size: 15px; }
.bsh-nav__cta { padding: 10px 18px; font-size: 14px; }
.bsh-nav__logo { height: 48px !important; max-height: 48px !important; }
}
@media (max-width: 1024px) {
.bsh-nav__menu { display: none; }
.bsh-nav__cta  { display: none; }
.bsh-nav__burger { display: flex; margin-left: auto; }
.bsh-nav { --bsh-nav-h: 64px; }
.bsh-nav__logo { height: 40px !important; max-height: 40px !important; } .bsh-nav__mobile {
display: flex;
} .bsh-nav__menu .sub-menu {
display: none !important;
}
}  .bsh-nav-spacer {
height: var(--bsh-nav-h, 80px);
}.bsh-footer,
.bsh-footer * { box-sizing: border-box; }
.bsh-footer {
--bsh-bg:     #0c2344;
--bsh-accent: #4283c4;
--bsh-text:   rgba(255, 255, 255, .86);
--bsh-muted:  rgba(255, 255, 255, .66);
--bsh-border: rgba(255, 255, 255, .12);
--bsh-shape:  url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%20282%20120.14%27%3E%3Cpath%20fill%3D%27%234283c4%27%20d%3D%27M113.39%2C0h168.61v6.76c0%2C62.58-50.81%2C113.39-113.39%2C113.39H0v-6.76C0%2C50.81%2C50.81%2C0%2C113.39%2C0Z%27%20transform%3D%27translate(282%20120.14)%20rotate(-180)%27/%3E%3C/svg%3E");
position: relative;
overflow: hidden;
background:
radial-gradient(1200px 600px at 15% 0%,  rgba(66,131,196,.20), transparent 55%),
radial-gradient(900px  500px at 100% 20%, rgba(66,131,196,.18), transparent 60%),
var(--bsh-bg);
color: var(--bsh-text);
}
.bsh-footer::before {
content: "";
position: absolute;
top: -26px; left: -22px;
width: 360px; height: 155px;
background-image: var(--bsh-shape);
background-repeat: no-repeat;
background-size: contain;
opacity: .22;
pointer-events: none;
}
.bsh-footer::after {
content: "";
position: absolute;
right: -26px; bottom: -34px;
width: 420px; height: 180px;
background-image: var(--bsh-shape);
background-repeat: no-repeat;
background-size: contain;
opacity: .14;
pointer-events: none;
transform: rotate(180deg);
}
.bsh-footer__container {
width: 100%;
max-width: 1600px;
margin: 0 auto;
padding: 56px 32px 18px;
position: relative;
z-index: 1;
}
footer .elementor-widget-wrap.elementor-element-populated { padding: 0 !important; }
.bsh-footer__top {
display: grid;
grid-template-columns: 220px 1fr;
gap: 36px;
align-items: start;
padding-top: 50px;
padding-bottom: 80px;
border-bottom: 1px solid var(--bsh-border);
}
.bsh-footer__brand {
display: inline-flex;
align-items: center;
text-decoration: none;
}
.bsh-footer__logo {
height: 33px;
width: auto;
display: block;
object-fit: contain;
filter: invert(1) brightness(1.2) contrast(1.05);
}
.bsh-footer__columns {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(320px, 360px);
gap: 24px;
align-items: start;
}
.bsh-footer__title {
margin: 0 0 14px;
font-size: 16px;
line-height: 1.2;
letter-spacing: .08em;
text-transform: uppercase;
font-weight: 600;
color: rgba(255,255,255,.92);
}
.bsh-footer__list {
list-style: none;
padding: 0; margin: 0;
display: grid;
gap: 10px;
}
.bsh-footer__link,
.bsh-footer__miniLink,
.bsh-footer__contactLink {
color: var(--bsh-muted);
text-decoration: none;
font-size: 16px;
line-height: 1.45;
font-weight: 400;
transition: color .18s ease, opacity .18s ease;
}
.bsh-footer__link:hover,
.bsh-footer__miniLink:hover,
.bsh-footer__contactLink:hover { color: #fff; opacity: .95; }
.bsh-footer__contact { display: grid; gap: 10px; }
.bsh-footer__contactLink { overflow-wrap: anywhere; }
.bsh-footer__contactPanel {
border-left: 1px solid rgba(255,255,255,.10);
padding-left: 18px;
}
.bsh-footer__actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 12px;
}
.bsh-footer__btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 10px 14px;
border-radius: 50px 0 50px 0;
background: var(--bsh-accent);
color: #fff;
text-decoration: none;
font-size: 16px;
font-weight: 600;
border: 1px solid rgba(255,255,255,.10);
transition: transform .12s ease, filter .18s ease;
white-space: nowrap;
}
.bsh-footer__btn:hover { filter: brightness(1.04); transform: translateY(-1px); color: #fff; }
.bsh-footer__btn--ghost {
background: transparent;
border: 1px solid rgba(255,255,255,.22);
}
.bsh-footer__btn--ghost:hover { border-color: rgba(255,255,255,.32); color: #fff; }
.bsh-footer__bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-top: 14px;
font-size: 15px;
color: var(--bsh-muted);
}
.bsh-footer__bottomLeft,
.bsh-footer__bottomRight {
display: inline-flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.bsh-footer__sep { opacity: .5; } .bsh-footer__social {
display: inline-flex;
align-items: center;
gap: 12px;
}
.bsh-footer__socialLink {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(255,255,255,.08);
color: var(--bsh-muted);
transition: background .2s ease, color .2s ease, transform .2s ease;
}
.bsh-footer__socialLink:hover {
background: rgba(255,255,255,.18);
color: #fff;
transform: translateY(-2px);
}
.bsh-footer__socialLink svg {
width: 18px;
height: 18px;
display: block;
} .bsh-footer__toggle {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
user-select: none;
-webkit-user-select: none;
}
.bsh-footer__chevron {
display: none; flex-shrink: 0;
transition: transform .3s ease;
}
.bsh-footer__toggle.is-open .bsh-footer__chevron {
transform: rotate(180deg);
}  @media (max-width: 1200px) {
.bsh-footer__container { max-width: 100%; padding-left: 32px; padding-right: 32px; }
} @media (max-width: 1100px) {
.bsh-footer__top { grid-template-columns: 1fr; gap: 22px; padding-bottom: 42px; }
.bsh-footer__logo { width: 170px; }
.bsh-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.bsh-footer__contactPanel {
grid-column: 1 / -1;
border-left: 0; padding: 16px;
margin-top: 6px;
border-top: 1px solid rgba(255,255,255,.10);
background: rgba(255,255,255,.04);
border-radius: 0;
}
.bsh-footer__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
} @media (max-width: 768px) {
.bsh-footer::before { width: 220px; height: 95px; top: -14px; left: -14px; }
.bsh-footer::after  { width: 260px; height: 112px; right: -16px; bottom: -22px; }
.bsh-footer__container { padding: 36px 16px 16px; }
.bsh-footer__top { gap: 16px; padding-top: 28px; padding-bottom: 32px; }
.bsh-footer__brand { justify-content: center; width: 100%; }
.bsh-footer__logo { width: auto; max-width: 200px; height: 33px; }
.bsh-footer__columns { grid-template-columns: 1fr; gap: 0; } .bsh-footer__col {
border-bottom: 1px solid var(--bsh-border);
padding: 0;
} .bsh-footer__toggle {
cursor: pointer;
padding: 14px 0;
margin: 0;
}
.bsh-footer__chevron {
display: block;
color: var(--bsh-muted);
} .bsh-footer__collapsible {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height .35s ease, opacity .25s ease;
}
.bsh-footer__toggle.is-open + .bsh-footer__collapsible {
opacity: 1;
}
.bsh-footer__list {
padding-bottom: 14px;
}
.bsh-footer__contact {
padding-bottom: 14px;
} .bsh-footer__contactPanel {
grid-column: auto;
border-left: 0;
padding-left: 0;
margin-top: 0;
border-top: none;
background: transparent;
border-radius: 0;
border-bottom: 1px solid var(--bsh-border);
}
.bsh-footer__actions {
grid-template-columns: 1fr 1fr;
gap: 8px;
margin-top: 10px;
} .bsh-footer__bottom {
flex-direction: column;
align-items: center;
text-align: center;
gap: 8px;
padding-top: 18px;
}
.bsh-footer__bottomLeft,
.bsh-footer__bottomRight {
justify-content: center;
}
} @media (max-width: 480px) {
.bsh-footer__container { padding: 28px 14px 14px; }
.bsh-footer__toggle { padding: 12px 0; font-size: 14px; }
.bsh-footer__link,
.bsh-footer__contactLink { font-size: 15px; }
.bsh-footer__actions { grid-template-columns: 1fr; gap: 8px; }
.bsh-footer__btn { padding: 11px 14px; font-size: 15px; }
.bsh-footer__bottom { font-size: 13px; }
}