/* oe6ecda */
/* fix0617b: header wordmark was dark-on-dark (--fg #474d6b over near-black header) -> washed/illegible. Force light, readable brand text scoped to header.nav only. */
header.nav-sc1dcd .brand-sc1dcd,
header.nav-sc1dcd .logo-text-sc1dcd{
  color:#f4f3fb!important;
  -webkit-text-fill-color:#f4f3fb!important;
  background:none!important;
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
header.nav-sc1dcd .logo-text-sc1dcd::first-letter{
  color:#9db0ff!important;
  -webkit-text-fill-color:#9db0ff!important;
}
header.nav-sc1dcd .logo-text-sc1dcd::after{
  color:#9db0ff!important;
}
header.nav-sc1dcd .brand-sc1dcd:hover .logo-text-sc1dcd{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
