#site-header__logo a,
#site-header__mobile-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--color-white);
}
#site-header__logo .brand-mark,
#site-header__mobile-logo .brand-mark {
  height: 26px;
  width: auto;
  display: block;
  pointer-events: none;
}
#site-header__mobile-logo .brand-mark {
  height: 20px;
}
.brand-name {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--color-white);
  white-space: nowrap;
}
#site-header__mobile .brand-name {
  font-size: 15px;
}
#home-hero .title {
  visibility: inherit;
  white-space: nowrap;
}
#preloader-logo svg {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
#preloader-logo .brand-mark {
  width: 240px;
  height: auto;
  display: block;
}
#home-join__buttons a[href*="t.me"] {
  display: none;
}
