@charset "utf-8";
/* CSS Document */






.cta_button {
    cursor: pointer!important;
}


.pwr--light a.cta_button:hover {
    color: #ffffff;
    background-color: #575a5d !important; 
}
.pwr-header-right-bar a.cta_button:hover,
.pwr--dark a.cta_button:hover {
    background-color: #f3f3f4 !important; 
}


.cst-card .cst-sb-link .cta_button:hover {
    color: #ffffff !important;
    background-color: #575a5d !important; 
}



