/* Start custom CSS */html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}

#launcher-frame, .fc-launcher-frame {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 99999 !important;
}

#cookie-law-info-bar, 
.cli-bar-container, 
#cmplz-cookiebanner-container {
  display: none !important;
}/* End custom CSS */