/*
 * Shared-system section heading and eyebrow.
 *
 * Extracted from the WPCode global snippet during migration. The rules are the
 * source rules, unchanged apart from vendor prefixes noted below; only their
 * grouping is new, so a page loads what it renders instead of the whole sheet.
 */

@media(prefers-reduced-motion:reduce){
  .fbi .ghead{animation:none}
}
.fbi .ghead{display:inline-block;
  background:linear-gradient(90deg,#0066CC,#2EB0E7,#7B4DD8,#E0318A,#F5A623,#0066CC);
  background-size:320% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:#0066CC;
  animation:fbiflow 8s ease infinite;}
.fbi .center{text-align:center;max-width:780px;margin:0 auto 50px}
.fbi .center .kicker{justify-content:center}
.fbi .center p{color:var(--mut);font-size:15.7px;margin-top:14px}
.fbi .kicker{display:flex;align-items:center;gap:12px;
  font-size:12.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  color:var(--sky);margin-bottom:16px;}
