<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single_bragwall_team {
  filter: blur(20px);
  opacity: .3;
  transition: all .2s; }
  .single_bragwall_team.ready {
    filter: none;
    opacity: 1; }
</pre></body></html>