.drts-slide{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease;pointer-events:none}.drts-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.drts-stars{display:flex;gap:4px;margin-bottom:16px;color:var(--drts-gold)}.drts-quote{max-width:760px;margin:0;color:var(--drts-cream);font-size:24px;line-height:1.42;font-weight:600;letter-spacing:-.015em;text-wrap:balance;text-shadow:0 2px 18px rgba(26,14,10,.2)}.drts-author{display:inline-flex;align-items:center;gap:10px;width:fit-content;margin-top:18px;color:var(--drts-gold);font-size:13px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.drts-author::before{content:"";width:42px;height:1px;background:linear-gradient(90deg,var(--drts-gold),transparent)}.drts-reviews-v2.running .drts-progress{animation:drtsProgress 5.8s linear forwards}.drts-dot{width:7px;height:7px;border:0;padding:0;border-radius:999px;background:rgba(245,232,220,.28);cursor:pointer;transition:width .25s ease,background .25s ease}.drts-dot.active{width:24px;background:var(--drts-gold)}@media (max-width:980px){.drts-quote{max-width:100%;font-size:21px}}@media (max-width:620px){.drts-slide{align-items:center}.drts-stars{justify-content:center;margin-bottom:14px}.drts-quote{font-size:18px;line-height:1.5}.drts-author{font-size:11px;letter-spacing:.12em}.drts-author::before{width:28px}}@media (max-width:390px){.drts-quote{font-size:16.5px}}