<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1080px) {
  .page-header--wrap .mobile-menu-btn &gt; img:first-child,
  .page-header--wrap.fixed .mobile-menu-btn &gt; img:first-child {
    display: none;
  }
  /*.page-header--wrap .mobile-menu-btn.active &gt; img:first-child,*/
  /*.page-header--wrap.fixed .mobile-menu-btn.active &gt; img:first-child {*/
  /*  display: block;*/
  /*}*/
  /*.page-header--wrap .mobile-menu-btn.active &gt; img:last-child,*/
  /*.page-header--wrap.fixed .mobile-menu-btn.active &gt; img:last-child {*/
  /*  display: none;*/
  /*}*/
}
</pre></body></html>