<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** appearance **/
  :root {
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  .bmenu {
    background: black;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  nav.bmenu {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1.25rem 0 1.25rem 1.25rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    box-sizing: border-box;
  }
  nav.bmenu a:link,
  nav.bmenu a:visited {
    color: inherit;
    text-decoration: none;
  }
  nav.bmenu &gt; * {
    vertical-align: top;
  }
  nav.bmenu &gt; a,
  nav.bmenu &gt; hr {
    float: left;
    clear: both;
  }
  .bmenu header {
    display: block;
    font-weight: bold;
    margin: 0;
    height: 2em;
    line-height: 2em;
  }
  nav.bmenu article.panel::before {
    display: block;
    z-index: 2000;
    height: calc(100% - 2*(0.5*1rem));
    content: "";
    width: 0;
    border-left: 1px solid white;
    border-color: inherit;
    position: absolute;
    top: calc(0.5*1rem);
    box-sizing: border-box;
  }
  nav.bmenu a {
    position: relative;
    display: block;
    height: 2em;
    line-height: 2em;
    min-width: 160px;
    padding-right: 1.25rem;
  }
  nav.bmenu &gt; hr {
    border: 0;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
    width: 160px;
    margin: 1em 0;
  }
  nav.bmenu article.panel {
    display: none;
    position: relative;
    min-height: calc(463px - 2*1.25rem);
  }
  nav.bmenu article.panel section.titled-group {
    min-width: 160px;
  }
  nav.bmenu section.titled-group:not(:first-of-type) {
    margin-top: 2em;
  }
  nav.bmenu div.column {
    min-width: 210px;
    margin-left: 1.25rem;
  }
  label.bmenu.toggle {
    display: inline-block;
    padding: 0 0.75rem;
    border: 1px solid black;
  }
  .hidden {
    display: none;
  }

/** behaviour **/
  .bmenu a,
  label.bmenu {
    cursor: pointer;
  }
  article.panel {
    display: none;
  }
  div.hide-at-start-wrapper {
    min-width: 720px;
  }
  
  #bmenu_toggle ~ div.hide-at-start-wrapper &gt; 
  nav.bmenu &gt; article.panel:nth-of-type(10) {
    display: inline-flex;
  }
  #bmenu_toggle ~ div.hide-at-start-wrapper &gt; 
  nav.bmenu &gt; article.panel:hover ~ article.panel:nth-of-type(10),
  #bmenu_toggle ~ div.hide-at-start-wrapper &gt; 
  nav.bmenu &gt; a:focus:not(.no-panel) ~ article.panel:nth-of-type(10),
  #bmenu_toggle ~ div.hide-at-start-wrapper &gt; 
  nav.bmenu &gt; a:hover:not(.no-panel) ~ article.panel:nth-of-type(10) {
    display: none;
  }

  nav.bmenu &gt; a:nth-of-type(1):focus ~ article.panel:nth-of-type(1),
  nav.bmenu &gt; a:nth-of-type(1):hover ~ article.panel:nth-of-type(1) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(1):focus ~ article.panel:nth-of-type(10),
  nav.bmenu &gt; a:nth-of-type(1):hover ~ article.panel:nth-of-type(10) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(2):focus ~ article.panel:nth-of-type(2),
  nav.bmenu &gt; a:nth-of-type(2):hover ~ article.panel:nth-of-type(2) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(3):focus ~ article.panel:nth-of-type(3),
  nav.bmenu &gt; a:nth-of-type(3):hover ~ article.panel:nth-of-type(3) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(4):focus ~ article.panel:nth-of-type(4),
  nav.bmenu &gt; a:nth-of-type(4):hover ~ article.panel:nth-of-type(4) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(5):focus ~ article.panel:nth-of-type(5),
  nav.bmenu &gt; a:nth-of-type(5):hover ~ article.panel:nth-of-type(5) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(6):focus ~ article.panel:nth-of-type(6),
  nav.bmenu &gt; a:nth-of-type(6):hover ~ article.panel:nth-of-type(6) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(7):focus ~ article.panel:nth-of-type(7),
  nav.bmenu &gt; a:nth-of-type(7):hover ~ article.panel:nth-of-type(7) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(8):focus ~ article.panel:nth-of-type(8),
  nav.bmenu &gt; a:nth-of-type(8):hover ~ article.panel:nth-of-type(8) {
    display: inline-flex;
  }
  nav.bmenu &gt; a:nth-of-type(9):focus ~ article.panel:nth-of-type(9),
  nav.bmenu &gt; a:nth-of-type(9):hover ~ article.panel:nth-of-type(9) {
    display: inline-flex;
  }

  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(1) ~ article.panel:nth-of-type(1),
  nav.bmenu &gt; a:focus:nth-of-type(1) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(1) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(2) ~ article.panel:nth-of-type(2),
  nav.bmenu &gt; a:focus:nth-of-type(2) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(2) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(3) ~ article.panel:nth-of-type(3),
  nav.bmenu &gt; a:focus:nth-of-type(3) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(3) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(4) ~ article.panel:nth-of-type(4),
  nav.bmenu &gt; a:focus:nth-of-type(4) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(4) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(5) ~ article.panel:nth-of-type(5),
  nav.bmenu &gt; a:focus:nth-of-type(5) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(5) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(6) ~ article.panel:nth-of-type(6),
  nav.bmenu &gt; a:focus:nth-of-type(6) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(6) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(7) ~ article.panel:nth-of-type(7),
  nav.bmenu &gt; a:focus:nth-of-type(7) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(7) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(8) ~ article.panel:nth-of-type(8),
  nav.bmenu &gt; a:focus:nth-of-type(8) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(8) {
    display: none;
  }
  nav.bmenu &gt; a:hover:not(.no-panel) ~ a:focus:nth-of-type(9) ~ article.panel:nth-of-type(9),
  nav.bmenu &gt; a:focus:nth-of-type(9) ~ a:hover:not(.no-panel) ~ article.panel:nth-of-type(9) {
    display: none;
  }
  
  nav.bmenu &gt; a:nth-of-type(1):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(1) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(2):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(2) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(3):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(3) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(4):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(4) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(5):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(5) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(6):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(6) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(7):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(7) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(8):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(8) {
    display: none;
  }
  nav.bmenu &gt; a:nth-of-type(9):focus 
    ~ article.panel:hover ~ article.panel:nth-of-type(9) {
    display: none;
  }

  nav.bmenu &gt; article.panel:hover {
    display: inline-flex;
  }

  nav.bmenu &gt; article.panel:hover ~ article.panel {
    display: none;
  }

  #bmenu_toggle:not(:checked) ~ div.hide-at-start-wrapper &gt; nav.bmenu &gt; a::after {
    border-color: black;
  }

  #bmenu_toggle:checked ~ label.bmenu.toggle:hover .heavy {
    text-shadow: 0 1px 0 white;
  }
  #bmenu_toggle:not(:checked) ~ label.bmenu.toggle:hover .heavy {
    text-shadow: 0 1px 0 silver;
  }
  #bmenu_toggle:not(:checked) ~ label.bmenu.toggle:hover {
    color: silver;
  }
  #bmenu_toggle:not(:checked) ~ label.bmenu.toggle {
    background: white;
    color: black;
  }

  nav.bmenu &gt; a:hover,
  nav.bmenu &gt; a:focus {
  }
  nav.bmenu &gt; a:not(.no-panel):hover::before,
  nav.bmenu &gt; a:not(.no-panel):focus::before {
    content: "";
    position: absolute;
    z-index: 1000;
    display: block;
    left: -1.25rem;
    top: 0;
    height: 100%;
    width: 0.3em;
    background-color: white;
  }
  nav.bmenu &gt; a:not(.no-panel)::after {
    content: "";
    position: absolute;
    z-index: 1000;
    display: block;
    height: 0.5em;
    width: 0.5em;
    border: 1px solid grey;
    border-bottom: 0;
    border-left: 0;
    /* centered vertically and pointing right */
    /* just maths, bitches, MATHS */
    right: calc(0.5*0.5em + 1.25em);
    top: calc(50% + 0.5*0.5*0.5em);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
  }
  nav.bmenu &gt; a:hover::after,
  nav.bmenu &gt; a:focus::after {
    border-color: white;
  }
  nav.bmenu &gt; article.panel a:hover,
  nav.bmenu &gt; a.no-panel:hover {
    color: grey;
  }
  label {
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  label.bmenu.toggle {
    font-size: 15px;
  }
  .heavy {
    display: inline-block;
    font-weight: 900;
    text-shadow: 0 1px 0 black;
    -ms-transform: scaleX(1.2);
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
    margin-right: 1px;
  }

/** animation **/
  input#bmenu_toggle:checked ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
    animation: roll-open 0.4s ease 0s normal forwards;
    transition: padding 0.1s ease, color 0.2s ease 0.1s;
    display: block;
    color: white;
  }
  input#bmenu_toggle:not(:checked) ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
    animation: roll-closed 0.4s ease 0s normal forwards;
    transition: padding 0.1s ease 0.2s, color 0.2s ease;
    padding: 0;
    color: black;
  }
  @keyframes roll-open {
    0% {
      max-height: 0;
    }
    99% {
      max-height: 463px;
    }
    100% {
      max-height: unset;
    }
  }
  @keyframes roll-closed {
    0% {
      max-height: unset;
    }
    1% {
      max-height: 463px;
    }
    100% {
      max-height: 0;
    }
  }
  @keyframes hide-at-start {
    0% {
      visibility: hidden;
    }
    99% {
      visibility: hidden;
    }
    100% {
      visibility: visible;
    }
  }
  nav.bmenu.animated &gt; a::after {
    transition: border-color 0.2s ease;
  }
  div.hide-at-start-wrapper {
    animation: hide-at-start 0.5s ease 0s normal forwards;
  }

/** triangular hover regions **/
  nav.bmenu.panel &gt; a {
    position: relative;
  }
  nav.bmenu.panel &gt; a &gt; span.triangle-origin {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  nav.bmenu.panel &gt; a &gt; span.triangle-origin:hover::after {
    background: transparent;
    z-index: 1001;
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    right: -300px;
    top: 0;
    content: "";
    /**
    outline: 1px solid lime;
    **/
    -ms-transform: rotate(-45deg) skew(20deg,20deg) translate(0,-100%);
    -webkit-transform: rotate(-45deg) skew(20deg,20deg) translate(0,-100%);
    transform: rotate(-45deg) skew(20deg,20deg) translate(0,-100%);
  }
  nav.bmenu.panel &gt; article.panel {
    position: relative;
    z-index: 1002;
  }

/** fix start issue **/
  nav.bmenu article.panel:nth-of-type(1),
  nav.bmenu article.panel:nth-of-type(10) {
    min-width: 460px;
  }

/** specific cross browser **/
  @supports (-ms-ime-align: auto) {
    nav.bmenu.panel {
      display: table;
    }
    input#bmenu_toggle:checked ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: auto;
      display: table;
    }
    input#bmenu_toggle:not(:checked) ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: 0;
      display: none;
    }
    nav.bmenu.animated &gt; a::after {
      transition: 0;
    }
    div.hide-at-start-wrapper {
      animation: 0;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    nav.bmenu.panel {
      display: table;
    }
    input#bmenu_toggle:checked ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: auto;
      display: table;
    }
    input#bmenu_toggle:not(:checked) ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: 0;
      display: none;
    }
    nav.bmenu.animated &gt; a::after {
      transition: 0;
    }
    div.hide-at-start-wrapper {
      animation: 0;
    }
  }
  @media screen\0 {
    nav.bmenu.panel {
      display: table;
    }
    input#bmenu_toggle:checked ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: auto;
      display: table;
    }
    input#bmenu_toggle:not(:checked) ~ div.hide-at-start-wrapper &gt; nav.bmenu.panel {
      animation: 0;
      transition: 0;
      height: 0;
      display: none;
    }
    nav.bmenu.animated &gt; a::after {
      transition: 0;
    }
    div.hide-at-start-wrapper {
      animation: 0;
    }
  }


</pre></body></html>