@font-face {
  font-family: "Open Sans";
  src: url("/res/fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Open Sans Light";
  src: url("/res/fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("/res/fonts/OpenSans-Semibold.ttf");
}
* {
  font-family: Open Sans, sans-serif;
}

.semibold {
  font-family: Open Sans Semibold, sans-serif !important;
}

.nowrap {
  white-space: nowrap;
}

button:focus {
  outline: none;
}

html, body {
  min-width: initial;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-size: 15px;
}
@media screen and (max-width: 1500px) and (max-height: 800px) {
  html, body {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 419px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background: #fdfdfd;
}
body.modal {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, sans-serif;
}

a {
  color: #ad8f00;
}
a:hover {
  color: #c2a000;
}
a:active, a:focus {
  color: #957b00;
}

li {
  margin: 0 0 1em;
}

ul > li {
  margin: 1em 0;
}

@media screen and (max-width: 421px) {
  ul, ol {
    padding-left: 2em;
  }
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

iframe {
  border: none;
}

.page {
  overflow-x: hidden;
  min-height: 100%;
}
.page::after {
  content: "";
  opacity: 0;
  position: fixed;
  top: calc(50% - 6rem);
  left: calc(50% - 3rem);
  width: 6rem;
  height: 6rem;
  border: 4px solid #DDDDDD;
  border-top: 4px solid #dcc65c;
  border-radius: 50%;
  -webkit-animation: loader-rotation 1s linear infinite;
          animation: loader-rotation 1s linear infinite;
  margin: 4rem auto;
  transition: opacity 0.5s linear;
  pointer-events: none;
}
.page.loading::after {
  opacity: 1;
  transition-delay: 0.35s;
}

@-webkit-keyframes loader-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a > .ui.button {
  margin-right: 0;
}
a.button {
  margin-right: 0.25em;
}

.ui.button {
  font-family: Open Sans, sans-serif;
}
.ui.button i {
  font-family: Icons;
}
.ui.button.long-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.ui.inverted.button:not(.no-active):active, .ui.inverted.button:not(.no-active):focus {
  background: rgba(246, 246, 246, 0.9);
  box-shadow: 0 0 0 2px rgba(246, 246, 246, 0.9) inset;
  color: rgba(0, 0, 0, 0.8);
}

.ui.white.button {
  background: #ffffff;
  box-shadow: 0 0 0 2px #ffffff inset;
  color: rgba(0, 0, 0, 0.8);
}
.ui.white.button:hover, .ui.white.button:active, .ui.white.button:focus {
  background: #f6f6f6;
  box-shadow: 0 0 0 2px #f6f6f6 inset;
  color: rgba(0, 0, 0, 0.8);
}
.ui.white.button:not(.no-active):active, .ui.white.button:not(.no-active):focus {
  background: rgba(246, 246, 246, 0.9);
  box-shadow: 0 0 0 2px rgba(246, 246, 246, 0.9) inset;
  color: rgba(0, 0, 0, 0.8);
}

.ui.themed.button {
  background: #ad8f00;
  box-shadow: 0 0 0 2px #ad8f00 inset;
  color: #ffffff;
}
.ui.themed.button:hover, .ui.themed.button:active, .ui.themed.button:focus {
  background: #957b00;
  box-shadow: 0 0 0 2px #957b00 inset;
  color: #ffffff;
}
.ui.themed.button:not(.no-active):active, .ui.themed.button:not(.no-active):focus {
  background: #867000;
  box-shadow: 0 0 0 2px #867000 inset;
  color: #ffffff;
}

.ui.right.dropdown > .menu {
  right: 0;
  left: auto;
}

.ui.accordion {
  margin-bottom: 2rem;
}
.ui.accordion .title, .ui.accordion .item {
  font-family: Open Sans, sans-serif !important;
  background: #f6f6f6;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  min-height: 3rem;
  padding-right: 0.5em !important;
}
.ui.accordion .title i.dropdown.icon, .ui.accordion .item i.dropdown.icon {
  min-width: 2rem;
  margin-left: 0.5rem;
}
.ui.accordion > .title:first-child, .ui.accordion > .item:first-child, .ui.accordion > a:first-child > div {
  margin-top: 2rem;
}
.ui.accordion .item {
  padding-left: 2.75rem;
}
.ui.accordion .content {
  margin-left: 2.75rem;
}
.ui.accordion .content p:first-child, .ui.accordion .content ul:first-child, .ui.accordion .content ol:first-child {
  margin-top: 0.5em;
}

.ui.menu:not(.secondary) {
  background: #fefefe;
}
.ui.menu:not(.secondary) a.item:hover, .ui.menu:not(.secondary) a.item.active:hover {
  background: rgba(0, 0, 0, 0.06);
}
.ui.menu:not(.secondary) a.item:focus, .ui.menu:not(.secondary) a.item:active, .ui.menu:not(.secondary) a.item.active:focus, .ui.menu:not(.secondary) a.item.active:active {
  background: rgba(0, 0, 0, 0.07);
}
.ui.menu.secondary:not(.pointing) a.item:hover, .ui.menu.secondary:not(.pointing) a.item.active:hover {
  background: rgba(0, 0, 0, 0.07);
}
.ui.menu.secondary:not(.pointing) a.item:focus, .ui.menu.secondary:not(.pointing) a.item:active, .ui.menu.secondary:not(.pointing) a.item.active:focus, .ui.menu.secondary:not(.pointing) a.item.active:active {
  background: rgba(0, 0, 0, 0.09);
}
.ui.menu.secondary.pointing a.item {
  color: #222222;
}
.ui.menu.secondary.pointing a.item:hover {
  border-color: #a3a3a3;
  color: #111111;
}
.ui.menu.secondary.pointing a.item:focus, .ui.menu.secondary.pointing a.item:active {
  border-color: #a78a00;
  color: #a78a00;
}
.ui.menu.secondary.pointing a.item.active {
  border-color: #c2a000;
  color: #c2a000;
}
.ui.menu.secondary.pointing a.item.active:hover {
  border-color: #a78a00;
  color: #a78a00;
}
.ui.menu.secondary.pointing a.item.active:focus, .ui.menu.secondary.pointing a.item.active:active {
  border-color: #8e7500;
  color: #a78a00;
}

.page-header {
  height: 17rem;
  width: 100%;
  position: relative;
  transition: height 0.3s linear;
  z-index: 10;
}
.page-header .-inner {
  height: 17rem;
  width: 100%;
  transition: height 0.3s linear;
}

.page-header .-background {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 3.5rem);
  width: 100%;
  background: #191919;
}
.page-header .-background::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F%3E%3Csvg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns%23" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="300mm" height="148mm" viewBox="0 0 300.00004 148" version="1.1" id="svg6384"%3E%3Cdefs id="defs6378" /%3E%3Cmetadata id="metadata6381"%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=""%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id="layer1" transform="translate(-0.61590091,-1.1118232)"%3E%3Cg id="g6417" transform="matrix(2.0008914,-2.261774,2.261774,2.0008914,-162.52442,47.556868)"%3E%3Cpath style="stroke-width:0.264583" id="path4036" d="m 65.728675,58.817214 c 5.431102,0.187325 10.498667,1.342232 14.749992,2.928409 0.640027,0.238654 1.450975,0.395023 1.446477,1.058333 -0.009,1.225286 -1.522942,0.493713 -2.294467,0.211138 -3.937,-1.433513 -8.588639,-2.478617 -13.584502,-2.715948 -0.04974,-0.08096 -0.245798,-0.01376 -0.354277,-0.03572 -0.141023,0 -0.281252,0 -0.421746,0 -0.107156,-0.08096 -0.36486,-0.01243 -0.529166,-0.03598 -0.294746,0 -0.589228,0 -0.883973,0 -0.352161,-0.05741 -0.951177,-0.05741 -1.303338,0 -0.294481,0 -0.589227,0 -0.884237,0 -0.164307,0.02328 -0.422011,-0.04498 -0.528902,0.03598 -0.141024,0 -0.281517,0 -0.423334,0 -0.118004,0.02275 -0.32729,-0.04498 -0.387085,0.03572 -5.325534,0.328348 -10.320603,1.214966 -14.750521,2.682081 -0.702469,0.23204 -2.40321,1.15914 -2.364581,-0.212725 0.01852,-0.680508 0.900377,-0.828146 1.552045,-1.058069 4.452938,-1.575594 9.583473,-2.494227 15.208779,-2.858823 0.10795,-0.0217 0.304007,0.04524 0.354013,-0.0344 0.116681,0 0.234156,0 0.351102,0 0.14261,-0.02355 0.375708,0.04472 0.459317,-0.03598 0.177271,0 0.352954,0 0.528902,0 0.29501,-0.02328 0.683419,0.04736 0.918104,-0.03519 0.423863,0 0.845873,0 1.269471,0 0.22516,0.08281 0.60034,0.01191 0.883973,0.03519 0.175948,0 0.351631,0 0.529167,0 0.08467,0.08096 0.31697,0.01244 0.458787,0.03598 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4038" d="m 65.341061,61.004789 c 5.262827,0.3302 9.93775,1.169194 14.184312,2.646628 0.499533,0.173566 1.421342,0.417777 1.447271,0.916516 0.03096,0.611717 -0.988483,0.89879 -1.518179,1.164961 -4.106863,2.065337 -9.085527,3.33375 -14.924882,3.634582 -0.143139,0.02222 -0.376502,-0.04604 -0.459581,0.03493 -0.28231,0 -0.564885,0 -0.846931,0 -0.259027,0 -0.518054,0 -0.776552,0 -0.28284,0 -0.564886,0 -0.846931,0 -0.08361,-0.08096 -0.316707,-0.01243 -0.459052,-0.03493 -5.801519,-0.269612 -10.63969,-1.584591 -14.784917,-3.634582 -0.494507,-0.244211 -1.474523,-0.574411 -1.445948,-1.164961 0.0254,-0.551391 0.97155,-0.737923 1.481931,-0.916516 4.101306,-1.437482 8.72834,-2.357173 13.938779,-2.646628 0.106892,-0.02328 0.302948,0.04472 0.351102,-0.03598 0.142611,0 0.283369,0 0.423598,0 0.189707,-0.02302 0.470959,0.04736 0.600605,-0.03466 0.752739,0 1.506008,0 2.259277,0 0.129116,0.08229 0.410368,0.01164 0.598223,0.03466 0.14261,0 0.283368,0 0.423862,0 0.04948,0.08096 0.246063,0.0127 0.354013,0.03598 z m -3.63564,1.129242 c -0.187854,0 -0.376502,0 -0.564885,0 -0.141817,0.02302 -0.37518,-0.04577 -0.459317,0.03545 -5.1435,0.277548 -9.678194,1.164432 -13.690336,2.575984 3.928004,1.812131 8.364273,3.115998 13.796963,3.422914 0.04842,0.08043 0.246062,0.01244 0.35269,0.0344 0.153987,0 0.306387,0 0.459052,0 0.212195,0.08282 0.576262,0.01243 0.846931,0.03572 0.258498,0 0.517525,0 0.776552,0 0.270933,-0.02328 0.633942,0.04683 0.846931,-0.03572 0.153459,0 0.305065,0 0.459581,0 0.106098,-0.02196 0.302419,0.04577 0.351896,-0.0344 5.46735,-0.332581 10.019507,-1.576916 13.938779,-3.458369 -4.109243,-1.349639 -8.64182,-2.273564 -13.83321,-2.540264 -0.08228,-0.08123 -0.315912,-0.01244 -0.4572,-0.03545 -0.188648,0 -0.37756,0 -0.564885,0 -0.671777,-0.05953 -1.589617,-0.05953 -2.259542,-2.65e-4 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4052" d="m 65.763336,88.070078 c 5.52741,0.251884 10.40765,1.28614 14.715331,2.893484 0.602985,0.225689 1.429544,0.455877 1.446477,1.058862 0.0085,0.293158 -0.187325,0.648758 -0.493183,0.740304 -0.464873,0.140494 -1.250421,-0.308239 -1.765565,-0.493448 -3.949171,-1.424781 -8.590227,-2.476235 -13.585825,-2.717271 -0.04868,-0.08043 -0.24474,-0.01296 -0.351896,-0.03493 -0.141817,0 -0.282839,0 -0.423333,0 -0.106892,-0.08176 -0.363273,-0.01296 -0.529167,-0.03545 -0.271462,0 -0.541337,0 -0.811212,0 -0.424392,-0.059 -1.093788,-0.059 -1.51818,0 -0.270404,0 -0.541337,0 -0.811741,0 -0.165365,0.02249 -0.42254,-0.0463 -0.529961,0.03545 -0.139964,0 -0.280987,0 -0.423598,0 -0.106627,0.02196 -0.302419,-0.04551 -0.351102,0.03493 -5.339292,0.282575 -10.359231,1.263121 -14.750521,2.717271 -0.739775,0.243946 -2.399241,1.062302 -2.364581,-0.246856 0.01746,-0.664898 0.949855,-0.872596 1.5875,-1.094052 4.647935,-1.616869 9.947804,-2.531004 15.844838,-2.858294 0.130439,-0.02328 0.351366,0.04471 0.422539,-0.03598 0.175948,0 0.354013,0 0.529696,0 0.270404,-0.02302 0.634471,0.04683 0.846931,-0.03493 0.506413,0 1.011238,0 1.51818,0 0.211666,0.08176 0.575204,0.01191 0.845608,0.03493 0.176477,0 0.35269,0 0.53049,0 0.07144,0.0807 0.291306,0.0127 0.422275,0.03598 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4054" d="m 65.375192,90.257653 c 5.252244,0.313002 9.902031,1.199621 14.150181,2.646098 0.470958,0.161131 1.423988,0.399521 1.447271,0.917046 0.02672,0.613569 -0.985838,0.897996 -1.518179,1.16496 -4.109509,2.066132 -9.088173,3.330575 -14.924882,3.634317 -0.154516,0.02328 -0.400579,-0.04604 -0.495564,0.03598 -0.328348,0 -0.659077,0 -0.987161,0 -0.142345,0 -0.283368,0 -0.423862,0 -0.328877,0 -0.658548,0 -0.988219,0 -0.08281,-0.08202 -0.315912,-0.0127 -0.457729,-0.03598 -5.802577,-0.276225 -10.658211,-1.55866 -14.785446,-3.634317 -0.507471,-0.254793 -1.481931,-0.546893 -1.481931,-1.129506 0,-0.570971 0.948531,-0.782108 1.445948,-0.952764 4.115064,-1.413934 8.731779,-2.364846 13.939308,-2.646098 0.106627,-0.02302 0.302948,0.04471 0.35269,-0.03598 0.140493,0 0.281516,0 0.422539,0 0.177536,-0.02275 0.446352,0.04657 0.564886,-0.03466 0.800364,0 1.599141,0 2.399241,0 0.119063,0.08123 0.388144,0.01191 0.564357,0.03466 0.142875,0 0.283104,0 0.423598,0 0.04974,0.08096 0.246062,0.01323 0.352954,0.03625 z m -3.740415,1.129242 c -0.187854,0 -0.375973,0 -0.564885,0 -0.129646,0.02222 -0.351896,-0.04604 -0.42254,0.03519 -5.124979,0.250561 -9.539288,1.210998 -13.621279,2.506134 3.805502,1.956858 8.376179,3.150658 13.797756,3.492235 0.04763,0.08096 0.246063,0.01349 0.352954,0.0344 0.164307,0 0.328348,0 0.492655,0 0.248179,0.08308 0.647964,0.01349 0.953558,0.03598 0.140494,0 0.281517,0 0.423862,0 0.316971,-0.02249 0.728134,0.04736 0.987161,-0.03598 0.153723,0 0.306917,0 0.459052,0 0.118004,-0.0209 0.32729,0.04657 0.388144,-0.0344 5.461793,-0.348456 10.067131,-1.552575 13.938779,-3.492235 -4.150783,-1.283759 -8.616156,-2.252927 -13.798021,-2.506134 -0.07064,-0.08123 -0.2921,-0.01296 -0.423598,-0.03519 -0.187589,0 -0.374914,0 -0.564356,0 -0.717286,-0.059 -1.680898,-0.059 -2.399242,0 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4058" d="m 66.221594,117.60631 c 5.347494,0.24818 10.048346,1.34355 14.221354,2.89216 0.671513,0.24897 1.424252,0.41196 1.482196,0.95303 0.04154,0.38788 -0.1905,0.72072 -0.493183,0.81174 -0.484982,0.14605 -1.282965,-0.30718 -1.801284,-0.49398 -4.054475,-1.46552 -8.579379,-2.46644 -13.796433,-2.71727 -0.06085,-0.0812 -0.269611,-0.0122 -0.388673,-0.036 -0.152929,0 -0.3048,0 -0.458788,0 -0.1524,-0.0815 -0.4572,-0.0119 -0.669925,-0.0347 -0.741097,0 -1.48246,0 -2.223029,0 -0.212196,0.0227 -0.518054,-0.0468 -0.669925,0.0347 -0.165364,0 -0.3302,0 -0.495035,0 -0.117475,0.0238 -0.327555,-0.0452 -0.388409,0.036 -5.385858,0.31644 -10.438077,1.18666 -14.891279,2.68208 -0.575469,0.19289 -1.370012,0.66517 -1.904206,0.52917 -0.321733,-0.0815 -0.52996,-0.39079 -0.52996,-0.70511 0,-0.72258 0.942446,-0.86307 1.623218,-1.09564 4.695031,-1.59518 10.069777,-2.65113 16.090636,-2.89296 0.153458,-0.0228 0.397933,0.0458 0.495035,-0.0347 0.223309,0 0.446352,0 0.669925,0 0.752211,0 1.504421,0 2.258484,0 0.223043,0 0.447145,0 0.66966,0 0.0844,0.0804 0.318029,0.0119 0.459581,0.0347 0.129117,0 0.259027,0 0.388409,0 0.04921,0.0807 0.245268,0.0132 0.351631,0.0368 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4062" d="m 65.162996,119.75711 c 5.33691,0.26961 10.030619,1.22528 14.327187,2.64742 0.502444,0.16483 1.451769,0.41354 1.482461,0.91731 0.03678,0.59902 -0.958056,0.91175 -1.482461,1.1639 -4.10792,1.97644 -8.968316,3.35889 -14.749197,3.63432 -0.120121,0.0228 -0.329142,-0.0447 -0.388938,0.036 -0.188648,0 -0.376502,0 -0.564885,0 -0.635,0 -1.269736,0 -1.905794,0 -0.187325,0 -0.376502,0 -0.563827,0 -0.06059,-0.0807 -0.269082,-0.0132 -0.388938,-0.036 -5.678752,-0.34052 -10.479087,-1.54014 -14.573515,-3.59886 -0.468577,-0.23522 -1.43166,-0.6141 -1.445947,-1.12951 -0.01852,-0.59373 0.956733,-0.82127 1.445947,-0.98743 4.161896,-1.4171 8.865394,-2.37913 14.149388,-2.64742 0.131498,-0.0228 0.353219,0.046 0.424127,-0.0354 0.164836,0 0.329671,0 0.495036,0 0.270404,-0.0222 0.634471,0.0471 0.845873,-0.0352 0.388408,0 0.776816,0 1.163373,0 0.201083,0.0823 0.553243,0.013 0.8128,0.0352 0.16457,0 0.329141,0 0.495035,0 0.07091,0.0818 0.292894,0.013 0.422275,0.0357 z m -2.928673,1.12977 c -0.269875,0 -0.540015,0 -0.810419,0 -0.155046,0.0228 -0.399785,-0.046 -0.495035,0.036 -0.129117,0 -0.259027,0 -0.388409,0 -0.106627,0.0214 -0.302683,-0.046 -0.35216,0.0341 -4.934215,0.31221 -9.305131,1.18877 -13.197152,2.54079 4.048389,1.89098 8.66775,3.21231 14.361583,3.45837 0.106627,0.082 0.364067,0.0127 0.529167,0.0349 0.636058,0 1.270529,0 1.905794,0 0.177271,-0.0222 0.447146,0.0471 0.564885,-0.0349 5.729552,-0.26961 10.437813,-1.55919 14.5034,-3.49356 -4.017962,-1.27476 -8.374856,-2.21218 -13.374158,-2.5056 -0.04974,-0.0802 -0.246327,-0.0127 -0.353748,-0.0341 -0.127529,0 -0.257704,0 -0.386556,0 -0.09551,-0.082 -0.342107,-0.0132 -0.495036,-0.036 -0.270404,0 -0.540279,0 -0.8128,0 -0.317235,-0.0582 -0.880004,-0.0582 -1.199356,0 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4182" d="m 49.497017,50.842409 c -0.09551,-1.189832 -1.312069,-1.337469 -1.83568,-0.600075 -0.28522,0.401902 -0.37756,1.196445 -0.846666,1.199885 -0.491067,0.0029 -0.733954,-0.925248 -0.742157,-1.482725 -0.01905,-1.580885 1.354667,-2.478617 2.64795,-2.858029 0.06641,-0.762794 0.115094,-1.54305 0.176213,-2.399242 0.04948,-0.692414 -0.03413,-1.952889 0.564885,-2.011627 0.315913,-0.03122 0.654315,0.469636 0.776552,0.669925 0.575998,0.94324 0.981605,1.918229 1.305719,3.035829 2.017977,-0.159808 3.302265,0.686594 3.352536,2.610115 0,0.177535 0,0.353483 0,0.529696 -0.04736,1.007268 -0.900377,0.683418 -1.447536,0.282839 -0.261408,-0.191293 -0.512762,-0.5461 -0.776023,-0.635 -0.391054,-0.134143 -0.87921,-0.03783 -1.23481,0.246063 -0.04789,0.389467 0.165364,0.516996 0.282046,0.741627 0.149489,0.179123 0.314325,0.343958 0.493448,0.493448 1.266031,0.960966 2.648214,2.113491 4.6228,2.11746 2.006864,0.0048 3.616589,-1.293548 4.341283,-2.717535 0.188648,-0.372798 0.412486,-0.909373 0.175948,-1.375833 -0.457729,-0.05159 -0.812271,0.0095 -1.093788,0.352954 -0.280723,0.342635 -0.231775,0.841639 -0.740833,0.846402 -0.665956,0.0066 -0.78396,-1.069711 -0.812271,-1.905794 0,-0.340254 0,-0.68236 0,-1.02235 0.04339,-0.608277 0.0426,-1.404144 0.528902,-1.48246 0.495036,-0.07937 0.704321,0.518848 1.059921,0.810683 0.471488,0.391319 1.00674,0.546629 1.480344,0.493977 0.126206,-0.561446 -0.141817,-0.941652 -0.386556,-1.375833 -0.246592,-0.435769 -0.796396,-0.834231 -0.635265,-1.51765 0.224102,-0.951706 3.870854,-1.064948 4.02299,0.03545 0.05821,0.433123 -0.346604,0.749035 -0.494771,1.023673 -0.1524,0.284162 -0.251619,0.658812 -0.352954,0.987689 -0.09366,0.304271 -0.269081,0.705379 -0.07117,1.059657 0.447146,0.03836 0.832908,-0.288925 1.270794,-0.636059 0.31406,-0.248444 0.818885,-0.840052 1.20015,-0.741098 0.379677,0.09843 0.328348,0.837407 0.352689,1.377157 0,0.246062 0,0.493447 0,0.740304 -0.06747,0.653521 0.1397,1.845998 -0.388673,2.011891 -0.635264,0.198702 -1.144058,-1.304131 -1.834885,-1.093258 -0.423333,0.128323 -0.207433,1.194594 -0.06932,1.516592 0.127794,0.300566 0.343165,0.608806 0.563298,0.881856 0.700881,0.864129 2.114815,1.722172 3.635375,1.729052 1.943894,0.0095 3.419475,-1.039019 4.550569,-2.011892 0.288925,-0.24765 0.976312,-0.826293 0.917839,-1.23481 -0.04207,-0.307181 -0.717814,-0.498475 -1.198827,-0.35216 -0.571235,0.171979 -1.109662,1.232429 -1.870339,1.022085 -0.804334,-0.219869 -0.307711,-2.254515 0,-2.752196 0.489475,-0.788194 1.599667,-1.167871 2.893744,-1.057539 0.371475,-1.065213 0.780785,-2.026179 1.376627,-2.999317 0.130175,-0.215371 0.402431,-0.722842 0.741098,-0.706173 0.597693,0.02963 0.559064,1.331119 0.59981,1.975908 0.05715,0.89879 0.08996,1.604963 0.140758,2.399771 1.158082,0.420423 2.48629,1.108604 2.647157,2.541059 0.06958,0.630766 -0.130969,1.817687 -0.705115,1.835149 -0.546365,0.01482 -0.611452,-1.042987 -1.024467,-1.412081 -0.731043,-0.65405 -1.642533,0.0098 -1.693862,0.917575 -0.06959,1.227138 0.667014,1.920875 1.164696,2.68261 0.126471,0.155311 0.267493,0.295804 0.424127,0.42254 0.966787,0.79666 2.128044,1.401762 3.774546,1.517121 0.178064,0.0598 0.599545,0.0598 0.776816,0 0.708819,-0.0463 1.374246,-0.207963 1.975644,-0.529432 0.421481,-0.223308 1.309952,-0.701939 1.272117,-1.198562 -0.07091,-0.890323 -1.935692,-0.256117 -2.365904,-0.8128 -0.48313,-0.626798 0.535516,-1.993635 0.88212,-2.505339 0.261673,-0.385234 0.463286,-0.70194 0.741892,-1.058598 0.206375,-0.26379 0.58129,-0.804069 0.98769,-0.776023 0.770995,0.05345 0.45667,1.768475 1.341437,1.764241 0.416719,-0.0018 0.597429,-0.66622 0.810419,-0.988218 0.260085,-0.389731 0.592137,-0.787929 1.059921,-0.846138 0.118268,0 0.23495,0 0.352689,0 0.424127,0.1524 1.687777,0.75274 1.693598,1.34038 0.0048,0.434974 -0.481541,0.536574 -0.670983,0.882914 -0.132292,0.102394 -0.248708,0.219869 -0.353219,0.351631 -1.873514,2.090208 -3.677179,4.250002 -5.32765,6.563783 -0.09525,-0.17145 -0.285485,-0.0799 -0.424127,-0.06985 -0.838465,0.05609 -1.820333,0.33364 -2.716742,0.388144 -0.01111,0 -0.02408,0 -0.03572,0 0.503766,0.614362 1.096962,1.137179 1.658408,1.693862 0,0.02249 0,0.04683 0,0.06985 -0.188119,0.162984 -0.292365,0.413015 -0.457465,0.60034 -4.961466,-1.544902 -10.315839,-2.693723 -16.514762,-2.999846 -0.04974,-0.0807 -0.245798,-0.01296 -0.35269,-0.03466 -0.142346,0 -0.282839,0 -0.423862,0 -0.09552,-0.08123 -0.339725,-0.0127 -0.493184,-0.03598 -0.223572,0 -0.448204,0 -0.671247,0 -0.846932,-0.059 -1.940719,-0.059 -2.787915,0 -0.224102,0 -0.446617,0 -0.669925,0 -0.153723,0.02328 -0.398463,-0.04524 -0.495565,0.03598 -0.140494,0 -0.281252,0 -0.422275,0 -0.117475,0.02196 -0.328348,-0.04604 -0.387879,0.03466 -6.099173,0.335492 -11.520486,1.348052 -16.303358,2.999846 -0.365125,-0.3048 -0.546894,-0.792956 -0.881592,-1.129242 0.579173,-0.549804 1.144059,-1.11416 1.694392,-1.69492 -0.882121,-0.05398 -1.984904,-0.3683 -2.788179,-0.422805 -0.13679,-0.0093 -0.350838,-0.124618 -0.354013,0.106098 -1.69545,-2.220118 -3.436144,-4.396581 -5.328444,-6.421701 -0.183885,-0.214313 -0.383116,-0.414867 -0.598223,-0.599811 -0.397404,-0.505618 0.346075,-0.9906 0.634471,-1.165225 0.304271,-0.184679 0.628386,-0.52361 1.093259,-0.528902 0.580495,-0.0071 0.963877,0.441061 1.201473,0.776288 0.264054,0.376502 0.420423,1.077118 0.845608,1.093787 0.953029,0.0381 0.551921,-1.688306 1.341702,-1.764241 0.576792,-0.0553 1.214173,1.081881 1.445948,1.410758 0.405342,0.578114 0.826823,1.112043 1.093787,1.729846 0.151871,0.351102 0.280459,0.915458 0.106628,1.16443 -0.363273,0.51779 -2.294732,0.0063 -2.365375,0.847725 -0.04577,0.541867 0.854868,0.980811 1.272116,1.198563 0.583936,0.30771 1.241425,0.48604 1.939396,0.529431 0.189177,0.0598 0.623358,0.0598 0.812006,0 2.858029,-0.341841 4.711435,-1.688041 5.328708,-4.268522 0.05768,-0.07276 0.05768,-0.387086 -7.93e-4,-0.459052 z m 7.267575,3.562878 c 1.127654,0.26379 1.185862,-1.55575 0.03492,-1.340908 -0.650082,0.123031 -0.633678,1.201473 -0.03492,1.340908 z m 6.034881,-1.26947 c -0.637381,0.468312 -1.378215,0.832908 -2.011363,1.305718 0.729721,0.363538 1.339851,0.847461 2.083065,1.199357 0.617008,-0.440267 1.348052,-0.76835 1.905265,-1.269736 -0.696913,-0.37465 -1.276615,-0.864658 -1.976967,-1.235339 z m 6.104202,1.305454 c 0.566473,-0.384969 0.186267,-1.425575 -0.633942,-1.23534 -0.921808,0.213519 -0.280193,1.857904 0.633942,1.23534 z m 5.435071,-0.141552 c -0.739775,0.320145 -1.577446,0.540279 -2.294731,0.881591 0.641085,0.512234 1.188243,1.119452 1.870075,1.588823 0.740039,-0.283898 1.549664,-0.499004 2.294731,-0.776552 -0.483923,-0.563827 -1.265767,-1.134004 -1.870075,-1.693862 z m -23.536804,0.211666 c -0.605103,0.442384 -1.316832,1.082675 -1.905794,1.658144 0.790839,0.257175 1.571096,0.523346 2.364052,0.776552 0.622829,-0.529167 1.240102,-1.066006 1.835944,-1.62216 -0.778934,-0.257704 -1.504686,-0.567002 -2.294202,-0.812536 z m 6.493139,2.293673 c 0.936096,-0.01587 0.894027,-1.612635 -0.24765,-1.340379 -0.722577,0.171979 -0.512233,1.353344 0.24765,1.340379 z m 11.57314,-0.669925 c -0.09631,-0.720725 -1.18745,-0.755914 -1.33985,-0.105569 -0.112183,0.477309 0.149754,0.709084 0.422275,0.881063 0.679185,0.115623 0.976312,-0.347398 0.917575,-0.775494 z M 46.60221,56.275627 c -0.330729,-1.113367 -1.919287,-0.132027 -1.163373,0.670454 0.294217,0.313267 1.083469,0.234686 1.163373,-0.316706 0.0598,-0.03837 0.0598,-0.315119 0,-0.353748 z m 32.993278,0.988219 c 0.862012,-0.07355 0.773377,-1.763184 -0.386821,-1.305454 -0.7112,0.280458 -0.287602,1.363662 0.386821,1.305454 z m -33.804226,0.812271 c -0.253206,0.815445 0.783167,1.28217 1.199886,0.669925 0.309033,-0.454025 -0.05345,-1.213644 -0.741627,-1.093788 -0.306123,0.05318 -0.414602,0.279135 -0.458259,0.423863 z m 32.605399,0.63447 c 0.227541,0.720461 1.336939,0.455084 1.341172,-0.24712 0.0013,-0.499269 -0.341312,-0.767821 -0.88212,-0.63553 -0.36539,0.09049 -0.60669,0.411692 -0.459052,0.88265 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4186" d="m 49.497017,80.095272 c -0.115623,-1.289315 -1.421078,-1.2954 -1.906588,-0.494771 -0.257704,0.426773 -0.332581,1.092729 -0.776023,1.093788 -0.495035,0.0019 -0.742156,-0.944298 -0.742156,-1.517121 0,-1.552046 1.356254,-2.451894 2.64795,-2.823104 0.06403,-0.760677 0.115094,-1.547284 0.176212,-2.399771 0.05106,-0.694796 -0.03731,-1.951302 0.564886,-2.011363 0.315912,-0.03043 0.654314,0.470165 0.776552,0.670984 0.574939,0.941387 0.982662,1.917435 1.305719,3.034241 2.0193,-0.163512 3.304381,0.688182 3.352535,2.611967 0,0.176477 0,0.35216 0,0.528637 -0.0217,0.962819 -0.891646,0.7112 -1.447535,0.318294 -0.263525,-0.18706 -0.495565,-0.57441 -0.776023,-0.670454 -0.396611,-0.137319 -0.880798,-0.04313 -1.234811,0.24765 -0.04683,0.408781 0.182827,0.544777 0.317236,0.775494 0.126735,0.155839 0.267493,0.296862 0.422539,0.423333 1.318684,0.943769 2.511954,2.148417 4.658519,2.153179 2.034646,0.004 3.53986,-1.252802 4.305036,-2.681552 0.14896,-0.279664 0.534723,-1.146439 0.212196,-1.412346 -0.263261,-0.215106 -0.89879,0.111655 -1.093788,0.353484 -0.24765,0.304271 -0.216429,0.8382 -0.740834,0.846666 -0.626004,0.009 -0.808566,-1.088495 -0.81227,-1.905529 0,-0.341312 0,-0.681566 0,-1.023673 0.04339,-0.608277 0.0426,-1.403879 0.528902,-1.48246 0.500856,-0.08043 0.706702,0.528902 1.059921,0.811742 0.470429,0.38047 0.950912,0.52705 1.480344,0.49477 0.09366,-0.579172 -0.138113,-1.016264 -0.42254,-1.48246 -0.238919,-0.392377 -0.756973,-0.74586 -0.599546,-1.410758 0.224102,-0.955146 3.870854,-1.068388 4.02299,0.03493 0.05821,0.426773 -0.348457,0.7493 -0.494771,1.022614 -0.1524,0.283898 -0.251619,0.659607 -0.352954,0.98769 -0.09366,0.304006 -0.269082,0.706173 -0.07117,1.058333 0.452966,0.05398 0.81571,-0.302683 1.235604,-0.635 0.326496,-0.258233 0.84746,-0.808566 1.199356,-0.741098 0.420159,0.07937 0.364331,0.817827 0.388673,1.376098 0,0.24765 0,0.494506 0,0.741627 -0.04683,0.687123 0.102394,1.858963 -0.388673,2.011363 -0.252412,0.07885 -0.487362,-0.187325 -0.705379,-0.35269 -0.102658,-0.132821 -0.219869,-0.251089 -0.352425,-0.352689 -0.234156,-0.15875 -0.448469,-0.475457 -0.741098,-0.389996 -0.459052,0.136525 -0.259292,1.148291 -0.105039,1.518444 0.537633,1.295135 2.312987,2.607204 4.198937,2.611966 1.888596,0.0034 3.416829,-1.057539 4.550569,-2.011098 0.296069,-0.248443 0.975254,-0.83476 0.917839,-1.236133 -0.04207,-0.307446 -0.719402,-0.498475 -1.198827,-0.35216 -0.567531,0.173037 -1.116012,1.232429 -1.870339,1.023143 -0.662252,-0.183885 -0.465667,-1.846791 -0.10504,-2.576512 0.44159,-0.893763 1.535377,-1.348581 2.998788,-1.234811 0.366448,-1.060714 0.787664,-2.035175 1.376627,-2.999052 0.135466,-0.221191 0.397933,-0.726281 0.741098,-0.706173 0.59981,0.03598 0.559064,1.32715 0.59981,1.976967 0.05715,0.897996 0.08996,1.604963 0.140758,2.399242 1.198298,0.436562 2.825221,1.231371 2.647157,3.140339 -0.05159,0.540015 -0.292365,1.223698 -0.705115,1.234811 -0.542131,0.01482 -0.613833,-1.036902 -1.024467,-1.411288 -0.713581,-0.649023 -1.631156,0.0024 -1.693862,0.881856 -0.08969,1.266825 0.688446,1.9812 1.200679,2.752725 0.102658,0.132292 0.219869,0.249503 0.352954,0.353219 0.978165,0.819944 2.158736,1.439069 3.84519,1.552575 0.153987,0.05874 0.552714,0.05874 0.706173,0 1.141677,-0.05159 2.004483,-0.45085 2.751402,-1.024202 0.197908,-0.150548 0.554302,-0.416719 0.531019,-0.70485 -0.06985,-0.874977 -2.044436,-0.241035 -2.40083,-0.88265 -0.350573,-0.630502 0.423863,-1.68566 0.671248,-2.082006 0.402432,-0.644525 0.756444,-1.097492 1.198563,-1.658673 0.132556,-0.102658 0.250296,-0.219869 0.352954,-0.351631 1.086115,-0.864923 0.878946,1.591733 1.7653,1.586441 0.413808,-0.0024 0.59981,-0.669396 0.810419,-0.987954 0.261937,-0.392906 0.599546,-0.79031 1.059921,-0.846137 0.118268,0 0.23495,0 0.352689,0 0.431271,0.157956 1.687777,0.749564 1.693598,1.341173 0.0048,0.448733 -0.512762,0.556947 -0.706967,0.916781 -0.130439,0.103187 -0.248179,0.220398 -0.350837,0.352689 -1.867694,2.061898 -3.623469,4.234921 -5.294048,6.492875 -0.985044,-0.07276 -2.155031,0.264848 -3.176323,0.388673 0.537898,0.567796 1.091406,1.120246 1.658408,1.658938 0,0.02328 0,0.04657 0,0.07011 -0.188118,0.163513 -0.292364,0.41275 -0.457464,0.600075 -4.948238,-1.545166 -10.297848,-2.688695 -16.479309,-2.999845 -0.04974,-0.07991 -0.245797,-0.01323 -0.354277,-0.03519 -0.141023,0 -0.281252,0 -0.421745,0 -0.09578,-0.0807 -0.340255,-0.01244 -0.494242,-0.03493 -0.213254,0 -0.423863,0 -0.635529,0 -0.892969,-0.05874 -2.035175,-0.05874 -2.928409,0 -0.21246,0 -0.424392,0 -0.636323,0 -0.153458,0.02249 -0.397933,-0.04577 -0.492654,0.03493 -0.141552,0 -0.283369,0 -0.423862,0 -0.119063,0.02196 -0.32729,-0.04472 -0.388938,0.03519 -6.083565,0.338402 -11.49641,1.347787 -16.267377,2.999845 -0.365128,-0.30533 -0.546896,-0.792163 -0.881594,-1.129242 0.579173,-0.550334 1.144058,-1.11469 1.694391,-1.693598 -0.87921,-0.05609 -1.982523,-0.372798 -2.788179,-0.423334 -0.137583,-0.0085 -0.350837,-0.125147 -0.354012,0.10504 -1.684867,-2.207154 -3.414713,-4.370387 -5.291932,-6.387042 -0.197908,-0.226483 -0.407987,-0.43762 -0.634471,-0.63447 -0.397404,-0.505619 0.346075,-0.989013 0.634471,-1.163903 0.305859,-0.186531 0.630238,-0.524668 1.093259,-0.529431 0.584729,-0.0077 0.961231,0.439209 1.201473,0.775494 0.264054,0.377031 0.424656,1.075267 0.845608,1.093787 0.945621,0.04445 0.554831,-1.687777 1.341702,-1.763977 0.57441,-0.0545 1.211263,1.076855 1.445948,1.412346 0.409575,0.581025 0.81624,1.085586 1.093787,1.727994 0.151871,0.35269 0.2921,0.86016 0.106628,1.164431 -0.329671,0.542661 -2.243138,-0.03016 -2.365375,0.811742 -0.07937,0.55245 0.851958,1.015471 1.272116,1.235075 0.590021,0.309562 1.259417,0.49186 1.975379,0.529431 0.164307,0.05874 0.574411,0.05874 0.740834,0 2.881841,-0.329406 4.741068,-1.681692 5.364162,-4.269581 0.05741,-0.07223 0.05741,-0.386027 -0.0011,-0.458523 z m 7.691437,3.563144 c 0.235479,-0.05212 0.592931,-0.307182 0.459052,-0.882121 -0.07355,-0.318558 -0.443442,-0.515673 -0.848254,-0.422804 -0.859896,0.19685 -0.535517,1.510506 0.389202,1.304925 z m 5.611019,-1.27 c -0.643467,0.46355 -1.382448,0.828939 -2.011363,1.305983 0.736071,0.35851 1.338528,0.849577 2.083065,1.198827 0.612511,-0.444235 1.34964,-0.766762 1.905265,-1.269471 -0.694002,-0.37756 -1.276615,-0.865187 -1.976967,-1.235339 z m 5.64515,1.411023 c 1.035579,0.05159 0.874713,-1.585384 -0.17489,-1.305455 -0.729456,0.194734 -0.518054,1.271588 0.17489,1.305455 z m 5.894123,-0.246063 c -0.738188,0.320411 -1.583002,0.534194 -2.294731,0.882386 0.642937,0.509322 1.189566,1.115218 1.870075,1.58697 0.734218,-0.289454 1.551516,-0.495035 2.294731,-0.776552 -0.483923,-0.563827 -1.265767,-1.133739 -1.870075,-1.692804 z m -23.536804,0.210608 c -0.611717,0.435769 -1.313128,1.086644 -1.905794,1.658144 0.782373,0.254529 1.561571,0.509323 2.328598,0.777346 0.668073,-0.496358 1.255448,-1.074737 1.871398,-1.623219 -0.782109,-0.254 -1.497542,-0.573087 -2.294202,-0.812271 z m 6.493139,2.294203 c 0.956998,-0.01587 0.834761,-1.611313 -0.24765,-1.30519 -0.760677,0.214312 -0.456406,1.316831 0.24765,1.30519 z m 10.585715,0.07038 c 0.759619,0.300566 1.282435,-0.66384 0.811742,-1.128448 -0.128323,-0.128323 -0.316177,-0.198438 -0.634471,-0.141288 -0.734219,0.131498 -0.60034,1.102254 -0.177271,1.269736 z M 46.60221,85.529814 c -0.214048,-0.791369 -1.370806,-0.582348 -1.340379,0.211137 0.02725,0.674688 1.098815,0.939006 1.340379,0.141552 0.0598,-0.03863 0.0598,-0.315648 0,-0.352689 z M 79.349161,85.17633 c -0.50165,0.09022 -0.674159,0.826294 -0.318559,1.164167 0.760677,0.720725 1.781969,-0.75565 0.670984,-1.164167 -0.0381,-0.05847 -0.313267,-0.05847 -0.352425,0 z m -33.557899,2.151592 c -0.372004,1.206235 1.398323,1.195652 1.305719,0.177271 -0.03678,-0.414338 -0.303742,-0.681302 -0.847196,-0.564886 -0.300831,0.06535 -0.414866,0.243152 -0.458523,0.387615 z m 32.605399,0.141287 c -0.299244,1.008063 1.335616,1.28958 1.341172,0.24818 0.0013,-0.484452 -0.375443,-0.763059 -0.88212,-0.63553 -0.357188,0.08917 -0.436563,0.31115 -0.459052,0.38735 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4192" d="m 49.497017,109.59473 c -0.18468,-1.40177 -1.529557,-1.23032 -1.976438,-0.31671 -0.188648,0.38391 -0.304271,0.89085 -0.671248,0.91678 -0.537104,0.0381 -0.7747,-0.90964 -0.777081,-1.48167 -0.0024,-1.58035 1.359694,-2.46088 2.64795,-2.85829 0.06959,-0.75988 0.110596,-1.54543 0.176212,-2.40056 0.05265,-0.68554 -0.03148,-1.95633 0.564886,-2.01057 0.336814,-0.0315 0.648494,0.50032 0.776552,0.70538 0.586052,0.93662 0.995098,1.89997 1.305719,3.03424 2.05052,-0.21511 3.290093,0.6858 3.352535,2.57704 0,0.18733 0,0.37597 0,0.56383 -0.02725,0.33628 -0.130175,0.55589 -0.354806,0.63579 -0.790311,0.28099 -1.400969,-0.85778 -1.975379,-1.02341 -0.09472,-0.0593 -0.433917,-0.0593 -0.529432,0 -1.30122,0.12938 -0.122237,1.2192 0.352955,1.62216 1.085585,0.92261 2.734997,2.09577 4.693443,1.97697 2.052373,-0.12462 3.409421,-1.39832 4.094163,-2.75246 0.16854,-0.33576 0.439208,-0.83555 0.175948,-1.34091 -0.443971,-0.0389 -0.815975,0.0164 -1.093788,0.35269 -0.239977,0.28998 -0.194998,0.84217 -0.740833,0.8472 -0.669925,0.007 -0.782638,-1.06707 -0.812271,-1.90606 0,-0.33999 0,-0.68077 0,-1.02367 0.03254,-0.62627 0.06773,-1.42267 0.564356,-1.48008 0.447146,-0.0532 0.697177,0.5408 1.024732,0.81041 0.471487,0.39106 0.961231,0.53949 1.480344,0.52944 0.412485,-1.04749 -1.279526,-1.84653 -1.022086,-2.92815 0.118269,-0.50032 0.792163,-0.62362 1.445419,-0.67098 0.108479,-0.022 0.3048,0.0452 0.355071,-0.036 0.116416,0 0.234156,0 0.350837,0 0.06138,0.0812 0.270404,0.014 0.388673,0.036 0.680508,0.0442 1.403615,0.17145 1.482725,0.70591 0.06271,0.43074 -0.316706,0.71966 -0.494771,1.05939 -0.351631,0.67283 -0.583406,1.41764 -0.424391,2.04496 1.138502,-0.1561 1.418431,-1.16919 2.470943,-1.41102 0.347134,0.22939 0.357717,0.79587 0.35269,1.3761 0,0.24738 0,0.49398 0,0.74163 -0.01693,0.79454 0.06906,1.69148 -0.388673,2.04655 -0.41619,-0.04 -0.606954,-0.29607 -0.881592,-0.56568 -0.19632,-0.19182 -0.54901,-0.61383 -0.881062,-0.56356 -0.559329,0.0841 -0.235744,1.31471 -0.107421,1.5867 0.622035,1.329 2.33971,2.62864 4.376473,2.54159 2.097881,-0.0886 3.240352,-1.21735 4.551362,-2.18784 0.132557,-0.10239 0.250561,-0.22146 0.35269,-0.35401 0.377825,-0.29025 0.542396,-1.10966 -0.246856,-1.05728 -0.107686,-0.0593 -0.456936,-0.0593 -0.564886,0 -0.55245,0.10716 -1.033991,1.26736 -1.905,1.05728 -0.727339,-0.17278 -0.403489,-1.91241 -0.140493,-2.50428 0.422275,-0.95594 1.503891,-1.4105 2.857235,-1.34118 0.01588,0.0786 0.173831,0.0145 0.24765,0.0349 0,-0.0463 0,-0.0937 0,-0.14075 0.314325,-0.98187 0.755121,-2.0709 1.377156,-2.99932 0.134673,-0.20347 0.397669,-0.61595 0.669925,-0.59955 0.581554,0.0341 0.556684,1.32265 0.599811,1.97538 0.05715,0.90752 0.08493,1.59994 0.140758,2.39924 0.601927,0.24554 1.223698,0.4707 1.658938,0.88292 0.114035,0.14446 0.242887,0.27384 0.388143,0.38814 0.321469,0.38709 0.678392,0.95938 0.60034,1.87061 -0.04127,0.4699 -0.291836,1.2229 -0.705115,1.23454 -0.505618,0.0135 -0.529431,-0.59055 -0.743214,-0.98822 -0.551127,-1.03425 -1.900502,-0.76358 -1.975379,0.49345 -0.08361,1.40732 0.947208,2.58101 1.870075,3.31841 1.418431,1.13109 3.770312,1.80948 5.823479,0.98689 0.418306,-0.16748 0.605631,-0.30401 0.986631,-0.56435 0.301096,-0.204 0.737129,-0.5207 0.707496,-0.84614 -0.04419,-0.46355 -0.701411,-0.47943 -1.272117,-0.56489 -0.106098,-0.0818 -0.363008,-0.0124 -0.528902,-0.036 -0.98134,0.0484 -0.644525,-1.08188 -0.352425,-1.65814 0.41619,-0.821 0.814917,-1.38007 1.411288,-2.1172 0.278077,-0.34369 0.657754,-0.79824 0.987689,-0.77681 0.789781,0.0497 0.483394,1.73831 1.305719,1.76424 0.517525,0.0159 0.602985,-0.62521 0.846137,-0.98743 0.277813,-0.41116 0.704057,-0.96096 1.412611,-0.84613 0.360098,0.0566 0.722048,0.36195 0.986631,0.5281 0.491067,0.30877 1.057804,0.89112 0.355071,1.37716 -0.181504,0.14923 -0.345017,0.3138 -0.494771,0.49318 -1.948656,2.13228 -3.793596,4.37013 -5.505185,6.74053 -0.193146,-0.1987 -0.48948,-0.0368 -0.741098,0 -0.756973,0.10954 -1.649148,0.21034 -2.399507,0.35189 0.304271,0.38048 0.784225,0.85434 1.200944,1.27159 0.122767,0.12277 0.277284,0.33496 0.457465,0.31671 -0.07091,0.18812 -0.370946,0.64029 -0.529167,0.74057 -4.996921,-1.55575 -10.400242,-2.70325 -16.655256,-2.99879 -0.06085,-0.0804 -0.269611,-0.0135 -0.388673,-0.0352 -0.152929,0 -0.3048,0 -0.458788,0 -0.128852,-0.082 -0.411427,-0.0122 -0.598752,-0.0357 -0.305593,0 -0.611716,0 -0.918898,0 -0.446881,-0.0585 -1.140618,-0.0585 -1.5875,0 -0.305858,0 -0.611187,0 -0.917046,0 -0.189706,0.0236 -0.469106,-0.0463 -0.600604,0.0357 -0.151871,0 -0.305858,0 -0.458258,0 -0.118533,0.0217 -0.328348,-0.0452 -0.387615,0.0352 -6.184371,0.33258 -11.71575,1.31683 -16.515291,3.0353 -0.335227,-0.313 -0.515673,-0.77788 -0.847196,-1.09379 0,-0.0246 0,-0.0471 0,-0.0717 0.569119,-0.53763 1.12104,-1.09008 1.659996,-1.65867 0,-0.0106 0,-0.0228 0,-0.0349 -0.907521,-0.0275 -2.016125,-0.37968 -2.823104,-0.42254 -0.150813,-0.008 -0.311415,-0.0934 -0.319352,0.10504 -1.789377,-2.31617 -3.602302,-4.60693 -5.609432,-6.70455 -0.102129,-0.13282 -0.220662,-0.24924 -0.352954,-0.35401 -0.305329,-0.52282 0.402696,-0.95938 0.670454,-1.12845 0.575205,-0.36407 1.267355,-0.77417 1.940455,-0.17621 0.434975,0.3847 0.720725,1.49807 1.199885,1.51685 0.892175,0.0368 0.554831,-1.68116 1.341702,-1.76424 0.541338,-0.0564 1.131623,0.95118 1.410758,1.34091 0.406665,0.56727 0.80645,1.12263 1.058069,1.6592 0.166688,0.35163 0.319088,0.78079 0.211667,1.27 -0.164836,0.12806 -0.269875,0.31644 -0.598752,0.28178 -0.166688,0.0236 -0.422275,-0.0458 -0.528373,0.036 -0.518054,0.081 -1.20359,0.0802 -1.272117,0.52891 -0.08996,0.58684 0.936096,1.08611 1.377156,1.30545 1.90844,0.95382 4.55295,0.34581 5.998633,-0.74057 0.999067,-0.75115 1.755246,-1.7518 1.976438,-3.07022 0.05874,-0.072 0.05874,-0.38524 2.65e-4,-0.458 z m 6.809845,3.03609 c 0.188648,1.18428 2.039409,0.19315 1.164432,-0.63659 -0.133615,-0.12673 -0.350309,-0.1815 -0.599546,-0.14128 -0.468313,0.077 -0.623094,0.41195 -0.564886,0.77787 z m 6.456628,-0.70723 c -0.632354,0.449 -1.342232,0.82127 -1.97538,1.27079 0.720196,0.37412 1.329796,0.85831 2.083065,1.20015 0.632354,-0.41486 1.316831,-0.77628 1.905265,-1.23481 -0.684213,-0.39952 -1.249892,-0.91493 -2.01295,-1.23613 z m 5.294577,1.27079 c 1.093787,0.76333 1.639623,-1.49727 0.245533,-1.23613 -0.516467,0.0982 -0.670189,0.94059 -0.245533,1.23613 z m 6.280679,-0.10583 c -0.769673,0.25268 -1.502569,0.54557 -2.258748,0.81148 0.460904,0.53869 1.186127,1.11892 1.799696,1.62295 0.780785,-0.27781 1.64756,-0.47096 2.363523,-0.81174 -0.658284,-0.51594 -1.230842,-1.12051 -1.904471,-1.62269 z m -23.571994,0.17621 c -0.619654,0.56753 -1.316038,1.05992 -1.87034,1.69307 0.834761,0.20029 1.545696,0.5252 2.364052,0.74136 0.634471,-0.51884 1.247246,-1.05886 1.835944,-1.62348 -0.804862,-0.24289 -1.522148,-0.57282 -2.329656,-0.81095 z m 5.856817,1.87034 c 0.215106,0.66093 1.341702,0.54028 1.341702,-0.24685 0,-0.44477 -0.285221,-0.78635 -0.882386,-0.63474 -0.359304,0.0905 -0.611716,0.40825 -0.459316,0.88159 z m 11.610446,0.56409 c 0.719402,-0.0328 0.871273,-1.0832 0.176212,-1.30492 -1.068916,-0.34158 -1.181629,1.35096 -0.176212,1.30492 z M 46.60221,115.029 c -0.216429,-0.7821 -1.392766,-0.56409 -1.340379,0.24633 0.02302,0.35348 0.359833,0.70512 0.918104,0.60034 0.188119,-0.11562 0.379942,-0.23177 0.422275,-0.49318 0.0598,-0.0386 0.0598,-0.31565 0,-0.35349 z m 33.099376,0.98849 c 0.796925,-0.14605 0.604572,-1.56369 -0.38788,-1.34118 -0.806979,0.18098 -0.473075,1.49781 0.38788,1.34118 z m -33.275324,1.7645 c 0.848255,-0.006 0.936625,-1.48854 -0.105833,-1.3417 -0.823912,0.11668 -0.713052,1.34647 0.105833,1.3417 z m 33.133242,-0.0706 c 0.500063,-0.52467 -0.03149,-1.26762 -0.669925,-1.13003 -1.143,0.24659 -0.122237,1.96612 0.669925,1.13003 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}

.page-header .-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s linear;
}
.page-header .-backdrop > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 3.5rem);
  width: 100%;
  background: rgba(82, 82, 82, 0.8);
}

.page-header .-foreground {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  height: 100%;
  width: 100%;
}
.page-header .-foreground .-header {
  height: calc(100% - 3.5rem);
  width: 100%;
  max-width: 85rem;
  margin: auto;
  position: relative;
}
.page-header .-foreground .-header .-main {
  position: absolute;
  left: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
  margin: 0 min(2%, 2rem);
  color: #ffffff;
  height: 100%;
  top: 0;
  justify-content: center;
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-main {
    height: 60%;
    top: 4.25rem;
  }
}
@media screen and (min-width: 1110px) {
  .page-header .-foreground .-header .-main {
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-main {
    justify-content: initial;
  }
}
.page-header .-foreground .-header .-main > * {
  height: 80%;
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-main > * {
    height: 92%;
  }
}
.page-header .-foreground .-header .-main .-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-header .-foreground .-header .-main p {
  font-family: Open Sans Light, sans-serif;
  margin-bottom: 0.2rem;
}
.page-header .-foreground .-header .-main .-name {
  height: initial;
  margin-left: min(4%, 2rem);
  margin-right: min(4%, 2rem);
  font-size: 1.2rem;
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-main .-name {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1110px) {
  .page-header .-foreground .-header .-main .-name {
    font-size: 1.3rem;
  }
}
.page-header .-foreground .-header .-main .-name p:first-child {
  font-size: 1.7rem;
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-main .-name p:first-child {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1110px) {
  .page-header .-foreground .-header .-main .-name p:first-child {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 539px) {
  .page-header .-foreground .-header .-main .-name p:first-child {
    margin-bottom: 0.5rem;
  }
}
.page-header .-foreground .-header .-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
  text-align: right;
  display: none;
}
@media screen and (min-width: 540px) {
  .page-header .-foreground .-header .-overlay {
    display: inline-flex;
  }
}
.page-header .-foreground .-header .-overlay > *:first-child {
  margin-left: auto;
}
.page-header .-foreground .-header .-overlay .-buttons > * {
  margin-top: 1rem;
  margin-right: 1rem;
}
.page-header .-foreground .-header .-overlay .-icons {
  font-family: Icons;
  margin-top: 1.2rem;
  margin-right: 0.5rem;
  font-size: 1.85rem;
  opacity: 0.9;
}
.page-header .-foreground .-header .-overlay .-icons > * {
  color: #ffffff;
  margin-right: 1rem;
}
.page-header .-foreground .-header .-overlay .-icons > *:hover {
  opacity: 0.85;
}
.page-header .-foreground .-navbar {
  height: 3.5rem;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: rgba(10, 10, 10, 0.8);
  transition: background-color 0.5s linear;
}
.page-header .-foreground .-navbar .-menu {
  height: 100%;
  width: 100%;
  max-width: 85rem;
}
.page-header .-foreground .-navbar .-menu .-item, .page-header .-foreground .-navbar .-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.5s linear;
  color: inherit;
}
.page-header .-foreground .-navbar .-menu .-item:hover, .page-header .-foreground .-navbar .-menu .-item.active, .page-header .-foreground .-navbar .-menu a:hover, .page-header .-foreground .-navbar .-menu a.active {
  color: #fff4c1;
}
.page-header .-foreground .-navbar .-menu .-item:hover:not(a), .page-header .-foreground .-navbar .-menu .-item.active:not(a), .page-header .-foreground .-navbar .-menu a:hover:not(a), .page-header .-foreground .-navbar .-menu a.active:not(a) {
  background-color: rgba(255, 255, 255, 0.3);
}
.page-header .-foreground .-navbar .-menu .-item:not(.no-active):active, .page-header .-foreground .-navbar .-menu .-item:not(.no-active):focus, .page-header .-foreground .-navbar .-menu a:not(.no-active):active, .page-header .-foreground .-navbar .-menu a:not(.no-active):focus {
  color: #f1f0d4;
}
.page-header .-foreground .-navbar .-menu:not(.-mobile) {
  display: none;
}
@media screen and (min-width: 630px) and (min-height: 480px) {
  .page-header .-foreground .-navbar .-menu:not(.-mobile) {
    display: inline-flex;
  }
}
.page-header .-foreground .-navbar .-menu.-mobile {
  display: inline-flex;
}
@media screen and (min-width: 630px) and (min-height: 480px) {
  .page-header .-foreground .-navbar .-menu.-mobile {
    display: none;
  }
}
.page-header .-foreground .-navbar .-menu i {
  width: 3rem;
  margin-left: -1rem;
}

.navigation-buttons .ui.button {
  height: 2.4rem;
}
.navigation-buttons .ui.button i.icon {
  padding-left: 8px;
  padding-right: 15px;
  vertical-align: middle;
}

.page-header .-menus {
  height: 0;
  width: 100%;
  background: #d4d4d4;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-y: auto;
  max-height: calc(80vh - 3.5rem);
}
@media screen and (min-width: 768px) {
  .page-header .-menus {
    max-height: calc(100vh - 3.5rem);
  }
}
.page-header .-menus .-container {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-areas: "menu";
}

.navigation-menus .-menu {
  display: none;
  width: 100%;
  grid-area: menu;
}
.navigation-menus .-menu .-content {
  height: auto;
  width: 100%;
  max-width: 85rem;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 420px) {
  .navigation-menus .-menu .-content {
    padding: 0 2rem 0 4.5rem;
  }
}
.navigation-menus .-menu .-content .-section {
  min-width: 15rem;
  padding: 2rem;
  flex: 1;
}
.navigation-menus .-menu .-content .-section .-heading {
  display: block;
  margin-bottom: 0.7rem;
  color: #000000;
}
.navigation-menus .-menu .-content .-section .-heading span {
  font-family: Open Sans Semibold, sans-serif;
  font-size: 1.2rem;
}
.navigation-menus .-menu .-content .-section .-heading::after {
  content: "";
  display: block;
  margin-top: 0.9rem;
  height: 3px;
  width: 2rem;
  border-top: 1.25px solid #c2a000;
  border-bottom: 1.75px solid #191919;
}
.navigation-menus .-menu .-content .-section a {
  display: block;
  max-width: 15rem;
}
.navigation-menus .-menu .-content .-section a.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.navigation-menus .-menu .-content .-section .-item {
  display: block;
  padding: 0.4rem 0;
  max-width: 15rem;
  cursor: pointer;
  color: #000000;
}
.navigation-menus .-menu .-content .-section .-item span {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}
.navigation-menus .-menu .-content .-section .-item:hover {
  color: #957b00;
}
.navigation-menus .-menu .-content .-section .-item:focus, .navigation-menus .-menu .-content .-section .-item:active {
  color: #766200;
}
.navigation-menus .-menu .-content .-section a.button {
  margin: 0.8rem 0;
}

.page-header.docked .-inner {
  position: fixed;
  top: -13.5rem;
}
.page-header.docked .-backdrop {
  opacity: 0;
}
.page-header.docked:not(.active) .-navbar:not(:hover) {
  background-color: rgba(10, 10, 10, 0.7);
}

@media screen and (max-width: 768px) {
  .page-header.scrolled:not(.active) .-inner {
    height: 13.5rem;
  }
}

.page-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
}
.page-menu .-inner {
  height: 100%;
  width: 100%;
  background: #d4d4d4;
  overflow-y: scroll;
}
.page-menu .-inner .-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  display: flex;
  background: rgba(10, 10, 10, 0.7);
  z-index: 35;
}
.page-menu .-inner .-header .-left, .page-menu .-inner .-header .-right {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.page-menu .-inner .-header .-left {
  margin-left: 0.8rem;
}
.page-menu .-inner .-header .-left .-icons {
  font-size: 1.5rem;
}
.page-menu .-inner .-header .-right {
  margin-left: auto;
  margin-right: 0.6rem;
}
.page-menu .-inner .-header a {
  height: 100%;
}
.page-menu .-inner .-header .-icons {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Icons;
  font-size: 1.85rem;
  margin-right: 0.2rem;
  opacity: 0.9;
}
.page-menu .-inner .-header .-icons > * {
  color: #ffffff;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.page-menu .-inner .-header .-icons > *:hover {
  opacity: 0.85;
}
.page-menu .-inner .-items {
  margin-top: 3.5rem;
  padding: 2rem;
}
.page-menu .-inner .-items .-buttons {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  direction: rtl;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (min-width: 500px) {
  .page-menu .-inner .-items .-buttons {
    justify-content: flex-start;
  }
}
.page-menu .-inner .-items .-buttons > * {
  direction: initial;
}
.page-menu .-inner .-items .-buttons .ui.button {
  min-width: 9rem;
}
.page-menu .-inner .-items .ui.accordion .title, .page-menu .-inner .-items .ui.accordion .item {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(10, 10, 10, 0.7);
  color: #ffffff;
}
.page-menu .-inner .-items .ui.accordion .title.active, .page-menu .-inner .-items .ui.accordion .item.active {
  color: #f1f0d4;
}
.page-menu .-inner .-items .ui.accordion .content .-content {
  padding: 0;
}
.page-menu .-inner .-items .-menu {
  display: grid;
  padding: 0;
}
.page-menu .-inner .-items .-section {
  padding: 1rem 0;
}

.ui.dropdown.remote-access-menu:not(.active):not(:hover):active, .ui.dropdown.remote-access-menu:not(.active):not(:hover):focus {
  background: #ad8f00;
  box-shadow: 0 0 0 2px #ad8f00 inset;
  color: #ffffff;
}
.ui.dropdown.remote-access-menu.active, .ui.dropdown.remote-access-menu.active:active, .ui.dropdown.remote-access-menu.active:focus {
  background: #957b00;
  box-shadow: 0 0 0 2px #957b00 inset;
  color: #ffffff;
}
.ui.dropdown.remote-access-menu .menu {
  max-height: calc(100vh - 5.3rem);
  max-width: calc(100vw - 2rem);
  margin-top: 0.7rem !important;
  overflow-y: auto;
}
.ui.dropdown.remote-access-menu .menu .header {
  font-family: Open Sans Semibold, sans-serif;
  font-size: 0.92rem;
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0.7rem;
  padding: 0 1.14285714rem;
  color: #000000;
  text-transform: none;
}
.ui.dropdown.remote-access-menu .menu .header::after {
  content: "";
  display: block;
  margin-top: 0.9rem;
  height: 3px;
  width: 2rem;
  border-top: 1.25px solid #c2a000;
  border-bottom: 1.75px solid #191919;
}
.ui.dropdown.remote-access-menu .menu .item {
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.87);
}
.ui.dropdown.remote-access-menu .menu .item:active, .ui.dropdown.remote-access-menu .menu .item:focus {
  background: rgba(0, 0, 0, 0.07);
}
.ui.dropdown.remote-access-menu .menu > .grid {
  width: 27rem;
}
@media screen and (min-width: 500px) {
  .ui.dropdown.remote-access-menu .menu > .grid {
    width: 36rem;
  }
}
.ui.dropdown.remote-access-menu .menu > .grid > .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 500px) {
  .ui.dropdown.remote-access-menu .menu > .grid > .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item {
  width: 9rem;
  height: 7rem;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  text-align: center;
  padding: 0.75rem 0 0.5rem 0;
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item > * {
  max-width: 100%;
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item span {
  white-space: normal;
  padding: 0 0.5rem;
  line-height: 1.3rem;
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item img {
  height: 3.05rem;
  max-height: 3.05rem;
  padding: 0.25rem 0;
  max-width: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ui.dropdown.remote-access-menu .menu > .grid > .items .item:active, .ui.dropdown.remote-access-menu .menu > .grid > .items .item:focus {
  background: rgba(0, 0, 0, 0.07);
}
.ui.dropdown.remote-access-menu .menu > .grid .header {
  padding-top: 0.1rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 631px), screen and (max-height: 481px) {
  .ui.dropdown.remote-access-menu .menu {
    position: fixed;
    top: 3.5rem;
    left: 0 !important;
    width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    height: 100%;
    margin: 1rem;
  }
  .ui.dropdown.remote-access-menu .menu > .grid {
    width: 100%;
  }
  .ui.dropdown.remote-access-menu .menu > .grid > .items .item {
    width: 100%;
  }
}

.page {
  margin-bottom: -30rem;
}

.page-footer-spacer {
  height: 30rem;
}

.page-footer {
  width: 100%;
  height: 30rem;
  overflow-x: hidden;
  background: #191919;
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F%3E%3Csvg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns%23" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="300mm" height="148mm" viewBox="0 0 300.00004 148" version="1.1" id="svg6384"%3E%3Cdefs id="defs6378" /%3E%3Cmetadata id="metadata6381"%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=""%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id="layer1" transform="translate(-0.61590091,-1.1118232)"%3E%3Cg id="g6417" transform="matrix(2.0008914,-2.261774,2.261774,2.0008914,-162.52442,47.556868)"%3E%3Cpath style="stroke-width:0.264583" id="path4036" d="m 65.728675,58.817214 c 5.431102,0.187325 10.498667,1.342232 14.749992,2.928409 0.640027,0.238654 1.450975,0.395023 1.446477,1.058333 -0.009,1.225286 -1.522942,0.493713 -2.294467,0.211138 -3.937,-1.433513 -8.588639,-2.478617 -13.584502,-2.715948 -0.04974,-0.08096 -0.245798,-0.01376 -0.354277,-0.03572 -0.141023,0 -0.281252,0 -0.421746,0 -0.107156,-0.08096 -0.36486,-0.01243 -0.529166,-0.03598 -0.294746,0 -0.589228,0 -0.883973,0 -0.352161,-0.05741 -0.951177,-0.05741 -1.303338,0 -0.294481,0 -0.589227,0 -0.884237,0 -0.164307,0.02328 -0.422011,-0.04498 -0.528902,0.03598 -0.141024,0 -0.281517,0 -0.423334,0 -0.118004,0.02275 -0.32729,-0.04498 -0.387085,0.03572 -5.325534,0.328348 -10.320603,1.214966 -14.750521,2.682081 -0.702469,0.23204 -2.40321,1.15914 -2.364581,-0.212725 0.01852,-0.680508 0.900377,-0.828146 1.552045,-1.058069 4.452938,-1.575594 9.583473,-2.494227 15.208779,-2.858823 0.10795,-0.0217 0.304007,0.04524 0.354013,-0.0344 0.116681,0 0.234156,0 0.351102,0 0.14261,-0.02355 0.375708,0.04472 0.459317,-0.03598 0.177271,0 0.352954,0 0.528902,0 0.29501,-0.02328 0.683419,0.04736 0.918104,-0.03519 0.423863,0 0.845873,0 1.269471,0 0.22516,0.08281 0.60034,0.01191 0.883973,0.03519 0.175948,0 0.351631,0 0.529167,0 0.08467,0.08096 0.31697,0.01244 0.458787,0.03598 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4038" d="m 65.341061,61.004789 c 5.262827,0.3302 9.93775,1.169194 14.184312,2.646628 0.499533,0.173566 1.421342,0.417777 1.447271,0.916516 0.03096,0.611717 -0.988483,0.89879 -1.518179,1.164961 -4.106863,2.065337 -9.085527,3.33375 -14.924882,3.634582 -0.143139,0.02222 -0.376502,-0.04604 -0.459581,0.03493 -0.28231,0 -0.564885,0 -0.846931,0 -0.259027,0 -0.518054,0 -0.776552,0 -0.28284,0 -0.564886,0 -0.846931,0 -0.08361,-0.08096 -0.316707,-0.01243 -0.459052,-0.03493 -5.801519,-0.269612 -10.63969,-1.584591 -14.784917,-3.634582 -0.494507,-0.244211 -1.474523,-0.574411 -1.445948,-1.164961 0.0254,-0.551391 0.97155,-0.737923 1.481931,-0.916516 4.101306,-1.437482 8.72834,-2.357173 13.938779,-2.646628 0.106892,-0.02328 0.302948,0.04472 0.351102,-0.03598 0.142611,0 0.283369,0 0.423598,0 0.189707,-0.02302 0.470959,0.04736 0.600605,-0.03466 0.752739,0 1.506008,0 2.259277,0 0.129116,0.08229 0.410368,0.01164 0.598223,0.03466 0.14261,0 0.283368,0 0.423862,0 0.04948,0.08096 0.246063,0.0127 0.354013,0.03598 z m -3.63564,1.129242 c -0.187854,0 -0.376502,0 -0.564885,0 -0.141817,0.02302 -0.37518,-0.04577 -0.459317,0.03545 -5.1435,0.277548 -9.678194,1.164432 -13.690336,2.575984 3.928004,1.812131 8.364273,3.115998 13.796963,3.422914 0.04842,0.08043 0.246062,0.01244 0.35269,0.0344 0.153987,0 0.306387,0 0.459052,0 0.212195,0.08282 0.576262,0.01243 0.846931,0.03572 0.258498,0 0.517525,0 0.776552,0 0.270933,-0.02328 0.633942,0.04683 0.846931,-0.03572 0.153459,0 0.305065,0 0.459581,0 0.106098,-0.02196 0.302419,0.04577 0.351896,-0.0344 5.46735,-0.332581 10.019507,-1.576916 13.938779,-3.458369 -4.109243,-1.349639 -8.64182,-2.273564 -13.83321,-2.540264 -0.08228,-0.08123 -0.315912,-0.01244 -0.4572,-0.03545 -0.188648,0 -0.37756,0 -0.564885,0 -0.671777,-0.05953 -1.589617,-0.05953 -2.259542,-2.65e-4 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4052" d="m 65.763336,88.070078 c 5.52741,0.251884 10.40765,1.28614 14.715331,2.893484 0.602985,0.225689 1.429544,0.455877 1.446477,1.058862 0.0085,0.293158 -0.187325,0.648758 -0.493183,0.740304 -0.464873,0.140494 -1.250421,-0.308239 -1.765565,-0.493448 -3.949171,-1.424781 -8.590227,-2.476235 -13.585825,-2.717271 -0.04868,-0.08043 -0.24474,-0.01296 -0.351896,-0.03493 -0.141817,0 -0.282839,0 -0.423333,0 -0.106892,-0.08176 -0.363273,-0.01296 -0.529167,-0.03545 -0.271462,0 -0.541337,0 -0.811212,0 -0.424392,-0.059 -1.093788,-0.059 -1.51818,0 -0.270404,0 -0.541337,0 -0.811741,0 -0.165365,0.02249 -0.42254,-0.0463 -0.529961,0.03545 -0.139964,0 -0.280987,0 -0.423598,0 -0.106627,0.02196 -0.302419,-0.04551 -0.351102,0.03493 -5.339292,0.282575 -10.359231,1.263121 -14.750521,2.717271 -0.739775,0.243946 -2.399241,1.062302 -2.364581,-0.246856 0.01746,-0.664898 0.949855,-0.872596 1.5875,-1.094052 4.647935,-1.616869 9.947804,-2.531004 15.844838,-2.858294 0.130439,-0.02328 0.351366,0.04471 0.422539,-0.03598 0.175948,0 0.354013,0 0.529696,0 0.270404,-0.02302 0.634471,0.04683 0.846931,-0.03493 0.506413,0 1.011238,0 1.51818,0 0.211666,0.08176 0.575204,0.01191 0.845608,0.03493 0.176477,0 0.35269,0 0.53049,0 0.07144,0.0807 0.291306,0.0127 0.422275,0.03598 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4054" d="m 65.375192,90.257653 c 5.252244,0.313002 9.902031,1.199621 14.150181,2.646098 0.470958,0.161131 1.423988,0.399521 1.447271,0.917046 0.02672,0.613569 -0.985838,0.897996 -1.518179,1.16496 -4.109509,2.066132 -9.088173,3.330575 -14.924882,3.634317 -0.154516,0.02328 -0.400579,-0.04604 -0.495564,0.03598 -0.328348,0 -0.659077,0 -0.987161,0 -0.142345,0 -0.283368,0 -0.423862,0 -0.328877,0 -0.658548,0 -0.988219,0 -0.08281,-0.08202 -0.315912,-0.0127 -0.457729,-0.03598 -5.802577,-0.276225 -10.658211,-1.55866 -14.785446,-3.634317 -0.507471,-0.254793 -1.481931,-0.546893 -1.481931,-1.129506 0,-0.570971 0.948531,-0.782108 1.445948,-0.952764 4.115064,-1.413934 8.731779,-2.364846 13.939308,-2.646098 0.106627,-0.02302 0.302948,0.04471 0.35269,-0.03598 0.140493,0 0.281516,0 0.422539,0 0.177536,-0.02275 0.446352,0.04657 0.564886,-0.03466 0.800364,0 1.599141,0 2.399241,0 0.119063,0.08123 0.388144,0.01191 0.564357,0.03466 0.142875,0 0.283104,0 0.423598,0 0.04974,0.08096 0.246062,0.01323 0.352954,0.03625 z m -3.740415,1.129242 c -0.187854,0 -0.375973,0 -0.564885,0 -0.129646,0.02222 -0.351896,-0.04604 -0.42254,0.03519 -5.124979,0.250561 -9.539288,1.210998 -13.621279,2.506134 3.805502,1.956858 8.376179,3.150658 13.797756,3.492235 0.04763,0.08096 0.246063,0.01349 0.352954,0.0344 0.164307,0 0.328348,0 0.492655,0 0.248179,0.08308 0.647964,0.01349 0.953558,0.03598 0.140494,0 0.281517,0 0.423862,0 0.316971,-0.02249 0.728134,0.04736 0.987161,-0.03598 0.153723,0 0.306917,0 0.459052,0 0.118004,-0.0209 0.32729,0.04657 0.388144,-0.0344 5.461793,-0.348456 10.067131,-1.552575 13.938779,-3.492235 -4.150783,-1.283759 -8.616156,-2.252927 -13.798021,-2.506134 -0.07064,-0.08123 -0.2921,-0.01296 -0.423598,-0.03519 -0.187589,0 -0.374914,0 -0.564356,0 -0.717286,-0.059 -1.680898,-0.059 -2.399242,0 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4058" d="m 66.221594,117.60631 c 5.347494,0.24818 10.048346,1.34355 14.221354,2.89216 0.671513,0.24897 1.424252,0.41196 1.482196,0.95303 0.04154,0.38788 -0.1905,0.72072 -0.493183,0.81174 -0.484982,0.14605 -1.282965,-0.30718 -1.801284,-0.49398 -4.054475,-1.46552 -8.579379,-2.46644 -13.796433,-2.71727 -0.06085,-0.0812 -0.269611,-0.0122 -0.388673,-0.036 -0.152929,0 -0.3048,0 -0.458788,0 -0.1524,-0.0815 -0.4572,-0.0119 -0.669925,-0.0347 -0.741097,0 -1.48246,0 -2.223029,0 -0.212196,0.0227 -0.518054,-0.0468 -0.669925,0.0347 -0.165364,0 -0.3302,0 -0.495035,0 -0.117475,0.0238 -0.327555,-0.0452 -0.388409,0.036 -5.385858,0.31644 -10.438077,1.18666 -14.891279,2.68208 -0.575469,0.19289 -1.370012,0.66517 -1.904206,0.52917 -0.321733,-0.0815 -0.52996,-0.39079 -0.52996,-0.70511 0,-0.72258 0.942446,-0.86307 1.623218,-1.09564 4.695031,-1.59518 10.069777,-2.65113 16.090636,-2.89296 0.153458,-0.0228 0.397933,0.0458 0.495035,-0.0347 0.223309,0 0.446352,0 0.669925,0 0.752211,0 1.504421,0 2.258484,0 0.223043,0 0.447145,0 0.66966,0 0.0844,0.0804 0.318029,0.0119 0.459581,0.0347 0.129117,0 0.259027,0 0.388409,0 0.04921,0.0807 0.245268,0.0132 0.351631,0.0368 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4062" d="m 65.162996,119.75711 c 5.33691,0.26961 10.030619,1.22528 14.327187,2.64742 0.502444,0.16483 1.451769,0.41354 1.482461,0.91731 0.03678,0.59902 -0.958056,0.91175 -1.482461,1.1639 -4.10792,1.97644 -8.968316,3.35889 -14.749197,3.63432 -0.120121,0.0228 -0.329142,-0.0447 -0.388938,0.036 -0.188648,0 -0.376502,0 -0.564885,0 -0.635,0 -1.269736,0 -1.905794,0 -0.187325,0 -0.376502,0 -0.563827,0 -0.06059,-0.0807 -0.269082,-0.0132 -0.388938,-0.036 -5.678752,-0.34052 -10.479087,-1.54014 -14.573515,-3.59886 -0.468577,-0.23522 -1.43166,-0.6141 -1.445947,-1.12951 -0.01852,-0.59373 0.956733,-0.82127 1.445947,-0.98743 4.161896,-1.4171 8.865394,-2.37913 14.149388,-2.64742 0.131498,-0.0228 0.353219,0.046 0.424127,-0.0354 0.164836,0 0.329671,0 0.495036,0 0.270404,-0.0222 0.634471,0.0471 0.845873,-0.0352 0.388408,0 0.776816,0 1.163373,0 0.201083,0.0823 0.553243,0.013 0.8128,0.0352 0.16457,0 0.329141,0 0.495035,0 0.07091,0.0818 0.292894,0.013 0.422275,0.0357 z m -2.928673,1.12977 c -0.269875,0 -0.540015,0 -0.810419,0 -0.155046,0.0228 -0.399785,-0.046 -0.495035,0.036 -0.129117,0 -0.259027,0 -0.388409,0 -0.106627,0.0214 -0.302683,-0.046 -0.35216,0.0341 -4.934215,0.31221 -9.305131,1.18877 -13.197152,2.54079 4.048389,1.89098 8.66775,3.21231 14.361583,3.45837 0.106627,0.082 0.364067,0.0127 0.529167,0.0349 0.636058,0 1.270529,0 1.905794,0 0.177271,-0.0222 0.447146,0.0471 0.564885,-0.0349 5.729552,-0.26961 10.437813,-1.55919 14.5034,-3.49356 -4.017962,-1.27476 -8.374856,-2.21218 -13.374158,-2.5056 -0.04974,-0.0802 -0.246327,-0.0127 -0.353748,-0.0341 -0.127529,0 -0.257704,0 -0.386556,0 -0.09551,-0.082 -0.342107,-0.0132 -0.495036,-0.036 -0.270404,0 -0.540279,0 -0.8128,0 -0.317235,-0.0582 -0.880004,-0.0582 -1.199356,0 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4182" d="m 49.497017,50.842409 c -0.09551,-1.189832 -1.312069,-1.337469 -1.83568,-0.600075 -0.28522,0.401902 -0.37756,1.196445 -0.846666,1.199885 -0.491067,0.0029 -0.733954,-0.925248 -0.742157,-1.482725 -0.01905,-1.580885 1.354667,-2.478617 2.64795,-2.858029 0.06641,-0.762794 0.115094,-1.54305 0.176213,-2.399242 0.04948,-0.692414 -0.03413,-1.952889 0.564885,-2.011627 0.315913,-0.03122 0.654315,0.469636 0.776552,0.669925 0.575998,0.94324 0.981605,1.918229 1.305719,3.035829 2.017977,-0.159808 3.302265,0.686594 3.352536,2.610115 0,0.177535 0,0.353483 0,0.529696 -0.04736,1.007268 -0.900377,0.683418 -1.447536,0.282839 -0.261408,-0.191293 -0.512762,-0.5461 -0.776023,-0.635 -0.391054,-0.134143 -0.87921,-0.03783 -1.23481,0.246063 -0.04789,0.389467 0.165364,0.516996 0.282046,0.741627 0.149489,0.179123 0.314325,0.343958 0.493448,0.493448 1.266031,0.960966 2.648214,2.113491 4.6228,2.11746 2.006864,0.0048 3.616589,-1.293548 4.341283,-2.717535 0.188648,-0.372798 0.412486,-0.909373 0.175948,-1.375833 -0.457729,-0.05159 -0.812271,0.0095 -1.093788,0.352954 -0.280723,0.342635 -0.231775,0.841639 -0.740833,0.846402 -0.665956,0.0066 -0.78396,-1.069711 -0.812271,-1.905794 0,-0.340254 0,-0.68236 0,-1.02235 0.04339,-0.608277 0.0426,-1.404144 0.528902,-1.48246 0.495036,-0.07937 0.704321,0.518848 1.059921,0.810683 0.471488,0.391319 1.00674,0.546629 1.480344,0.493977 0.126206,-0.561446 -0.141817,-0.941652 -0.386556,-1.375833 -0.246592,-0.435769 -0.796396,-0.834231 -0.635265,-1.51765 0.224102,-0.951706 3.870854,-1.064948 4.02299,0.03545 0.05821,0.433123 -0.346604,0.749035 -0.494771,1.023673 -0.1524,0.284162 -0.251619,0.658812 -0.352954,0.987689 -0.09366,0.304271 -0.269081,0.705379 -0.07117,1.059657 0.447146,0.03836 0.832908,-0.288925 1.270794,-0.636059 0.31406,-0.248444 0.818885,-0.840052 1.20015,-0.741098 0.379677,0.09843 0.328348,0.837407 0.352689,1.377157 0,0.246062 0,0.493447 0,0.740304 -0.06747,0.653521 0.1397,1.845998 -0.388673,2.011891 -0.635264,0.198702 -1.144058,-1.304131 -1.834885,-1.093258 -0.423333,0.128323 -0.207433,1.194594 -0.06932,1.516592 0.127794,0.300566 0.343165,0.608806 0.563298,0.881856 0.700881,0.864129 2.114815,1.722172 3.635375,1.729052 1.943894,0.0095 3.419475,-1.039019 4.550569,-2.011892 0.288925,-0.24765 0.976312,-0.826293 0.917839,-1.23481 -0.04207,-0.307181 -0.717814,-0.498475 -1.198827,-0.35216 -0.571235,0.171979 -1.109662,1.232429 -1.870339,1.022085 -0.804334,-0.219869 -0.307711,-2.254515 0,-2.752196 0.489475,-0.788194 1.599667,-1.167871 2.893744,-1.057539 0.371475,-1.065213 0.780785,-2.026179 1.376627,-2.999317 0.130175,-0.215371 0.402431,-0.722842 0.741098,-0.706173 0.597693,0.02963 0.559064,1.331119 0.59981,1.975908 0.05715,0.89879 0.08996,1.604963 0.140758,2.399771 1.158082,0.420423 2.48629,1.108604 2.647157,2.541059 0.06958,0.630766 -0.130969,1.817687 -0.705115,1.835149 -0.546365,0.01482 -0.611452,-1.042987 -1.024467,-1.412081 -0.731043,-0.65405 -1.642533,0.0098 -1.693862,0.917575 -0.06959,1.227138 0.667014,1.920875 1.164696,2.68261 0.126471,0.155311 0.267493,0.295804 0.424127,0.42254 0.966787,0.79666 2.128044,1.401762 3.774546,1.517121 0.178064,0.0598 0.599545,0.0598 0.776816,0 0.708819,-0.0463 1.374246,-0.207963 1.975644,-0.529432 0.421481,-0.223308 1.309952,-0.701939 1.272117,-1.198562 -0.07091,-0.890323 -1.935692,-0.256117 -2.365904,-0.8128 -0.48313,-0.626798 0.535516,-1.993635 0.88212,-2.505339 0.261673,-0.385234 0.463286,-0.70194 0.741892,-1.058598 0.206375,-0.26379 0.58129,-0.804069 0.98769,-0.776023 0.770995,0.05345 0.45667,1.768475 1.341437,1.764241 0.416719,-0.0018 0.597429,-0.66622 0.810419,-0.988218 0.260085,-0.389731 0.592137,-0.787929 1.059921,-0.846138 0.118268,0 0.23495,0 0.352689,0 0.424127,0.1524 1.687777,0.75274 1.693598,1.34038 0.0048,0.434974 -0.481541,0.536574 -0.670983,0.882914 -0.132292,0.102394 -0.248708,0.219869 -0.353219,0.351631 -1.873514,2.090208 -3.677179,4.250002 -5.32765,6.563783 -0.09525,-0.17145 -0.285485,-0.0799 -0.424127,-0.06985 -0.838465,0.05609 -1.820333,0.33364 -2.716742,0.388144 -0.01111,0 -0.02408,0 -0.03572,0 0.503766,0.614362 1.096962,1.137179 1.658408,1.693862 0,0.02249 0,0.04683 0,0.06985 -0.188119,0.162984 -0.292365,0.413015 -0.457465,0.60034 -4.961466,-1.544902 -10.315839,-2.693723 -16.514762,-2.999846 -0.04974,-0.0807 -0.245798,-0.01296 -0.35269,-0.03466 -0.142346,0 -0.282839,0 -0.423862,0 -0.09552,-0.08123 -0.339725,-0.0127 -0.493184,-0.03598 -0.223572,0 -0.448204,0 -0.671247,0 -0.846932,-0.059 -1.940719,-0.059 -2.787915,0 -0.224102,0 -0.446617,0 -0.669925,0 -0.153723,0.02328 -0.398463,-0.04524 -0.495565,0.03598 -0.140494,0 -0.281252,0 -0.422275,0 -0.117475,0.02196 -0.328348,-0.04604 -0.387879,0.03466 -6.099173,0.335492 -11.520486,1.348052 -16.303358,2.999846 -0.365125,-0.3048 -0.546894,-0.792956 -0.881592,-1.129242 0.579173,-0.549804 1.144059,-1.11416 1.694392,-1.69492 -0.882121,-0.05398 -1.984904,-0.3683 -2.788179,-0.422805 -0.13679,-0.0093 -0.350838,-0.124618 -0.354013,0.106098 -1.69545,-2.220118 -3.436144,-4.396581 -5.328444,-6.421701 -0.183885,-0.214313 -0.383116,-0.414867 -0.598223,-0.599811 -0.397404,-0.505618 0.346075,-0.9906 0.634471,-1.165225 0.304271,-0.184679 0.628386,-0.52361 1.093259,-0.528902 0.580495,-0.0071 0.963877,0.441061 1.201473,0.776288 0.264054,0.376502 0.420423,1.077118 0.845608,1.093787 0.953029,0.0381 0.551921,-1.688306 1.341702,-1.764241 0.576792,-0.0553 1.214173,1.081881 1.445948,1.410758 0.405342,0.578114 0.826823,1.112043 1.093787,1.729846 0.151871,0.351102 0.280459,0.915458 0.106628,1.16443 -0.363273,0.51779 -2.294732,0.0063 -2.365375,0.847725 -0.04577,0.541867 0.854868,0.980811 1.272116,1.198563 0.583936,0.30771 1.241425,0.48604 1.939396,0.529431 0.189177,0.0598 0.623358,0.0598 0.812006,0 2.858029,-0.341841 4.711435,-1.688041 5.328708,-4.268522 0.05768,-0.07276 0.05768,-0.387086 -7.93e-4,-0.459052 z m 7.267575,3.562878 c 1.127654,0.26379 1.185862,-1.55575 0.03492,-1.340908 -0.650082,0.123031 -0.633678,1.201473 -0.03492,1.340908 z m 6.034881,-1.26947 c -0.637381,0.468312 -1.378215,0.832908 -2.011363,1.305718 0.729721,0.363538 1.339851,0.847461 2.083065,1.199357 0.617008,-0.440267 1.348052,-0.76835 1.905265,-1.269736 -0.696913,-0.37465 -1.276615,-0.864658 -1.976967,-1.235339 z m 6.104202,1.305454 c 0.566473,-0.384969 0.186267,-1.425575 -0.633942,-1.23534 -0.921808,0.213519 -0.280193,1.857904 0.633942,1.23534 z m 5.435071,-0.141552 c -0.739775,0.320145 -1.577446,0.540279 -2.294731,0.881591 0.641085,0.512234 1.188243,1.119452 1.870075,1.588823 0.740039,-0.283898 1.549664,-0.499004 2.294731,-0.776552 -0.483923,-0.563827 -1.265767,-1.134004 -1.870075,-1.693862 z m -23.536804,0.211666 c -0.605103,0.442384 -1.316832,1.082675 -1.905794,1.658144 0.790839,0.257175 1.571096,0.523346 2.364052,0.776552 0.622829,-0.529167 1.240102,-1.066006 1.835944,-1.62216 -0.778934,-0.257704 -1.504686,-0.567002 -2.294202,-0.812536 z m 6.493139,2.293673 c 0.936096,-0.01587 0.894027,-1.612635 -0.24765,-1.340379 -0.722577,0.171979 -0.512233,1.353344 0.24765,1.340379 z m 11.57314,-0.669925 c -0.09631,-0.720725 -1.18745,-0.755914 -1.33985,-0.105569 -0.112183,0.477309 0.149754,0.709084 0.422275,0.881063 0.679185,0.115623 0.976312,-0.347398 0.917575,-0.775494 z M 46.60221,56.275627 c -0.330729,-1.113367 -1.919287,-0.132027 -1.163373,0.670454 0.294217,0.313267 1.083469,0.234686 1.163373,-0.316706 0.0598,-0.03837 0.0598,-0.315119 0,-0.353748 z m 32.993278,0.988219 c 0.862012,-0.07355 0.773377,-1.763184 -0.386821,-1.305454 -0.7112,0.280458 -0.287602,1.363662 0.386821,1.305454 z m -33.804226,0.812271 c -0.253206,0.815445 0.783167,1.28217 1.199886,0.669925 0.309033,-0.454025 -0.05345,-1.213644 -0.741627,-1.093788 -0.306123,0.05318 -0.414602,0.279135 -0.458259,0.423863 z m 32.605399,0.63447 c 0.227541,0.720461 1.336939,0.455084 1.341172,-0.24712 0.0013,-0.499269 -0.341312,-0.767821 -0.88212,-0.63553 -0.36539,0.09049 -0.60669,0.411692 -0.459052,0.88265 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4186" d="m 49.497017,80.095272 c -0.115623,-1.289315 -1.421078,-1.2954 -1.906588,-0.494771 -0.257704,0.426773 -0.332581,1.092729 -0.776023,1.093788 -0.495035,0.0019 -0.742156,-0.944298 -0.742156,-1.517121 0,-1.552046 1.356254,-2.451894 2.64795,-2.823104 0.06403,-0.760677 0.115094,-1.547284 0.176212,-2.399771 0.05106,-0.694796 -0.03731,-1.951302 0.564886,-2.011363 0.315912,-0.03043 0.654314,0.470165 0.776552,0.670984 0.574939,0.941387 0.982662,1.917435 1.305719,3.034241 2.0193,-0.163512 3.304381,0.688182 3.352535,2.611967 0,0.176477 0,0.35216 0,0.528637 -0.0217,0.962819 -0.891646,0.7112 -1.447535,0.318294 -0.263525,-0.18706 -0.495565,-0.57441 -0.776023,-0.670454 -0.396611,-0.137319 -0.880798,-0.04313 -1.234811,0.24765 -0.04683,0.408781 0.182827,0.544777 0.317236,0.775494 0.126735,0.155839 0.267493,0.296862 0.422539,0.423333 1.318684,0.943769 2.511954,2.148417 4.658519,2.153179 2.034646,0.004 3.53986,-1.252802 4.305036,-2.681552 0.14896,-0.279664 0.534723,-1.146439 0.212196,-1.412346 -0.263261,-0.215106 -0.89879,0.111655 -1.093788,0.353484 -0.24765,0.304271 -0.216429,0.8382 -0.740834,0.846666 -0.626004,0.009 -0.808566,-1.088495 -0.81227,-1.905529 0,-0.341312 0,-0.681566 0,-1.023673 0.04339,-0.608277 0.0426,-1.403879 0.528902,-1.48246 0.500856,-0.08043 0.706702,0.528902 1.059921,0.811742 0.470429,0.38047 0.950912,0.52705 1.480344,0.49477 0.09366,-0.579172 -0.138113,-1.016264 -0.42254,-1.48246 -0.238919,-0.392377 -0.756973,-0.74586 -0.599546,-1.410758 0.224102,-0.955146 3.870854,-1.068388 4.02299,0.03493 0.05821,0.426773 -0.348457,0.7493 -0.494771,1.022614 -0.1524,0.283898 -0.251619,0.659607 -0.352954,0.98769 -0.09366,0.304006 -0.269082,0.706173 -0.07117,1.058333 0.452966,0.05398 0.81571,-0.302683 1.235604,-0.635 0.326496,-0.258233 0.84746,-0.808566 1.199356,-0.741098 0.420159,0.07937 0.364331,0.817827 0.388673,1.376098 0,0.24765 0,0.494506 0,0.741627 -0.04683,0.687123 0.102394,1.858963 -0.388673,2.011363 -0.252412,0.07885 -0.487362,-0.187325 -0.705379,-0.35269 -0.102658,-0.132821 -0.219869,-0.251089 -0.352425,-0.352689 -0.234156,-0.15875 -0.448469,-0.475457 -0.741098,-0.389996 -0.459052,0.136525 -0.259292,1.148291 -0.105039,1.518444 0.537633,1.295135 2.312987,2.607204 4.198937,2.611966 1.888596,0.0034 3.416829,-1.057539 4.550569,-2.011098 0.296069,-0.248443 0.975254,-0.83476 0.917839,-1.236133 -0.04207,-0.307446 -0.719402,-0.498475 -1.198827,-0.35216 -0.567531,0.173037 -1.116012,1.232429 -1.870339,1.023143 -0.662252,-0.183885 -0.465667,-1.846791 -0.10504,-2.576512 0.44159,-0.893763 1.535377,-1.348581 2.998788,-1.234811 0.366448,-1.060714 0.787664,-2.035175 1.376627,-2.999052 0.135466,-0.221191 0.397933,-0.726281 0.741098,-0.706173 0.59981,0.03598 0.559064,1.32715 0.59981,1.976967 0.05715,0.897996 0.08996,1.604963 0.140758,2.399242 1.198298,0.436562 2.825221,1.231371 2.647157,3.140339 -0.05159,0.540015 -0.292365,1.223698 -0.705115,1.234811 -0.542131,0.01482 -0.613833,-1.036902 -1.024467,-1.411288 -0.713581,-0.649023 -1.631156,0.0024 -1.693862,0.881856 -0.08969,1.266825 0.688446,1.9812 1.200679,2.752725 0.102658,0.132292 0.219869,0.249503 0.352954,0.353219 0.978165,0.819944 2.158736,1.439069 3.84519,1.552575 0.153987,0.05874 0.552714,0.05874 0.706173,0 1.141677,-0.05159 2.004483,-0.45085 2.751402,-1.024202 0.197908,-0.150548 0.554302,-0.416719 0.531019,-0.70485 -0.06985,-0.874977 -2.044436,-0.241035 -2.40083,-0.88265 -0.350573,-0.630502 0.423863,-1.68566 0.671248,-2.082006 0.402432,-0.644525 0.756444,-1.097492 1.198563,-1.658673 0.132556,-0.102658 0.250296,-0.219869 0.352954,-0.351631 1.086115,-0.864923 0.878946,1.591733 1.7653,1.586441 0.413808,-0.0024 0.59981,-0.669396 0.810419,-0.987954 0.261937,-0.392906 0.599546,-0.79031 1.059921,-0.846137 0.118268,0 0.23495,0 0.352689,0 0.431271,0.157956 1.687777,0.749564 1.693598,1.341173 0.0048,0.448733 -0.512762,0.556947 -0.706967,0.916781 -0.130439,0.103187 -0.248179,0.220398 -0.350837,0.352689 -1.867694,2.061898 -3.623469,4.234921 -5.294048,6.492875 -0.985044,-0.07276 -2.155031,0.264848 -3.176323,0.388673 0.537898,0.567796 1.091406,1.120246 1.658408,1.658938 0,0.02328 0,0.04657 0,0.07011 -0.188118,0.163513 -0.292364,0.41275 -0.457464,0.600075 -4.948238,-1.545166 -10.297848,-2.688695 -16.479309,-2.999845 -0.04974,-0.07991 -0.245797,-0.01323 -0.354277,-0.03519 -0.141023,0 -0.281252,0 -0.421745,0 -0.09578,-0.0807 -0.340255,-0.01244 -0.494242,-0.03493 -0.213254,0 -0.423863,0 -0.635529,0 -0.892969,-0.05874 -2.035175,-0.05874 -2.928409,0 -0.21246,0 -0.424392,0 -0.636323,0 -0.153458,0.02249 -0.397933,-0.04577 -0.492654,0.03493 -0.141552,0 -0.283369,0 -0.423862,0 -0.119063,0.02196 -0.32729,-0.04472 -0.388938,0.03519 -6.083565,0.338402 -11.49641,1.347787 -16.267377,2.999845 -0.365128,-0.30533 -0.546896,-0.792163 -0.881594,-1.129242 0.579173,-0.550334 1.144058,-1.11469 1.694391,-1.693598 -0.87921,-0.05609 -1.982523,-0.372798 -2.788179,-0.423334 -0.137583,-0.0085 -0.350837,-0.125147 -0.354012,0.10504 -1.684867,-2.207154 -3.414713,-4.370387 -5.291932,-6.387042 -0.197908,-0.226483 -0.407987,-0.43762 -0.634471,-0.63447 -0.397404,-0.505619 0.346075,-0.989013 0.634471,-1.163903 0.305859,-0.186531 0.630238,-0.524668 1.093259,-0.529431 0.584729,-0.0077 0.961231,0.439209 1.201473,0.775494 0.264054,0.377031 0.424656,1.075267 0.845608,1.093787 0.945621,0.04445 0.554831,-1.687777 1.341702,-1.763977 0.57441,-0.0545 1.211263,1.076855 1.445948,1.412346 0.409575,0.581025 0.81624,1.085586 1.093787,1.727994 0.151871,0.35269 0.2921,0.86016 0.106628,1.164431 -0.329671,0.542661 -2.243138,-0.03016 -2.365375,0.811742 -0.07937,0.55245 0.851958,1.015471 1.272116,1.235075 0.590021,0.309562 1.259417,0.49186 1.975379,0.529431 0.164307,0.05874 0.574411,0.05874 0.740834,0 2.881841,-0.329406 4.741068,-1.681692 5.364162,-4.269581 0.05741,-0.07223 0.05741,-0.386027 -0.0011,-0.458523 z m 7.691437,3.563144 c 0.235479,-0.05212 0.592931,-0.307182 0.459052,-0.882121 -0.07355,-0.318558 -0.443442,-0.515673 -0.848254,-0.422804 -0.859896,0.19685 -0.535517,1.510506 0.389202,1.304925 z m 5.611019,-1.27 c -0.643467,0.46355 -1.382448,0.828939 -2.011363,1.305983 0.736071,0.35851 1.338528,0.849577 2.083065,1.198827 0.612511,-0.444235 1.34964,-0.766762 1.905265,-1.269471 -0.694002,-0.37756 -1.276615,-0.865187 -1.976967,-1.235339 z m 5.64515,1.411023 c 1.035579,0.05159 0.874713,-1.585384 -0.17489,-1.305455 -0.729456,0.194734 -0.518054,1.271588 0.17489,1.305455 z m 5.894123,-0.246063 c -0.738188,0.320411 -1.583002,0.534194 -2.294731,0.882386 0.642937,0.509322 1.189566,1.115218 1.870075,1.58697 0.734218,-0.289454 1.551516,-0.495035 2.294731,-0.776552 -0.483923,-0.563827 -1.265767,-1.133739 -1.870075,-1.692804 z m -23.536804,0.210608 c -0.611717,0.435769 -1.313128,1.086644 -1.905794,1.658144 0.782373,0.254529 1.561571,0.509323 2.328598,0.777346 0.668073,-0.496358 1.255448,-1.074737 1.871398,-1.623219 -0.782109,-0.254 -1.497542,-0.573087 -2.294202,-0.812271 z m 6.493139,2.294203 c 0.956998,-0.01587 0.834761,-1.611313 -0.24765,-1.30519 -0.760677,0.214312 -0.456406,1.316831 0.24765,1.30519 z m 10.585715,0.07038 c 0.759619,0.300566 1.282435,-0.66384 0.811742,-1.128448 -0.128323,-0.128323 -0.316177,-0.198438 -0.634471,-0.141288 -0.734219,0.131498 -0.60034,1.102254 -0.177271,1.269736 z M 46.60221,85.529814 c -0.214048,-0.791369 -1.370806,-0.582348 -1.340379,0.211137 0.02725,0.674688 1.098815,0.939006 1.340379,0.141552 0.0598,-0.03863 0.0598,-0.315648 0,-0.352689 z M 79.349161,85.17633 c -0.50165,0.09022 -0.674159,0.826294 -0.318559,1.164167 0.760677,0.720725 1.781969,-0.75565 0.670984,-1.164167 -0.0381,-0.05847 -0.313267,-0.05847 -0.352425,0 z m -33.557899,2.151592 c -0.372004,1.206235 1.398323,1.195652 1.305719,0.177271 -0.03678,-0.414338 -0.303742,-0.681302 -0.847196,-0.564886 -0.300831,0.06535 -0.414866,0.243152 -0.458523,0.387615 z m 32.605399,0.141287 c -0.299244,1.008063 1.335616,1.28958 1.341172,0.24818 0.0013,-0.484452 -0.375443,-0.763059 -0.88212,-0.63553 -0.357188,0.08917 -0.436563,0.31115 -0.459052,0.38735 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3Cpath style="stroke-width:0.264583" id="path4192" d="m 49.497017,109.59473 c -0.18468,-1.40177 -1.529557,-1.23032 -1.976438,-0.31671 -0.188648,0.38391 -0.304271,0.89085 -0.671248,0.91678 -0.537104,0.0381 -0.7747,-0.90964 -0.777081,-1.48167 -0.0024,-1.58035 1.359694,-2.46088 2.64795,-2.85829 0.06959,-0.75988 0.110596,-1.54543 0.176212,-2.40056 0.05265,-0.68554 -0.03148,-1.95633 0.564886,-2.01057 0.336814,-0.0315 0.648494,0.50032 0.776552,0.70538 0.586052,0.93662 0.995098,1.89997 1.305719,3.03424 2.05052,-0.21511 3.290093,0.6858 3.352535,2.57704 0,0.18733 0,0.37597 0,0.56383 -0.02725,0.33628 -0.130175,0.55589 -0.354806,0.63579 -0.790311,0.28099 -1.400969,-0.85778 -1.975379,-1.02341 -0.09472,-0.0593 -0.433917,-0.0593 -0.529432,0 -1.30122,0.12938 -0.122237,1.2192 0.352955,1.62216 1.085585,0.92261 2.734997,2.09577 4.693443,1.97697 2.052373,-0.12462 3.409421,-1.39832 4.094163,-2.75246 0.16854,-0.33576 0.439208,-0.83555 0.175948,-1.34091 -0.443971,-0.0389 -0.815975,0.0164 -1.093788,0.35269 -0.239977,0.28998 -0.194998,0.84217 -0.740833,0.8472 -0.669925,0.007 -0.782638,-1.06707 -0.812271,-1.90606 0,-0.33999 0,-0.68077 0,-1.02367 0.03254,-0.62627 0.06773,-1.42267 0.564356,-1.48008 0.447146,-0.0532 0.697177,0.5408 1.024732,0.81041 0.471487,0.39106 0.961231,0.53949 1.480344,0.52944 0.412485,-1.04749 -1.279526,-1.84653 -1.022086,-2.92815 0.118269,-0.50032 0.792163,-0.62362 1.445419,-0.67098 0.108479,-0.022 0.3048,0.0452 0.355071,-0.036 0.116416,0 0.234156,0 0.350837,0 0.06138,0.0812 0.270404,0.014 0.388673,0.036 0.680508,0.0442 1.403615,0.17145 1.482725,0.70591 0.06271,0.43074 -0.316706,0.71966 -0.494771,1.05939 -0.351631,0.67283 -0.583406,1.41764 -0.424391,2.04496 1.138502,-0.1561 1.418431,-1.16919 2.470943,-1.41102 0.347134,0.22939 0.357717,0.79587 0.35269,1.3761 0,0.24738 0,0.49398 0,0.74163 -0.01693,0.79454 0.06906,1.69148 -0.388673,2.04655 -0.41619,-0.04 -0.606954,-0.29607 -0.881592,-0.56568 -0.19632,-0.19182 -0.54901,-0.61383 -0.881062,-0.56356 -0.559329,0.0841 -0.235744,1.31471 -0.107421,1.5867 0.622035,1.329 2.33971,2.62864 4.376473,2.54159 2.097881,-0.0886 3.240352,-1.21735 4.551362,-2.18784 0.132557,-0.10239 0.250561,-0.22146 0.35269,-0.35401 0.377825,-0.29025 0.542396,-1.10966 -0.246856,-1.05728 -0.107686,-0.0593 -0.456936,-0.0593 -0.564886,0 -0.55245,0.10716 -1.033991,1.26736 -1.905,1.05728 -0.727339,-0.17278 -0.403489,-1.91241 -0.140493,-2.50428 0.422275,-0.95594 1.503891,-1.4105 2.857235,-1.34118 0.01588,0.0786 0.173831,0.0145 0.24765,0.0349 0,-0.0463 0,-0.0937 0,-0.14075 0.314325,-0.98187 0.755121,-2.0709 1.377156,-2.99932 0.134673,-0.20347 0.397669,-0.61595 0.669925,-0.59955 0.581554,0.0341 0.556684,1.32265 0.599811,1.97538 0.05715,0.90752 0.08493,1.59994 0.140758,2.39924 0.601927,0.24554 1.223698,0.4707 1.658938,0.88292 0.114035,0.14446 0.242887,0.27384 0.388143,0.38814 0.321469,0.38709 0.678392,0.95938 0.60034,1.87061 -0.04127,0.4699 -0.291836,1.2229 -0.705115,1.23454 -0.505618,0.0135 -0.529431,-0.59055 -0.743214,-0.98822 -0.551127,-1.03425 -1.900502,-0.76358 -1.975379,0.49345 -0.08361,1.40732 0.947208,2.58101 1.870075,3.31841 1.418431,1.13109 3.770312,1.80948 5.823479,0.98689 0.418306,-0.16748 0.605631,-0.30401 0.986631,-0.56435 0.301096,-0.204 0.737129,-0.5207 0.707496,-0.84614 -0.04419,-0.46355 -0.701411,-0.47943 -1.272117,-0.56489 -0.106098,-0.0818 -0.363008,-0.0124 -0.528902,-0.036 -0.98134,0.0484 -0.644525,-1.08188 -0.352425,-1.65814 0.41619,-0.821 0.814917,-1.38007 1.411288,-2.1172 0.278077,-0.34369 0.657754,-0.79824 0.987689,-0.77681 0.789781,0.0497 0.483394,1.73831 1.305719,1.76424 0.517525,0.0159 0.602985,-0.62521 0.846137,-0.98743 0.277813,-0.41116 0.704057,-0.96096 1.412611,-0.84613 0.360098,0.0566 0.722048,0.36195 0.986631,0.5281 0.491067,0.30877 1.057804,0.89112 0.355071,1.37716 -0.181504,0.14923 -0.345017,0.3138 -0.494771,0.49318 -1.948656,2.13228 -3.793596,4.37013 -5.505185,6.74053 -0.193146,-0.1987 -0.48948,-0.0368 -0.741098,0 -0.756973,0.10954 -1.649148,0.21034 -2.399507,0.35189 0.304271,0.38048 0.784225,0.85434 1.200944,1.27159 0.122767,0.12277 0.277284,0.33496 0.457465,0.31671 -0.07091,0.18812 -0.370946,0.64029 -0.529167,0.74057 -4.996921,-1.55575 -10.400242,-2.70325 -16.655256,-2.99879 -0.06085,-0.0804 -0.269611,-0.0135 -0.388673,-0.0352 -0.152929,0 -0.3048,0 -0.458788,0 -0.128852,-0.082 -0.411427,-0.0122 -0.598752,-0.0357 -0.305593,0 -0.611716,0 -0.918898,0 -0.446881,-0.0585 -1.140618,-0.0585 -1.5875,0 -0.305858,0 -0.611187,0 -0.917046,0 -0.189706,0.0236 -0.469106,-0.0463 -0.600604,0.0357 -0.151871,0 -0.305858,0 -0.458258,0 -0.118533,0.0217 -0.328348,-0.0452 -0.387615,0.0352 -6.184371,0.33258 -11.71575,1.31683 -16.515291,3.0353 -0.335227,-0.313 -0.515673,-0.77788 -0.847196,-1.09379 0,-0.0246 0,-0.0471 0,-0.0717 0.569119,-0.53763 1.12104,-1.09008 1.659996,-1.65867 0,-0.0106 0,-0.0228 0,-0.0349 -0.907521,-0.0275 -2.016125,-0.37968 -2.823104,-0.42254 -0.150813,-0.008 -0.311415,-0.0934 -0.319352,0.10504 -1.789377,-2.31617 -3.602302,-4.60693 -5.609432,-6.70455 -0.102129,-0.13282 -0.220662,-0.24924 -0.352954,-0.35401 -0.305329,-0.52282 0.402696,-0.95938 0.670454,-1.12845 0.575205,-0.36407 1.267355,-0.77417 1.940455,-0.17621 0.434975,0.3847 0.720725,1.49807 1.199885,1.51685 0.892175,0.0368 0.554831,-1.68116 1.341702,-1.76424 0.541338,-0.0564 1.131623,0.95118 1.410758,1.34091 0.406665,0.56727 0.80645,1.12263 1.058069,1.6592 0.166688,0.35163 0.319088,0.78079 0.211667,1.27 -0.164836,0.12806 -0.269875,0.31644 -0.598752,0.28178 -0.166688,0.0236 -0.422275,-0.0458 -0.528373,0.036 -0.518054,0.081 -1.20359,0.0802 -1.272117,0.52891 -0.08996,0.58684 0.936096,1.08611 1.377156,1.30545 1.90844,0.95382 4.55295,0.34581 5.998633,-0.74057 0.999067,-0.75115 1.755246,-1.7518 1.976438,-3.07022 0.05874,-0.072 0.05874,-0.38524 2.65e-4,-0.458 z m 6.809845,3.03609 c 0.188648,1.18428 2.039409,0.19315 1.164432,-0.63659 -0.133615,-0.12673 -0.350309,-0.1815 -0.599546,-0.14128 -0.468313,0.077 -0.623094,0.41195 -0.564886,0.77787 z m 6.456628,-0.70723 c -0.632354,0.449 -1.342232,0.82127 -1.97538,1.27079 0.720196,0.37412 1.329796,0.85831 2.083065,1.20015 0.632354,-0.41486 1.316831,-0.77628 1.905265,-1.23481 -0.684213,-0.39952 -1.249892,-0.91493 -2.01295,-1.23613 z m 5.294577,1.27079 c 1.093787,0.76333 1.639623,-1.49727 0.245533,-1.23613 -0.516467,0.0982 -0.670189,0.94059 -0.245533,1.23613 z m 6.280679,-0.10583 c -0.769673,0.25268 -1.502569,0.54557 -2.258748,0.81148 0.460904,0.53869 1.186127,1.11892 1.799696,1.62295 0.780785,-0.27781 1.64756,-0.47096 2.363523,-0.81174 -0.658284,-0.51594 -1.230842,-1.12051 -1.904471,-1.62269 z m -23.571994,0.17621 c -0.619654,0.56753 -1.316038,1.05992 -1.87034,1.69307 0.834761,0.20029 1.545696,0.5252 2.364052,0.74136 0.634471,-0.51884 1.247246,-1.05886 1.835944,-1.62348 -0.804862,-0.24289 -1.522148,-0.57282 -2.329656,-0.81095 z m 5.856817,1.87034 c 0.215106,0.66093 1.341702,0.54028 1.341702,-0.24685 0,-0.44477 -0.285221,-0.78635 -0.882386,-0.63474 -0.359304,0.0905 -0.611716,0.40825 -0.459316,0.88159 z m 11.610446,0.56409 c 0.719402,-0.0328 0.871273,-1.0832 0.176212,-1.30492 -1.068916,-0.34158 -1.181629,1.35096 -0.176212,1.30492 z M 46.60221,115.029 c -0.216429,-0.7821 -1.392766,-0.56409 -1.340379,0.24633 0.02302,0.35348 0.359833,0.70512 0.918104,0.60034 0.188119,-0.11562 0.379942,-0.23177 0.422275,-0.49318 0.0598,-0.0386 0.0598,-0.31565 0,-0.35349 z m 33.099376,0.98849 c 0.796925,-0.14605 0.604572,-1.56369 -0.38788,-1.34118 -0.806979,0.18098 -0.473075,1.49781 0.38788,1.34118 z m -33.275324,1.7645 c 0.848255,-0.006 0.936625,-1.48854 -0.105833,-1.3417 -0.823912,0.11668 -0.713052,1.34647 0.105833,1.3417 z m 33.133242,-0.0706 c 0.500063,-0.52467 -0.03149,-1.26762 -0.669925,-1.13003 -1.143,0.24659 -0.122237,1.96612 0.669925,1.13003 z" fill="%23332602" clip-rule="evenodd" fill-rule="evenodd" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center;
}
.page-footer .-inner {
  max-width: 100rem;
  margin: auto;
  display: grid;
  grid-template-rows: 9rem 10rem 8rem;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.5rem;
}
@media screen and (min-width: 365px) {
  .page-footer .-inner {
    padding: 1rem;
  }
}
@media screen and (min-width: 420px) {
  .page-footer .-inner {
    padding: 1.5rem 2.5rem;
  }
}
.page-footer .-inner a {
  cursor: pointer;
  color: #fff9d5;
}
.page-footer .-inner a:hover {
  color: #fffaed;
}
.page-footer .-inner a:not(.no-active):active, .page-footer .-inner a:not(.no-active):focus {
  color: #f6f0d0;
}
.page-footer .-inner .-identity {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  display: grid;
  grid-template-columns: 9rem 1fr;
  font-size: 1.85rem;
}
.page-footer .-inner .-identity p {
  font-family: Open Sans Light, sans-serif;
}
.page-footer .-inner .-identity > div {
  display: flex;
  align-items: center;
  height: 9rem;
}
.page-footer .-inner .-identity .-logo {
  height: 100%;
  text-align: center;
}
.page-footer .-inner .-identity .-logo img {
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 95%;
}
@media screen and (min-width: 365px) {
  .page-footer .-inner .-identity .-logo img {
    width: 90%;
  }
}
@media screen and (min-width: 420px) {
  .page-footer .-inner .-identity .-logo img {
    width: unset;
  }
}
.page-footer .-inner .-identity .-name {
  padding-bottom: 0.5rem;
}
.page-footer .-inner .-address {
  font-family: Open Sans, sans-serif;
  padding-left: 9rem;
}
.page-footer .-inner .-address p {
  margin-bottom: 0.5rem;
}
.page-footer .-inner .-terms {
  margin-top: auto;
  text-align: center;
}

.page-center {
  text-align: center;
}
.page-center > * {
  text-align: initial;
}

.page-content {
  width: 100rem;
  max-width: 100%;
  min-height: calc(97vh - 17rem);
  display: inline-block;
}
.page-content > * {
  display: block;
}
.page-content p {
  line-height: 1.55rem;
}

.page-blocks {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}
.page-blocks:first-child {
  padding-top: 3rem;
}
.page-blocks p:last-child {
  margin: revert;
}
.page-blocks:last-child {
  margin-bottom: 1.5rem;
}

.error-msg {
  margin: 3rem 0;
  width: 100%;
  text-align: center;
}
.error-msg h1 {
  font-family: Open Sans Light, sans-serif;
  font-size: 2.2rem;
}
.error-msg h1::before, .error-msg h1::after {
  all: initial;
}
.error-msg p {
  font-size: 1.1rem;
}

h1 {
  font-size: 2rem;
  margin-bottom: 2.25rem;
}
h1::after {
  content: "";
  display: block;
  margin-top: 1rem;
  height: 3px;
  width: 3rem;
  border-top: 1.25px solid #c2a000;
  border-bottom: 1.75px solid #191919;
}

h2 {
  font-size: 1.71428571rem;
  margin-bottom: 1.2rem;
}

.markdown {
  overflow: auto;
}
.markdown table th, .markdown table td {
  border: 1px solid #191919;
  padding: 0.5rem 1rem;
}
.markdown table + * {
  margin-top: 1em;
}

.full-width-page {
  width: 100%;
}
.full-width-page .-section {
  padding: 3.5rem 2.5rem 3.5rem 2.5rem;
  text-align: center;
}
.full-width-page .-section.accent {
  background: #f0f0f0;
}
.full-width-page .-section.accent2 {
  background: #fafafa;
}
.full-width-page .-section > * {
  text-align: initial;
}
.full-width-page .-section > .-inner {
  width: 100rem;
  max-width: 100%;
  display: inline-block;
}
.full-width-page .-section > .-inner > * {
  display: block;
}
.full-width-page .-section > .-inner p {
  line-height: 1.55rem;
}
