body {
  font-family: "Rubik", sans-serif;
  font-size: 11pt;
  color: #363636;
  font-weight: 400;
}
a:not(.btn) {
  color: #363636;
}
a:not(.btn):hover {
  color: #E936F5;
}
.button,
.btn {
  display: block;
  text-align: center;
  width: max-content;
  max-width: 100%;
  white-space: normal;
  margin: auto;
  border: 0;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border-radius: 32px;
  font-size: 1rem;
  text-decoration: none;
  transition: all ease 0.6s;
}
.button:focus,
.btn:focus {
  outline: none!important;
  box-shadow: none!important;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background: #E936F5;
  transition: all ease 0.6s;
}
.button.btn-primary,
.btn.btn-primary,
.button.form-submit,
.btn.form-submit {
  border-radius: 6px;
  background: #000000;
  background: linear-gradient(180deg, #000000 50%, #2d2d2d 50%, #000000 100%);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: 'Venus rising', "Oswald", sans-serif;
}
.button.btn-small,
.btn.btn-small {
  background: #ECECEC;
  color: #363636;
}
.button.btn-small .icon,
.btn.btn-small .icon {
  background: #363636;
}
.button.btn-small:hover,
.btn.btn-small:hover {
  background: #363636;
  color: #fff;
}
.button.btn-small:hover .icon,
.btn.btn-small:hover .icon {
  background: #fff;
}
.btn-link {
  color: #363636;
}
h1.page-title {
  font-family: 'Venus rising', "Oswald", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.icon {
  background: #363636;
}
.swiper-horizontal > .swiper-pagination {
  bottom: 0;
}
.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet {
  background: #333333;
}
.swiper-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E936F5;
}
nav.tabs li a {
  color: #000;
  display: block;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
.eu-cookie-compliance-banner {
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.8rem;
}
.eu-cookie-compliance-banner h2 {
  font-size: 0.9rem;
  font-weight: 500;
}
.accordion-button {
  padding: 8px;
}
.accordion-button::after {
  display: none;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #363636;
  background: inherit;
}
.table thead th {
  font-weight: normal;
}
.table thead th:first-child {
  border-top-left-radius: 4px;
}
.table thead th:last-child {
  border-top-right-radius: 4px;
}
.table-striped > tbody > tr > * {
  background: #F0F0F0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #FBFBFB;
}
.table-hover > tbody > tr:hover > * {
  background: #363636;
  color: #fff;
}
.social-media-wrap .icon {
  background: #359C98;
}
.social-media-wrap .icon:hover {
  background: #fff;
}
