@keyframes topToBottom{0%{transform:translateY(0)}25%{transform:translateY(200%)}50%{transform:translateY(200%)}75%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mg-animated-logo{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:32px;padding-bottom:8px;gap:32px;color:#67645e;overflow:hidden}.mg-animated-logo:hover .mg-animated-logo__wrapper--item,.mg-animated-logo.is-in-view .mg-animated-logo__wrapper--item{transform:translateY(0)}.mg-animated-logo:hover .mg-animated-logo__text,.mg-animated-logo.is-in-view .mg-animated-logo__text{letter-spacing:1px;transform:translateY(0)}.mg-animated-logo:hover .mg-animated-logo__text:after,.mg-animated-logo.is-in-view .mg-animated-logo__text:after{animation:lineAnimation 1.9s both;animation-delay:.57s}@media screen and (min-width: 990px){.mg-animated-logo{flex-direction:row;margin-bottom:48px}}.mg-animated-logo__wrapper{display:flex;gap:16px}.mg-animated-logo__wrapper--item{position:relative;transform:translateY(130%);transition:transform .3s ease-out}.mg-animated-logo__wrapper--item:nth-child(1){transition-delay:.02s}.mg-animated-logo__wrapper--item:nth-child(2){transition-delay:.04s}.mg-animated-logo__wrapper--item:nth-child(3){transition-delay:.06s}.mg-animated-logo__wrapper--item:nth-child(4){transition-delay:.08s}.mg-animated-logo__wrapper--item:nth-child(5){transition-delay:.1s}.mg-animated-logo__wrapper--item:nth-child(6){transition-delay:.12s}.mg-animated-logo__wrapper--item:nth-child(7){transition-delay:.14s}.mg-animated-logo__wrapper--item:nth-child(8){transition-delay:.16s}.mg-animated-logo__wrapper--item:nth-child(9){transition-delay:.18s}.mg-animated-logo__wrapper--item:nth-child(4){margin-right:24px}.mg-animated-logo__text{position:relative;margin:0;line-height:24px;transform:translateY(130%);transition:transform .4s ease-out;transition-delay:.27s}.mg-animated-logo__text:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:#67645e;transform:scaleX(0);transform-origin:left}@keyframes lineAnimation{0%{transform-origin:left;transform:scaleX(0);animation-timing-function:cubic-bezier(1,0,.01,1.01)}39.4736842105%{transform-origin:left;transform:scaleX(1);animation-timing-function:linear}60.5263157895%{transform-origin:left;transform:scaleX(1);animation-timing-function:linear}60.6263157895%{transform-origin:right;transform:scaleX(1);animation-timing-function:cubic-bezier(1,0,.01,1.01)}to{transform-origin:right;transform:scaleX(0)}}
