@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://img1.wsimg.com/gfonts/s/quicksand/v37/6xKtdSZaM9iE8KbpRA_hK1QN.woff2") format("woff2");
}

@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://img1.wsimg.com/gfonts/s/quicksand/v37/6xKtdSZaM9iE8KbpRA_hK1QN.woff2") format("woff2");
}

html.local-drawer-open,
body.local-drawer-open {
  overflow: hidden;
}

site-drawer {
  display: contents;
}

.site-navigation-drawer {
  position: fixed;
  z-index: 1200;
  inset: 0 auto 0 0;
  width: min(391px, 100vw);
  height: 100vh;
  padding-top: 56px;
  color: #151515;
  background: #f6f6f6;
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.14);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.site-navigation-drawer.local-drawer-open {
  transform: translate3d(0, 0, 0);
}

.site-drawer-close {
  position: absolute;
  z-index: 2;
  top: 77px;
  right: 37px;
  left: auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #151515;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease;
}

.site-drawer-close svg {
  display: block;
  width: 40px;
  height: 40px;
  padding: 6px;
  fill: currentColor;
}

.site-drawer-close:hover {
  color: #006400;
}

.site-drawer-close:focus-visible {
  color: #151515;
  outline: none;
}

.site-drawer-close:active {
  color: #003a00;
}

.site-drawer-navigation {
  width: 100%;
  height: calc(100vh - 56px);
  padding: 72px 24px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.site-drawer-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.site-drawer-list li {
  margin: 0;
  padding: 0;
}

.site-drawer-link {
  width: 100%;
  min-height: 61.39px;
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 51px;
  border: 0;
  color: #151515;
  background: transparent;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-align: left;
  text-decoration: none;
  transition: color 0.18s ease;
}

.site-drawer-link[aria-current="page"] {
  font-weight: 700 !important;
}

.site-drawer-link:not([aria-current="page"]),
.site-drawer-link:not([aria-current="page"]) .site-drawer-link-label {
  font-weight: 400 !important;
  font-style: normal;
}

.site-drawer-link-label {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.site-drawer-link[aria-current="page"] .site-drawer-link-label {
  border-bottom-color: #006400;
}

.site-drawer-link:hover,
.site-drawer-link:focus-visible {
  color: #004b00;
  background: transparent;
  outline: none;
}

.site-drawer-link:hover .site-drawer-link-label,
.site-drawer-link:focus-visible .site-drawer-link-label {
  border-bottom-color: #006400;
}

@media (min-width: 1024px) {
  .site-drawer-close {
    top: 77px;
    right: 37px;
    left: auto;
  }

  .site-drawer-navigation {
    padding: 72px 24px 0;
  }

  .site-drawer-link {
    padding-left: 51px;
  }
}
