.egs-animated-logo{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:250px;min-width:250px;height:100px;overflow:visible}.egs-animated-logo .logo-svg{width:200px;height:100px;overflow:visible;display:block}.egs-animated-logo .company-title{color:#fff;font-family:var(--font-heading);font-size:9.5px;letter-spacing:1.2px;margin-top:1px;text-transform:uppercase;opacity:0;animation:egsLogoFade .8s ease-out 2.2s forwards;text-shadow:0 0 5px rgba(255,255,255,.3);white-space:nowrap}.egs-animated-logo .luminous-bar-wrapper{width:120px;height:4px;margin-top:6px;display:flex;align-items:center;position:relative}.egs-animated-logo .luminous-bar{width:0;height:1.5px;border-radius:2px;background:linear-gradient(90deg,#167a5b 0%,#167a5b 33%,#a8323a 33%,#a8323a 66%,#fff 66%,#fff 100%);box-shadow:-20px 0 8px rgba(22,122,91,.7),0 0 8px rgba(168,50,58,.7),20px 0 8px rgba(255,255,255,.7);animation:egsLogoBar .9s cubic-bezier(.16,1,.3,1) 2.6s forwards}@keyframes egsLogoFade{to{opacity:1}}@keyframes egsLogoBar{to{width:100%}}@media(max-width:700px){.egs-animated-logo{width:125px;min-width:125px;height:52px}.egs-animated-logo .logo-svg{width:200px;height:100px}.egs-animated-logo .company-title{font-size:9.9px;letter-spacing:.11px}.egs-animated-logo .luminous-bar-wrapper{width:100px}}@media(prefers-reduced-motion:reduce){.egs-animated-logo .company-title,.egs-animated-logo .luminous-bar{animation:none!important;opacity:1!important;width:100%!important}}