<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  outline: none;
  border-radius: 0 !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  height: 100%; }

a, a:focus {
  text-decoration: none;
  color: #000000; }

a:hover {
  text-decoration: none;
  color: #0057b8; }

li.selected a {
  text-decoration: none;
  color: #0057b8; }

.btn {
  border-radius: 0; }

.not-set {
  text-transform: uppercase; }

.filter-link {
  display: block;
  padding: 3px 24px;
  margin: 0;
  border: 0; }

.filter-link:hover {
  color: #333;
  background: #f5f5f5; }

.filter-link.active {
  color: #ffffff;
  background: #90d337; }

.filter-link.active:before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 11px;
  background: url(/css/img/input_checked.png) no-repeat;
  margin: 4px 5px -1px -17px; }

/*# sourceMappingURL=style.css.map */

/* Banner */
.banners__banner {
  align-items: center;
  border-radius: 10px;
  /*display: flex;*/
  /*flex: 1 0 365px;*/
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.BannerAdInfo {
  background:transparent;
  box-sizing:border-box;
  cursor:pointer;
  padding:8px;
  position:absolute;
  right:0;
  text-align:left;
  top:0;
  z-index:1
}
.BannerAdInfo:after {
  background-color:hsla(0,0%,100%,.8);
  border-radius:2px;
  color:#1c257b;
  content:"\2022\2022\2022";
  display:block;
  letter-spacing:2px;
  line-height:10px;
  padding:0 3px 2px 5px;
  text-align:center
}
.BannerAdInfo__tooltip {
  background:#f5f6fc;
  border-radius:5px;
  box-shadow:2px 4px 6px rgba(0,0,0,.1),-1px -1px 5px rgba(0,0,0,.05);
  box-sizing:border-box;
  font-size:14px;
  height:auto;
  margin:26px 0 0 34px;
  max-width:280px;
  min-width:184px;
  padding:16px;
  position:absolute;
  transform:translateX(-100%);
  display: none;
}
.BannerAdInfo:hover .BannerAdInfo__tooltip {
  display: block;
}
.BannerAdInfo__tooltip[style] {
  margin:6px 0 0
}
.BannerAdInfo__tooltip:after {
  background:inherit;
  border:inherit;
  border-bottom-color:transparent;
  border-radius:0 5px 0 0;
  border-right-color:transparent;
  content:"";
  height:18px;
  position:absolute;
  right:8px;
  top:0;
  transform:rotate(45deg) translateX(-50%);
  width:18px
}
.BannerAdInfo__tooltip:hover .BannerAdInfo__token {
  color:#1c257b
}
.BannerAdInfo__title {
  font-weight:600;
  line-height:150%;
  margin-bottom:8px
}
.BannerAdInfo__token {
  align-items:center;
  color:#4665d7;
  display:flex;
  font-size:.625rem;
  margin-top:.5rem;
  width:100%
}
.BannerAdInfo__token&gt;span {
  display:block;
  overflow-wrap:anywhere;
  text-align:right;
  width:100%;
  font-size: 12px;
}
.BannerAdInfo__token&gt;.icon {
  flex:none;
  height:1.5rem;
  margin-left:.5rem;
  width:1.5rem
}
.BannerAdInfo__claim {
  color:#1c257b
}
.BannerAdInfo__claim:hover {
  color:#4665d7
}
.BannerAdInfo__claim .icon {
  color:#ff465c;
  margin-right:4px
}
.BannerAdInfo__claim span {
  vertical-align:middle
}
.BannerAdInfo:hover {
  z-index:2
}
.BannerAdInfo:hover:before {
  background:transparent;
  content:"";
  height:40px;
  position:absolute;
  right:-10px;
  top:0;
  width:100px;
  z-index:2
}
.BannerAdInfo:hover:after {
  color:#4665d7
}
.BannerAdInfo:hover .BannerAdInfo__tooltip {
  display:block
}</pre></body></html>