#mobile-burger {
  aspect-ratio: 1/1;
  background-color: #3B6C6E;
  border-radius: 0.4rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  outline: transparent;
  position: relative;
  width: clamp(4rem, 4.6875vw, 9rem);
  z-index: 666;
  transition: all 350ms ease-out;
}
#mobile-burger .lines {
  height: 100%;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 350ms ease-out;
  width: 100%;
}
#mobile-burger .lines [class*=line] {
  background-color: currentColor;
  border-radius: 0.2rem;
  color: inherit;
  display: inline-block;
  height: 9%;
  left: 50%;
  position: absolute;
  top: 30%;
  transform-origin: center;
  transition: all 350ms ease-out;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 100;
}
#mobile-burger .lines .line2 {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#mobile-burger .lines .line3 {
  top: 70%;
}
#mobile-burger.active .lines {
  transform: rotate(90deg);
}
#mobile-burger.active .lines .line1, #mobile-burger.active .lines .line2, #mobile-burger.active .lines .line3 {
  background-color: rgb(255, 255, 255);
  left: 50%;
  top: 50%;
}
#mobile-burger.active .lines .line1 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#mobile-burger.active .lines .line2 {
  transform: scale(0);
  opacity: 0;
}
#mobile-burger.active .lines .line3 {
  transform: translate(-50%, -50%) rotate(45deg);
}
#mobile-burger:hover, #mobile-burger:focus {
  opacity: 0.9;
}
@media only screen and (min-width: 1024px) {
  #mobile-burger:not(.permaburger) {
    display: none;
  }
}
#mobile-burger.hide {
  display: none;
}

#site-mob-nav {
  align-items: flex-start;
  align-content: flex-start;
  background-color: #3B6C6E;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: nowrap;
  font-family: "Figtree", sans-serif;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
  gap: var(--gutter);
  justify-content: center;
  height: 100vh;
  line-height: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 8rem 0 2rem 0;
  position: fixed;
  right: -160vw;
  top: 0;
  transition: opacity 350ms ease-out, right 0ms ease-out 350ms;
  width: 100vw;
}
#site-mob-nav::before {
  aspect-ratio: 1/1.074;
  background-image: url("/images/Layout/icon-white.webp");
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.1;
  position: absolute;
  transform: translate(-14%, 24%) rotate(-14deg);
  transition: all 1200ms ease-out 350ms;
  width: 40%;
}
@media only screen and (min-width: 384px) {
  #site-mob-nav {
    font-size: clamp(2rem, 1.875vw, 3.6rem);
  }
}
@media only screen and (min-width: 768px) {
  #site-mob-nav {
    padding: 20rem 0 4rem 0;
  }
}
#site-mob-nav .title {
  font-size: clamp(2.4rem, 1.875vw, 4rem);
  font-weight: 700;
}
#site-mob-nav #mobile-con {
  align-items: start;
  align-content: start;
  display: none;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: var(--gutter);
  grid-template-columns: auto auto 1fr;
  height: 100%;
  justify-content: start;
  max-width: var(--grid-width);
  padding: var(--gutter) 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav #mobile-con {
    display: grid;
  }
}
#site-mob-nav #mobile-con .mob-nav, #site-mob-nav #mobile-con ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: inherit;
  gap: 0.8rem;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
#site-mob-nav #mobile-con .mob-nav {
  font-size: 1.2em;
}
#site-mob-nav #mobile-con .mob-nav ul {
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
#site-mob-nav #mobile-con .mob-nav ul li {
  padding-left: 1em;
}
#site-mob-nav #mobile-con li {
  display: inline-block;
}
#site-mob-nav #mobile-con .mob-open-menu, #site-mob-nav #mobile-con .menu-top-link {
  display: none;
}
#site-mob-nav #mobile-con-m {
  align-items: flex-start;
  align-content: flex-start;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: flex-start;
  max-width: var(--grid-width);
  padding: var(--gutter) 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav #mobile-con-m {
    display: none;
  }
}
#site-mob-nav #mobile-con-m .mob-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: inherit;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav li {
  display: inline-block;
  line-height: 1;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top {
  align-items: stretch;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: flex-start;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu {
  flex: 0 0 auto;
  padding: 0;
  position: relative;
  width: 4.6rem;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu::before, #site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu::after {
  background-color: currentColor;
  content: "";
  height: 0.1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 50%;
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .mob-close-menu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#site-mob-nav #mobile-con-m .mob-nav li.menu-top .menu-top-link {
  border-left: 0;
  color: rgb(255, 255, 255);
  flex: 1 1 auto;
  font-size: 1.2em;
  font-weight: 400;
  width: auto;
}
#site-mob-nav #mobile-con-m .mob-nav a {
  color: inherit;
  display: inline-block;
  line-height: 1.1;
  padding: 0.8rem;
  text-decoration: none;
  transition: all 350ms ease-out;
  width: 100%;
}
#site-mob-nav #mobile-con-m .mob-nav a:hover, #site-mob-nav #mobile-con-m .mob-nav a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-cons-menu {
  display: none;
  visibility: hidden;
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-open-menu {
  padding-right: 4rem;
  position: relative;
  z-index: 1;
}
#site-mob-nav #mobile-con-m .mob-nav a.mob-open-menu::after {
  aspect-ratio: 1/1;
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 30%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center;
}
#site-mob-nav #mobile-con-m .mob-nav ul {
  background-color: #3B6C6E;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  margin: 0 0 2.4rem 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 350ms ease-out;
  transform: translateX(100vw);
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
#site-mob-nav #mobile-con-m .mob-nav ul.open {
  transform: translateX(0);
  visibility: visible;
}
#site-mob-nav #non-men {
  align-items: flex-start;
  display: none;
  font-size: 1.6rem;
  gap: var(--gutter);
  justify-content: flex-end;
  max-width: 77.91667%;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  #site-mob-nav #non-men {
    display: flex;
  }
}
#site-mob-nav #non-men .maf-content {
  gap: 0;
  width: auto;
}
#site-mob-nav #non-men .maf-content.soc {
  max-width: 30rem;
  width: 100%;
}
#site-mob-nav #non-men .button, #site-mob-nav #non-men .social-icons {
  margin: 1.6rem 0;
}
#site-mob-nav #non-men .social-icons {
  --icon-colour: white;
  --text-colour: white;
}
@media only screen and (min-width: 1024px) {
  #site-mob-nav:not(.permaburger) {
    display: none;
    visibility: hidden;
  }
}
body.hsquish #site-mob-nav {
  padding-top: 8rem;
}
#site-mob-nav.expanded {
  opacity: 1;
  right: 0;
  transition: opacity 350ms ease-out;
}
#site-mob-nav.hide {
  display: none;
}/*# sourceMappingURL=tvw-acc-menu.css.map */