<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @media (min-width: 992px) {
      div.header-fixed-space-default {
      padding-top: 120px !important;
    }
  } 
  
  @media (max-width: 991px) {
    div.header-fixed-space-default {
      padding-top: 0px;
    }
  }</pre></body></html>