.line-path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2s ease-in-out forwards drawLine}.light-path{stroke-dasharray:50;stroke-dashoffset:1000px;animation:4s linear infinite moveLightBackAndForth}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes moveLightBackAndForth{0%{stroke-dashoffset:1000px;opacity:.7}25%{opacity:.9}50%{stroke-dashoffset:0;opacity:.7}75%{opacity:.9}to{stroke-dashoffset:1000px;opacity:.7}}.line-animation-paused .line-path,.line-animation-paused .light-path{animation-play-state:paused}.line-animation-active .line-path,.line-animation-active .light-path{animation-play-state:running}@media (prefers-reduced-motion:reduce){.line-path,.light-path{animation:none}}.radial-line{transform-origin:0;height:1px;transform:rotate(var(--rotation,0deg))scaleX(.95);opacity:.6;animation:radialPulse var(--duration,6s)linear infinite;animation-delay:var(--delay,0s);background:linear-gradient(90deg,#ff3b3b0d,#ff3b3bd9,#ff3b3b26);position:absolute;top:50%;left:50%}.radial-line:after{content:"";width:7px;height:7px;animation:radialDot var(--duration,6s)linear infinite;animation-delay:inherit;background:#f87171f2;border-radius:2px;position:absolute;top:-3px;left:15%;box-shadow:0 0 10px #f87171cc}@keyframes radialPulse{0%{transform:rotate(var(--rotation,0deg))scaleX(1.05);opacity:.85}to{transform:rotate(var(--rotation,0deg))scaleX(.05);opacity:0}}@keyframes radialDot{0%{opacity:1;left:95%}to{opacity:0;left:5%}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.brand-logos-slider-container{color:#fff;background-color:#000;width:100%;max-width:960px;margin:2rem auto 0;padding-top:0;padding-bottom:3rem;animation:1s ease-in-out fadeIn}.logo-row{width:100%;margin-top:0;margin-bottom:1.5rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 5% 95%,#0000)}.brand-logo-item{perspective:1000px;background-color:#ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;margin:0 10px;padding:5px;transition:all .3s;display:flex}.brand-logo-item:hover{background-color:#fff3;box-shadow:0 0 15px #ffffff4d}.logo-tilt-wrapper{transition:all .3s;transform:rotateX(35deg)}.brand-logo-item:hover .logo-tilt-wrapper{transform:scale(1.1)rotateX(35deg)}@media (max-width:768px){.brand-logo-item{width:70px;height:70px;margin:0 8px}}@media (max-width:480px){.brand-logo-item{width:50px;height:50px;margin:0 5px}}
.logo-slider-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.logo-slider{width:fit-content;display:flex}.logo-track{will-change:transform;gap:48px;width:max-content;animation:240s linear infinite scroll;display:flex}.logo-item{flex-shrink:0;justify-content:center;align-items:center;width:150px;display:flex}@keyframes scroll{0%{transform:translate(0,0)}to{transform:translate(-25%)}}
html{scroll-behavior:smooth;scroll-padding-top:60px}
