:root {
  --rs-field-gap-small: .8em;
  --rs-field-gap: 1.6em;
  --rs-bg-color: #fff;
}

.region-top-header {
  display: flex;
  align-items: center;
  height: 95px;
}
.region-top-header .left {
  flex: 1;
  justify-content: left;
}
.region-top-header .block-system-branding-block img {
  max-height: 75px;
  height: 12vw;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  border-radius: 0;
}
.region-top-header .right {
  flex: 1;
  justify-content: right;
}

/*# sourceMappingURL=header.css.map*/