.marquee-container-1{width:100%;overflow:hidden;white-space:nowrap;position:relative;background:transparent}.marquee-1{display:flex;animation:scroll-left 54s linear infinite;width:-moz-fit-content;width:fit-content}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-80%)}}.marquee-container-1:after,.marquee-container-1:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}@media screen and (max-width:768px){.marquee-1{animation-duration:44s;gap:30px}}.marquee-container{width:100%;overflow:hidden;white-space:nowrap;position:relative;background:transparent}.marquee{animation:scroll-left-skills 32s linear infinite;width:-moz-fit-content;width:fit-content;will-change:transform}@keyframes scroll-left-skills{0%{transform:translateX(0)}to{transform:translateX(-80%)}}.marquee-container:after,.marquee-container:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}@media screen and (max-width:768px){.marquee{animation-duration:24s;gap:30px}}.section.testimonials{overflow-x:clip}.testimonials-slider-wrapper{position:relative;width:100%;padding-top:0}.testimonials-slider-container{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.testimonials-track{position:relative;width:100%;height:100%}.testimonial-slide{position:absolute;width:520px;max-width:520px;left:50%;top:50%;transform-origin:center center;transition:all .8s cubic-bezier(.25,.8,.25,1);cursor:pointer}.testimonial-slide:hover:not(.active){scale:1.015}.testimonial-slide.active{cursor:default}.testimonial{background:var(--white,#ffffff);border-radius:40px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid var(--c3-100,#f0f0f0);height:auto;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;width:100%}.testimonial-slide:not(.active) .testimonial{background:#fafafa}.testimonials-track{touch-action:pan-y;cursor:grab}.testimonials-track.dragging{cursor:grabbing}.testimonial-slide,.testimonial-slide *,.testimonials-track{-moz-user-select:none;user-select:none;-webkit-user-select:none}@media screen and (max-width:1400px){.testimonial-slide{width:450px;max-width:450px}}@media screen and (max-width:1200px){.testimonial-slide{width:380px;max-width:380px}}@media screen and (max-width:768px){.testimonials-slider-container{height:500px}.testimonial-slide{width:320px;max-width:320px}.testimonial{padding:20px;min-height:220px;border-radius:30px}}@media screen and (max-width:480px){.testimonial-slide{width:280px;max-width:280px}}@media (prefers-reduced-motion:reduce){.testimonial-slide{transition:none}}