.scrolling_bar{text-transform:uppercase;background:#f7f8f9;height:71px;font-family:DINPro,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:63px;position:relative}@media screen and (max-width:767px){.scrolling_bar{height:38px;font-size:26px;line-height:33px}}.scrolling_bar svg{vertical-align:middle;margin-bottom:9px;display:inline-block}@media screen and (max-width:767px){.scrolling_bar svg{max-width:12px;height:9px;margin-bottom:5px}}.scrolling_bar__text{white-space:nowrap;will-change:transform;opacity:.2;height:100%;animation:32s linear infinite scrollingbar;position:absolute;top:50%}@keyframes scrollingbar{0%{transform:translateY(-50%)}to{transform:translate(-50%,-50%)}}