.header-logo,
.header-logo-group,
.header-logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  gap: 12px !important;
  text-decoration: none !important; }

.header-favicon {
  width: 48px !important;
  height: 48px !important;
  flex-shrink: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important; }

.header-logo-text,
.header-logo .header-logo-text {
  font-size: 46px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important; }

.header-logo a > svg,
.header-logo a > i,
.header-logo-group svg,
.header-logo-group i {
  display: none !important; }

.header-logo a::before,
.header-logo a::after {
  display: none !important;
  content: none !important; }

@media (max-width: 768px) {
  .header-favicon {
    width: 36px !important;
    height: 36px !important; }
  .header-logo-text {
    font-size: 18px !important; } }

.header-logo *::before,
.header-logo *::after,
.header-logo a *::before,
.header-logo a *::after,
.header-logo-group *::before,
.header-logo-group *::after {
  content: none !important;
  display: none !important; }
