.current-route-desktop:after{content:"";display:block;width:6px;height:0;border-radius:50%;background-color:#fff;position:absolute;right:50%;bottom:-10px;transition:height .3s ease-in-out}.current-route-desktop[data-current=true]:after{height:6px}.current-route-mobile{padding-right:2rem}.current-route-mobile:after{content:"";display:block;width:0;height:12px;border-radius:50%;background-color:#fff;position:absolute;top:50%;right:5%;transform:translateY(-50%);transition:width .3s ease-in-out}.current-route-mobile[data-current=true]:after{width:12px}.text-body{animation:animate-stroke 6s infinite alternate}@keyframes animate-stroke{0%{fill:transparent;stroke:#fff;stroke-width:2;stroke-dashoffset:25%;stroke-dasharray:0 32%}50%{fill:transparent;stroke:#fff;stroke-width:2}80%,to{fill:#fff;stroke:transparent;stroke-width:0;stroke-dashoffset:-25%;stroke-dasharray:32% 0}}