.logo-container{display:inline-block;position:relative}.logo{visibility:hidden;opacity:0;font-size:0;animation:2s ease-out forwards reveal;display:inline-block;position:relative}.logo .title{width:250px;height:50px;font-size:2.5rem;font-weight:600}.logo .logo-text{letter-spacing:4px;fill:none;stroke:#1a088d80;stroke-width:2px;stroke-linecap:round;stroke-dasharray:700;stroke-dashoffset:700px;animation:3s ease-in-out forwards dash,1s 3s forwards fill-text}@keyframes reveal{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes fill-text{0%{fill:none}to{fill:#1a088d2d}}
