.post-878 .pga-impact-ticker.vc_images_carousel {
  --pga-impact-ticker-distance: 1800px;
  --pga-impact-ticker-duration: 36s;
}

.post-878 .pga-impact-ticker .vc_carousel-inner {
  overflow: hidden !important;
}

.post-878 .pga-impact-ticker .vc_carousel-slideline {
  overflow: visible !important;
  width: 100% !important;
}

.post-878 .pga-impact-ticker .vc_carousel-slideline-inner {
  animation: pga-impact-ticker-scroll var(--pga-impact-ticker-duration) linear infinite;
  display: flex !important;
  float: none !important;
  left: 0 !important;
  position: relative !important;
  transform: translate3d(0, 0, 0);
  transition: none !important;
  width: max-content !important;
  will-change: transform;
}

.post-878 .pga-impact-ticker .vc_item {
  display: block !important;
  flex: 0 0 auto !important;
  float: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
}

.post-878 .pga-impact-ticker .vc_inner {
  margin: 0 16px !important;
}

.post-878 .pga-impact-ticker img {
  display: block;
  height: auto;
  max-width: none;
  width: 150px;
}

.post-878 .pga-impact-ticker:hover .vc_carousel-slideline-inner {
  animation-play-state: paused;
}

@media (max-width: 767px) {
  .post-878 .pga-impact-ticker .vc_inner {
    margin: 0 10px !important;
  }

  .post-878 .pga-impact-ticker img {
    width: 112px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .post-878 .pga-impact-ticker .vc_carousel-slideline-inner {
    animation-duration: 80s;
  }
}

@keyframes pga-impact-ticker-scroll {
  to {
    transform: translate3d(calc(-1 * var(--pga-impact-ticker-distance)), 0, 0);
  }
}
