.emx .emx-quotes-marquee{
  display:block!important;
  width:100vw!important;
  max-width:none!important;
  margin-top:54px!important;
  margin-left:calc(50% - 50vw)!important;
  overflow:hidden!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.emx .emx-quotes-track{
  display:flex;
  width:max-content;
  align-items:stretch;
  animation:emx-testimonials-scroll 42s linear infinite;
  will-change:transform;
}
.emx .emx-quotes-group{
  display:flex;
  align-items:stretch;
  gap:20px;
  padding-right:20px;
}
.emx .emx-quotes-group blockquote{
  width:390px;
  min-width:390px;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 16px 42px rgba(18,54,26,.07);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.emx .emx-quotes-group blockquote:hover{
  transform:translateY(-5px);
  border-color:#afd9b4;
  box-shadow:0 22px 48px rgba(18,54,26,.12);
}
.emx .emx-quotes-marquee:hover .emx-quotes-track,
.emx .emx-quotes-marquee:focus-within .emx-quotes-track{animation-play-state:paused}
@keyframes emx-testimonials-scroll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:767px){
  .emx .emx-quotes-marquee{margin-top:40px!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}
  .emx .emx-quotes-track{animation-duration:34s}
  .emx .emx-quotes-group{gap:14px;padding-right:14px}
  .emx .emx-quotes-group blockquote{width:82vw;min-width:82vw;min-height:280px}
}
@media(prefers-reduced-motion:reduce){
  .emx .emx-quotes-marquee{width:auto!important;margin-left:0!important;overflow-x:auto!important;mask-image:none;-webkit-mask-image:none;scroll-snap-type:x mandatory}
  .emx .emx-quotes-track{animation:none!important}
  .emx .emx-quotes-group[aria-hidden="true"]{display:none}
  .emx .emx-quotes-group blockquote{scroll-snap-align:start}
}
