*,
*::before,
*::after { 
  box-sizing: border-box;
}

html {
  font-size: 14px;
}


body {
  margin: 0;
  font-family: roboto;
  line-height: 1.42857;
  position: relative;
}

.transition, .transition-all * {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

svg.pdf {
  width: 22px;
  position: relative;
  margin-right: 3px;
  fill: #ca0000;
}

#to-top {
  cursor: pointer;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3000;
  background: #fff;
  padding: 15px;
  border-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
}
#to-top i {
  font-size: 26px;
  color: #2c862e;
  position: relative;
  top: 2px;
  left: -1px;
}

.no-border {
  border-bottom: none;
}

.move-up {
  margin-top: -30px;
}

#consent_manager-background {display: none}