.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 768px) {
  .sezione-home-chi-sono-desktop, .dove-sei-ora-desktop, .sezione-con-grafico-desktop, .button-scopri-cosa-ottieni-desktop, .cosa-ottieni-desktop, .per-chi-desktop, .cosa-comprende-desktop, .cosa-non-desktop, .cosa-dicono-desktop, .valore-desktop, .quanto-costa-desktop, .acquista-restart-desktop, .domande-dubbi-desktop, .chi-sono-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sezione-home-chi-sono-mobile, .dove-sei-ora-mobile, .sezione-con-grafico-mobile, .button-scopri-cosa-ottieni-mobile, .cosa-ottieni-mobile, .per-chi-mobile, .cosa-comprende-mobile, .cosa-non-mobile, .cosa-dicono-mobile, .valore-mobile, .quanto-costa-mobile, .acquista-restart-mobile, .domande-dubbi-mobile, .chi-sono-mobile {
    display: none !important;
  }
}

.wp-block-site-logo {
		transition: transform 0.3s ease-in-out;
}
.wp-block-site-logo:hover {
		transform: scale(1.1);
}

.wp-block-navigation-item__content {
    transition: transform 0.4s ease-in-out, font-weight 0.3s ease-in-out;
}

.wp-block-navigation-item__content:hover {
    transform: scale(1.1);
    font-weight: bold;
}

.wp-block-image {transition: transform 0.3s ease-in-out;
}

.wp-block-image:hover {transform: scale(1.1);
}

.wp-block-button {transition: transform 0.3s ease-in-out;
}
.wp-block-button:hover {transform: scale(1.1);
}