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

.sect.sect-position {
  position: relative;
}
.sect.sect-position .banner {
  position: absolute;
  top: 525px;
  right: 40px;
}
.sect.sect-position .banner:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
}</pre></body></html>