﻿.testimonials{display:flex;flex-direction:column;gap:2em;overflow:hidden}.testimonials .intro{display:flex;justify-content:space-between;align-items:flex-end;gap:1em}.testimonials .actions{display:flex;gap:.5em}.testimonials .actions .slider-navigation{margin:0;gap:.5em}@media(max-width: 1079px){.testimonials .intro{justify-content:center;text-align:center}.testimonials .intro .actions{display:none}}.testimonials .testimonial-slider{width:100%;display:flex;flex-direction:column;gap:2em}@media(min-width: 1080px){.testimonials .testimonial-slider{max-width:1012px}}@media(max-width: 1079px){.testimonials .testimonial-slider{max-width:95%}}.testimonials>div{position:relative}.testimonials .content{display:flex;flex-direction:column;gap:2em}.testimonials .content .quote p:first-child::before{content:"";font-family:var(--font-icon);font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.4rem;vertical-align:top;top:.4rem;position:relative;margin-right:.3rem}.testimonials .content .quote p:last-child::after{content:"";font-family:var(--font-icon);font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.4rem;vertical-align:top;top:.4rem;position:relative;margin-left:.3rem}.testimonials .content p{font-size:1.25em;line-height:160%;margin-top:0}.testimonials .content .name{font-size:.875em}.testimonials .slick-list{overflow:visible;margin-left:calc(var(--column-gap)/2*-1);margin-right:calc(var(--column-gap)/2*-1)}.testimonials .slick-slide{padding:0 calc(var(--column-gap)/2)}.testimonials .testimonial>div{width:100%;border-radius:var(--border-radius);padding:2em;display:flex;gap:2em}@media(max-width: 699px){.testimonials .testimonial>div{flex-direction:column}}.testimonials .testimonial .logo{background:#fff;border-radius:calc(var(--border-radius) - 8px);display:flex;justify-content:center;align-items:center;padding:2em}.testimonials .testimonial .logo img{max-width:120px}.testimonials .slick-navigation .slick-arrow{display:none !important}