/* header {
  display: none;
}

footer {
  display: none;
}

.cookie-banner {
  display: none !important;
}

.btn {
  display: none !important;
}


::-webkit-scrollbar {
  width: 0px;

}

::-webkit-scrollbar-track {
  background: #f1f1f1;

}

::-webkit-scrollbar-thumb {
  background: #000;

  border-radius: 0px;

}

::-webkit-scrollbar-thumb:hover {
  background: #555;

} */

.grecaptcha-badge {
  display: none !important;
}