.hyperlink a {
    color: var(--primary);
}

.hyperlink a:hover {
   text-decoration: underline;
}

.accept-terms-text {
    font-size: 12px !important;
    line-height: 107%;
    text-transform: initial !important;
}