<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../../../firma/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
.top-bar-left {
  position: relative;
}
.top-bar-left .widget {
  position: absolute;
  top:0;
  left:30px;
  width: 100px;
  z-index: 9999;
}
#text-7 {
  position: relative;
  top: -75px;
}
#mobile-top-bar {
  display: none;
}
@media screen and (max-width: 600px) {
    #mobile-top-bar {
      display: block;
      text-align: center;
      line-height: normal;
      padding:10px 0;
    }
    #mobile-top-bar a {
      display: block;
      text-align: center;
    }
}
</pre></body></html>