@font-face {
  font-family: "rsc-normal";
  src: url(../fonts/rsc-normal.ttf)
}

@font-face {
  font-family: "rsc-bold";
  src: url(../fonts/rsc-bold.ttf)
}

@font-face {
  font-family: "rsc-light";
  src: url(../fonts/rsc-light.ttf)
}

@font-face {
  font-family: "rsc-special";
  src: url(../fonts/rsc-special.ttf)
}

body {
  font-family: "rsc-normal";
  font-size: 14px;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  display: inline-block;
}

a:visited,
a:hover,
a:active {
  text-decoration: underline;
  color: #fff;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  color: #fff;
  background: #ff0082; /*Purple*/
}

::-webkit-selection {
  color: #fff;
  background: #ff0082; /*Purple*/
}

::-moz-selection {
  color: #fff;
  background: #ff0082; /*Purple*/
}

.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: #ff0082; /*Purple*/
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #fff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,.5); /*Black*/
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5); /*Black*/
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5); /*Black*/
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}