@keyframes slide-in{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{from{margin-left:-100%}to{margin-left:0}}.testimonial{background-color:var(--blue-100);padding-top:48px;padding-bottom:48px}@media only screen and (min-width:768px){.testimonial{padding-top:64px;padding-bottom:64px}}@media only screen and (min-width:992px){.testimonial{padding-top:80px;padding-bottom:80px}}.testimonial__slider.tns-slider{transition-duration:.3s;pointer-events:none}.testimonial__text.title{font-family:var(--font-family-regular);margin-top:24px;margin-bottom:1.5rem;line-height:2.25rem;color:var(--technical-blue)}@media only screen and (min-width:768px){.testimonial__text.title{margin-top:32px;margin-bottom:2rem;line-height:2.625rem}}@media only screen and (min-width:992px){.testimonial__text.title{margin-top:48px;margin-bottom:2.5rem;line-height:3rem}}.testimonial__icon{width:82px;height:48px}.testimonial__icon svg{width:100%;height:100%}@media only screen and (min-width:768px){.testimonial__icon{width:110px;height:64px}}@media only screen and (min-width:992px){.testimonial__icon{width:137px;height:80px}}.testimonial__author{display:flex;align-items:center}.testimonial__author-image{border-radius:50%;margin-right:16px;width:80px;height:80px}@media only screen and (min-width:768px){.testimonial__author-image{margin-right:24px;width:96px;height:96px}}@media only screen and (min-width:992px){.testimonial__author-image{width:120px;height:120px}}.testimonial__author-name{color:var(--dark);margin:0}.testimonial__author-company{color:var(--dark);margin:0}.testimonial__display{margin-top:32px}@media only screen and (min-width:768px){.testimonial__display{margin-top:48px}}@media only screen and (min-width:992px){.testimonial__display{margin-top:64px}}.testimonial__display.hidden{display:none}.testimonial__display-lines{display:flex;justify-content:space-between}.testimonial__display-line{height:6px;border-radius:3px;background-color:var(--blue-300);position:relative;overflow:hidden;cursor:pointer}.testimonial__display-foregroundline{position:absolute;content:"";left:0;top:0;bottom:0;right:0;border-radius:3px;transform:translateX(calc((100% + 1px) * -1));transform-origin:left center;background-color:var(--technical-blue);isolation:isolate}.testimonial__display-line.filled .testimonial__display-foregroundline{transform:translateX(0)}