.testimonial_slider-wrapper{padding:1rem 0 4rem;position:relative;width:100%}.testimonial_slider-wrapper>.testimonials_collection{margin:0 auto;position:relative;width:80%}.testimonial_slider-wrapper>.testimonials_collection>.testimonial{display:none}.testimonial_slider-wrapper>.testimonials_collection>.testimonial.active{animation:fadeIn;animation-duration:1s;display:grid}.testimonial>.testimonial_text{color:#571626;font-family:Signifier;font-size:24px;font-weight:200;line-height:43px;padding-left:50px;position:relative;top:8%}.testimonial>.testimonial_image{text-align:center}.testimonial>.testimonial_image img{border-radius:50%;overflow:hidden;width:100%}.testimonial .testimonial_person{font-family:GT America;font-size:11px;font-weight:200}.testimonial_slider-wrapper .left_btn,.testimonial_slider-wrapper .right_btn{background-color:#fff;border-radius:50%;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.2);box-shadow:0 0 8px 0 rgba(0,0,0,.2);cursor:pointer;height:45px;position:absolute;top:45%;transform:translateY(-50%);width:45px}.testimonial_slider-wrapper .left_btn{left:-10%}.testimonial_slider-wrapper .right_btn{right:-10%}.testimonial_slider-wrapper .left_btn svg,.testimonial_slider-wrapper .right_btn svg{left:50%;top:50%;width:12px}.testimonial_slider-wrapper .right_btn svg{position:absolute;transform:translate(-40%,-50%)}.testimonial_slider-wrapper .left_btn svg{position:absolute;transform:translate(-60%,-50%) rotate(180deg)}.item_indicators{bottom:2rem;display:flex;gap:20px;left:50%;position:absolute;transform:translateX(-50%)}.item_indicators>*{background-color:#d8d8d8;border-radius:1.5px;flex-basis:35px;height:4px;position:relative;width:35px}.item_indicators>.active:before{animation:growRight;animation-duration:7s;background:linear-gradient(90deg,#ff1e1e,#ffb6e3);border-radius:1.5px;content:"";height:100%;position:absolute;width:100%}@media only screen and (max-width:850px){.testimonial_slider-wrapper>.testimonials_collection>.testimonial{grid-template-columns:auto;grid-template-rows:auto auto}.testimonial_image{margin:0 auto;max-width:200px;padding-bottom:10px}.item_indicators{bottom:0}.testimonial>.testimonial_text{padding-left:0;text-align:center}.testimonial_slider-wrapper .left_btn,.testimonial_slider-wrapper .right_btn{top:35%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes growRight{0%{width:0}to{width:100%}}