<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mega-menu-links__item {
  padding: 0 1.2rem;
  position: relative;
}

.mega-menu-links__list {
  margin: 0 -1.2rem 3rem;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mega-menu-links__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.2rem;
  margin: -0.2rem 0 0 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #BDC2D3;
}

.mega-menu-links__item:last-of-type::after{
  content: none;
}


.mega-menu-links__link {
  text-decoration: none;
  color: var(--accent-color);
  transition: opacity 0.25s;
}

.mega-menu-links__link:hover {
  opacity: 0.8;
}</pre></body></html>