.logo.logo--wordmark {
  display: none;
}

.navigation-panel__logo a::after {
  content: '';
  display: block;
  width: 200px;
  height: 46px;
  background-image: url('https://social.archecloud.pl/system/arche-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.brand {
  pointer-events: none;
  cursor: default;
}

