.loader-container{animation:scale-and-pulse 4s ease-in-out infinite;transform-origin:center center}.logo-loader-svg{width:350px;height:auto;overflow:visible}.swoosh-path{stroke:#629d43;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5000;stroke-dashoffset:5000;fill:none;animation:draw-and-fill-swoosh 4s ease-in-out infinite}.text-path{fill:#3e414c;clip-path:url(#text-clip);opacity:0;animation:fade-in-text 4s ease-in-out infinite}.clip-rect{animation:reveal-text 4s ease-in-out infinite}@keyframes scale-and-pulse{0%,25%{transform:scale(1.8) translateX(25%);opacity:1}40%,60%{transform:scale(1) translateX(0);opacity:1}65%{transform:scale(1.05) translateX(0);opacity:1}70%,85%{transform:scale(1) translateX(0);opacity:1}to{opacity:0;transform:scale(1) translateX(0)}}@keyframes draw-and-fill-swoosh{0%{stroke-dashoffset:5000;fill:none;opacity:1}30%{stroke-dashoffset:0;fill:none;opacity:1}40%{stroke-dashoffset:0;fill:#629d43;stroke-width:0;opacity:1}85%{stroke-dashoffset:0;fill:#629d43;stroke-width:0;opacity:1}to{opacity:0}}@keyframes reveal-text{0%,35%{width:0}60%,to{width:450px}}@keyframes fade-in-text{0%,35%{opacity:0}45%,85%{opacity:1}to{opacity:0}}