Access granting priority

Say I have a node with labels [card, person, group_a] and the node has properties [name, SSN]

I create a role normal that has RESTRICT card.SSN and role group_a_admin that has GRANT group_a.SSN and assign both of these roles to a single user.

Would this user be GRANTED or RESTRICTED from seeing this node's SSN?