.retail_customer_quotes{font-size:16px;font-weight:400}@media (min-width:768px){.retail_customer_quotes{font-size:18px}}.retail_customer_quotes .heading h2{font-size:22px}@media (min-width:768px){.retail_customer_quotes .heading h2{font-size:40px}}:root{--customer-quotes-no-of-slides:5;--customer-quotes-slides-in-view:5;--customer-quotes-slide-width:250px;--customer-quotes-slide-mobile-width:125px;--customer-quotes-slide-height:400px;--customer-quotes-slide-mobile-height:200px;--customer-quotes-iteration-time:20s}@keyframes customerQuotesScroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--customer-quotes-slide-width)*var(--customer-quotes-no-of-slides)*-1))}}@keyframes customerQuotesScrollmobile{0%{transform:translateX(0)}to{transform:translateX(calc(var(--customer-quotes-slide-mobile-width)*var(--customer-quotes-no-of-slides)*-1))}}.retail_customer_quotes .customer-quotes-carousel__wrapper{align-items:center;display:flex;margin:0 auto;overflow:hidden;width:calc(var(--customer-quotes-slides-in-view)*var(--customer-quotes-slide-mobile-width))}@media (min-width:768px){.retail_customer_quotes .customer-quotes-carousel__wrapper{width:calc(var(--customer-quotes-slides-in-view)*var(--customer-quotes-slide-width))}}.retail_customer_quotes .customer-quotes-carousel{margin-left:-15px;margin-right:-15px;overflow:hidden;width:calc(var(--customer-quotes-no-of-slides)*2)}@media (min-width:768px){.retail_customer_quotes .customer-quotes-carousel{margin:0}}.retail_customer_quotes .customer-quotes-carousel__slide{animation:customerQuotesScrollmobile var(--customer-quotes-iteration-time) linear infinite;box-sizing:border-box;display:flex;flex:0 0 auto;flex-direction:column;height:var(--customer-quotes-slide-mobile-height);width:var(--customer-quotes-slide-mobile-width)}@media (min-width:768px){.retail_customer_quotes .customer-quotes-carousel__slide{animation:customerQuotesScroll var(--customer-quotes-iteration-time) linear infinite;height:var(--customer-quotes-slide-height);width:var(--customer-quotes-slide-width)}}.retail_customer_quotes .customer-quotes-carousel__image{background-repeat:no-repeat;background-size:cover;height:100%;margin:0 5px}@media (min-width:768px){.retail_customer_quotes .customer-quotes-carousel__image{margin:0 12.5px}}.retail_customer_quotes .bottom_section{margin-top:40px}.retail_customer_quotes .bottom_section h4{margin-top:10px}.retail_customer_quotes .customer-quotes{display:flex;gap:20px}.retail_customer_quotes .customer-quote{border-radius:20px;display:flex;flex:1 0 calc(33.33333% - 15px);flex-direction:column;gap:45px;justify-content:space-between;padding:15px}.retail_customer_quotes .customer-quote .customer-quote__link{color:#080808;display:flex;flex:1 0 auto;flex-direction:column;font-weight:unset;gap:45px;justify-content:space-between}.retail_customer_quotes .customer-quote__footer{display:flex;font-size:18px;font-weight:700;gap:10px}@media (min-width:768px){.retail_customer_quotes .customer-quote__footer{font-size:24px}}.retail_customer_quotes .customer-quote__icon{background-position:50%;background-repeat:no-repeat;background-size:cover;height:32px;width:32px}.retail_customer_quotes .successSliderSection .successSliderParent .progressBarContainer{display:flex;flex-wrap:nowrap;gap:10px;padding:0 15px}.retail_customer_quotes .successSliderSection .successSliderParent .progressBarContainer div{margin:0;width:100%}.retail_customer_quotes .successSliderSection .successSliderParent .progressBarContainer span.progressBar{background-color:#ddd;height:4px}.retail_customer_quotes .successSliderSection .successSliderParent .customer-quote{padding:0 15px}.retail_customer_quotes .successSliderSection .successSliderParent{background:#f4f4f4;border-radius:20px;display:flex;flex-direction:column;gap:10px;padding:15px 0}.retail_customer_quotes .inProgress{background-color:#d40000;height:4px;width:0}.retail_customer_quotes .inProgress.progressBarAnimation{animation:fillProgressBar 5s linear}@keyframes fillProgressBar{0%{width:0}to{width:100%}}.retail_customer_quotes .button_wrapper{display:flex;justify-content:center}