.w1-mobile-menu-host {
  position: relative;
}

.w1-mobile-menu {
  background: #005355;
  border-top: 1px solid #017173;
  box-shadow: 0 18px 25px rgba(0, 0, 0, 0.3);
  color: white;
  display: none;
  font-family: "YWTF Ultramagneticlight", Helvetica, sans-serif;
  left: 0;
  max-height: calc(100vh - 100%);
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100000;
}
@media (max-width: 1000px) {
  .w1-mobile-menu.is-open {
    display: block;
  }
}
.w1-mobile-menu a,
.w1-mobile-menu button {
  color: inherit;
  letter-spacing: 0;
}
.w1-mobile-menu button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.w1-mobile-menu__panel {
  display: none;
  padding: 18px 25px 25px;
}
.w1-mobile-menu__panel.is-active {
  display: block;
}
.w1-mobile-menu__panel[data-w1-mobile-menu-panel=root] {
  padding: 0;
}
.w1-mobile-menu__panel[data-w1-mobile-menu-panel=contact] {
  background: #004647;
}

.w1-mobile-menu__root-primary {
  padding: 10px 25px 10px;
}

.w1-mobile-menu__root-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 1.2;
  min-height: 45px;
  text-decoration: none;
  width: 100%;
}
.w1-mobile-menu__root-link--chevron::after {
  border-right: 2px solid white;
  border-top: 2px solid white;
  content: "";
  height: 7px;
  margin-left: 0.6rem;
  position: relative;
  right: 5px;
  transform: rotate(45deg);
  width: 7px;
}

.w1-mobile-menu__root-secondary {
  background: #004647;
  border-bottom: 1px solid #017173;
  border-top: 1px solid #017173;
  padding: 13px 25px 14px;
}

.w1-mobile-menu__root-secondary-link {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  line-height: 1;
  min-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.w1-mobile-menu__root-secondary-link--chevron::after {
  border-right: 2px solid white;
  border-top: 2px solid white;
  content: "";
  height: 7px;
  margin-left: 0.6rem;
  position: relative;
  right: 5px;
  transform: rotate(45deg);
  width: 7px;
}

.w1-mobile-menu__root-sample {
  align-items: center;
  background: #003738;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 19px 25px 20px;
  text-decoration: none;
}

.w1-mobile-menu__back {
  align-items: center;
  display: inline-flex;
  font-family: "YWTF Ultramagneticlight", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.w1-mobile-menu__back::before {
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.146456 5.92756C-0.048806 5.7323 -0.048806 5.41572 0.146456 5.22046L5.30834 0.0585785C5.38644 -0.0195263 5.51307 -0.0195262 5.59118 0.0585787L6.72255 1.18995C6.80065 1.26805 6.80065 1.39469 6.72255 1.47279L3.32844 4.8669C2.93791 5.25743 2.93791 5.89059 3.32844 6.28112L6.72255 9.67523C6.80065 9.75334 6.80065 9.87997 6.72255 9.95807L5.59118 11.0894C5.51307 11.1675 5.38644 11.1675 5.30834 11.0894L0.146456 5.92756Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
  content: "";
  height: 12px;
  margin-right: 13px;
  width: 7px;
}

.w1-mobile-menu__group,
.w1-mobile-menu__plain-link,
.w1-mobile-menu__link-group {
  border-top: 1px solid #017173;
}

.w1-mobile-menu__group--before-all-link {
  border-bottom: 0;
}

.w1-mobile-menu__accordion,
.w1-mobile-menu__plain-link {
  align-items: center;
  display: flex;
  font-family: "YWTF Ultramagneticlight", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  min-height: 66px;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.w1-mobile-menu__accordion {
  justify-content: space-between;
}
.w1-mobile-menu__accordion::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  flex: 0 0 auto;
  height: 7px;
  position: relative;
  margin-left: 1rem;
  transform: rotate(45deg) translateY(-2px);
  width: 7px;
  right: 3px;
}
.w1-mobile-menu__accordion[aria-expanded=true]::after {
  transform: rotate(225deg) translateY(-2px);
}

.w1-mobile-menu__subpanel {
  display: none;
  padding: 0 0 18px;
}
.w1-mobile-menu__subpanel a {
  display: block;
  font-family: "Vollkorn", serif;
  font-size: 17px;
  line-height: 1.25;
  padding: 6px 0;
  text-decoration: none;
}

.w1-mobile-menu__group.is-open .w1-mobile-menu__subpanel {
  display: block;
}

.w1-mobile-menu__all-link {
  border-top: 1px solid #017173;
  display: block;
  font-family: "YWTF Ultramagneticlight", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  padding-top: 18px;
  text-align: right;
  text-decoration: none;
}

.w1-mobile-menu__link-group {
  padding: 17px 0;
}
.w1-mobile-menu__link-group h2 {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  padding: 0 0 17px;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
}
.w1-mobile-menu__link-group a {
  display: block;
  font-family: "Vollkorn", serif;
  font-size: 17px;
  line-height: 1.25;
  padding: 6px 0;
  text-decoration: none;
}

html.w1-mobile-menu-open {
  overflow-x: hidden;
}
