<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.c-header.c-header-template-2 .widget-view.widget-view-desktop {
  display: block;
  position: relative;
  z-index: 50;
}
.c-header.c-header-template-2 .widget-view.widget-view-fixed {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 100;
}
.c-header.c-header-template-2 .widget-view.widget-view-mobile {
  display: none;
  position: relative;
  z-index: 100;
  min-height:110px;
}
.c-header.c-header-template-2 .widget-view.widget-view-mobile.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--whiteColor) !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}

.c-header.c-header-template-2 .widget-banner {
  display:block;
  position:relative;
  z-index:0;
  #margin-top:110px;
}

@media all and (max-width: 768px) {
  .c-header.c-header-template-2 .widget-view.widget-view-fixed,
.c-header.c-header-template-2 .widget-view.widget-view-desktop {
    display: none !important;
  }
  .c-header.c-header-template-2 .widget-view.widget-view-mobile {
    display: block;
  }
  .c-header.c-header-template-2 .widget-view.widget-view-mobile.widget-view-mobile-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>