/** Shopify CDN: Minification failed

Line 10:38 Expected ":"

**/
.testimonial-top{margin-bottom:60px; display: flex; align-items:center; justify-content: space-between; gap: 16px;}
.tt_right{display:flex; align-items:center; gap:20px;}
.ttr_arrow{display:flex; align-items:center; gap:11px;}
.testimonial-button-prev, .testimonial-button-next {width: 50px;height: 50px;border: 1px rgba(0, 0, 0, 0.10) solid;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: #FFF;}
.testimonial-item{opacity: 0.3;opacity .1s linear}
.testimonial-item.swiper-slide.swiper-slide-active{opacity: 1;}
/**/
.testimonial-top .tt_right .counter {font-size: 16px;}
.testimonial-top .tt_left .sub-title {font-size: 25px;letter-spacing: -.02em;}
.testimonial-item .ti-avatar {display: flex;align-items: center;gap: 10px;}
.testimonial-item .ti-avatar img {width: 60px; border-radius:50%;}
.testimonial-item .ti-avatar .tia-info h6 {letter-spacing: -.02em;font-weight: 400; font-family: Roboto;}
.testimonial-item .ti-avatar .tia-info p {font-size: 18px;font-weight: 400;letter-spacing: -.02em;opacity: .5;margin-block-start: 5px;}
.testimonial-item .ti-content {font-size: 32px;font-weight: 600;line-height: 45px;letter-spacing: -.02em;margin-block-start: 28px;margin-block-end: 46px; font-family: Archivo;}
.testimonial-item .ti-top {display: flex;align-items: center;gap: 9px;}
.testimonial-item .ti-top .ti-star {display: flex;align-items: center;gap: 4px;}


@media (max-width:991px){
    .testimonial-button-prev, .testimonial-button-next {width: 35px;height: 35px;}
    .testimonial-top .tt_left .sub-title {font-size: 18px;}
    .testimonial-item .ti-content {font-size: 18px;line-height: 27px;margin-block-start: 12px;margin-block-end: 25px;}    
    .testimonial-item .ti-avatar .tia-info p {font-size: 15px;}
}