/* v498: single source of truth for shared header, social icons and footer. */
:root{
  --shared-logo-width:220px;
  --shared-logo-height:140px;
  --shared-logo-mobile-width:132px;
  --shared-logo-mobile-height:78px;
  --shared-social-top:58px;
  --shared-social-right:clamp(24px,6vw,92px);
  --shared-social-gap:22px;
  --shared-footer-max:980px;
}
html,body{background:#07111f!important;background-color:#07111f!important;}
.site-fixed-header,
.header{
  position:relative!important;
  width:100%!important;
  min-height:180px!important;
  height:180px!important;
  margin:0 auto 22px!important;
  padding:0!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.header:before,.header:after,.site-fixed-header:before,.site-fixed-header:after{content:none!important;display:none!important;}
.brandLogo,
.header .brandLogo,
.site-fixed-header .brandLogo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:var(--shared-logo-width)!important;
  height:var(--shared-logo-height)!important;
  min-width:var(--shared-logo-width)!important;
  min-height:var(--shared-logo-height)!important;
  max-width:var(--shared-logo-width)!important;
  max-height:var(--shared-logo-height)!important;
  margin:24px auto 0!important;
  padding:0!important;
  position:relative!important;
  line-height:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  pointer-events:auto!important;
}
.brandLogoLink,
.header .brandLogoLink,
.site-fixed-header .brandLogoLink{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  line-height:0!important;
  text-decoration:none!important;
}
.brandLogoImg,
.header .brandLogoImg,
.site-fixed-header .brandLogoImg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  visibility:visible!important;
  opacity:1!important;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.42))!important;
}
body.m-page > .header .brandLogo,
body:not(.m-page) > .header .brandLogo{display:flex!important;}
.site-social-links,
body.info-page .site-social-links{
  position:absolute!important;
  top:var(--shared-social-top)!important;
  right:var(--shared-social-right)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:var(--shared-social-gap)!important;
  z-index:10000!important;
  pointer-events:auto!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-social-icon,
.site-social-icon.site-social-x,
.site-social-icon.site-social-ig{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  min-height:26px!important;
  color:#fff!important;
  text-decoration:none!important;
  opacity:.92!important;
  line-height:1!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-social-x{font:900 23px/1 Arial,Helvetica,sans-serif!important;transform:none!important;letter-spacing:0!important;}
.site-social-ig svg{width:24px!important;height:24px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.siteFooter,.m-site-footer{
  display:block!important;
  width:100%!important;
  max-width:var(--shared-footer-max)!important;
  margin:28px auto 36px!important;
  padding:0 12px!important;
  text-align:center!important;
  color:#94a3b8!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  box-sizing:border-box!important;
}
.footerLinks,.m-footer-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:0!important;
  margin:0 auto 13px!important;
  padding:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  width:100%!important;
  max-width:100%!important;
  text-align:center!important;
}
.footerLinks .footerDivider{display:none!important;}
.footerLinks a,.m-footer-links a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:row!important;
  gap:0!important;
  margin:0!important;
  padding:0 13px!important;
  color:#aeb9c9!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.2!important;
  text-decoration:none!important;
  letter-spacing:0!important;
  border:0!important;
  border-left:1px solid rgba(216,225,242,.45)!important;
}
.footerLinks a:first-child,.m-footer-links a:first-child{border-left:0!important;color:#d9e2f3!important;}
.footerLinks a:hover,.m-footer-links a:hover{color:#fff!important;text-decoration:underline!important;}
.footerDisclaimer,.m-footer-disclaimer{
  display:block!important;
  width:100%!important;
  max-width:850px!important;
  margin:0 auto!important;
  padding:0!important;
  color:#8f9cb1!important;
  font-family:'Inter',Arial,sans-serif!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.5!important;
  text-align:center!important;
  opacity:.84!important;
}
.footer-ico,.footerLinks svg,.footerLinks img{display:none!important;}
@media(max-width:768px){
  :root{--shared-logo-width:132px;--shared-logo-height:78px;--shared-social-top:calc(24px + env(safe-area-inset-top));--shared-social-right:18px;--shared-social-gap:15px;}
  .site-fixed-header,.header{height:104px!important;min-height:104px!important;margin-bottom:16px!important;}
  .brandLogo,.header .brandLogo,.site-fixed-header .brandLogo{width:132px!important;height:78px!important;min-width:132px!important;min-height:78px!important;max-width:132px!important;max-height:78px!important;margin:12px auto 0!important;}
  .site-social-icon,.site-social-icon.site-social-x,.site-social-icon.site-social-ig{width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important;}
  .site-social-x{font-size:20px!important;}
  .site-social-ig svg{width:22px!important;height:22px!important;}
  .siteFooter,.m-site-footer{max-width:none!important;width:100%!important;margin:20px auto 24px!important;padding:0 8px!important;}
  .footerLinks,.m-footer-links{flex-wrap:nowrap!important;margin-bottom:10px!important;}
  .footerLinks a,.m-footer-links a{font-size:clamp(8px,2.25vw,10px)!important;padding:0 clamp(4px,1.2vw,6px)!important;font-weight:800!important;}
  .footerDisclaimer,.m-footer-disclaimer{font-size:clamp(10px,2.75vw,12px)!important;line-height:1.42!important;max-width:92vw!important;}
}
