/* A custom up-right arrow: it keeps exactly the same shape on every device. */
.arrow{display:inline-block;position:relative;width:15px;height:15px;margin-left:10px!important;vertical-align:-2px;color:currentColor;transition:transform .22s ease}.arrow::before{content:"";position:absolute;top:0;right:0;width:12px;height:12px;border-top:1.25px solid currentColor;border-right:1.25px solid currentColor}.arrow::after{content:"";position:absolute;left:0;bottom:1px;width:18px;border-top:1.25px solid currentColor;transform:rotate(-45deg);transform-origin:left center}.button .arrow{vertical-align:-3px}.header-link .arrow,footer .arrow{vertical-align:-2px}.button:hover .arrow,.text-link:hover .arrow,.header-link:hover .arrow,footer a:hover .arrow{transform:translate(2px,-2px)}@media(max-width:720px){.arrow{width:15px;height:15px;margin-left:9px!important}}
