.testimonials{position:relative}.testimonials__heading{text-align:center;margin-bottom:0}.testimonials__container .title-wrapper{margin-bottom:0}@media(min-width:750px){.testimonials__heading{margin-bottom:6.4rem}}.testimonial-card__media{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:3.2rem}.testimonial-card__video,.testimonial-card__image{width:100%;height:100%}.testimonial-card__poster{position:relative;width:100%;height:100%;border:none;background:none;cursor:pointer}.testimonial-card__poster img{width:100%;height:100%;object-fit:cover}.deferred-media__poster-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:transform .3s ease,opacity .3s ease}.testimonial-card__poster:hover .deferred-media__poster-button{transform:translate(-50%,-50%) scale(1.1)}.testimonial-card__content{padding:2.4rem 0 .4rem;display:flex;flex-direction:column;justify-content:center;gap:2rem}@media(min-width:750px){.testimonial-card__content{padding:0}}.testimonial-card__quote{font-size:1.8rem;margin:0;font-weight:400;line-height:150%;letter-spacing:-.36px}@media(min-width:750px){.testimonial-card__quote{font-size:2.4rem;letter-spacing:-.48px}}.testimonial-card__footer{display:flex;align-items:center;gap:2rem}.testimonial-card__logo{flex-shrink:0}.testimonial-card__logo img{height:5.2rem;width:5.2rem;object-fit:contain}.testimonial-card__author{flex-grow:1}.testimonial-card__author-name{font-weight:600;font-size:1.4rem;line-height:1.3;color:rgba(var(--color-foreground),1)}@media(min-width:750px){.testimonial-card__author-name{font-size:1.6rem}}.testimonial-card__company{font-size:1.4rem;line-height:1.4;color:rgba(var(--color-foreground),.7);margin-top:.4rem}.testimonials-navigation{display:none;justify-content:space-between;gap:1rem;margin-top:3rem;position:relative;z-index:1}@media(min-width:750px){.testimonials-navigation{display:flex}}@media(min-width:1024px){.testimonials-navigation{position:absolute;top:50%;width:100%;margin:auto;align-items:center;justify-content:space-between}}.testimonials-button{width:4.4rem;height:4.4rem;border-radius:50%;border:.2rem solid rgba(var(--color-border),.2);background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.testimonials-button:hover{border-color:rgba(var(--color-border),.4);background:rgba(var(--color-foreground),.05)}.testimonials-button:disabled{opacity:.5;cursor:not-allowed}.testimonials-button .svg-wrapper{width:1.6rem;height:1.6rem}.testimonials-pagination{text-align:center;margin-top:2rem}.testimonials-pagination .swiper-pagination-bullet{width:1.2rem;height:1.2rem;background:rgba(var(--color-foreground),.3);opacity:1;margin:0 .4rem;transition:all .3s ease}.testimonials-pagination .swiper-pagination-bullet-active{background:rgba(var(--color-foreground),1);transform:scale(1.2)}.testimonials__placeholder{text-align:center;padding:6rem 2rem;color:rgba(var(--color-foreground),.7)}.testimonial-card .js-youtube{width:100%;height:100%}.testimonial-card{display:flex;flex-direction:column;margin-top:2.4rem}@media(min-width:750px){.testimonials__container .testimonial-card{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:3.2rem;grid-row-gap:0;margin-top:0}}@media(max-width:768px){.testimonial-card{margin-top:0;gap:20px}.testimonial-card__content{padding-top:0}}.testimonials .page-width{position:relative;z-index:9}.testimonials__container{margin:auto;position:relative}.testimonials-pagination-wrapper .swiper-pagination.testimonials-pagination{bottom:8%!important;position:relative;margin-top:10px;width:fit-content}.testimonials-pagination-wrapper{display:flex;justify-content:space-between;margin-top:3rem}@media(min-width:750px){.testimonials-pagination-wrapper .testimonials-button{display:none}.testimonials-pagination-wrapper{justify-content:center}}.testimonial-video-modal{background:#000c;box-sizing:border-box;height:100%;left:0;margin:0 auto;opacity:0;overflow:auto;position:fixed;top:0;visibility:hidden;width:100%;z-index:-1;transition:opacity .3s ease,visibility .3s ease}.testimonial-video-modal[open]{opacity:1;visibility:visible;z-index:101}.testimonial-video-modal__content{display:flex;align-items:center;justify-content:center;height:100vh;padding:2rem;position:relative}.testimonial-video-modal__toggle{align-items:center;background-color:rgb(var(--color-background));border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;justify-content:center;padding:1.2rem;position:fixed;right:2rem;top:2rem;width:5rem;z-index:2;transition:color .3s ease,background-color .3s ease}.testimonial-video-modal__toggle:hover{color:rgba(var(--color-foreground),.75);background-color:rgba(var(--color-background),.9)}.testimonial-video-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.testimonial-video-modal__video-container{width:100%;max-width:90vw;max-height:90vh;aspect-ratio:16 / 9;position:relative;background:#000;border-radius:1.2rem;overflow:hidden}.testimonial-video-modal__video-content{width:100%;height:100%;position:relative}.testimonial-video-modal__video-content iframe,.testimonial-video-modal__video-content video{width:100%;height:100%;border:0;border-radius:1.2rem}@media screen and (min-width:750px){.testimonial-video-modal__content{padding:4rem}.testimonial-video-modal__toggle{right:4rem;top:4rem}.testimonial-video-modal__video-container{max-width:80vw;max-height:80vh}}@media screen and (min-width:990px){.testimonial-video-modal__video-container{max-width:70vw;max-height:70vh}}@media screen and (max-width:749px){.testimonial-video-modal__content{padding:1rem}.testimonial-video-modal__video-container{max-width:95vw;max-height:60vh}.testimonial-video-modal__toggle{right:1rem;top:1rem;width:3.5rem;padding:1rem}.testimonial-video-modal__toggle .icon{width:1.8rem}}.testimonial-video-modal{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.testimonial-video-modal__toggle svg{width:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-testimonials.css.map */
