* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus, a:hover {
  text-decoration: none;
  color: rgba(53,176,130,0);
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: rgba(66,220,163,0);
  --bs-btn-border-color: rgba(66,220,163,0);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #5ee1b1;
  --bs-btn-hover-border-color: #55e0ac;
  --bs-btn-focus-shadow-rgb: 56, 187, 139;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #68e3b5;
  --bs-btn-active-border-color: #55e0ac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #42DCA3;
  --bs-btn-disabled-border-color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #fff500;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: rgba(104,227,181,0);
  border-color: rgba(85,224,172,0);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: rgba(0,0,0,0);
  border-color: rgba(85,224,172,0);
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 9999;
  opacity: 0;
  border-radius: 0;
  background: #111111;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ffffff;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 1080px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

