@-webkit-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.link-arrow{overflow:hidden}.link-arrow a{color:var(--c-accent);text-decoration:none;font-weight:700;color:var(--c-black-color);text-decoration:none;float:left;overflow:hidden;position:relative;padding-right:26px}.link-arrow a:hover{color:var(--c-accent-high)}.link-arrow a::after{content:"";display:block;height:3px;border-radius:10px;background:var(--c-secondary-green-20);opacity:.15;transition:.3s;width:100%}.link-arrow a::before{content:"";background:url(../images/right-arrow.png) no-repeat right;background-size:18px 13px;width:100%;height:100%;right:0;top:0;position:absolute}.link-arrow a:hover::after{opacity:1}.link-arrow .with-arrow__link--clr-white{color:var(--c-text-inverse)}.link-arrow .with-arrow__link--clr-white:hover{color:var(--c-secondary-green-40)}