.blockquote-slider{overflow:hidden;position:relative;width:100%}.blockquote-slides{display:flex;transition:transform .5s ease;width:100%}.blockquote-slide{align-items:center;display:flex;flex:0 0 100%;gap:48px;padding:48px 128px;width:100%}@media (max-width:767px){.blockquote-slide{flex-direction:column;gap:24px;padding:24px;text-align:center}}.blockquote-image-wrapper{flex:0 0 auto}.blockquote-image{border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);height:200px;overflow:hidden;width:200px}@media (max-width:767px){.blockquote-image{height:120px;margin:0 auto;width:120px}}.blockquote-image img{height:100%;object-fit:cover;width:100%}.blockquote-content{flex:1;min-width:0}.blockquote-quote{color:#31617c;font-size:16px;line-height:1.32;margin-bottom:24px;padding:0 32px;position:relative}@media screen and (min-width:1024px){.blockquote-quote{font-size:20px;padding:0 32px}}.blockquote-quote:before{left:-12px;top:-20px}.blockquote-quote:after,.blockquote-quote:before{color:var(--secondary-color);content:'"';font-size:64px;position:absolute}.blockquote-quote:after{bottom:-48px;right:-12px}.blockquote-author{margin-top:24px;padding-left:32px}.blockquote-name{color:#31617c;font-size:18px;font-weight:600;margin-bottom:4px}.blockquote-company{color:var(--secondary-color);font-size:16px}.blockquote-nav{display:none;gap:12px;justify-content:center;margin-top:32px}.blockquote-nav-button{background:transparent;border:2px solid var(--secondary-color);border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.blockquote-nav-button:hover{transform:scale(1.2)}.blockquote-nav-button.active{background-color:var(--secondary-color);transform:scale(1.2)}.blockquote-controls{display:flex;justify-content:space-between;left:0;padding:0 16px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.blockquote-arrow{align-items:center;background:var(--secondary-color);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;height:48px;justify-content:center;pointer-events:auto;transition:all .3s ease;width:48px}.blockquote-arrow:hover{background:var(--secondary-color);color:#fff;transform:scale(1.1)}@media (max-width:767px){.blockquote-controls{display:none}}