/** Shopify CDN: Minification failed

Line 92:5 Expected "}" to go with "{"

**/
.testimonials-slider ul.slick-dots {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
    margin-top: 12px
}
.image-wrap.text-spacing img {
    border-radius: 50%;
}
.testimonials-slider .slick-dots li.slick-active button {
    background:#ffffff;
    .testimonials-slide.is-selected .testimonials-slider__text {
        transform: scale(1.1);
        box-shadow: 0 10px 25px rgba(var(--color-foreground), .80);
        position: relative;
        z-index: 10
    }
    .testimonials-slider__text {
        margin: 0;
        padding: 30px 15px
    }
    .testimonials-slider__text cite {
        font-style: normal;
        font-weight: 700
    }
    .testimonials-slider__text p {
        margin-bottom: 7.5px
    }
    .testimonials-slider__text p+cite {
        margin-top: 0
    }
    .testimonials__info {
        font-size: calc(var(--typeBaseSize) - 1px)
    }
    .testimonail-image {
        max-width: 142px;
        background-color: var(--colorBody);
        margin: 0 auto
    }
    .testimonials-slide .testimonials-slider__text {
        transition: transform .5s ease, box-shadow .5s ease
    }
    .text-center .testimonail-image {
        margin-left: auto;
        margin-right: auto
    }
    .testimonail-image .image-wrap {
        background: none
    }
    .image-wrap {
        height: 150px !important;
        width: 150px;
        position: relative;
        border-radius: 100%
    }
    .image-wrap>img {
        position: absolute;
        height: 150px;
        width: 150px;
        object-fit: cover;
        border-radius: 100%
    }
    @media only screen and (max-width:768px) {
        .testimonials-slide {
            width: 100%
        }
        .testimonials-slider__text {
            margin: 0
        }
        .testimonials-slide.is-selected .testimonials-slider__text {
            transform: scale(1)
        }
        .testimonials-slider ul.slick-dots {
            justify-content: unset
        }
    }
    @media only screen and (min-width:769px) {
        .testimonials-slider__text {
            margin: 0 15px;
            padding: 30px;
            margin-bottom: 0
        }
        .testimonials-slider__text cite {
            font-size: calc(var(--typeBaseSize) + 1px)
        }
    }