a.tn-atom.js-click-zero-stat {
    overflow: hidden;
    position: relative;
}
a.tn-atom.js-click-zero-stat:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.75;
  filter: blur;
  background: linear-gradient(to left, transparent 32%, #fff 45%, #fff 55%, transparent 68%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 3s infinite;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  50% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

@media screen and (max-width: 960px) {
    #rec494911964 .t651 .t651__btn,
    #rec637726887 .t651 .t651__btn {
        bottom: 96px!important;
        right: 22px!important;
    }
}
@media screen and (min-width: 981px) {
    #jvlabelWrap {
        bottom: 70px !important;
        right: 40px !important;
    }
}
