<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.logo img{
  padding-top: 8px;
  padding-left: 0px;
    width: 198px;
    height: auto;
  padding-bottom: 10px;
}


@media screen and (max-width : 991px) {
.logo img{
  max-width:132px;
  height:auto;
  padding-left:4px;
  padding-top: 5px;
}


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