<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
  @media screen and (min-width: 1120px){
    .logo {
    display: none;
    }

    
  }

  @media screen and (max-width: 1052px){

  }

  @media screen and (min-width: 1053px){

     .sliderSide{
         display: flex;
     }

     .sliderBottom{
         display: none;
     }

  }
</pre></body></html>