@media (min-width: 1280px) {
  .link-universal--u-i1ejjftt1, .link-universal--u-ib87rvp5i {
    position: relative;
  }
  .link-universal--u-i1ejjftt1:before, .link-universal--u-ib87rvp5i:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 2px #4cae30;
  }
  .link-universal--u-i1ejjftt1:hover, .link-universal--u-ib87rvp5i:hover {
    background: #4cae30 !important;
    color: #fff !important;
  }
  .link-universal--u-i1ejjftt1:hover:before, .link-universal--u-ib87rvp5i:hover:before {
    animation: unset;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(76, 174, 48, 0.8);
    }
    70% {
      box-shadow: 0 0 0 18px rgba(76, 174, 48, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(76, 174, 48, 0);
    }
  }
}
.container--u-iaxq083cq {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 10px 20px 10px;
}
.lpc-paid-block-bg.lpc-paid-block-667107 {
  display: none;
}
