#contattaci .myForm .field label{
  font-weight: 600;
}

#contattaci .ragioneSociale{
  font-weight: 500;
  font-family: 'Pridi';
  font-size: 1.5rem;
  color: var(--darkGrey);
}

#contattaci .customCheckbox input[type=checkbox]:not(:checked) + label:hover {
  color: var(--darkSable);
}
