<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 13px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #2fbadd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(100%, #2fbadd));
  background: -webkit-linear-gradient(left, #ffffff 0%, #2fbadd 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #2fbadd 100%);
  background: -ms-linear-gradient(left, #ffffff 0%, #2fbadd 100%);
  background: linear-gradient(to right, #ffffff 0%, #2fbadd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#2fbadd', GradientType=1);
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  top: -9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 64px;
  height: 31px;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.28);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  font-size: 16px;
  line-height: 31px;
  color: #332989 !important;
  font-family: 'Raleway', Arial, helvetica, sans-serif;
  font-weight: 400;
}
.nstSlider .bar {
  position: absolute;
  background: #ffffff;
  height: 8px;
  top: 6px;
}
</pre></body></html>