.vesna-testimonial-slider{
  position:relative;
  width:100%;
  min-height:300px;
  overflow:hidden;
  background:#111;
  isolation:isolate;
}
.vesna-testimonial-slides,.vesna-testimonial-slide{position:absolute;inset:0;width:100%;height:100%;}
.vesna-testimonial-slide{
  display:block;
  opacity:0;
  pointer-events:none;
  z-index:1;
  transition:opacity var(--vesna-ts-speed,700ms) cubic-bezier(.22,.61,.36,1), transform var(--vesna-ts-speed,700ms) cubic-bezier(.22,.61,.36,1);
  transform:scale(1.015);
}
.vesna-testimonial-slide.is-active{opacity:1;pointer-events:auto;z-index:3;transform:scale(1);}
.vesna-testimonial-slide.is-prev{z-index:2;}
.vesna-testimonial-media,.vesna-testimonial-overlay,.vesna-testimonial-gradient,.vesna-testimonial-link{position:absolute;inset:0;}
.vesna-testimonial-media{z-index:0;overflow:hidden;background:#111;}
.vesna-testimonial-media img,.vesna-testimonial-media video,.vesna-testimonial-media iframe{
  position:absolute;
  top:50%;left:50%;
  width:100%;height:100%;
  transform:translate(-50%,-50%);
  object-fit:cover;
  border:0;
}
.vesna-testimonial-media iframe{width:120vw;height:67.5vw;min-width:177.78vh;min-height:100vh;pointer-events:none;}
.vesna-media-mobile{display:none!important;}
.vesna-media-poster{z-index:-1;}
.vesna-testimonial-overlay{z-index:1;background:#000;opacity:.18;pointer-events:none;}
.vesna-testimonial-gradient{z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0) 34%,rgba(0,0,0,.64) 100%);opacity:.42;}
.vesna-testimonial-link{z-index:3;display:block;}
.vesna-testimonial-section-title{
  position:absolute;
  z-index:7;
  top:54px;
  left:30px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
  pointer-events:none;
}
.vesna-testimonial-content{
  position:absolute;
  z-index:4;
  left:30px;
  right:30px;
  bottom:68px;
  width:auto;
  max-width:760px;
  color:#fff;
  box-sizing:border-box;
  pointer-events:none;
}
.vesna-testimonial-content-inner{box-sizing:border-box;}
.vesna-testimonial-quote{font-size:clamp(32px,3vw,64px);line-height:1.15;font-weight:400;letter-spacing:-.03em;max-width:100%;}
.vesna-testimonial-meta{font-size:22px;line-height:1.3;font-weight:500;margin-top:34px;}
.vesna-testimonial-nav{
  position:absolute;
  z-index:8;
  right:54px;
  bottom:58px;
  display:flex;
  align-items:center;
  gap:12px;
}
.vesna-testimonial-arrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.68);
  background:#000;
  color:#fff;
  cursor:pointer;
  padding:0;
  line-height:1;
  transition:background-color .25s ease,border-color .25s ease,color .25s ease,opacity .25s ease;
}
.vesna-testimonial-arrow span{position:relative;z-index:2;font-size:26px;line-height:1;transform:translateY(-1px);}
.vesna-testimonial-arrow:hover{opacity:.86;}
.vesna-progress{position:absolute;inset:-1px;width:calc(100% + 2px);height:calc(100% + 2px);transform:rotate(-90deg);overflow:visible;}
.vesna-progress circle{fill:none;stroke-width:1.6;}
.vesna-progress-track{stroke:rgba(255,255,255,.28);}
.vesna-progress-active{stroke:#fff;stroke-linecap:round;stroke-dasharray:150.8;stroke-dashoffset:150.8;transition:stroke-dashoffset .08s linear;}
.vesna-testimonial-slider[data-single="true"] .vesna-testimonial-nav{display:none;}
@media (max-width:1024px){
  .vesna-testimonial-media iframe{width:177.78vh;height:100vh;min-width:100vw;min-height:56.25vw;}
}
@media (max-width:767px){
  .vesna-testimonial-slider{min-height:420px;}
  .vesna-media-desktop.has-mobile{display:none!important;}
  .vesna-media-mobile{display:block!important;}
  .vesna-testimonial-media iframe{width:177.78vh;height:100vh;min-width:100vw;min-height:56.25vw;}
  .vesna-testimonial-section-title{font-size:14px;top:20px;left:24px;}
  .vesna-testimonial-content{left:24px;right:24px;bottom:76px;max-width:88%;}
  .vesna-testimonial-quote{font-size:32px;line-height:1.1;}
  .vesna-testimonial-meta{font-size:15px;margin-top:20px;}
  .vesna-testimonial-nav{gap:10px;}
}
