.button-arrow:after{
    content:"\2192";
    padding-left:0.5em;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.button-arrow:hover:after{
    content:"\2192";
    padding-left:1em;
}
#footer {
    display:none;
}

.policy-link a {
   color:#fff;
}

.policy-link a:hover {
   color:rgb(231, 33, 117);
}