/* Group hero: animate the construction, retain the original paired-circle rest. */
.group-hero-loop{display:none;pointer-events:none}
@media screen and (min-width:1100px) and (prefers-reduced-motion:no-preference){
  .group-home.group-motion.group-hero-loop-active .hero > img.geo{visibility:hidden}
  .group-home.group-motion.group-hero-loop-active .group-hero-loop{
    display:block;position:absolute;inset:0;width:100%;height:100%;z-index:1;
    overflow:hidden;transform:translate3d(var(--hero-ring-x,0px),var(--hero-ring-y,0px),0);
  }
  .group-hero-loop path{fill:none;stroke-width:.880469;stroke-linecap:round;stroke-linejoin:round}
}
@media(prefers-reduced-motion:reduce),print{
  .group-home .group-hero-loop{display:none!important}
  .group-home .hero > img.geo{visibility:visible!important}
}
