

@media screen and (min-width: 737px) {
  .site-drawer {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    width: auto;
  }
  .site-drawer.-open {
    -webkit-transform: none;
    transform: none;
  }
  .site-global-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2rem;
  }
  .site-global-nav > .list {
    position: relative;
    width: auto;
  }
  .site-global-nav > .list > .item {
    font-size: 1.0625rem;
    padding: 0;
    width: auto;
  }
  .site-hamburger {
    display: none;
  }
  .site-header {
    height: 3.75rem;
    padding: 0 var(--margin-side);
  }
  .site-header > .inner {
    margin: auto;
    max-width: 62.5rem;
  }
  .site-header > .inner > .logo {
    padding: 1.75rem 1.25rem;
  }
  .site-main {
    padding-top: 3.75rem;
  }
}