.ct-divider__spacer{height:var(--ct-divider-space-mobile, 0px)}.ct-divider{position:relative;transform:var(--ct-divider-flip, none)}.ct-divider__shape{position:relative;overflow:hidden;background:none;transform:translateY(1px);color:var(--ct-divider-shape-color, currentColor)}.ct-divider__shape>svg{display:block;width:100%;height:auto;overflow:hidden;max-height:var(--ct-shape-max-height, 150px)}.ct-divider__waves{--ct-shape-max-height: 3rem;margin:0}.ct-divider__wave>use{animation-duration:var(--ct-wave-speed);animation-timing-function:linear;animation-iteration-count:infinite;animation-name:ct-wave-drift-right;opacity:var(--ct-wave-opacity, 1)}.ct-divider__wave--2>use,.ct-divider__wave--4>use{animation-name:ct-wave-drift-left}.ct-divider__wave--1{--ct-wave-speed: 10s;--ct-wave-opacity: 1}.ct-divider__wave--2{--ct-wave-speed: 8s;--ct-wave-opacity: .4}.ct-divider__wave--3{--ct-wave-speed: 6s;--ct-wave-opacity: .3}.ct-divider__wave--4{--ct-wave-speed: 4s;--ct-wave-opacity: .2}@keyframes ct-wave-drift-right{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes ct-wave-drift-left{0%{transform:translate(-90px)}to{transform:translate(85px)}}@media screen and (prefers-reduced-motion:reduce){.ct-divider__wave>use{animation:none}}@media screen and (min-width:750px){.ct-divider__spacer{height:var(--ct-divider-space, 0px)}}@media screen and (min-width:1000px){.ct-divider__waves{--ct-shape-max-height: 6rem}}.ct-testimonials__inner{padding-top:var(--ct-pad-top-mobile, 27px);padding-bottom:var(--ct-pad-bottom-mobile, 27px)}.ct-testimonials__grid{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:var(--ct-card-gap, 20px);margin:25px 0 0;padding:10px;list-style:none}.ct-testimonials__item{width:100%;display:flex}.ct-testimonials__card{position:relative;width:100%}.ct-testimonials__media{display:block;overflow:hidden}.ct-testimonials__body{position:relative;border-radius:20px;padding:1.25rem 2rem 2rem;background-color:var(--ct-card-bg)}.ct-testimonials__card--has-author .ct-testimonials__body{padding-bottom:1.25rem}.ct-testimonials__body--bare .ct-testimonials__heading{padding:0 2.5rem}.ct-testimonials__body--photo-no-stars{padding-top:1.25rem}.ct-testimonials__stars{margin:0;font-size:2.2rem;line-height:1.2;color:var(--ct-stars-color)}.ct-testimonials__heading{margin-top:.5rem;margin-bottom:1rem;font-size:calc(var(--font-heading-scale) * 1.45rem)}.ct-testimonials__quote{position:absolute;top:0;right:2rem;display:flex;align-items:center;justify-content:center;width:1em;height:1em;margin:0;font-size:5rem;border-radius:50%;transform:translateY(-50%)}.ct-testimonials__quote>svg{width:55%}.ct-testimonials__quote--flat{top:5px;right:5px;font-size:3.5rem;transform:none}.ct-testimonials__body--photo-no-stars .ct-testimonials__quote{font-size:4rem}.ct-testimonials__photo{max-width:100%;height:auto;border-radius:calc(var(--media-radius) - var(--media-border-width))}.ct-testimonials__photo--below{margin-top:10px}.ct-testimonials__author{display:flex;align-items:center;margin-top:.75rem;padding-top:1rem;border-top:solid 1px rgba(var(--color-foreground),.06)}.ct-testimonials__avatar{width:3rem;height:3rem;margin-right:1rem;border-radius:50%;overflow:hidden;flex-shrink:0}.ct-testimonials__avatar img{width:100%;height:100%;object-fit:cover;object-position:center center}.ct-testimonials__name{margin:0;font-size:1.4rem;line-height:1.1}@media screen and (min-width:750px){.ct-testimonials__inner{padding-top:var(--ct-pad-top, 36px);padding-bottom:var(--ct-pad-bottom, 36px)}.ct-testimonials__grid{padding:0}.ct-testimonials__item{width:calc((100% - (var(--ct-cards-per-row, 3) - 1) * var(--ct-card-gap, 20px)) / var(--ct-cards-per-row, 3))}}.ct-reviews{--ct-review-star-color: var(--ct-review-star, #ffcc00)}.ct-reviews__item{display:flex}.ct-reviews__item--middle{align-items:center}.ct-reviews__avatar{width:5rem;height:5rem;flex-shrink:0;border-radius:50%;margin-right:1.5rem}.ct-reviews__body{flex-grow:1}.ct-reviews__text p{margin-top:0;font-size:1.4rem;line-height:1.3em;color:rgb(var(--color-foreground))}.ct-reviews__text p:last-of-type{margin-bottom:0}.ct-reviews__meta{display:flex;align-items:center;flex-wrap:wrap;column-gap:1rem;margin-top:.5rem;border-top:solid 1px rgba(var(--color-foreground),.06)}.ct-reviews__author{margin:0;font-size:1.3rem;line-height:2em;color:rgba(var(--color-foreground),.5)}.ct-reviews__stars{color:var(--ct-review-star-color);letter-spacing:.2em;line-height:1.3rem}.ct-reviews .slider-buttons{bottom:-15px}.ct-reviews .slideshow__slide{flex-basis:100%}.ct-reviews .slideshow__controls{border:none}.ct-reviews .slider-button{width:2rem;height:2rem}.ct-reviews .slider-button svg{height:.7rem}.ct-reviews .slider-counter__link{padding:.5rem}.ct-reviews .slider-counter--dots{margin:0 .2rem}.ct-reviews .slider-counter__link--dots .dot{width:.7rem;height:.7rem}.ct-rating__row{display:flex;align-items:center;justify-content:var(--ct-rating-align, flex-start)}.ct-rating__stars{display:flex}.ct-rating__stars svg{width:1em;height:1em;margin-left:.125em;flex-shrink:0}.ct-rating__stars svg:first-of-type{margin-left:0}.ct-rating__stars--base{position:relative;color:var(--ct-rating-empty, #ececec)}.ct-rating__stars--fill{position:absolute;top:0;left:0;overflow:hidden;color:var(--ct-rating-filled, #ffcc00);width:calc(100% / 5 * var(--ct-rating, 5))}.ct-rating__label{margin-left:.125em}.ct-rating a{color:rgb(var(--color-foreground));text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ct-content.css.map */
