@charset "UTF-8";
.wovn-languages .wovn-switch:nth-child(n + 2) {
  display: none !important;
}
.globalNav_lang {
  display: none !important;
}
.header_language_item {
  position: relative;
  opacity: 0.7;
}
.header_language_item::before {
  content: "●";
  color: var(--yellow);
  font-size: 0.5em;
  position: absolute;
  left: 8px;
  top: 50%;
  translate: 0 -50%;
}
