  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Plus Jakarta Sans','Noto Sans SC','Noto Sans Arabic',sans-serif; background:#fff; color:#1B2A44; }
  a { color:#0B3E91; text-decoration:none; }
  a:hover { color:#022A61; }
  footer a:hover { color:#fff; }
  #hd-cta:hover, #t-cta1:hover { color:#fff; background:#022A61; }
  a:focus-visible, button:focus-visible, input:focus-visible { outline:2px solid #0B3E91; outline-offset:2px; }
  img { max-width:100%; }
  @keyframes fadeUp { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:none; } }
  @keyframes shotIn { from { opacity:0; } to { opacity:1; } }
  @keyframes ripple { from { width:16px; height:16px; opacity:.95; } to { width:96px; height:96px; opacity:0; } }
  @keyframes pulse { 0% { transform:scale(.7); opacity:.9; } 70% { transform:scale(1.3); opacity:0; } 100% { opacity:0; } }
  @keyframes subIn { from { opacity:0; transform:translate(-50%,8px); } to { opacity:1; transform:translate(-50%,0); } }
