.singleref {
  filter: grayscale(100);
  opacity: 0.8;
  transition: all ease 0.5s;
}
.singleref:hover {
  filter: grayscale(0);
  opacity: 1;
}
.hero__tab-nav {
  z-index: 999;
}
.tabs-8434-tab-active {
  font-weight: 900;
}
.card__news {
  transition: all ease-in-out 0.25s;
  background-color: var(--dark);
  color: white;
}
.card__news:hover {
  color: black;
  background-color: var(--light);
}
.card__news:hover .card__news-link {
  color: var(--dark) !important;
}
.card__news-image {
  width: 100%;
  aspect-ratio: 1;
}
.card__news-headline {
  text-transform: none !important;
}
.card__news-cat {
  color: var(--primary);
  text-transform: uppercase;
}
.card__news-link {
  color: white !important;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  box-shadow: 0 2px 0 var(--dark);
}
#offcanvas li {
  padding: 0px !important;
}
.menu-item {
  text-transform: uppercase;
  font-size: var(--text-2xl);
}
.menu-item a {
  color: var(--dark);
  padding: 0px var(--space-2xl) !important;
  transition: color ease-in-out 0.15s;
}
.menu-item a:hover {
  color: var(--primary);
}
.current_page_item a {
  color: var(--primary) !important;
}
.menu-item:nth-child(3) {
  margin-bottom: var(--space-l) !important;
}
.ct-inner-content ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.ct-inner-content li::before {
  content: "";
  border-color: transparent var(--primary);
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -2em;
  top: 1.2em;
  position: relative;
}
.ball {
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 2px solid black;
  background-color: white;
}
.ball__mobile {
  padding-right: var(--space-s);
  transform: translateX(-51%);
  width: 18px !important;
  height: 18px !important;
  border-radius: 50px;
  border: 2px solid black;
  background-color: white;
}
.ball.last {
  border-color: black;
  background-color: var(--primary);
}
.ball__single {
  min-width: 20%;
}
.ball__text {
  max-width: 180px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}
.line {
  height: 2px;
  width: 50%;
  position: relative;
  background-color: black;
  right: 0px;
}
.line__mobile {
  position: relative;
  height: 100%;
  width: 2px;
  position: relative;
  background-color: black;
  left: 0px;
}
.linefull {
  height: 2px;
  width: 100%;
  position: relative;
  background-color: black;
  right: 0px;
}
.feature {
  background-color: #F9FAFB;
  padding: var(--space-l);
}
@media only screen and (max-width: 992px) {
  .qr-code-left {
    order: 2;
  }
  qr-code-right {
    order: 1;
  }
}
.ct-section a:not(.btn) {
  color: black !important;
}
