.dp-footer-v84__button--primary,
.dp-footer-v84__button--primary:link,
.dp-footer-v84__button--primary:visited {
    border: 0 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #7765ff, #5c4cf5) !important;
    box-shadow: 0 14px 30px rgba(92, 76, 245, .31) !important;
}

.dp-footer-v84__button--primary:hover,
.dp-footer-v84__button--primary:focus-visible {
    color: #fff !important;
    background: linear-gradient(135deg, #6957fa, #4f3de3) !important;
    box-shadow: 0 17px 34px rgba(74, 56, 218, .36) !important;
    transform: translateY(-2px);
}

.dp-footer-cta-v841__button--primary,
.dp-footer-cta-v841__button--primary:link,
.dp-footer-cta-v841__button--primary:visited {
    border: 1px solid #fff !important;
    color: #5c4cf5 !important;
    background: #fff !important;
}