@keyframes dash{0%{stroke-dashoffset:100%}to{stroke-dashoffset:0}}.lines{animation:dash 140s linear infinite forwards;z-index:0}@keyframes pulse-dot{0%{opacity:1;scale:1}to{opacity:0;scale:2.5}}.pulse-yellow{z-index:1}.pulse-yellow,.pulse-yellow:after{background:#fbe115;border-radius:100%;height:13px;position:absolute;width:13px}.pulse-yellow:after{animation:pulse-dot 2s linear infinite forwards;content:"";left:0;opacity:1;top:0}.pulse-blue{z-index:1}.pulse-blue,.pulse-blue:after{background:#004ba2;border-radius:100%;height:13px;position:absolute;width:13px}.pulse-blue:after{animation:pulse-dot 2s linear infinite forwards;content:"";left:0;opacity:1;top:0}.pulse{display:none;z-index:1}.pulse,.pulse:after{background:#004ba2;border-radius:100%;height:13px;position:absolute;width:13px}.pulse:after{animation:pulse-dot 2s linear infinite forwards;content:"";left:0;opacity:1;top:0}@media (min-width:992px){.pulse{display:block}}