.subpage-header {
  min-height: 130px;
  border: 0;
  background: #f8f4ee;
}

.top.subpage-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0;
}

.top.subpage-header .subpage-header-inner {
  display: flex;
  align-items: center;
  min-height: 82px;
}

.subpage-header .brand-logo {
  display: block;
  width: min(160px, 42vw);
  height: auto;
}

.topbar.subpage-header {
  position: relative;
  top: auto;
  z-index: 20;
  padding: 0;
  border-bottom: 0;
  background: #f8f4ee;
  backdrop-filter: none;
}

.topbar.subpage-header .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 130px;
  padding: 24px 0;
}

@media (max-width: 700px) {
  .subpage-header {
    min-height: 106px;
  }

  .top.subpage-header {
    flex-direction: row;
    padding: 20px 0;
  }

  .top.subpage-header .subpage-header-inner {
    min-height: 66px;
  }

  .topbar.subpage-header .topbar-inner {
    min-height: 106px;
    padding: 20px 0;
  }
}
