.modulo-tv{background:var(--modulo-tv-bg, #f6f7f9);color:var(--modulo-tv-text, #16181d);padding:var(--modulo-tv-pad-y, 80px) 0 var(--modulo-tv-pad-b, 80px);font-family:inherit;box-sizing:border-box;-webkit-font-smoothing:antialiased}.modulo-tv *,.modulo-tv *:before,.modulo-tv *:after{box-sizing:border-box}.modulo-section__container{max-width:1200px;margin-inline:auto;padding-inline:clamp(16px,4vw,40px)}.modulo-section__container--wide{max-width:1440px}.modulo-section__container--full{max-width:none;padding-inline:0}.modulo-tv--width-boxed{max-width:1200px;margin-inline:auto;margin-top:clamp(16px,3vw,32px);margin-bottom:clamp(16px,3vw,32px);border-radius:var(--modulo-tv-outer-radius, 24px);overflow:hidden}@media(max-width:860px){.modulo-tv--width-boxed{margin-inline:16px;max-width:calc(100% - 32px)}}.modulo-tv__header{text-align:center;max-width:720px;margin:0 auto clamp(34px,4vw,52px)}.modulo-tv--align-left .modulo-tv__header{text-align:left;margin-inline:0}.modulo-tv__eyebrow{display:inline-flex;align-items:center;gap:7px;background:var(--modulo-tv-accent, #6366f1);color:#fff;font-size:var(--modulo-tv-eyebrow-size, 13px);font-weight:600;letter-spacing:.01em;line-height:1.2;padding:7px 16px;border-radius:999px;margin-bottom:18px;box-shadow:0 4px 14px color-mix(in srgb,var(--modulo-tv-accent, #6366f1) 30%,transparent)}.modulo-tv__heading{margin:0;font-size:clamp(1.75rem,4.4vw,var(--modulo-tv-heading-size, 44px));line-height:1.08;font-weight:800;letter-spacing:-.025em;text-wrap:balance;color:var(--modulo-tv-text, #16181d)}.modulo-tv__heading strong,.modulo-tv__heading b{font-weight:inherit;color:var(--modulo-tv-accent, #6366f1)}.modulo-tv__sub{margin:16px auto 0;max-width:60ch;font-size:clamp(15px,1.6vw,17px);line-height:1.6;font-weight:500;color:var(--modulo-tv-muted, #6b7280)}.modulo-tv--align-left .modulo-tv__sub{margin-inline:0}.modulo-tv__viewport{position:relative}.modulo-tv__track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:14px 2px 22px;margin:-14px -2px -22px}.modulo-tv__track::-webkit-scrollbar{display:none}.modulo-tv__track:focus-visible{outline:2px solid var(--modulo-tv-accent, #4f46e5);outline-offset:4px;border-radius:8px}.modulo-tv__card{--cpv: 3;flex:0 0 calc((100% - (var(--cpv) - 1) * 22px) / var(--cpv));scroll-snap-align:start;display:flex;flex-direction:column;background:var(--modulo-tv-card-bg, #fff);border:1px solid color-mix(in srgb,var(--modulo-tv-text, #16181d) 9%,transparent);border-radius:var(--modulo-tv-radius, 16px);overflow:hidden;box-shadow:0 1px 2px #10121d0a,0 1px 1px #10121d08;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1),border-color .22s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(14px);animation:modulo-tv-reveal .6s cubic-bezier(.2,.7,.2,1) forwards}.modulo-tv__card:nth-child(1){animation-delay:.04s}.modulo-tv__card:nth-child(2){animation-delay:.12s}.modulo-tv__card:nth-child(3){animation-delay:.2s}.modulo-tv__card:nth-child(4){animation-delay:.28s}.modulo-tv__card:nth-child(5){animation-delay:.36s}.modulo-tv__card:nth-child(n+6){animation-delay:.44s}@keyframes modulo-tv-reveal{to{opacity:1;transform:translateY(0)}}.modulo-tv__card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #10121d1a,0 4px 10px #10121d0d;border-color:color-mix(in srgb,var(--modulo-tv-text, #16181d) 14%,transparent)}.modulo-tv--shadow-none .modulo-tv__card{box-shadow:none}.modulo-tv--shadow-medium .modulo-tv__card{box-shadow:0 4px 14px #10121d14,0 2px 4px #10121d0a}.modulo-tv__media{position:relative;aspect-ratio:var(--modulo-tv-aspect, 4 / 3);overflow:hidden;background:linear-gradient(135deg,#e9ebf2,#dfe2ec)}.modulo-tv__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.modulo-tv__card:hover .modulo-tv__img{transform:scale(1.045)}.modulo-tv__placeholder{background:#eef0f4}.modulo-tv__placeholder path,.modulo-tv__placeholder rect{fill:#c8ccd6}.modulo-tv__body{display:flex;flex-direction:column;flex:1;padding:20px 22px 22px;gap:14px}.modulo-tv__chip{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;color:#4b5563;font-size:13px;font-weight:600;line-height:1.2;padding-block:5px;padding-inline:12px 11px;border-radius:999px}.modulo-tv__seal{width:16px;height:16px;flex:0 0 auto;color:var(--modulo-tv-verified, #1d9bf0)}.modulo-tv__quote{margin:0;font-size:var(--modulo-tv-body-size, 15px);line-height:1.62;font-weight:500;color:color-mix(in srgb,var(--modulo-tv-text, #16181d) 82%,transparent);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--modulo-tv-lines, 5);line-clamp:var(--modulo-tv-lines, 5);overflow:hidden}.modulo-tv__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:4px}.modulo-tv__who{min-width:0}.modulo-tv__name{display:block;font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--modulo-tv-text, #16181d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modulo-tv__stars{display:inline-flex;gap:2px;margin-top:5px}.modulo-tv__star{width:15px;height:15px;display:block;color:var(--modulo-tv-star, #1a1a1a);fill:currentColor}.modulo-tv__star.is-empty{opacity:.18}.modulo-tv__avatar{flex:0 0 auto;width:46px;height:46px;border-radius:50%;object-fit:cover;background:#e9ebf2;box-shadow:0 0 0 2px #fff,0 2px 6px #10121d1f}.modulo-tv__avatar--initial{display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;background:var(--modulo-tv-accent, #6366f1);text-transform:uppercase;line-height:1}.modulo-tv__nav{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:clamp(28px,3.5vw,40px)}.modulo-tv__arrow{width:48px;height:48px;border-radius:50%;border:none;background:var(--modulo-tv-accent, #6366f1);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px color-mix(in srgb,var(--modulo-tv-accent, #6366f1) 28%,transparent);transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .18s cubic-bezier(.4,0,.2,1)}.modulo-tv__arrow:hover{background:color-mix(in srgb,var(--modulo-tv-accent, #6366f1) 86%,#000);transform:translateY(-2px);box-shadow:0 10px 22px color-mix(in srgb,var(--modulo-tv-accent, #6366f1) 40%,transparent)}.modulo-tv__arrow:active{transform:translateY(0)}.modulo-tv__arrow:focus-visible{outline:2px solid var(--modulo-tv-accent, #4f46e5);outline-offset:3px}.modulo-tv__arrow svg{width:22px;height:22px}.modulo-tv__arrow[disabled]{opacity:.38;cursor:default;box-shadow:none;transform:none}@media(max-width:860px){.modulo-tv__card{--cpv: 2}}@media(max-width:480px){.modulo-tv__track{gap:16px}.modulo-tv__card{--cpv: 1.1;flex-basis:calc((100% - (var(--cpv) - 1) * 16px) / var(--cpv))}.modulo-tv__body{padding:18px 18px 20px}}@media(prefers-reduced-motion:reduce){.modulo-tv__track{scroll-behavior:auto}.modulo-tv__card,.modulo-tv__img,.modulo-tv__arrow{animation:none!important;transition:none!important}.modulo-tv__card{opacity:1;transform:none}.modulo-tv__card:hover,.modulo-tv__card:hover .modulo-tv__img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/modulo-section-testimonials-verified.css.map */
