#consent .switch input:checked + .slider::after {
    content: "Igen"!important;
  }
  #consent .switch .slider::after {
    content: "Nem"!important;
  }