<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/project/loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

@media screen and (max-width: 800px) {
.bx-wrapper {
  margin-bottom: 30px;
}
}</pre></body></html>