:root {
  --header-height: 64px;
}

.Header-inner {
  height: 100%;
}

.Header-logo {
  width: 122px;
  height: 44px;
}

.Header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}