.module--logo svg{max-height:100%;max-width:100%;overflow:visible}.module--logo svg:hover .svg-elem-1{animation:letter-hover-animation .3s ease-in forwards}.module--logo svg:hover .svg-elem-2{animation:letter-hover-animation .3s ease-in 50ms forwards}.module--logo svg:hover .svg-elem-3{animation:letter-hover-animation .3s ease-in .1s forwards}.module--logo svg:hover .svg-elem-4{animation:letter-hover-animation .3s ease-in .15s forwards}.module--logo svg:hover .svg-elem-5{animation:letter-hover-animation .3s ease-in .2s forwards}@keyframes letter-hover-animation{0%{fill:rgba(var(--second-color-rgb),1)}50%{fill:rgba(var(--second-color-rgb),.5)}to{fill:rgba(var(--second-color-rgb),1)}}