.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  text-rendering: optimizelegibility;
  margin-bottom: 1rem;
  line-height: 1.6;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: Georgia, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  color: #cacaca;
  line-height: 0;
}

h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.1875rem;
  line-height: 1.4;
}

h2, .h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.875rem;
  line-height: 1.4;
}

h3, .h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  line-height: 1.4;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

h6, .h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media print, screen and (width >= 40em) {
  h1, .h1 {
    font-size: 2.1875rem;
  }

  h2, .h2 {
    font-size: 1.875rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1.125rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

@media print, screen and (width >= 64em) {
  h1, .h1 {
    font-size: 2.8125rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 2.1875rem;
  }

  h4, .h4 {
    font-size: 1.75rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #0a1413;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  color: #091110;
}

a img {
  border: 0;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #cacaca;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
}

ul, ol, dl {
  margin-bottom: 1rem;
  line-height: 1.6;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  margin-left: 1.25rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: .3rem;
  font-weight: bold;
}

blockquote {
  border-left: 1px solid #cacaca;
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
}

blockquote, blockquote p {
  color: #8a8a8a;
  line-height: 1.6;
}

abbr, abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  color: #0a0a0a;
  background-color: #e6e6e6;
  margin: 0;
  padding: .125rem .25rem 0;
  font-family: Consolas, Liberation Mono, Courier, monospace;
}

.subheader {
  color: #8a8a8a;
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.4;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  color: #8a8a8a;
  font-size: .8125rem;
  display: block;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  color: #0a0a0a;
  word-wrap: break-word;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  max-width: 100%;
  padding: .125rem .3125rem .0625rem;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  font-weight: normal;
  display: inline;
}

.code-block {
  color: #0a0a0a;
  white-space: pre;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  font-weight: normal;
  display: block;
  overflow: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (width >= 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (width >= 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    print-color-adjust: economy;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print, th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #8a8a8a;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container.fluid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.grid-x {
  flex-flow: wrap;
  display: flex;
}

.cell {
  flex: none;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: none;
}

.grid-x > .auto, .grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (width >= 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (width >= 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: none;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.6667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333%;
}

.grid-x > .small-5 {
  width: 41.6667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333%;
}

.grid-x > .small-8 {
  width: 66.6667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333%;
}

.grid-x > .small-11 {
  width: 91.6667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (width >= 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: none;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.6667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333%;
  }

  .grid-x > .medium-5 {
    width: 41.6667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333%;
  }

  .grid-x > .medium-8 {
    width: 66.6667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333%;
  }

  .grid-x > .medium-11 {
    width: 91.6667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: none;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.6667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333%;
  }

  .grid-x > .large-5 {
    width: 41.6667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333%;
  }

  .grid-x > .large-8 {
    width: 66.6667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333%;
  }

  .grid-x > .large-11 {
    width: 91.6667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem;
  }
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-x > .auto, .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-x .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-x > .cell {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6667%;
}

.small-up-7 > .cell {
  width: 14.2857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (width >= 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (width >= 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6667%;
  }

  .large-up-7 > .cell {
    width: 14.2857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse, .small-margin-collapse > .cell {
  margin-left: 0;
  margin-right: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (width >= 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-left: 0;
  margin-right: 0;
}

.small-padding-collapse > .cell {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (width >= 40em) {
  .medium-margin-collapse, .medium-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }

  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (width >= 40em) {
  .medium-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (width >= 64em) {
  .large-margin-collapse, .large-margin-collapse > .cell {
    margin-left: 0;
    margin-right: 0;
  }

  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }

  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }

  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }

  .large-padding-collapse {
    margin-left: 0;
    margin-right: 0;
  }

  .large-padding-collapse > .cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: .625rem;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + .625rem);
}

.small-offset-2 {
  margin-left: 16.6667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6667% + .625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + .625rem);
}

.small-offset-4 {
  margin-left: 33.3333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333% + .625rem);
}

.small-offset-5 {
  margin-left: 41.6667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6667% + .625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + .625rem);
}

.small-offset-7 {
  margin-left: 58.3333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333% + .625rem);
}

.small-offset-8 {
  margin-left: 66.6667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6667% + .625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + .625rem);
}

.small-offset-10 {
  margin-left: 83.3333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333% + .625rem);
}

.small-offset-11 {
  margin-left: 91.6667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6667% + .625rem);
}

@media print, screen and (width >= 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: .9375rem;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

@media print, screen and (width >= 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: .9375rem;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + .9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6667% + .9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + .9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333% + .9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6667% + .9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + .9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333% + .9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6667% + .9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + .9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333% + .9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6667% + .9375rem);
  }
}

.grid-y {
  flex-flow: column;
  display: flex;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto, .grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (width >= 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: none;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.6667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333%;
}

.grid-y > .small-5 {
  height: 41.6667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333%;
}

.grid-y > .small-8 {
  height: 66.6667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333%;
}

.grid-y > .small-11 {
  height: 91.6667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (width >= 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: none;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.6667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333%;
  }

  .grid-y > .medium-5 {
    height: 41.6667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333%;
  }

  .grid-y > .medium-8 {
    height: 66.6667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333%;
  }

  .grid-y > .medium-11 {
    height: 91.6667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: none;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.6667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333%;
  }

  .grid-y > .large-5 {
    height: 41.6667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333%;
  }

  .grid-y > .large-8 {
    height: 66.6667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333%;
  }

  .grid-y > .large-11 {
    height: 91.6667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }

  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-width: 100%;
  overflow-x: auto;
}

.cell-block-y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.cell-block-container {
  flex-direction: column;
  max-height: 100%;
  display: flex;
}

.cell-block-container > .grid-x {
  flex-wrap: nowrap;
  max-height: 100%;
}

@media print, screen and (width >= 40em) {
  .medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .medium-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .medium-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .medium-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

@media print, screen and (width >= 64em) {
  .large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
    position: relative;
    overflow: hidden;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100%;
    overflow-x: auto;
  }

  .large-cell-block-container {
    flex-direction: column;
    max-height: 100%;
    display: flex;
  }

  .large-cell-block-container > .grid-x {
    flex-wrap: nowrap;
    max-height: 100%;
  }

  .large-cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}

.grid-y.grid-frame {
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media print, screen and (width >= 40em) {
  .grid-y.medium-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (width >= 64em) {
  .grid-y.large-grid-frame {
    flex-wrap: nowrap;
    align-items: stretch;
    width: auto;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (width >= 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (width >= 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-margin-y > .auto, .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (width >= 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (width >= 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.button {
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 0;
  margin: 0 0 1rem;
  padding: .85em 1em;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  transition: background-color .25s ease-out, color .25s ease-out;
  display: inline-block;
}

[data-whatinput="mouse"] .button {
  outline: 0;
}

.button.tiny {
  font-size: .6rem;
}

.button.small {
  font-size: .75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.button:hover, .button:focus {
  color: #fefefe;
  background-color: #091110;
}

.button.color-1, .button.color-1.disabled, .button.color-1[disabled], .button.color-1.disabled:hover, .button.color-1[disabled]:hover, .button.color-1.disabled:focus, .button.color-1[disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.button.color-1:hover, .button.color-1:focus {
  color: #fefefe;
  background-color: #08100f;
}

.button.color-2, .button.color-2.disabled, .button.color-2[disabled], .button.color-2.disabled:hover, .button.color-2[disabled]:hover, .button.color-2.disabled:focus, .button.color-2[disabled]:focus {
  color: #0a0a0a;
  background-color: #a5a7b2;
}

.button.color-2:hover, .button.color-2:focus {
  color: #0a0a0a;
  background-color: #808392;
}

.button.color-3, .button.color-3.disabled, .button.color-3[disabled], .button.color-3.disabled:hover, .button.color-3[disabled]:hover, .button.color-3.disabled:focus, .button.color-3[disabled]:focus {
  color: #0a0a0a;
  background-color: #f6f5f5;
}

.button.color-3:hover, .button.color-3:focus {
  color: #0a0a0a;
  background-color: #c7c1c1;
}

.button.color-4, .button.color-4.disabled, .button.color-4[disabled], .button.color-4.disabled:hover, .button.color-4[disabled]:hover, .button.color-4.disabled:focus, .button.color-4[disabled]:focus {
  color: #fefefe;
  background-color: #d3424a;
}

.button.color-4:hover, .button.color-4:focus {
  color: #fefefe;
  background-color: #b42a31;
}

.button.color-5, .button.color-5.disabled, .button.color-5[disabled], .button.color-5.disabled:hover, .button.color-5[disabled]:hover, .button.color-5.disabled:focus, .button.color-5[disabled]:focus {
  color: #0a0a0a;
  background-color: #009e9a;
}

.button.color-5:hover, .button.color-5:focus {
  color: #0a0a0a;
  background-color: #007e7b;
}

.button.color-6, .button.color-6.disabled, .button.color-6[disabled], .button.color-6.disabled:hover, .button.color-6[disabled]:hover, .button.color-6.disabled:focus, .button.color-6[disabled]:focus {
  color: #fefefe;
  background-color: #00746f;
}

.button.color-6:hover, .button.color-6:focus {
  color: #fefefe;
  background-color: #005d59;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.button.primary:hover, .button.primary:focus {
  color: #fefefe;
  background-color: #08100f;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  color: #fefefe;
  background-color: #767676;
}

.button.secondary:hover, .button.secondary:focus {
  color: #fefefe;
  background-color: #5e5e5e;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  color: #0a0a0a;
  background-color: #3adb76;
}

.button.success:hover, .button.success:focus {
  color: #0a0a0a;
  background-color: #22bb5b;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  color: #0a0a0a;
  background-color: #ffae00;
}

.button.warning:hover, .button.warning:focus {
  color: #0a0a0a;
  background-color: #cc8b00;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  color: #fefefe;
  background-color: #cc4b37;
}

.button.alert:hover, .button.alert:focus {
  color: #fefefe;
  background-color: #a53b2a;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: #0000;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button.hollow:hover, .button.hollow:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button.hollow.color-1, .button.hollow.color-1.disabled, .button.hollow.color-1[disabled], .button.hollow.color-1.disabled:hover, .button.hollow.color-1[disabled]:hover, .button.hollow.color-1.disabled:focus, .button.hollow.color-1[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button.hollow.color-1:hover, .button.hollow.color-1:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button.hollow.color-2, .button.hollow.color-2.disabled, .button.hollow.color-2[disabled], .button.hollow.color-2.disabled:hover, .button.hollow.color-2[disabled]:hover, .button.hollow.color-2.disabled:focus, .button.hollow.color-2[disabled]:focus {
  color: #a5a7b2;
  border: 2px solid #a5a7b2;
}

.button.hollow.color-2:hover, .button.hollow.color-2:focus {
  color: #4f515c;
  border-color: #4f515c;
}

.button.hollow.color-3, .button.hollow.color-3.disabled, .button.hollow.color-3[disabled], .button.hollow.color-3.disabled:hover, .button.hollow.color-3[disabled]:hover, .button.hollow.color-3.disabled:focus, .button.hollow.color-3[disabled]:focus {
  color: #f6f5f5;
  border: 2px solid #f6f5f5;
}

.button.hollow.color-3:hover, .button.hollow.color-3:focus {
  color: #817474;
  border-color: #817474;
}

.button.hollow.color-4, .button.hollow.color-4.disabled, .button.hollow.color-4[disabled], .button.hollow.color-4.disabled:hover, .button.hollow.color-4[disabled]:hover, .button.hollow.color-4.disabled:focus, .button.hollow.color-4[disabled]:focus {
  color: #d3424a;
  border: 2px solid #d3424a;
}

.button.hollow.color-4:hover, .button.hollow.color-4:focus {
  color: #701a1f;
  border-color: #701a1f;
}

.button.hollow.color-5, .button.hollow.color-5.disabled, .button.hollow.color-5[disabled], .button.hollow.color-5.disabled:hover, .button.hollow.color-5[disabled]:hover, .button.hollow.color-5.disabled:focus, .button.hollow.color-5[disabled]:focus {
  color: #009e9a;
  border: 2px solid #009e9a;
}

.button.hollow.color-5:hover, .button.hollow.color-5:focus {
  color: #004f4d;
  border-color: #004f4d;
}

.button.hollow.color-6, .button.hollow.color-6.disabled, .button.hollow.color-6[disabled], .button.hollow.color-6.disabled:hover, .button.hollow.color-6[disabled]:hover, .button.hollow.color-6.disabled:focus, .button.hollow.color-6[disabled]:focus {
  color: #00746f;
  border: 2px solid #00746f;
}

.button.hollow.color-6:hover, .button.hollow.color-6:focus {
  color: #003a38;
  border-color: #003a38;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  color: #767676;
  border: 2px solid #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  color: #3b3b3b;
  border-color: #3b3b3b;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  color: #3adb76;
  border: 2px solid #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  color: #157539;
  border-color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  color: #ffae00;
  border: 2px solid #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  color: #805700;
  border-color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  color: #cc4b37;
  border: 2px solid #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  color: #67251a;
  border-color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: #0000;
  border-color: #0000;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0a1413;
}

.button.clear:hover, .button.clear:focus {
  color: #050a0a;
}

.button.clear.color-1, .button.clear.color-1.disabled, .button.clear.color-1[disabled], .button.clear.color-1.disabled:hover, .button.clear.color-1[disabled]:hover, .button.clear.color-1.disabled:focus, .button.clear.color-1[disabled]:focus {
  color: #0a1413;
}

.button.clear.color-1:hover, .button.clear.color-1:focus {
  color: #050a0a;
}

.button.clear.color-2, .button.clear.color-2.disabled, .button.clear.color-2[disabled], .button.clear.color-2.disabled:hover, .button.clear.color-2[disabled]:hover, .button.clear.color-2.disabled:focus, .button.clear.color-2[disabled]:focus {
  color: #a5a7b2;
}

.button.clear.color-2:hover, .button.clear.color-2:focus {
  color: #4f515c;
}

.button.clear.color-3, .button.clear.color-3.disabled, .button.clear.color-3[disabled], .button.clear.color-3.disabled:hover, .button.clear.color-3[disabled]:hover, .button.clear.color-3.disabled:focus, .button.clear.color-3[disabled]:focus {
  color: #f6f5f5;
}

.button.clear.color-3:hover, .button.clear.color-3:focus {
  color: #817474;
}

.button.clear.color-4, .button.clear.color-4.disabled, .button.clear.color-4[disabled], .button.clear.color-4.disabled:hover, .button.clear.color-4[disabled]:hover, .button.clear.color-4.disabled:focus, .button.clear.color-4[disabled]:focus {
  color: #d3424a;
}

.button.clear.color-4:hover, .button.clear.color-4:focus {
  color: #701a1f;
}

.button.clear.color-5, .button.clear.color-5.disabled, .button.clear.color-5[disabled], .button.clear.color-5.disabled:hover, .button.clear.color-5[disabled]:hover, .button.clear.color-5.disabled:focus, .button.clear.color-5[disabled]:focus {
  color: #009e9a;
}

.button.clear.color-5:hover, .button.clear.color-5:focus {
  color: #004f4d;
}

.button.clear.color-6, .button.clear.color-6.disabled, .button.clear.color-6[disabled], .button.clear.color-6.disabled:hover, .button.clear.color-6[disabled]:hover, .button.clear.color-6.disabled:focus, .button.clear.color-6[disabled]:focus {
  color: #00746f;
}

.button.clear.color-6:hover, .button.clear.color-6:focus {
  color: #003a38;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0a1413;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #050a0a;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: .25;
  cursor: not-allowed;
}

.button.dropdown:after {
  content: "";
  float: right;
  border: .4em solid #0000;
  border-top-color: #fefefe;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-left: 1em;
  display: inline-block;
  position: relative;
  top: .4em;
}

.button.dropdown.hollow:after, .button.dropdown.clear:after, .button.dropdown.hollow.color-1:after, .button.dropdown.clear.color-1:after {
  border-top-color: #0a1413;
}

.button.dropdown.hollow.color-2:after, .button.dropdown.clear.color-2:after {
  border-top-color: #a5a7b2;
}

.button.dropdown.hollow.color-3:after, .button.dropdown.clear.color-3:after {
  border-top-color: #f6f5f5;
}

.button.dropdown.hollow.color-4:after, .button.dropdown.clear.color-4:after {
  border-top-color: #d3424a;
}

.button.dropdown.hollow.color-5:after, .button.dropdown.clear.color-5:after {
  border-top-color: #009e9a;
}

.button.dropdown.hollow.color-6:after, .button.dropdown.clear.color-6:after {
  border-top-color: #00746f;
}

.button.dropdown.hollow.primary:after, .button.dropdown.clear.primary:after {
  border-top-color: #0a1413;
}

.button.dropdown.hollow.secondary:after, .button.dropdown.clear.secondary:after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success:after, .button.dropdown.clear.success:after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning:after, .button.dropdown.clear.warning:after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert:after, .button.dropdown.clear.alert:after {
  border-top-color: #cc4b37;
}

.button.arrow-only:after {
  float: none;
  margin-left: 0;
  top: -.1em;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.button-group:before, .button-group:after {
  content: " ";
  flex-basis: 0;
  order: 1;
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group:before, .button-group:after {
  display: none;
}

.button-group .button {
  flex: none;
  margin: 0 1px 1px 0;
  font-size: .9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: .6rem;
}

.button-group.small .button {
  font-size: .75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0;
}

.button-group.color-1 .button, .button-group.color-1 .button.disabled, .button-group.color-1 .button[disabled], .button-group.color-1 .button.disabled:hover, .button-group.color-1 .button[disabled]:hover, .button-group.color-1 .button.disabled:focus, .button-group.color-1 .button[disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.button-group.color-1 .button:hover, .button-group.color-1 .button:focus {
  color: #fefefe;
  background-color: #08100f;
}

.button-group.color-2 .button, .button-group.color-2 .button.disabled, .button-group.color-2 .button[disabled], .button-group.color-2 .button.disabled:hover, .button-group.color-2 .button[disabled]:hover, .button-group.color-2 .button.disabled:focus, .button-group.color-2 .button[disabled]:focus {
  color: #0a0a0a;
  background-color: #a5a7b2;
}

.button-group.color-2 .button:hover, .button-group.color-2 .button:focus {
  color: #0a0a0a;
  background-color: #808392;
}

.button-group.color-3 .button, .button-group.color-3 .button.disabled, .button-group.color-3 .button[disabled], .button-group.color-3 .button.disabled:hover, .button-group.color-3 .button[disabled]:hover, .button-group.color-3 .button.disabled:focus, .button-group.color-3 .button[disabled]:focus {
  color: #0a0a0a;
  background-color: #f6f5f5;
}

.button-group.color-3 .button:hover, .button-group.color-3 .button:focus {
  color: #0a0a0a;
  background-color: #c7c1c1;
}

.button-group.color-4 .button, .button-group.color-4 .button.disabled, .button-group.color-4 .button[disabled], .button-group.color-4 .button.disabled:hover, .button-group.color-4 .button[disabled]:hover, .button-group.color-4 .button.disabled:focus, .button-group.color-4 .button[disabled]:focus {
  color: #fefefe;
  background-color: #d3424a;
}

.button-group.color-4 .button:hover, .button-group.color-4 .button:focus {
  color: #fefefe;
  background-color: #b42a31;
}

.button-group.color-5 .button, .button-group.color-5 .button.disabled, .button-group.color-5 .button[disabled], .button-group.color-5 .button.disabled:hover, .button-group.color-5 .button[disabled]:hover, .button-group.color-5 .button.disabled:focus, .button-group.color-5 .button[disabled]:focus {
  color: #0a0a0a;
  background-color: #009e9a;
}

.button-group.color-5 .button:hover, .button-group.color-5 .button:focus {
  color: #0a0a0a;
  background-color: #007e7b;
}

.button-group.color-6 .button, .button-group.color-6 .button.disabled, .button-group.color-6 .button[disabled], .button-group.color-6 .button.disabled:hover, .button-group.color-6 .button[disabled]:hover, .button-group.color-6 .button.disabled:focus, .button-group.color-6 .button[disabled]:focus {
  color: #fefefe;
  background-color: #00746f;
}

.button-group.color-6 .button:hover, .button-group.color-6 .button:focus {
  color: #fefefe;
  background-color: #005d59;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  color: #fefefe;
  background-color: #08100f;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  color: #fefefe;
  background-color: #767676;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  color: #fefefe;
  background-color: #5e5e5e;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  color: #0a0a0a;
  background-color: #3adb76;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  color: #0a0a0a;
  background-color: #22bb5b;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  color: #0a0a0a;
  background-color: #ffae00;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  color: #0a0a0a;
  background-color: #cc8b00;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  color: #fefefe;
  background-color: #cc4b37;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  color: #fefefe;
  background-color: #a53b2a;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: #0000;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button-group.hollow.color-1 .button, .button-group.hollow.color-1 .button.disabled, .button-group.hollow.color-1 .button[disabled], .button-group.hollow.color-1 .button.disabled:hover, .button-group.hollow.color-1 .button[disabled]:hover, .button-group.hollow.color-1 .button.disabled:focus, .button-group.hollow.color-1 .button[disabled]:focus, .button-group.hollow .button.color-1, .button-group.hollow .button.color-1.disabled, .button-group.hollow .button.color-1[disabled], .button-group.hollow .button.color-1.disabled:hover, .button-group.hollow .button.color-1[disabled]:hover, .button-group.hollow .button.color-1.disabled:focus, .button-group.hollow .button.color-1[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button-group.hollow.color-1 .button:hover, .button-group.hollow.color-1 .button:focus, .button-group.hollow .button.color-1:hover, .button-group.hollow .button.color-1:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button-group.hollow.color-2 .button, .button-group.hollow.color-2 .button.disabled, .button-group.hollow.color-2 .button[disabled], .button-group.hollow.color-2 .button.disabled:hover, .button-group.hollow.color-2 .button[disabled]:hover, .button-group.hollow.color-2 .button.disabled:focus, .button-group.hollow.color-2 .button[disabled]:focus, .button-group.hollow .button.color-2, .button-group.hollow .button.color-2.disabled, .button-group.hollow .button.color-2[disabled], .button-group.hollow .button.color-2.disabled:hover, .button-group.hollow .button.color-2[disabled]:hover, .button-group.hollow .button.color-2.disabled:focus, .button-group.hollow .button.color-2[disabled]:focus {
  color: #a5a7b2;
  border: 2px solid #a5a7b2;
}

.button-group.hollow.color-2 .button:hover, .button-group.hollow.color-2 .button:focus, .button-group.hollow .button.color-2:hover, .button-group.hollow .button.color-2:focus {
  color: #4f515c;
  border-color: #4f515c;
}

.button-group.hollow.color-3 .button, .button-group.hollow.color-3 .button.disabled, .button-group.hollow.color-3 .button[disabled], .button-group.hollow.color-3 .button.disabled:hover, .button-group.hollow.color-3 .button[disabled]:hover, .button-group.hollow.color-3 .button.disabled:focus, .button-group.hollow.color-3 .button[disabled]:focus, .button-group.hollow .button.color-3, .button-group.hollow .button.color-3.disabled, .button-group.hollow .button.color-3[disabled], .button-group.hollow .button.color-3.disabled:hover, .button-group.hollow .button.color-3[disabled]:hover, .button-group.hollow .button.color-3.disabled:focus, .button-group.hollow .button.color-3[disabled]:focus {
  color: #f6f5f5;
  border: 2px solid #f6f5f5;
}

.button-group.hollow.color-3 .button:hover, .button-group.hollow.color-3 .button:focus, .button-group.hollow .button.color-3:hover, .button-group.hollow .button.color-3:focus {
  color: #817474;
  border-color: #817474;
}

.button-group.hollow.color-4 .button, .button-group.hollow.color-4 .button.disabled, .button-group.hollow.color-4 .button[disabled], .button-group.hollow.color-4 .button.disabled:hover, .button-group.hollow.color-4 .button[disabled]:hover, .button-group.hollow.color-4 .button.disabled:focus, .button-group.hollow.color-4 .button[disabled]:focus, .button-group.hollow .button.color-4, .button-group.hollow .button.color-4.disabled, .button-group.hollow .button.color-4[disabled], .button-group.hollow .button.color-4.disabled:hover, .button-group.hollow .button.color-4[disabled]:hover, .button-group.hollow .button.color-4.disabled:focus, .button-group.hollow .button.color-4[disabled]:focus {
  color: #d3424a;
  border: 2px solid #d3424a;
}

.button-group.hollow.color-4 .button:hover, .button-group.hollow.color-4 .button:focus, .button-group.hollow .button.color-4:hover, .button-group.hollow .button.color-4:focus {
  color: #701a1f;
  border-color: #701a1f;
}

.button-group.hollow.color-5 .button, .button-group.hollow.color-5 .button.disabled, .button-group.hollow.color-5 .button[disabled], .button-group.hollow.color-5 .button.disabled:hover, .button-group.hollow.color-5 .button[disabled]:hover, .button-group.hollow.color-5 .button.disabled:focus, .button-group.hollow.color-5 .button[disabled]:focus, .button-group.hollow .button.color-5, .button-group.hollow .button.color-5.disabled, .button-group.hollow .button.color-5[disabled], .button-group.hollow .button.color-5.disabled:hover, .button-group.hollow .button.color-5[disabled]:hover, .button-group.hollow .button.color-5.disabled:focus, .button-group.hollow .button.color-5[disabled]:focus {
  color: #009e9a;
  border: 2px solid #009e9a;
}

.button-group.hollow.color-5 .button:hover, .button-group.hollow.color-5 .button:focus, .button-group.hollow .button.color-5:hover, .button-group.hollow .button.color-5:focus {
  color: #004f4d;
  border-color: #004f4d;
}

.button-group.hollow.color-6 .button, .button-group.hollow.color-6 .button.disabled, .button-group.hollow.color-6 .button[disabled], .button-group.hollow.color-6 .button.disabled:hover, .button-group.hollow.color-6 .button[disabled]:hover, .button-group.hollow.color-6 .button.disabled:focus, .button-group.hollow.color-6 .button[disabled]:focus, .button-group.hollow .button.color-6, .button-group.hollow .button.color-6.disabled, .button-group.hollow .button.color-6[disabled], .button-group.hollow .button.color-6.disabled:hover, .button-group.hollow .button.color-6[disabled]:hover, .button-group.hollow .button.color-6.disabled:focus, .button-group.hollow .button.color-6[disabled]:focus {
  color: #00746f;
  border: 2px solid #00746f;
}

.button-group.hollow.color-6 .button:hover, .button-group.hollow.color-6 .button:focus, .button-group.hollow .button.color-6:hover, .button-group.hollow .button.color-6:focus {
  color: #003a38;
  border-color: #003a38;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  color: #0a1413;
  border: 2px solid #0a1413;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  color: #050a0a;
  border-color: #050a0a;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  color: #767676;
  border: 2px solid #767676;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  color: #3b3b3b;
  border-color: #3b3b3b;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  color: #3adb76;
  border: 2px solid #3adb76;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  color: #157539;
  border-color: #157539;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  color: #ffae00;
  border: 2px solid #ffae00;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  color: #805700;
  border-color: #805700;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  color: #cc4b37;
  border: 2px solid #cc4b37;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  color: #67251a;
  border-color: #67251a;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  background-color: #0000;
  border-color: #0000;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #0a1413;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #050a0a;
}

.button-group.clear.color-1 .button, .button-group.clear.color-1 .button.disabled, .button-group.clear.color-1 .button[disabled], .button-group.clear.color-1 .button.disabled:hover, .button-group.clear.color-1 .button[disabled]:hover, .button-group.clear.color-1 .button.disabled:focus, .button-group.clear.color-1 .button[disabled]:focus, .button-group.clear .button.color-1, .button-group.clear .button.color-1.disabled, .button-group.clear .button.color-1[disabled], .button-group.clear .button.color-1.disabled:hover, .button-group.clear .button.color-1[disabled]:hover, .button-group.clear .button.color-1.disabled:focus, .button-group.clear .button.color-1[disabled]:focus {
  color: #0a1413;
}

.button-group.clear.color-1 .button:hover, .button-group.clear.color-1 .button:focus, .button-group.clear .button.color-1:hover, .button-group.clear .button.color-1:focus {
  color: #050a0a;
}

.button-group.clear.color-2 .button, .button-group.clear.color-2 .button.disabled, .button-group.clear.color-2 .button[disabled], .button-group.clear.color-2 .button.disabled:hover, .button-group.clear.color-2 .button[disabled]:hover, .button-group.clear.color-2 .button.disabled:focus, .button-group.clear.color-2 .button[disabled]:focus, .button-group.clear .button.color-2, .button-group.clear .button.color-2.disabled, .button-group.clear .button.color-2[disabled], .button-group.clear .button.color-2.disabled:hover, .button-group.clear .button.color-2[disabled]:hover, .button-group.clear .button.color-2.disabled:focus, .button-group.clear .button.color-2[disabled]:focus {
  color: #a5a7b2;
}

.button-group.clear.color-2 .button:hover, .button-group.clear.color-2 .button:focus, .button-group.clear .button.color-2:hover, .button-group.clear .button.color-2:focus {
  color: #4f515c;
}

.button-group.clear.color-3 .button, .button-group.clear.color-3 .button.disabled, .button-group.clear.color-3 .button[disabled], .button-group.clear.color-3 .button.disabled:hover, .button-group.clear.color-3 .button[disabled]:hover, .button-group.clear.color-3 .button.disabled:focus, .button-group.clear.color-3 .button[disabled]:focus, .button-group.clear .button.color-3, .button-group.clear .button.color-3.disabled, .button-group.clear .button.color-3[disabled], .button-group.clear .button.color-3.disabled:hover, .button-group.clear .button.color-3[disabled]:hover, .button-group.clear .button.color-3.disabled:focus, .button-group.clear .button.color-3[disabled]:focus {
  color: #f6f5f5;
}

.button-group.clear.color-3 .button:hover, .button-group.clear.color-3 .button:focus, .button-group.clear .button.color-3:hover, .button-group.clear .button.color-3:focus {
  color: #817474;
}

.button-group.clear.color-4 .button, .button-group.clear.color-4 .button.disabled, .button-group.clear.color-4 .button[disabled], .button-group.clear.color-4 .button.disabled:hover, .button-group.clear.color-4 .button[disabled]:hover, .button-group.clear.color-4 .button.disabled:focus, .button-group.clear.color-4 .button[disabled]:focus, .button-group.clear .button.color-4, .button-group.clear .button.color-4.disabled, .button-group.clear .button.color-4[disabled], .button-group.clear .button.color-4.disabled:hover, .button-group.clear .button.color-4[disabled]:hover, .button-group.clear .button.color-4.disabled:focus, .button-group.clear .button.color-4[disabled]:focus {
  color: #d3424a;
}

.button-group.clear.color-4 .button:hover, .button-group.clear.color-4 .button:focus, .button-group.clear .button.color-4:hover, .button-group.clear .button.color-4:focus {
  color: #701a1f;
}

.button-group.clear.color-5 .button, .button-group.clear.color-5 .button.disabled, .button-group.clear.color-5 .button[disabled], .button-group.clear.color-5 .button.disabled:hover, .button-group.clear.color-5 .button[disabled]:hover, .button-group.clear.color-5 .button.disabled:focus, .button-group.clear.color-5 .button[disabled]:focus, .button-group.clear .button.color-5, .button-group.clear .button.color-5.disabled, .button-group.clear .button.color-5[disabled], .button-group.clear .button.color-5.disabled:hover, .button-group.clear .button.color-5[disabled]:hover, .button-group.clear .button.color-5.disabled:focus, .button-group.clear .button.color-5[disabled]:focus {
  color: #009e9a;
}

.button-group.clear.color-5 .button:hover, .button-group.clear.color-5 .button:focus, .button-group.clear .button.color-5:hover, .button-group.clear .button.color-5:focus {
  color: #004f4d;
}

.button-group.clear.color-6 .button, .button-group.clear.color-6 .button.disabled, .button-group.clear.color-6 .button[disabled], .button-group.clear.color-6 .button.disabled:hover, .button-group.clear.color-6 .button[disabled]:hover, .button-group.clear.color-6 .button.disabled:focus, .button-group.clear.color-6 .button[disabled]:focus, .button-group.clear .button.color-6, .button-group.clear .button.color-6.disabled, .button-group.clear .button.color-6[disabled], .button-group.clear .button.color-6.disabled:hover, .button-group.clear .button.color-6[disabled]:hover, .button-group.clear .button.color-6.disabled:focus, .button-group.clear .button.color-6[disabled]:focus {
  color: #00746f;
}

.button-group.clear.color-6 .button:hover, .button-group.clear.color-6 .button:focus, .button-group.clear .button.color-6:hover, .button-group.clear .button.color-6:focus {
  color: #003a38;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #0a1413;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #050a0a;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -.125rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: #0000;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0;
}

@media print, screen and (width >= 40em) {
  .button-group.stacked-for-small .button {
    flex: none;
    margin-bottom: 0;
  }
}

@media print, screen and (width >= 64em) {
  .button-group.stacked-for-medium .button {
    flex: none;
    margin-bottom: 0;
  }
}

@media print, screen and (width <= 39.9988em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    margin-right: 0;
    display: block;
  }
}

@media print, screen and (width <= 63.9988em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    margin-right: 0;
    display: block;
  }
}

.close-button {
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
  position: absolute;
}

[data-whatinput="mouse"] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  font-size: 1.5em;
  line-height: 1;
  top: .33em;
  right: .66rem;
}

.close-button.medium, .close-button {
  font-size: 2em;
  line-height: 1;
  top: .5rem;
  right: 1rem;
}

.menu {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

[data-whatinput="mouse"] .menu li {
  outline: 0;
}

.menu a, .menu .button {
  padding: .7rem 1rem;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.menu input, .menu select, .menu a, .menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  flex-flow: wrap;
}

.menu.vertical {
  flex-flow: column;
}

.menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0;
}

.menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (width >= 40em) {
  .menu.medium-horizontal {
    flex-flow: wrap;
  }

  .menu.medium-vertical {
    flex-flow: column;
  }

  .menu.medium-expanded li, .menu.medium-simple li {
    flex: 1 1 0;
  }
}

@media print, screen and (width >= 64em) {
  .menu.large-horizontal {
    flex-flow: wrap;
  }

  .menu.large-vertical {
    flex-flow: column;
  }

  .menu.large-expanded li, .menu.large-simple li {
    flex: 1 1 0;
  }
}

.menu.nested {
  margin-left: 1rem;
  margin-right: 0;
}

.menu.icons a, .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row;
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg {
  margin-right: .25rem;
}

.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row;
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg {
  margin-left: .25rem;
}

.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column;
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column;
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg {
  text-align: center;
  align-self: stretch;
  margin-bottom: .25rem;
}

.menu .is-active > a, .menu .active > a {
  color: #009e9a;
  background: none;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  justify-content: flex-end;
  display: flex;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  text-align: right;
  display: block;
}

.menu.align-right.vertical li .submenu li, .menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.align-center li {
  justify-content: center;
  display: flex;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  color: inherit;
  padding: .7rem 1rem;
  font-weight: bold;
  line-height: 1;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  justify-content: center;
  display: flex;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon:after {
  content: "";
  background: #fefefe;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #fefefe, 0 14px #fefefe;
}

.menu-icon:hover:after {
  background: #cacaca;
  box-shadow: 0 7px #cacaca, 0 14px #cacaca;
}

.menu-icon.dark {
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-icon.dark:after {
  content: "";
  background: #0a0a0a;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 7px #0a0a0a, 0 14px #0a0a0a;
}

.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px #8a8a8a, 0 14px #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a, .accordion-menu .is-accordion-submenu a {
  padding: .7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 1rem;
  margin-right: 0;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-left: 0;
  margin-right: 1rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #f6f5f5;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
  left: 1rem;
  right: auto;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
  transform-origin: 50%;
  transform: rotate(180deg);
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.submenu-toggle:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #f6f5f5;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
}

.submenu-toggle[aria-expanded="true"]:after {
  transform-origin: 50%;
  transform: scaleY(-1);
}

.submenu-toggle-text {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  left: auto;
  right: 0;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  left: 0;
  right: auto;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: "";
  border: 6px solid #0000;
  border-top-color: #f6f5f5;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  display: block;
  left: auto;
  right: 5px;
}

[data-whatinput="mouse"] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: .7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  color: #009e9a;
  background: none;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.dropdown.menu.vertical > li > a:after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #f6f5f5;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.dropdown.menu.vertical > li.opens-right > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #f6f5f5;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

@media print, screen and (width >= 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #f6f5f5;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #f6f5f5;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #f6f5f5;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

@media print, screen and (width >= 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: auto;
    right: 0;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
    content: "";
    border: 6px solid #0000;
    border-top-color: #f6f5f5;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    display: block;
    left: auto;
    right: 5px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }

  .dropdown.menu.large-vertical > li > a:after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-width: 0;
    border-right-color: #f6f5f5;
    width: 0;
    height: 0;
    display: block;
    left: 5px;
    right: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > a:after {
    content: "";
    border: 6px solid #0000;
    border-left-color: #f6f5f5;
    border-right-width: 0;
    width: 0;
    height: 0;
    display: block;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a:after {
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 5px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}

.is-dropdown-submenu {
  z-index: 1;
  background: #f6f5f5;
  border: none;
  min-width: 200px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right-color: #f6f5f5;
  width: 0;
  height: 0;
  display: block;
  left: 5px;
  right: auto;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
  content: "";
  border: 6px solid #0000;
  border-left-color: #f6f5f5;
  border-right-width: 0;
  width: 0;
  height: 0;
  display: block;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  background: #fefefe40;
  width: 100%;
  height: 100%;
  transition: opacity .5s, visibility .5s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  backface-visibility: hidden;
  background: #0a1413;
  transition: transform .5s;
  position: fixed;
}

[data-whatinput="mouse"] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px #0a0a0ab3;
}

.off-canvas.is-open {
  transform: translate(0);
}

.off-canvas-absolute {
  z-index: 12;
  backface-visibility: hidden;
  background: #0a1413;
  transition: transform .5s;
  position: absolute;
}

[data-whatinput="mouse"] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px #0a0a0ab3;
}

.off-canvas-absolute.is-open {
  transform: translate(0);
}

.position-left {
  -webkit-overflow-scrolling: touch;
  width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  transform: translateX(-400px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-400px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(400px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px #0a0a0a40;
}

.position-right {
  -webkit-overflow-scrolling: touch;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(400px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(400px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-400px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px #0a0a0a40;
}

.position-top {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  overflow-x: auto;
  transform: translateY(-400px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-400px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(400px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px #0a0a0a40;
}

.position-bottom {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  overflow-x: auto;
  transform: translateY(400px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(400px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-400px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px #0a0a0a40;
}

.off-canvas-content {
  backface-visibility: hidden;
  transform: none;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform .5s;
}

.off-canvas-content.has-transition-push, .off-canvas-content .off-canvas.is-open {
  transform: translate(0);
}

@media print, screen and (width >= 40em) {
  .position-left.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 400px;
  }

  .position-right.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 400px;
  }

  .position-top.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 400px;
  }

  .position-bottom.reveal-for-medium {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 400px;
  }
}

@media print, screen and (width >= 64em) {
  .position-left.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left, .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 400px;
  }

  .position-right.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right, .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 400px;
  }

  .position-top.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top, .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 400px;
  }

  .position-bottom.reveal-for-large {
    z-index: 12;
    visibility: visible;
    transition: none;
    transform: none;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 400px;
  }
}

@media print, screen and (width >= 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (width >= 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    background: none;
    width: auto;
    height: auto;
    transition: none;
    position: static;
    overflow: visible;
  }

  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

.top-bar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.top-bar, .top-bar ul {
  background-color: none;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (width >= 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 auto;
    margin-left: auto;
  }
}

@media print, screen and (width <= 63.9988em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (width <= 74.9988em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: none;
  margin: .5rem 1rem .5rem 0;
}

.top-bar-left, .top-bar-right {
  flex: none;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  place-content: center;
  align-items: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (width >= 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (width >= 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (width >= 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (width >= 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (width <= 39.9988em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (width <= 0), screen and (width >= 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (width >= 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (width <= 39.9988em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (width >= 40em) and (width <= 63.9988em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (width <= 39.9988em), screen and (width >= 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (width >= 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (width <= 63.9988em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (width >= 64em) and (width <= 74.9988em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (width <= 63.9988em), screen and (width >= 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr, .show-on-focus {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.show-on-focus:active, .show-on-focus:focus {
  clip: auto !important;
  white-space: normal !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  overflow: visible !important;
}

.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

@font-face {
  font-family: superclarendon;
  src: url("https://use.typekit.net/af/8ae3f0/00000000000000007735980d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/8ae3f0/00000000000000007735980d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/8ae3f0/00000000000000007735980d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: superclarendon;
  src: url("https://use.typekit.net/af/ace3dd/000000000000000077359815/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ace3dd/000000000000000077359815/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ace3dd/000000000000000077359815/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

body {
  overflow-x: hidden;
}

.subtitle, .subtitle--small {
  color: #a5a7b2;
  font-family: superclarendon, serif;
  font-size: 1rem;
  font-weight: bold;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.label {
  color: #009e9a;
  margin-bottom: .3125rem;
  font-weight: bold;
}

.off-canvas-wrapper {
  min-height: 100vh;
}

::-moz-selection {
  color: #fefefe;
  background: #0a0a0a;
}

::selection {
  color: #fefefe;
  background: #0a0a0a;
}

.color-2 {
  color: #a5a7b2;
}

.color-5 {
  color: #009e9a;
}

.grid-container {
  width: 90%;
  max-width: 80rem;
}

.page-title .vcard {
  border: 0;
  padding: 0;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft, .entry-content img.alignleft {
  float: left;
  margin-right: 1.5em;
  display: inline;
}

.entry-content .alignright, .entry-content img.alignright {
  float: right;
  margin-left: 1.5em;
  display: inline;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  background: #eee;
  max-width: 100%;
  padding: 5px;
}

.wp-caption img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.wp-caption p.wp-caption-text {
  text-align: center;
  margin: 4px 0 7px;
  font-size: .85em;
}

.post-password-form input[type="submit"] {
  vertical-align: middle;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 0;
  margin: 0 0 1rem;
  padding: .85em 1em;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1;
  transition: background-color .25s ease-out, color .25s ease-out;
  display: inline-block;
}

[data-whatinput="mouse"] .post-password-form input[type="submit"] {
  outline: 0;
}

.post-password-form input[type="submit"], .post-password-form input[type="submit"].disabled, .post-password-form input[type="submit"][disabled], .post-password-form input[type="submit"].disabled:hover, .post-password-form input[type="submit"][disabled]:hover, .post-password-form input[type="submit"].disabled:focus, .post-password-form input[type="submit"][disabled]:focus {
  color: #fefefe;
  background-color: #0a1413;
}

.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: #fefefe;
  background-color: #091110;
}

.gallery {
  max-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.gallery:before, .gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  float: left;
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  float: left;
  width: 50%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  float: left;
  width: 33.3333%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  float: left;
  width: 25%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  float: left;
  width: 20%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  float: left;
  width: 16.6667%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  float: left;
  width: 14.2857%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  float: left;
  width: 12.5%;
  padding-left: .625rem;
  padding-right: .625rem;
}

@media print, screen and (width >= 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  float: left;
  width: 100%;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

.page-navigation {
  margin-top: 1rem;
}

#comments .commentlist, #respond ul {
  margin-left: 0;
}

.commentlist li {
  clear: both;
  margin-bottom: 1.5em;
  padding: .7335em 10px;
  list-style-type: none;
  position: relative;
  overflow: hidden;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*="depth-"] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-top: 0;
  margin-left: 0;
}

.commentlist li:not(.depth-1) {
  margin-top: 0;
  margin-left: 10px;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-style: normal;
  font-weight: 700;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  background: #fff;
  border: 1px solid #cecece;
  padding: 2px;
  position: absolute;
  left: 10px;
}

.commentlist .comment_content p {
  margin: .7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: .75em 0;
}

.respond-form form li {
  clear: both;
  margin-bottom: .7335em;
  list-style-type: none;
}

.respond-form form li label, .respond-form form li small {
  display: none;
}

.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"], .respond-form form textarea {
  background: #efefef;
  border: 2px solid #cecece;
  padding: 3px 6px;
  line-height: 1.5em;
}

.respond-form form input[type="text"]:focus, .respond-form form input[type="email"]:focus, .respond-form form input[type="url"]:focus, .respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type="text"]:invalid, .respond-form form input[type="email"]:invalid, .respond-form form input[type="url"]:invalid, .respond-form form textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #f6e7eb;
  border-color: #fbc2c4;
  outline: none;
}

.respond-form form input[type="text"], .respond-form form input[type="email"], .respond-form form input[type="url"] {
  min-width: 250px;
  max-width: 400px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px .7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

.footer {
  clear: both;
}

body#tinymce {
  margin: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-stretch: normal;
}

h1 {
  letter-spacing: -1.65px;
  color: #f6f5f5;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.8px;
  line-height: 1.1;
}

h3 {
  letter-spacing: -1.05px;
  line-height: 1.2;
}

h4, h5 {
  letter-spacing: -.56px;
  line-height: 1.21;
}

h6 {
  letter-spacing: normal;
  line-height: 1.56;
}

.wf-superclarendon-n4-active h1, .wf-superclarendon-n4-active h2, .wf-superclarendon-n4-active h3, .wf-superclarendon-n4-active h4, .wf-superclarendon-n4-active h5, .wf-superclarendon-n4-active h6 {
  font-family: superclarendon, serif;
}

.wf-superclarendon-n4-active h1, .wf-superclarendon-n4-active h2, .wf-superclarendon-n4-active h3 {
  font-weight: bold;
}

.wf-superclarendon-n4-active h4, .wf-superclarendon-n4-active h5, .wf-superclarendon-n4-active h6 {
  font-weight: normal;
}

p {
  letter-spacing: normal;
  color: #0a1413;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.56;
}

.color-1 {
  color: #0a1413;
}

html a.button, html .button {
  letter-spacing: -.3px;
  padding: .625rem 1.25rem;
  font-size: .9375rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
}

html a.button.hollow.text, html .button.hollow.text {
  border: none;
  padding-left: 0;
}

html a.button.underline, html .button.underline {
  text-decoration: underline;
}

html a.button.color-5, html .button.color-5 {
  color: #fefefe;
}

.wf-active a.button, .wf-active .button {
  font-family: superclarendon, serif;
  font-weight: 500;
}

a.button.color-5:hover, .button.color-5:hover {
  color: #f6f5f5;
}

a.button.hollow:not(.text).color-1:hover, .button.hollow:not(.text).color-1:hover {
  color: #f6f5f5;
  background: #0a1413;
}

a.button.hollow:not(.text).color-1:hover a, .button.hollow:not(.text).color-1:hover a {
  color: #f6f5f5 !important;
}

a.button.hollow:not(.text).color-3:hover, .button.hollow:not(.text).color-3:hover {
  color: #0a1413 !important;
  background: #f6f5f5 !important;
  border: 2px solid #f6f5f5 !important;
}

a.button.hollow:not(.text).color-5:hover, .button.hollow:not(.text).color-5:hover {
  background: #009e9a;
  color: #f6f5f5 !important;
  border: 2px solid #009e9a !important;
}

.top-bar {
  padding: 3.75rem 0 1.875rem;
}

.top-bar, .off-canvas {
  background: #0a1413;
}

.top-bar .site-logo, .off-canvas .site-logo {
  align-items: center;
  gap: 20px;
  max-width: 100%;
  height: auto;
  display: flex;
}

.top-bar .site-logo svg, .off-canvas .site-logo svg {
  width: 200px;
}

.top-bar .site-logo img, .off-canvas .site-logo img {
  width: 110px;
}

.top-bar .menu li.button, .off-canvas .menu li.button {
  margin-bottom: 0;
  padding: 0;
}

.top-bar .menu li.active:not(.button) > a, .off-canvas .menu li.active:not(.button) > a {
  color: #009e9a !important;
}

.top-bar .menu li a, .off-canvas .menu li a {
  color: #f6f5f5;
  font-size: .9375rem;
  transition: color .25s ease-out;
}

.top-bar .menu li.is-dropdown-submenu-parent a, .top-bar .menu li.is-accordion-submenu-parent > a, .off-canvas .menu li.is-dropdown-submenu-parent a, .off-canvas .menu li.is-accordion-submenu-parent > a {
  position: relative;
}

.top-bar .menu li.is-dropdown-submenu-parent a:after, .top-bar .menu li.is-accordion-submenu-parent > a:after, .off-canvas .menu li.is-dropdown-submenu-parent a:after, .off-canvas .menu li.is-accordion-submenu-parent > a:after {
  color: #f6f5f5;
  top: 50%;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6.333' height='3.873' viewBox='0 0 6.333 3.873'%3e%3cpath id='Path_8311' data-name='Path 8311' d='M729.659%2c31.5l2.813%2c2.813%2c2.813-2.813' transform='translate(-729.305 -31.146)' fill='none' stroke='%23f6f5f5' stroke-width='1'/%3e%3c/svg%3e") !important;
  border: none !important;
  width: 10px !important;
  height: 10px !important;
  right: 0 !important;
}

.top-bar .menu li.is-accordion-submenu-parent > a:after, .off-canvas .menu li.is-accordion-submenu-parent > a:after {
  height: 70% !important;
}

@media print, screen and (width >= 64em) {
  .top-bar .menu li .submenu, .off-canvas .menu li .submenu {
    padding: .5rem .25rem;
    left: 1.5625rem !important;
  }
}

.top-bar .menu li .submenu li a, .off-canvas .menu li .submenu li a {
  font-family: Georgia, serif;
  font-size: .875rem;
}

.top-bar .menu li.icon, .off-canvas .menu li.icon {
  align-items: center;
  display: flex;
}

.top-bar .menu li.icon:before, .off-canvas .menu li.icon:before {
  width: 1.5625rem;
  height: 1.5625rem;
}

@media print, screen and (width >= 64em) {
  .top-bar .menu li.icon:before, .off-canvas .menu li.icon:before {
    margin: 0 0 0 .625rem;
  }
}

@media print, screen and (width <= 63.9988em) {
  .top-bar .menu li.icon:before, .off-canvas .menu li.icon:before {
    margin: 0 .625rem 0 0;
  }
}

.top-bar .menu li.icon--dp:before, .off-canvas .menu li.icon--dp:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cg id='Group_6216' data-name='Group 6216' transform='translate(0)'%3e%3cpath id='Path_7677' data-name='Path 7677' d='M105.362%2c11.8a11.613%2c11.613%2c0%2c1%2c1%2c11.613%2c11.613A11.613%2c11.613%2c0%2c0%2c1%2c105.362%2c11.8' transform='translate(-105.362 -0.19)' fill='%23f1f0ee'/%3e%3cpath id='Path_7720' data-name='Path 7720' d='M118.967%2c2.772a10.916%2c10.916%2c0%2c1%2c0%2c10.916%2c10.916A10.928%2c10.928%2c0%2c0%2c0%2c118.967%2c2.772M129.5%2c13.688A10.534%2c10.534%2c0%2c1%2c1%2c118.967%2c3.153%2c10.546%2c10.546%2c0%2c0%2c1%2c129.5%2c13.688' transform='translate(-107.325 -2.075)' fill='%23000e10'/%3e%3cpath id='Path_7721' data-name='Path 7721' d='M127.984%2c15.124a7.581%2c7.581%2c0%2c1%2c0%2c7.581%2c7.581%2c7.59%2c7.59%2c0%2c0%2c0-7.581-7.581m7.444%2c7.581a7.444%2c7.444%2c0%2c1%2c1-7.444-7.444%2c7.453%2c7.453%2c0%2c0%2c1%2c7.444%2c7.444' transform='translate(-116.342 -11.092)' fill='%23000e10'/%3e%3cpath id='Path_7722' data-name='Path 7722' d='M117.058%2c28.48c-.043.1-.08.086-.092.081l-.66-.28a.041.041%2c0%2c0%2c1-.026-.038.194.194%2c0%2c0%2c1%2c.02-.084l0-.008-.089-.038-.177.418%2c0%2c.008.089.038%2c0-.008c.029-.068.06-.1.092-.082l.66.28a.037.037%2c0%2c0%2c1%2c.022.021.146.146%2c0%2c0%2c1-.017.1l0%2c.008.087.037.177-.418%2c0-.008-.087-.037Z' transform='translate(-113.153 -20.575)' fill='%23000e10'/%3e%3cpath id='Path_7723' data-name='Path 7723' d='M117.62%2c23.845a.145.145%2c0%2c0%2c1%2c.027-.1l0-.008-.084-.047-.179.321.085.047%2c0-.008c.024-.043.048-.069.069-.075a.04.04%2c0%2c0%2c1%2c.031%2c0l.569.317-.937.046H117.2l-.182.326.085.047%2c0-.008c.036-.064.07-.087.1-.07l.626.349c.011.006.046.026-.008.122l0%2c.008.082.046.179-.321L118%2c24.8l0%2c.008q-.054.1-.1.071l-.553-.309.921-.048.127-.229-.754-.421a.036.036%2c0%2c0%2c1-.019-.023' transform='translate(-113.873 -17.347)' fill='%23000e10'/%3e%3cpath id='Path_7724' data-name='Path 7724' d='M120.533%2c20.624a.782.782%2c0%2c0%2c0-.213-.123.312.312%2c0%2c0%2c0-.175-.012.356.356%2c0%2c0%2c0-.152.084%2c1.118%2c1.118%2c0%2c0%2c0-.145.161l-.317.415-.005.007.077.058.005-.007c.044-.058.081-.077.109-.056l.571.433c.028.021.019.062-.025.12l-.005.007.075.057.321-.424a.821.821%2c0%2c0%2c0%2c.111-.188.371.371%2c0%2c0%2c0%2c.026-.179.379.379%2c0%2c0%2c0-.073-.175.875.875%2c0%2c0%2c0-.184-.178m.089.518a.25.25%2c0%2c0%2c1-.052.112l-.127.168-.611-.463.127-.168a.317.317%2c0%2c0%2c1%2c.09-.085.169.169%2c0%2c0%2c1%2c.1-.024.285.285%2c0%2c0%2c1%2c.113.035%2c1.033%2c1.033%2c0%2c0%2c1%2c.141.092%2c1.141%2c1.141%2c0%2c0%2c1%2c.133.116.375.375%2c0%2c0%2c1%2c.077.11.2.2%2c0%2c0%2c1%2c.015.108' transform='translate(-115.701 -15.003)' fill='%23000e10'/%3e%3cpath id='Path_7725' data-name='Path 7725' d='M123.538%2c16.907l-.316-.317c-.025-.025-.011-.064.042-.116l.006-.006L123.2%2c16.4l-.273.272-.006.006.068.069L123%2c16.74a.294.294%2c0%2c0%2c1%2c.086-.066.042.042%2c0%2c0%2c1%2c.048.006l.316.317a.656.656%2c0%2c0%2c1%2c.088.106.22.22%2c0%2c0%2c1%2c.036.1.177.177%2c0%2c0%2c1-.016.093.354.354%2c0%2c0%2c1-.073.1.341.341%2c0%2c0%2c1-.1.073.164.164%2c0%2c0%2c1-.09.014.227.227%2c0%2c0%2c1-.094-.038.694.694%2c0%2c0%2c1-.106-.089l-.316-.316a.04.04%2c0%2c0%2c1-.006-.048.284.284%2c0%2c0%2c1%2c.065-.086l.006-.006-.069-.069-.344.344.068.068.006-.006a.193.193%2c0%2c0%2c1%2c.07-.05.04.04%2c0%2c0%2c1%2c.045.009l.316.317a.649.649%2c0%2c0%2c0%2c.146.112.342.342%2c0%2c0%2c0%2c.152.043h.01a.338.338%2c0%2c0%2c0%2c.147-.035.574.574%2c0%2c0%2c0%2c.16-.117.556.556%2c0%2c0%2c0%2c.115-.157.311.311%2c0%2c0%2c0%2c.031-.152.348.348%2c0%2c0%2c0-.046-.149.694.694%2c0%2c0%2c0-.113-.145' transform='translate(-117.823 -12.023)' fill='%23000e10'/%3e%3cpath id='Path_7726' data-name='Path 7726' d='M127.383%2c14.506a.283.283%2c0%2c0%2c0-.108-.09.269.269%2c0%2c0%2c0-.119-.022.4.4%2c0%2c0%2c0-.123.025%2c1.222%2c1.222%2c0%2c0%2c0-.121.052l-.115.059a.7.7%2c0%2c0%2c1-.1.045.217.217%2c0%2c0%2c1-.084.013.081.081%2c0%2c0%2c1-.06-.035.105.105%2c0%2c0%2c1-.017-.114.321.321%2c0%2c0%2c1%2c.1-.121.439.439%2c0%2c0%2c1%2c.1-.061.281.281%2c0%2c0%2c1%2c.105-.021.264.264%2c0%2c0%2c1%2c.1.023.317.317%2c0%2c0%2c1%2c.1.072l.006.006.076-.076-.217-.282-.006-.007-.068.053v.005a.137.137%2c0%2c0%2c1%2c0%2c.048.054.054%2c0%2c0%2c1-.014.03.093.093%2c0%2c0%2c1-.045.016.48.48%2c0%2c0%2c0-.115.033.587.587%2c0%2c0%2c0-.132.08.5.5%2c0%2c0%2c0-.116.12.31.31%2c0%2c0%2c0-.048.118.233.233%2c0%2c0%2c0%2c.008.11.324.324%2c0%2c0%2c0%2c.05.094.359.359%2c0%2c0%2c0%2c.089.084.251.251%2c0%2c0%2c0%2c.1.037.284.284%2c0%2c0%2c0%2c.1%2c0%2c.635.635%2c0%2c0%2c0%2c.111-.035c.029-.012.058-.026.086-.04l.084-.046c.029-.016.055-.029.08-.04a.445.445%2c0%2c0%2c1%2c.071-.026.135.135%2c0%2c0%2c1%2c.058%2c0%2c.067.067%2c0%2c0%2c1%2c.042.026.157.157%2c0%2c0%2c1%2c.037.141.282.282%2c0%2c0%2c1-.107.137.446.446%2c0%2c0%2c1-.123.069.339.339%2c0%2c0%2c1-.116.022h0a.279.279%2c0%2c0%2c1-.11-.025.286.286%2c0%2c0%2c1-.095-.07l-.006-.006-.077.072.229.3.006.007.083-.064%2c0-.006a.122.122%2c0%2c0%2c1%2c0-.053c0-.023.008-.027.008-.028a.073.073%2c0%2c0%2c1%2c.041-.013.444.444%2c0%2c0%2c0%2c.126-.03.549.549%2c0%2c0%2c0%2c.136-.079.638.638%2c0%2c0%2c0%2c.115-.113.356.356%2c0%2c0%2c0%2c.063-.123.269.269%2c0%2c0%2c0%2c0-.13.335.335%2c0%2c0%2c0-.065-.131' transform='translate(-120.696 -10.251)' fill='%23000e10'/%3e%3cpath id='Path_7727' data-name='Path 7727' d='M130.281%2c12.418a.149.149%2c0%2c0%2c1-.1.03.037.037%2c0%2c0%2c1-.024-.019l-.377-.64.1-.057a.2.2%2c0%2c0%2c1%2c.072-.027.12.12%2c0%2c0%2c1%2c.069.013.288.288%2c0%2c0%2c1%2c.078.061.9.9%2c0%2c0%2c1%2c.092.118l0%2c.007.085-.056-.216-.367-.88.518.212.36%2c0%2c.008.09-.048%2c0-.008a.907.907%2c0%2c0%2c1-.059-.137.29.29%2c0%2c0%2c1-.016-.1.12.12%2c0%2c0%2c1%2c.022-.067.2.2%2c0%2c0%2c1%2c.058-.05l.1-.058.377.64c.018.03-.005.064-.068.1l-.008%2c0%2c.048.081.4-.235-.048-.081Z' transform='translate(-122.752 -8.433)' fill='%23000e10'/%3e%3cpath id='Path_7728' data-name='Path 7728' d='M134.508%2c10.647l-.082.034.028.067a.06.06%2c0%2c0%2c1%2c.005.039.032.032%2c0%2c0%2c1-.02.02.029.029%2c0%2c0%2c1-.027%2c0%2c.054.054%2c0%2c0%2c1-.024-.031l-.048-.114a.466.466%2c0%2c0%2c0-.049-.092.245.245%2c0%2c0%2c0-.058-.058.179.179%2c0%2c0%2c0-.066-.029.26.26%2c0%2c0%2c0-.045-.005.357.357%2c0%2c0%2c0%2c.035-.035.239.239%2c0%2c0%2c0%2c.039-.068.234.234%2c0%2c0%2c0%2c.013-.082.248.248%2c0%2c0%2c0-.022-.094.258.258%2c0%2c0%2c0-.08-.111.216.216%2c0%2c0%2c0-.106-.041.345.345%2c0%2c0%2c0-.12.011%2c1%2c1%2c0%2c0%2c0-.123.042l-.529.222-.009%2c0%2c.038.089.008%2c0a.145.145%2c0%2c0%2c1%2c.1-.016.039.039%2c0%2c0%2c1%2c.022.022l.276.66a.041.041%2c0%2c0%2c1%2c0%2c.031.145.145%2c0%2c0%2c1-.082.06l-.009%2c0%2c.037.088.444-.186.008%2c0-.037-.088-.008%2c0c-.086.036-.136.038-.149.005l-.127-.3.18-.075a.119.119%2c0%2c0%2c1%2c.12%2c0%2c.32.32%2c0%2c0%2c1%2c.09.135l.039.093a.182.182%2c0%2c0%2c0%2c.092.1.2.2%2c0%2c0%2c0%2c.163-.012.178.178%2c0%2c0%2c0%2c.11-.1.174.174%2c0%2c0%2c0-.008-.124Zm-.8-.06-.116-.275.194-.082a.169.169%2c0%2c0%2c1%2c.123-.013.142.142%2c0%2c0%2c1%2c.078.086.151.151%2c0%2c0%2c1%2c.009.125.177.177%2c0%2c0%2c1-.1.077Z' transform='translate(-125.701 -7.385)' fill='%23000e10'/%3e%3cpath id='Path_7729' data-name='Path 7729' d='M138.315%2c9.738a.19.19%2c0%2c0%2c1-.086.011.041.041%2c0%2c0%2c1-.035-.03l-.206-.686c-.01-.033.021-.061.091-.082l.008%2c0-.028-.093-.443.133.028.093.009%2c0a.2.2%2c0%2c0%2c1%2c.087-.011.041.041%2c0%2c0%2c1%2c.035.029l.206.687a.038.038%2c0%2c0%2c1%2c0%2c.03.148.148%2c0%2c0%2c1-.089.052l-.008%2c0%2c.027.09.443-.133-.027-.09Z' transform='translate(-128.908 -6.516)' fill='%23000e10'/%3e%3cpath id='Path_7730' data-name='Path 7730' d='M141.769%2c8.967c-.04.008-.092.011-.106-.015l-.478-.8%2c0-.005-.2.037h-.006l-.17.931a.04.04%2c0%2c0%2c1-.023.028.253.253%2c0%2c0%2c1-.077.023l-.009%2c0%2c.018.1.368-.069.008%2c0-.018-.094-.09.017a.067.067%2c0%2c0%2c1-.046%2c0%2c.019.019%2c0%2c0%2c1-.008-.013.038.038%2c0%2c0%2c1%2c0-.013l.023-.135.392-.073.076.127a.039.039%2c0%2c0%2c1%2c.005.011.014.014%2c0%2c0%2c1%2c0%2c.011.039.039%2c0%2c0%2c1-.025.011l-.124.023.018.094.491-.091.009%2c0-.018-.094Zm-.482-.2-.312.058.077-.459Z' transform='translate(-131.16 -5.996)' fill='%23000e10'/%3e%3cpath id='Path_7731' data-name='Path 7731' d='M145.8%2c8.267a.6.6%2c0%2c0%2c1-.018.137.234.234%2c0%2c0%2c1-.041.087.155.155%2c0%2c0%2c1-.063.048.263.263%2c0%2c0%2c1-.087.018l-.253.013-.038-.74c0-.035.045-.055.137-.06h.009l-.005-.1-.481.025h-.009l0%2c.1h.009c.073%2c0%2c.111.012.113.047l.037.716a.04.04%2c0%2c0%2c1-.023.039.193.193%2c0%2c0%2c1-.085.019H145l0%2c.094.892-.046.013-.391V8.264l-.107-.006Z' transform='translate(-134.264 -5.652)' fill='%23000e10'/%3e%3cpath id='Path_7732' data-name='Path 7732' d='M151.482%2c8.07c-.02.1-.053.152-.1.152h-.008l-.153-.02.043-.334.3.038c.093.012.137.082.134.213v.009l.1.006.039-.307V7.817l-.887-.113h-.009l-.012.1h.009a.147.147%2c0%2c0%2c1%2c.1.036.04.04%2c0%2c0%2c1%2c.008.03l-.091.711a.041.041%2c0%2c0%2c1-.03.035.192.192%2c0%2c0%2c1-.086%2c0h-.009l-.012.093.487.062h.009l.012-.093h-.009a.337.337%2c0%2c0%2c1-.112-.029c-.022-.012-.031-.026-.029-.042l.037-.289.144.018c.041.005.06.065.055.176v.008l.1.012.078-.447%2c0-.009-.1-.012Z' transform='translate(-138.543 -5.674)' fill='%23000e10'/%3e%3cpath id='Path_7733' data-name='Path 7733' d='M154.807%2c9.5l-.109-.929V8.567l-.2-.048-.535.781a.041.041%2c0%2c0%2c1-.033.015.251.251%2c0%2c0%2c1-.08-.01l-.009%2c0-.023.094.364.088.009%2c0%2c.022-.093-.089-.022a.083.083%2c0%2c0%2c1-.037-.016.02.02%2c0%2c0%2c1-.006-.021.04.04%2c0%2c0%2c1%2c.005-.012l.076-.113.388.093.017.147a.047.047%2c0%2c0%2c1%2c0%2c.012.013.013%2c0%2c0%2c1-.008.01.047.047%2c0%2c0%2c1-.025%2c0l-.123-.03-.022.093.485.117.009%2c0%2c.022-.093-.009%2c0c-.04-.01-.088-.027-.091-.057m-.268-.322-.309-.074.258-.387Z' transform='translate(-140.736 -6.27)' fill='%23000e10'/%3e%3cpath id='Path_7734' data-name='Path 7734' d='M159.219%2c9.842a.134.134%2c0%2c0%2c1-.042.023.051.051%2c0%2c0%2c1-.033%2c0%2c.1.1%2c0%2c0%2c1-.037-.03.468.468%2c0%2c0%2c0-.087-.081.6.6%2c0%2c0%2c0-.137-.071.5.5%2c0%2c0%2c0-.163-.037.3.3%2c0%2c0%2c0-.125.021.23.23%2c0%2c0%2c0-.09.064.319.319%2c0%2c0%2c0-.054.091.349.349%2c0%2c0%2c0-.026.119.25.25%2c0%2c0%2c0%2c.018.1.29.29%2c0%2c0%2c0%2c.057.086.625.625%2c0%2c0%2c0%2c.088.077c.025.018.052.036.079.052l.083.048.076.047a.4.4%2c0%2c0%2c1%2c.059.047.128.128%2c0%2c0%2c1%2c.033.048.067.067%2c0%2c0%2c1%2c0%2c.049.157.157%2c0%2c0%2c1-.1.1.283.283%2c0%2c0%2c1-.173-.021.447.447%2c0%2c0%2c1-.123-.069.335.335%2c0%2c0%2c1-.08-.091.275.275%2c0%2c0%2c1-.036-.106.292.292%2c0%2c0%2c1%2c.01-.117l0-.009-.1-.029-.134.35%2c0%2c.008.1.038%2c0%2c0a.121.121%2c0%2c0%2c1%2c.043-.031.057.057%2c0%2c0%2c1%2c.028-.007.073.073%2c0%2c0%2c1%2c.033.028.434.434%2c0%2c0%2c0%2c.091.093.553.553%2c0%2c0%2c0%2c.138.074.632.632%2c0%2c0%2c0%2c.157.04l.044%2c0a.342.342%2c0%2c0%2c0%2c.094-.013.269.269%2c0%2c0%2c0%2c.112-.066.34.34%2c0%2c0%2c0%2c.078-.123.28.28%2c0%2c0%2c0%2c.021-.139.268.268%2c0%2c0%2c0-.043-.113.4.4%2c0%2c0%2c0-.086-.092c-.035-.028-.071-.053-.107-.076l-.11-.067a.7.7%2c0%2c0%2c1-.092-.064.225.225%2c0%2c0%2c1-.055-.065.082.082%2c0%2c0%2c1%2c0-.07.105.105%2c0%2c0%2c1%2c.089-.074.329.329%2c0%2c0%2c1%2c.157.025.454.454%2c0%2c0%2c1%2c.106.058.285.285%2c0%2c0%2c1%2c.073.08.267.267%2c0%2c0%2c1%2c.035.1.324.324%2c0%2c0%2c1-.009.122l0%2c.009.1.025.127-.332%2c0-.008-.08-.031Z' transform='translate(-143.918 -7.096)' fill='%23000e10'/%3e%3cpath id='Path_7735' data-name='Path 7735' d='M163.118%2c11.255l.1.053a.2.2%2c0%2c0%2c1%2c.06.048.122.122%2c0%2c0%2c1%2c.025.066.3.3%2c0%2c0%2c1-.011.1.909.909%2c0%2c0%2c1-.053.139l0%2c.008.092.044.2-.376-.892-.478-.008%2c0-.2.368%2c0%2c.008.087.052%2c0-.007a.917.917%2c0%2c0%2c1%2c.087-.121.29.29%2c0%2c0%2c1%2c.075-.064.12.12%2c0%2c0%2c1%2c.069-.016.2.2%2c0%2c0%2c1%2c.073.024l.1.053-.351.655c-.016.031-.057.029-.122-.005l-.008%2c0-.044.083.408.218.044-.083-.008%2c0c-.045-.024-.07-.047-.077-.069a.039.039%2c0%2c0%2c1%2c0-.03Z' transform='translate(-146.999 -7.975)' fill='%23000e10'/%3e%3cpath id='Path_7736' data-name='Path 7736' d='M166.048%2c14.071l-.006.007c-.122.143-.239.172-.358.087l-.2-.141.207-.288.109.078c.034.024.023.082-.031.173l0%2c.007.08.057.271-.342-.083-.059-.005.006c-.066.079-.119.1-.157.077l-.117-.084.178-.249.237.169c.081.058.087.14.019.253l0%2c.007.094.059.181-.252%2c0-.007-.738-.528-.056.079.007.005a.2.2%2c0%2c0%2c1%2c.061.061.041.041%2c0%2c0%2c1%2c0%2c.046l-.417.583a.042.042%2c0%2c0%2c1-.043.017.2.2%2c0%2c0%2c1-.078-.038l-.007%2c0-.055.076.731.523.006%2c0%2c.259-.3Z' transform='translate(-149 -9.615)' fill='%23000e10'/%3e%3cpath id='Path_7737' data-name='Path 7737' d='M169.743%2c16.527l.007.006.066-.07-.261-.245-.006-.006-.066.07.006.006c.053.05.068.089.044.114l-.446.474.184-.921v0l-.265-.249L169%2c15.7l-.066.07.006.006c.08.076.053.1.044.114l-.491.522a.04.04%2c0%2c0%2c1-.045.011.2.2%2c0%2c0%2c1-.072-.048l-.006-.006-.064.069.261.246.006.006.064-.069-.006-.006a.145.145%2c0%2c0%2c1-.055-.086.036.036%2c0%2c0%2c1%2c.011-.028l.434-.462-.176.9v0l.191.179.592-.629c.024-.026.063-.013.117.037' transform='translate(-151.313 -11.509)' fill='%23000e10'/%3e%3cpath id='Path_7738' data-name='Path 7738' d='M172.368%2c20.175l-.008.005c-.156.106-.276.1-.368-.011l-.153-.189.275-.224.085.1c.026.032%2c0%2c.086-.075.158l-.006.005.062.076.351-.259-.064-.079-.007%2c0c-.084.059-.142.07-.172.032l-.091-.111.238-.193.184.226c.063.077.047.158-.048.248l-.006.006.075.082.247-.2-.572-.7-.075.061.006.007c.069.085.039.111.029.119l-.556.452c-.027.022-.065%2c0-.111-.052l-.005-.007-.073.059.567.7.005.006.331-.225Z' transform='translate(-153.666 -14.033)' fill='%23000e10'/%3e%3cpath id='Path_7739' data-name='Path 7739' d='M174.734%2c23.927l-.046-.076-.062.038a.058.058%2c0%2c0%2c1-.038.011.034.034%2c0%2c0%2c1-.023-.016.03.03%2c0%2c0%2c1%2c0-.027.055.055%2c0%2c0%2c1%2c.027-.028l.105-.065a.449.449%2c0%2c0%2c0%2c.083-.063.236.236%2c0%2c0%2c0%2c.049-.066.182.182%2c0%2c0%2c0%2c.018-.069.261.261%2c0%2c0%2c0%2c0-.046.264.264%2c0%2c0%2c0%2c.04.029.228.228%2c0%2c0%2c0%2c.073.028.237.237%2c0%2c0%2c0%2c.083%2c0%2c.247.247%2c0%2c0%2c0%2c.09-.036.257.257%2c0%2c0%2c0%2c.1-.1.215.215%2c0%2c0%2c0%2c.024-.111.331.331%2c0%2c0%2c0-.029-.117.953.953%2c0%2c0%2c0-.06-.115l-.3-.489%2c0-.008-.082.051%2c0%2c.008c.058.094.024.115.013.122l-.609.375c-.03.018-.065%2c0-.1-.066l0-.008-.082.05.252.41%2c0%2c.008.081-.05%2c0-.008a.3.3%2c0%2c0%2c1-.044-.1.041.041%2c0%2c0%2c1%2c.016-.047l.28-.172.1.166a.121.121%2c0%2c0%2c1%2c.017.119.316.316%2c0%2c0%2c1-.12.11l-.086.053a.183.183%2c0%2c0%2c0-.084.106.2.2%2c0%2c0%2c0%2c.037.16.177.177%2c0%2c0%2c0%2c.114.093l.027%2c0a.181.181%2c0%2c0%2c0%2c.1-.029Zm.046-.624-.11-.18.254-.156.11.18a.133.133%2c0%2c0%2c1-.042.21.152.152%2c0%2c0%2c1-.121.028.177.177%2c0%2c0%2c1-.091-.082' transform='translate(-155.464 -16.556)' fill='%23000e10'/%3e%3cpath id='Path_7740' data-name='Path 7740' d='M177.427%2c27.624h-.005a.138.138%2c0%2c0%2c1-.046-.013c-.018-.009-.024-.016-.026-.021a.09.09%2c0%2c0%2c1%2c0-.047.5.5%2c0%2c0%2c0-.005-.119.606.606%2c0%2c0%2c0-.048-.147.5.5%2c0%2c0%2c0-.09-.141.3.3%2c0%2c0%2c0-.1-.073.235.235%2c0%2c0%2c0-.109-.017.313.313%2c0%2c0%2c0-.1.027.353.353%2c0%2c0%2c0-.1.067.259.259%2c0%2c0%2c0-.058.084.3.3%2c0%2c0%2c0-.02.1.641.641%2c0%2c0%2c0%2c.009.117c0%2c.03.012.062.02.093s.016.062.025.093.015.059.021.087a.42.42%2c0%2c0%2c1%2c.009.075.136.136%2c0%2c0%2c1-.011.057.067.067%2c0%2c0%2c1-.035.034.153.153%2c0%2c0%2c1-.145%2c0%2c.278.278%2c0%2c0%2c1-.109-.136.438.438%2c0%2c0%2c1-.039-.135.338.338%2c0%2c0%2c1%2c.006-.121.278.278%2c0%2c0%2c1%2c.049-.1.285.285%2c0%2c0%2c1%2c.09-.076l.008%2c0-.052-.092-.35.158.043.1h.006a.128.128%2c0%2c0%2c1%2c.052.008c.022.009.025.014.025.014a.074.074%2c0%2c0%2c1%2c0%2c.043.454.454%2c0%2c0%2c0%2c0%2c.13.543.543%2c0%2c0%2c0%2c.046.15.638.638%2c0%2c0%2c0%2c.083.138.35.35%2c0%2c0%2c0%2c.105.089.268.268%2c0%2c0%2c0%2c.126.032h0a.337.337%2c0%2c0%2c0%2c.139-.033.28.28%2c0%2c0%2c0%2c.113-.085.268.268%2c0%2c0%2c0%2c.049-.11.4.4%2c0%2c0%2c0%2c0-.126%2c1.216%2c1.216%2c0%2c0%2c0-.023-.129c-.01-.042-.02-.085-.031-.126a.719.719%2c0%2c0%2c1-.02-.11.218.218%2c0%2c0%2c1%2c.007-.085.082.082%2c0%2c0%2c1%2c.048-.051.107.107%2c0%2c0%2c1%2c.115.01.327.327%2c0%2c0%2c1%2c.094.129.43.43%2c0%2c0%2c1%2c.035.115.28.28%2c0%2c0%2c1%2c0%2c.107.262.262%2c0%2c0%2c1-.046.1.316.316%2c0%2c0%2c1-.092.08l-.008%2c0%2c.057.091.333-.151Z' transform='translate(-157.077 -19.794)' fill='%23000e10'/%3e%3cpath id='Path_7741' data-name='Path 7741' d='M118.153%2c59.131l-.008%2c0c-.168.085-.286.067-.363-.057l-.128-.207.3-.187.071.114c.022.035-.01.085-.094.147l-.006%2c0%2c.052.084.381-.212-.054-.086-.007%2c0c-.091.047-.15.051-.175.01l-.076-.122.261-.161.153.247c.052.084.026.163-.079.241l-.007.005.064.091.271-.168-.474-.763%2c0-.008-.082.051%2c0%2c.008a.144.144%2c0%2c0%2c1%2c.032.1.038.038%2c0%2c0%2c1-.018.025l-.609.378c-.03.019-.064%2c0-.1-.066l0-.008-.08.049.474.763%2c0%2c.007.356-.182Z' transform='translate(-114.127 -42.474)' fill='%23000e10'/%3e%3cpath id='Path_7742' data-name='Path 7742' d='M120.66%2c62.463l.384.008a.185.185%2c0%2c0%2c1%2c.075.018.193.193%2c0%2c0%2c1%2c.064.052l.005.007.075-.062-.251-.3-.006-.007-.075.062.046.056a.061.061%2c0%2c0%2c1%2c.018.039.021.021%2c0%2c0%2c1-.008.014.069.069%2c0%2c0%2c1-.045.014h-.26l.068-.256a.061.061%2c0%2c0%2c1%2c.017-.032c.008-.006.018-.01.034.009l.054.066.075-.062-.3-.366-.006-.007-.075.062.006.007a.151.151%2c0%2c0%2c1%2c.035.066.165.165%2c0%2c0%2c1%2c0%2c.07l-.105.408-.466-.006a.172.172%2c0%2c0%2c1-.135-.066l-.006-.007-.073.06.267.323.005.007.073-.06-.065-.078a.08.08%2c0%2c0%2c1-.021-.036.022.022%2c0%2c0%2c1%2c.01-.02.069.069%2c0%2c0%2c1%2c.044-.012h0l.334%2c0-.086.321a.078.078%2c0%2c0%2c1-.02.039c-.008.007-.017.01-.032-.008l-.076-.092-.073.06.327.4.006.007.073-.06-.006-.007a.14.14%2c0%2c0%2c1-.035-.066.176.176%2c0%2c0%2c1%2c.005-.07Z' transform='translate(-115.903 -45.102)' fill='%23000e10'/%3e%3cpath id='Path_7743' data-name='Path 7743' d='M124.139%2c65.956a.359.359%2c0%2c0%2c0%2c.124-.092.337.337%2c0%2c0%2c0%2c.079-.127.23.23%2c0%2c0%2c0%2c0-.123.336.336%2c0%2c0%2c0-.06-.119.862.862%2c0%2c0%2c0-.107-.117l-.39-.361-.006-.006-.066.071.006.006c.081.075.054.1.045.114l-.487.525c-.024.025-.063.014-.117-.036l-.007-.006-.064.069.353.327.007.006.064-.069-.006-.006c-.068-.063-.09-.108-.066-.134l.171-.184.145.134a.763.763%2c0%2c0%2c0%2c.126.1.332.332%2c0%2c0%2c0%2c.127.047.239.239%2c0%2c0%2c0%2c.126-.017m-.067-.5a.2.2%2c0%2c0%2c1%2c.079.134.167.167%2c0%2c0%2c1-.053.122.2.2%2c0%2c0%2c1-.128.073.2.2%2c0%2c0%2c1-.141-.067L123.7%2c65.6l.243-.262Z' transform='translate(-118.306 -47.511)' fill='%23000e10'/%3e%3cpath id='Path_7744' data-name='Path 7744' d='M127.292%2c68.664c-.122.143-.239.172-.358.086l-.2-.141.207-.288.109.079c.034.024.023.082-.031.172l0%2c.007.08.057.271-.342-.083-.059-.005.006c-.066.079-.118.1-.158.076l-.117-.084.179-.249.237.17c.08.058.087.14.019.252l0%2c.008.094.06.185-.259-.73-.523-.007-.005-.056.079.007.005a.147.147%2c0%2c0%2c1%2c.067.077.04.04%2c0%2c0%2c1-.008.03l-.418.583a.038.038%2c0%2c0%2c1-.025.017.144.144%2c0%2c0%2c1-.095-.038l-.008-.005-.055.077.737.528.259-.3-.087-.075Z' transform='translate(-120.711 -49.464)' fill='%23000e10'/%3e%3cpath id='Path_7745' data-name='Path 7745' d='M131.21%2c70.364a.952.952%2c0%2c0%2c0-.11-.069l-.514-.274-.046.085.008%2c0c.1.052.079.087.073.1l-.336.632c-.016.031-.057.029-.122-.005l-.008%2c0-.045.084.433.231.045-.084-.008%2c0a.3.3%2c0%2c0%2c1-.089-.064.042.042%2c0%2c0%2c1-.01-.049l.154-.29.172.092a.12.12%2c0%2c0%2c1%2c.075.094.312.312%2c0%2c0%2c1-.048.155l-.047.089a.183.183%2c0%2c0%2c0-.019.134.2.2%2c0%2c0%2c0%2c.113.119.222.222%2c0%2c0%2c0%2c.1.031.113.113%2c0%2c0%2c0%2c.042-.008.174.174%2c0%2c0%2c0%2c.092-.084l.029-.055-.078-.042-.034.065a.056.056%2c0%2c0%2c1-.027.029.032.032%2c0%2c0%2c1-.028%2c0%2c.031.031%2c0%2c0%2c1-.016-.021.059.059%2c0%2c0%2c1%2c.009-.038l.058-.109a.461.461%2c0%2c0%2c0%2c.04-.1.236.236%2c0%2c0%2c0%2c.009-.081.181.181%2c0%2c0%2c0-.019-.069.242.242%2c0%2c0%2c0-.024-.039.309.309%2c0%2c0%2c0%2c.05%2c0h0a.227.227%2c0%2c0%2c0%2c.074-.013.229.229%2c0%2c0%2c0%2c.072-.041.252.252%2c0%2c0%2c0%2c.059-.076.259.259%2c0%2c0%2c0%2c.036-.133.216.216%2c0%2c0%2c0-.035-.108.335.335%2c0%2c0%2c0-.084-.086m-.384-.067.186.1a.17.17%2c0%2c0%2c1%2c.088.088.143.143%2c0%2c0%2c1-.017.114.151.151%2c0%2c0%2c1-.091.086.177.177%2c0%2c0%2c1-.12-.025l-.186-.1Z' transform='translate(-123.428 -51.169)' fill='%23000e10'/%3e%3cpath id='Path_7746' data-name='Path 7746' d='M135.257%2c72.01l-.145.391%2c0%2c.008.093.04%2c0-.008a.9.9%2c0%2c0%2c1%2c.07-.132.286.286%2c0%2c0%2c1%2c.066-.074.122.122%2c0%2c0%2c1%2c.066-.025.207.207%2c0%2c0%2c1%2c.076.014l.106.039-.259.7c0%2c.012-.018.049-.122.011l-.008%2c0-.033.088.425.158.008%2c0%2c.033-.088-.008%2c0a.146.146%2c0%2c0%2c1-.086-.058.037.037%2c0%2c0%2c1%2c0-.031l.259-.7.105.039a.2.2%2c0%2c0%2c1%2c.066.039.117.117%2c0%2c0%2c1%2c.034.062.289.289%2c0%2c0%2c1%2c0%2c.1.888.888%2c0%2c0%2c1-.033.145l0%2c.008.1.031.148-.4Z' transform='translate(-127.078 -52.62)' fill='%23000e10'/%3e%3cpath id='Path_7747' data-name='Path 7747' d='M139.741%2c74.234a.6.6%2c0%2c0%2c1-.054.127.234.234%2c0%2c0%2c1-.063.072.158.158%2c0%2c0%2c1-.074.029.262.262%2c0%2c0%2c1-.089-.006l-.247-.057.165-.723c.008-.034.058-.041.148-.02l.009%2c0%2c.022-.094-.478-.11-.022.094.009%2c0a.2.2%2c0%2c0%2c1%2c.08.033.041.041%2c0%2c0%2c1%2c.016.043l-.16.7c-.008.034-.048.043-.119.027l-.009%2c0-.021.092.863.2.008%2c0%2c.122-.381-.1-.035Z' transform='translate(-129.811 -53.675)' fill='%23000e10'/%3e%3cpath id='Path_7748' data-name='Path 7748' d='M143.582%2c74.293l-.011.1.073.008c.046.005.044.022.043.028a.028.028%2c0%2c0%2c1-.005.014l-.248.3-.171-.354a.028.028%2c0%2c0%2c1%2c0-.015.014.014%2c0%2c0%2c1%2c0-.01.04.04%2c0%2c0%2c1%2c.028%2c0l.114.013.011-.1-.5-.056h-.009l-.011.1h.009a.193.193%2c0%2c0%2c1%2c.06.015.066.066%2c0%2c0%2c1%2c.033.032l.241.475-.033.287a.041.041%2c0%2c0%2c1-.032.035.249.249%2c0%2c0%2c1-.1%2c0h-.009l-.011.093.479.055h.009l.011-.093h-.009c-.083-.009-.122-.032-.119-.067l.033-.287.351-.409a.062.062%2c0%2c0%2c1%2c.036-.02.2.2%2c0%2c0%2c1%2c.072%2c0h.009l.011-.1-.353-.04Z' transform='translate(-132.766 -54.232)' fill='%23000e10'/%3e%3cpath id='Path_7749' data-name='Path 7749' d='M150.059%2c74.553a.331.331%2c0%2c0%2c0-.128-.037.914.914%2c0%2c0%2c0-.159%2c0l-.538.042.007.1h.009a.194.194%2c0%2c0%2c1%2c.086.008.04.04%2c0%2c0%2c1%2c.028.036l.055.714a.039.039%2c0%2c0%2c1-.009.029.145.145%2c0%2c0%2c1-.1.032H149.3l.007.094.489-.038-.007-.094h-.009c-.093.007-.141-.007-.144-.042l-.019-.25.2-.015a.8.8%2c0%2c0%2c0%2c.157-.027.329.329%2c0%2c0%2c0%2c.12-.061.245.245%2c0%2c0%2c0%2c.073-.1.356.356%2c0%2c0%2c0%2c.016-.153.334.334%2c0%2c0%2c0-.039-.144.227.227%2c0%2c0%2c0-.088-.086m-.447.464-.028-.356.174-.013a.208.208%2c0%2c0%2c1%2c.152.033.169.169%2c0%2c0%2c1%2c.054.121.164.164%2c0%2c0%2c1-.178.2Z' transform='translate(-137.39 -54.447)' fill='%23000e10'/%3e%3cpath id='Path_7750' data-name='Path 7750' d='M154.383%2c74.534l-.087.018.015.072a.059.059%2c0%2c0%2c1%2c0%2c.039.033.033%2c0%2c0%2c1-.023.016.03.03%2c0%2c0%2c1-.026-.006.059.059%2c0%2c0%2c1-.018-.035l-.025-.121a.448.448%2c0%2c0%2c0-.032-.1.238.238%2c0%2c0%2c0-.045-.068.178.178%2c0%2c0%2c0-.059-.041.243.243%2c0%2c0%2c0-.044-.014.3.3%2c0%2c0%2c0%2c.041-.029.22.22%2c0%2c0%2c0%2c.051-.059.23.23%2c0%2c0%2c0%2c.029-.078.294.294%2c0%2c0%2c0-.061-.221.215.215%2c0%2c0%2c0-.1-.06.333.333%2c0%2c0%2c0-.12-.012.952.952%2c0%2c0%2c0-.129.018l-.561.119-.009%2c0%2c.02.1.009%2c0a.189.189%2c0%2c0%2c1%2c.086%2c0%2c.041.041%2c0%2c0%2c1%2c.032.032l.148.7a.04.04%2c0%2c0%2c1%2c0%2c.031.146.146%2c0%2c0%2c1-.092.044l-.009%2c0%2c.02.093.471-.1.009%2c0-.02-.094-.009%2c0a.2.2%2c0%2c0%2c1-.133%2c0%2c.032.032%2c0%2c0%2c1-.015-.022l-.068-.321.191-.04a.12.12%2c0%2c0%2c1%2c.118.023.315.315%2c0%2c0%2c1%2c.063.15l.021.1a.181.181%2c0%2c0%2c0%2c.072.115.2.2%2c0%2c0%2c0%2c.163.019.176.176%2c0%2c0%2c0%2c.126-.076.173.173%2c0%2c0%2c0%2c.016-.124Zm-.464-.311a.175.175%2c0%2c0%2c1-.108.058l-.206.044-.062-.292.206-.043c.1-.022.164.014.184.11a.151.151%2c0%2c0%2c1-.015.124' transform='translate(-140.272 -53.954)' fill='%23000e10'/%3e%3cpath id='Path_7751' data-name='Path 7751' d='M158.838%2c72.667a.422.422%2c0%2c0%2c0-.155-.117.4.4%2c0%2c0%2c0-.182-.029.718.718%2c0%2c0%2c0-.2.043.661.661%2c0%2c0%2c0-.211.116.42.42%2c0%2c0%2c0-.117.159.447.447%2c0%2c0%2c0-.03.2.8.8%2c0%2c0%2c0%2c.049.223.645.645%2c0%2c0%2c0%2c.117.21.413.413%2c0%2c0%2c0%2c.154.112.4.4%2c0%2c0%2c0%2c.148.028h.033a.739.739%2c0%2c0%2c0%2c.2-.044.648.648%2c0%2c0%2c0%2c.2-.113.436.436%2c0%2c0%2c0%2c.12-.156A.443.443%2c0%2c0%2c0%2c159%2c73.1a.675.675%2c0%2c0%2c0-.043-.216.706.706%2c0%2c0%2c0-.12-.219m-.051.6a.221.221%2c0%2c0%2c1-.062.1.362.362%2c0%2c0%2c1-.128.073.341.341%2c0%2c0%2c1-.117.022.189.189%2c0%2c0%2c1-.1-.033.358.358%2c0%2c0%2c1-.1-.106%2c1%2c1%2c0%2c0%2c1-.093-.2.6.6%2c0%2c0%2c1-.035-.15.292.292%2c0%2c0%2c1%2c.013-.124.237.237%2c0%2c0%2c1%2c.066-.1.371.371%2c0%2c0%2c1%2c.123-.07.336.336%2c0%2c0%2c1%2c.114-.022h0a.194.194%2c0%2c0%2c1%2c.1.03.334.334%2c0%2c0%2c1%2c.1.1.849.849%2c0%2c0%2c1%2c.088.184.8.8%2c0%2c0%2c1%2c.042.164.321.321%2c0%2c0%2c1-.006.131' transform='translate(-143.747 -52.992)' fill='%23000e10'/%3e%3cpath id='Path_7752' data-name='Path 7752' d='M163.145%2c70.858l-.111.017%2c0%2c.009a.356.356%2c0%2c0%2c1-.018.211.376.376%2c0%2c0%2c1-.283.192.254.254%2c0%2c0%2c1-.119-.018.334.334%2c0%2c0%2c1-.112-.077.581.581%2c0%2c0%2c1-.1-.142.7.7%2c0%2c0%2c1-.06-.155.37.37%2c0%2c0%2c1-.009-.14.263.263%2c0%2c0%2c1%2c.05-.119.338.338%2c0%2c0%2c1%2c.117-.095.275.275%2c0%2c0%2c1%2c.2-.029.336.336%2c0%2c0%2c1%2c.17.11l.005.006.1-.061-.156-.3%2c0-.008-.1.053.009.083a.365.365%2c0%2c0%2c0-.128-.009.487.487%2c0%2c0%2c0-.183.058.6.6%2c0%2c0%2c0-.163.122.445.445%2c0%2c0%2c0-.121.364.655.655%2c0%2c0%2c0%2c.075.23.6.6%2c0%2c0%2c0%2c.143.185.449.449%2c0%2c0%2c0%2c.175.092.459.459%2c0%2c0%2c0%2c.113.014.5.5%2c0%2c0%2c0%2c.079-.006.666.666%2c0%2c0%2c0%2c.2-.067.515.515%2c0%2c0%2c0%2c.147-.11.4.4%2c0%2c0%2c0%2c.106-.266.617.617%2c0%2c0%2c0-.012-.136Z' transform='translate(-146.798 -51.344)' fill='%23000e10'/%3e%3cpath id='Path_7753' data-name='Path 7753' d='M166.325%2c68.2l-.259-.365c-.02-.029%2c0-.065.06-.108l.007-.005-.056-.079-.322.228.056.079.007-.005a.289.289%2c0%2c0%2c1%2c.1-.05.042.042%2c0%2c0%2c1%2c.046.014l.259.365a.653.653%2c0%2c0%2c1%2c.069.119.224.224%2c0%2c0%2c1%2c.02.1.175.175%2c0%2c0%2c1-.032.089.344.344%2c0%2c0%2c1-.088.085.339.339%2c0%2c0%2c1-.109.055.167.167%2c0%2c0%2c1-.092%2c0%2c.229.229%2c0%2c0%2c1-.086-.054.687.687%2c0%2c0%2c1-.089-.105l-.259-.365a.041.041%2c0%2c0%2c1%2c0-.048.276.276%2c0%2c0%2c1%2c.079-.074l.007-.005-.056-.079-.4.281.056.079.007-.005a.2.2%2c0%2c0%2c1%2c.078-.038.041.041%2c0%2c0%2c1%2c.043.017l.259.365a.641.641%2c0%2c0%2c0%2c.125.135.338.338%2c0%2c0%2c0%2c.143.068.3.3%2c0%2c0%2c0%2c.061.006.357.357%2c0%2c0%2c0%2c.1-.014.578.578%2c0%2c0%2c0%2c.177-.089.562.562%2c0%2c0%2c0%2c.14-.135.315.315%2c0%2c0%2c0%2c.056-.145.347.347%2c0%2c0%2c0-.021-.154.683.683%2c0%2c0%2c0-.087-.162' transform='translate(-149.039 -49.433)' fill='%23000e10'/%3e%3cpath id='Path_7754' data-name='Path 7754' d='M170.158%2c65.72l-.065.061.05.053a.055.055%2c0%2c0%2c1%2c.018.035.035.035%2c0%2c0%2c1-.036.035.056.056%2c0%2c0%2c1-.033-.021l-.085-.09a.472.472%2c0%2c0%2c0-.079-.069.246.246%2c0%2c0%2c0-.074-.034.186.186%2c0%2c0%2c0-.072%2c0%2c.258.258%2c0%2c0%2c0-.044.011.3.3%2c0%2c0%2c0%2c.02-.045.225.225%2c0%2c0%2c0%2c0-.158.247.247%2c0%2c0%2c0-.053-.081.261.261%2c0%2c0%2c0-.114-.076.213.213%2c0%2c0%2c0-.113%2c0%2c.335.335%2c0%2c0%2c0-.109.052%2c1.033%2c1.033%2c0%2c0%2c0-.1.083l-.417.393-.007.006.067.07.006-.006c.053-.05.092-.063.116-.037l.491.521c.024.026.009.064-.044.114l-.007.006.066.069.35-.33.006-.006-.065-.069-.006.006c-.067.063-.114.083-.138.058l-.226-.239.142-.133a.121.121%2c0%2c0%2c1%2c.113-.041.316.316%2c0%2c0%2c1%2c.131.095l.069.073a.182.182%2c0%2c0%2c0%2c.121.061.2.2%2c0%2c0%2c0%2c.148-.069.156.156%2c0%2c0%2c0%2c.018-.244ZM169.6%2c65.7a.177.177%2c0%2c0%2c1-.062.106l-.153.145-.2-.217.154-.145a.169.169%2c0%2c0%2c1%2c.111-.055h0a.142.142%2c0%2c0%2c1%2c.1.053.149.149%2c0%2c0%2c1%2c.052.113' transform='translate(-151.704 -47.742)' fill='%23000e10'/%3e%3cpath id='Path_7755' data-name='Path 7755' d='M173%2c62.125l.006.006c.135.131.156.249.064.362l-.153.188-.275-.224.085-.1c.026-.032.083-.018.17.041l.007%2c0%2c.062-.076-.318-.285-.007-.006-.064.079.006.006c.074.07.1.125.067.162l-.091.111-.238-.193.184-.226c.063-.077.146-.078.253%2c0l.007%2c0%2c.065-.09-.247-.2-.573.7.075.061.006-.007c.046-.057.083-.074.111-.052l.556.452a.038.038%2c0%2c0%2c1%2c.015.027.145.145%2c0%2c0%2c1-.044.092l-.006.007.073.059.567-.7.005-.006-.288-.278Z' transform='translate(-154.015 -45.08)' fill='%23000e10'/%3e%3cpath id='Path_7756' data-name='Path 7756' d='M175.782%2c58.837a.376.376%2c0%2c0%2c0-.09-.167.881.881%2c0%2c0%2c0-.2-.16.794.794%2c0%2c0%2c0-.224-.1.317.317%2c0%2c0%2c0-.175%2c0%2c.354.354%2c0%2c0%2c0-.144.1%2c1.151%2c1.151%2c0%2c0%2c0-.129.174l-.279.452.082.05%2c0-.008c.039-.062.073-.085.1-.066l.61.375c.011.007.045.028-.013.122l0%2c.008.08.049.279-.452a.835.835%2c0%2c0%2c0%2c.092-.2.363.363%2c0%2c0%2c0%2c.008-.181m-.152.18a.251.251%2c0%2c0%2c1-.041.117l-.11.18-.654-.4.11-.18a.321.321%2c0%2c0%2c1%2c.081-.093.169.169%2c0%2c0%2c1%2c.093-.033.284.284%2c0%2c0%2c1%2c.116.023%2c1.019%2c1.019%2c0%2c0%2c1%2c.149.078%2c1.2%2c1.2%2c0%2c0%2c1%2c.143.1.373.373%2c0%2c0%2c1%2c.087.1.2.2%2c0%2c0%2c1%2c.025.106' transform='translate(-155.865 -42.684)' fill='%23000e10'/%3e%3cpath id='Path_7757' data-name='Path 7757' d='M113.319%2c43.372v-.613c0-.013%2c0-.028%2c0-.044s0-.035.006-.057v-.009l-.134-.015%2c0%2c.006a.237.237%2c0%2c0%2c1-.232.143h-.009l.006.085h.165v.5c0%2c.029-.05.045-.146.045h-.009v.089h.486v-.089h-.009c-.082%2c0-.123-.015-.123-.045' transform='translate(-110.901 -31.175)' fill='%23000e10'/%3e%3cpath id='Path_7758' data-name='Path 7758' d='M115.8%2c42.757a.256.256%2c0%2c0%2c0-.109-.079.41.41%2c0%2c0%2c0-.146-.024.506.506%2c0%2c0%2c0-.172.025.276.276%2c0%2c0%2c0-.107.067.233.233%2c0%2c0%2c0-.055.1.394.394%2c0%2c0%2c0-.015.111.3.3%2c0%2c0%2c0%2c.018.1.247.247%2c0%2c0%2c0%2c.053.086.252.252%2c0%2c0%2c0%2c.086.057.312.312%2c0%2c0%2c0%2c.116.021.278.278%2c0%2c0%2c0%2c.226-.087.914.914%2c0%2c0%2c1-.012.143.294.294%2c0%2c0%2c1-.037.1.131.131%2c0%2c0%2c1-.059.052.211.211%2c0%2c0%2c1-.084.016.3.3%2c0%2c0%2c1-.1-.016.131.131%2c0%2c0%2c1-.051-.031.074.074%2c0%2c0%2c0%2c.032-.022.077.077%2c0%2c0%2c0%2c.021-.055.092.092%2c0%2c0%2c0-.1-.1.093.093%2c0%2c0%2c0-.073.028.108.108%2c0%2c0%2c0-.025.074.153.153%2c0%2c0%2c0%2c.024.084.219.219%2c0%2c0%2c0%2c.066.066.352.352%2c0%2c0%2c0%2c.1.043.437.437%2c0%2c0%2c0%2c.121.016.388.388%2c0%2c0%2c0%2c.176-.036.32.32%2c0%2c0%2c0%2c.116-.1.4.4%2c0%2c0%2c0%2c.064-.139.662.662%2c0%2c0%2c0%2c.019-.161.864.864%2c0%2c0%2c0-.022-.21.37.37%2c0%2c0%2c0-.066-.141m-.265.359a.171.171%2c0%2c0%2c1-.06-.01.12.12%2c0%2c0%2c1-.048-.032.157.157%2c0%2c0%2c1-.032-.057.264.264%2c0%2c0%2c1-.012-.086.2.2%2c0%2c0%2c1%2c.044-.144.145.145%2c0%2c0%2c1%2c.109-.045.153.153%2c0%2c0%2c1%2c.06.011.114.114%2c0%2c0%2c1%2c.046.033.158.158%2c0%2c0%2c1%2c.031.059.307.307%2c0%2c0%2c1%2c.011.089.191.191%2c0%2c0%2c1-.042.139.144.144%2c0%2c0%2c1-.107.042' transform='translate(-112.543 -31.19)' fill='%23000e10'/%3e%3cpath id='Path_7759' data-name='Path 7759' d='M179.833%2c43.041a.278.278%2c0%2c0%2c0%2c.1-.066.158.158%2c0%2c0%2c0%2c.047-.111.182.182%2c0%2c0%2c0-.025-.1.207.207%2c0%2c0%2c0-.068-.067.316.316%2c0%2c0%2c0-.1-.039.629.629%2c0%2c0%2c0-.251%2c0%2c.31.31%2c0%2c0%2c0-.1.04.2.2%2c0%2c0%2c0-.068.07.2.2%2c0%2c0%2c0-.025.1.188.188%2c0%2c0%2c0%2c.013.07.214.214%2c0%2c0%2c0%2c.036.058.285.285%2c0%2c0%2c0%2c.052.046.348.348%2c0%2c0%2c0%2c.04.024.258.258%2c0%2c0%2c0-.126.08.219.219%2c0%2c0%2c0-.049.139.215.215%2c0%2c0%2c0%2c.027.109.226.226%2c0%2c0%2c0%2c.075.077.34.34%2c0%2c0%2c0%2c.112.046.634.634%2c0%2c0%2c0%2c.14.015.607.607%2c0%2c0%2c0%2c.14-.015.338.338%2c0%2c0%2c0%2c.111-.047.241.241%2c0%2c0%2c0%2c.046-.35.281.281%2c0%2c0%2c0-.128-.083m-.037-.091a.212.212%2c0%2c0%2c1-.079.047c-.025-.007-.049-.015-.071-.025a.331.331%2c0%2c0%2c1-.062-.032.171.171%2c0%2c0%2c1-.042-.038.076.076%2c0%2c0%2c1-.015-.046.1.1%2c0%2c0%2c1%2c.035-.08.179.179%2c0%2c0%2c1%2c.112-.029.218.218%2c0%2c0%2c1%2c.071.01.127.127%2c0%2c0%2c1%2c.046.026.09.09%2c0%2c0%2c1%2c.024.037.128.128%2c0%2c0%2c1%2c.008.044.119.119%2c0%2c0%2c1-.027.086m-.3.23a.167.167%2c0%2c0%2c1%2c.086-.06c.027.011.055.021.084.03a.5.5%2c0%2c0%2c1%2c.083.034.21.21%2c0%2c0%2c1%2c.062.049.112.112%2c0%2c0%2c1%2c.023.073c0%2c.087-.059.129-.18.129a.207.207%2c0%2c0%2c1-.139-.04.135.135%2c0%2c0%2c1-.045-.107.2.2%2c0%2c0%2c1%2c.025-.108' transform='translate(-159.346 -31.186)' fill='%23000e10'/%3e%3cpath id='Path_7760' data-name='Path 7760' d='M182.883%2c42.6l-.008.012a.18.18%2c0%2c0%2c1-.045.05.1.1%2c0%2c0%2c1-.056.015.289.289%2c0%2c0%2c1-.095-.013c-.025-.009-.049-.019-.071-.029s-.046-.02-.072-.029a.294.294%2c0%2c0%2c0-.1-.014.182.182%2c0%2c0%2c0-.076.014.13.13%2c0%2c0%2c0-.049.038.146.146%2c0%2c0%2c0-.027.056.285.285%2c0%2c0%2c0-.008.066c0%2c.01%2c0%2c.021%2c0%2c.034a.339.339%2c0%2c0%2c0%2c0%2c.036v.008h.07v-.007a.152.152%2c0%2c0%2c1%2c.014-.045.1.1%2c0%2c0%2c1%2c.02-.028.057.057%2c0%2c0%2c1%2c.022-.013.112.112%2c0%2c0%2c1%2c.075.005l.052.022a.5.5%2c0%2c0%2c0%2c.057.023.214.214%2c0%2c0%2c0%2c.069.01.3.3%2c0%2c0%2c0%2c.05%2c0l.006%2c0c-.029.025-.058.05-.084.077a.793.793%2c0%2c0%2c0-.1.13.665.665%2c0%2c0%2c0-.07.149.536.536%2c0%2c0%2c0-.026.168.216.216%2c0%2c0%2c0%2c.029.118.114.114%2c0%2c0%2c0%2c.144.033.088.088%2c0%2c0%2c0%2c.032-.033.132.132%2c0%2c0%2c0%2c.015-.046.363.363%2c0%2c0%2c0%2c0-.052c0-.013%2c0-.027%2c0-.042s0-.028%2c0-.042a1.042%2c1.042%2c0%2c0%2c1%2c.011-.155.489.489%2c0%2c0%2c1%2c.04-.13.733.733%2c0%2c0%2c1%2c.082-.133c.035-.046.082-.1.139-.163l0%2c0Z' transform='translate(-161.512 -31.142)' fill='%23000e10'/%3e%3cpath id='Path_7761' data-name='Path 7761' d='M142.832%2c31.1a1.223%2c1.223%2c0%2c0%2c0-.427-.526%2c1.716%2c1.716%2c0%2c0%2c0-.688-.265%2c5.407%2c5.407%2c0%2c0%2c0-.921-.071h-1.818c-.007.121-.015.235-.027.34a2.105%2c2.105%2c0%2c0%2c1-.148.614.766.766%2c0%2c0%2c1-.3.359.944.944%2c0%2c0%2c1-.5.117h-.862V27.953h.862a1.32%2c1.32%2c0%2c0%2c1%2c.5.079.59.59%2c0%2c0%2c1%2c.3.279%2c1.559%2c1.559%2c0%2c0%2c1%2c.148.538%2c6.857%2c6.857%2c0%2c0%2c1%2c.04.748h1.441a4.125%2c4.125%2c0%2c0%2c0-.151-1.172%2c1.534%2c1.534%2c0%2c0%2c0-.462-.738%2c1.7%2c1.7%2c0%2c0%2c0-.79-.348%2c6.261%2c6.261%2c0%2c0%2c0-1.134-.09h-2.765v.566q.614%2c0%2c.614.317v3.358q0%2c.317-.614.317v.566H137.9a4.689%2c4.689%2c0%2c0%2c0%2c1.134-.121%2c1.681%2c1.681%2c0%2c0%2c0%2c.79-.428%2c1.828%2c1.828%2c0%2c0%2c0%2c.431-.738h.173c.662%2c0%2c.88.076%2c1.033.229a.866.866%2c0%2c0%2c1%2c.229.64%2c1.175%2c1.175%2c0%2c0%2c1-.229.815c-.153.163-.332.245-1.033.245h-2.293v2.368q0%2c.364-.7.364V36.4h2.982v-.648q-.878%2c0-.878-.364v-1.53H140.8a3.919%2c3.919%2c0%2c0%2c0%2c.921-.1%2c1.736%2c1.736%2c0%2c0%2c0%2c.688-.324%2c1.419%2c1.419%2c0%2c0%2c0%2c.427-.589%2c2.377%2c2.377%2c0%2c0%2c0%2c.146-.886%2c2.134%2c2.134%2c0%2c0%2c0-.146-.854' transform='translate(-127.094 -19.945)' fill='%23000e10'/%3e%3c/g%3e%3c/svg%3e");
}

.top-bar .menu li.icon--ne:before, .off-canvas .menu li.icon--ne:before {
  content: url("data:image/svg+xml,%3csvg id='NEF-logo-emblem-wild_sand-rgb' data-name='NEF-logo-emblem-wild sand-rgb' xmlns='http://www.w3.org/2000/svg' width='23.27' height='23.27' viewBox='0 0 23.27 23.27'%3e%3cg id='Group_6251' data-name='Group 6251' transform='translate(0 0)'%3e%3ccircle id='Ellipse_1096' data-name='Ellipse 1096' cx='11.635' cy='11.635' r='11.635' fill='%23f4f3f1'/%3e%3cpath id='Path_8371' data-name='Path 8371' d='M38.442%2c27.61A10.832%2c10.832%2c0%2c1%2c0%2c49.274%2c38.442%2c10.844%2c10.844%2c0%2c0%2c0%2c38.442%2c27.61ZM48.9%2c38.442A10.453%2c10.453%2c0%2c1%2c1%2c38.442%2c27.989%2c10.465%2c10.465%2c0%2c0%2c1%2c48.9%2c38.442Z' transform='translate(-26.807 -26.807)' fill='%23001014'/%3e%3c/g%3e%3cg id='Group_6258' data-name='Group 6258' transform='translate(2.233 2.409)'%3e%3cpath id='Path_8372' data-name='Path 8372' d='M156.627%2c149.36a7.288%2c7.288%2c0%2c1%2c0%2c7.288%2c7.288A7.3%2c7.3%2c0%2c0%2c0%2c156.627%2c149.36Zm7.156%2c7.288a7.156%2c7.156%2c0%2c1%2c1-7.156-7.156A7.164%2c7.164%2c0%2c0%2c1%2c163.783%2c156.648Z' transform='translate(-147.231 -147.426)' fill='%23001014'/%3e%3cg id='Group_6252' data-name='Group 6252' transform='translate(0.976)'%3e%3cpath id='Path_8373' data-name='Path 8373' d='M111.334%2c265.642c-.042.1-.076.083-.088.078l-.634-.269a.039.039%2c0%2c0%2c1-.025-.036.188.188%2c0%2c0%2c1%2c.019-.081l0-.008-.086-.036-.17.4%2c0%2c.008.086.036%2c0-.008c.028-.066.058-.092.089-.079l.634.269a.037.037%2c0%2c0%2c1%2c.021.021.142.142%2c0%2c0%2c1-.016.1l0%2c.008.083.035.17-.4%2c0-.008-.083-.035%2c0%2c.008Z' transform='translate(-110.35 -259.985)' fill='%23001014'/%3e%3cpath id='Path_8374' data-name='Path 8374' d='M119.726%2c225.968a.14.14%2c0%2c0%2c1%2c.026-.095l0-.008-.081-.045-.172.309.081.045%2c0-.008c.023-.042.046-.066.067-.072a.037.037%2c0%2c0%2c1%2c.029%2c0l.546.305-.9.044h0l-.175.313.081.045%2c0-.008c.034-.061.067-.084.1-.068l.6.336c.011.006.044.025-.007.117l0%2c.008.079.044.172-.309-.079-.044%2c0%2c.008q-.051.092-.1.068l-.532-.3.885-.047.123-.22-.725-.4a.037.037%2c0%2c0%2c1-.019-.023Z' transform='translate(-118.894 -221.662)' fill='%23001014'/%3e%3cpath id='Path_8375' data-name='Path 8375' d='M142.469%2c197.3a.76.76%2c0%2c0%2c0-.2-.118.3.3%2c0%2c0%2c0-.168-.012.339.339%2c0%2c0%2c0-.146.08%2c1.089%2c1.089%2c0%2c0%2c0-.139.155l-.3.4-.005.007.074.056.005-.007c.043-.056.078-.074.1-.054l.549.416c.027.02.019.059-.024.115l-.005.007.072.055.309-.407a.8.8%2c0%2c0%2c0%2c.106-.181.35.35%2c0%2c0%2c0%2c.025-.172.364.364%2c0%2c0%2c0-.07-.169.852.852%2c0%2c0%2c0-.177-.172Zm.085.5a.242.242%2c0%2c0%2c1-.05.108l-.122.161-.588-.445.122-.162a.307.307%2c0%2c0%2c1%2c.086-.082.159.159%2c0%2c0%2c1%2c.092-.023.267.267%2c0%2c0%2c1%2c.109.033.992.992%2c0%2c0%2c1%2c.135.088%2c1.136%2c1.136%2c0%2c0%2c1%2c.127.111.361.361%2c0%2c0%2c1%2c.074.106.189.189%2c0%2c0%2c1%2c.014.1Z' transform='translate(-140.594 -193.842)' fill='%23001014'/%3e%3cpath id='Path_8376' data-name='Path 8376' d='M168.514%2c161.218l-.3-.3c-.024-.024-.01-.061.04-.112l.006-.006-.066-.066-.262.262-.006.006.066.066.006-.006a.279.279%2c0%2c0%2c1%2c.083-.063.04.04%2c0%2c0%2c1%2c.046.006l.3.3a.635.635%2c0%2c0%2c1%2c.085.1.211.211%2c0%2c0%2c1%2c.035.092.168.168%2c0%2c0%2c1-.016.089.337.337%2c0%2c0%2c1-.07.094.332.332%2c0%2c0%2c1-.094.07.161.161%2c0%2c0%2c1-.087.013.223.223%2c0%2c0%2c1-.09-.037.655.655%2c0%2c0%2c1-.1-.086l-.3-.3a.039.039%2c0%2c0%2c1-.006-.046.266.266%2c0%2c0%2c1%2c.063-.083l.006-.006-.066-.066-.331.331.066.066.006-.006a.184.184%2c0%2c0%2c1%2c.068-.048.039.039%2c0%2c0%2c1%2c.043.009l.3.3a.628.628%2c0%2c0%2c0%2c.14.108.329.329%2c0%2c0%2c0%2c.146.042h.01a.33.33%2c0%2c0%2c0%2c.141-.034.558.558%2c0%2c0%2c0%2c.153-.113.545.545%2c0%2c0%2c0%2c.111-.15.3.3%2c0%2c0%2c0%2c.03-.147.334.334%2c0%2c0%2c0-.045-.143.673.673%2c0%2c0%2c0-.109-.14Z' transform='translate(-165.79 -158.465)' fill='%23001014'/%3e%3cpath id='Path_8377' data-name='Path 8377' d='M203.525%2c139.583a.271.271%2c0%2c0%2c0-.1-.087.258.258%2c0%2c0%2c0-.114-.021.381.381%2c0%2c0%2c0-.118.024%2c1.161%2c1.161%2c0%2c0%2c0-.116.05l-.11.056a.672.672%2c0%2c0%2c1-.1.043.211.211%2c0%2c0%2c1-.081.013.078.078%2c0%2c0%2c1-.058-.034.1.1%2c0%2c0%2c1-.016-.11.309.309%2c0%2c0%2c1%2c.1-.116.416.416%2c0%2c0%2c1%2c.1-.058.27.27%2c0%2c0%2c1%2c.1-.02h0a.254.254%2c0%2c0%2c1%2c.1.022.3.3%2c0%2c0%2c1%2c.1.069l.006.006.073-.073-.209-.271-.005-.007-.066.051v0a.129.129%2c0%2c0%2c1%2c0%2c.046.047.047%2c0%2c0%2c1-.014.029.089.089%2c0%2c0%2c1-.043.015.451.451%2c0%2c0%2c0-.11.031.573.573%2c0%2c0%2c0-.127.077.478.478%2c0%2c0%2c0-.112.115.3.3%2c0%2c0%2c0-.046.113.221.221%2c0%2c0%2c0%2c.008.106.3.3%2c0%2c0%2c0%2c.048.09.338.338%2c0%2c0%2c0%2c.085.081.241.241%2c0%2c0%2c0%2c.092.035.279.279%2c0%2c0%2c0%2c.1%2c0%2c.6.6%2c0%2c0%2c0%2c.107-.034c.028-.012.056-.025.082-.039l.081-.044c.028-.015.053-.028.077-.039a.4.4%2c0%2c0%2c1%2c.068-.025.128.128%2c0%2c0%2c1%2c.056%2c0%2c.064.064%2c0%2c0%2c1%2c.04.026.15.15%2c0%2c0%2c1%2c.035.135.268.268%2c0%2c0%2c1-.1.132.427.427%2c0%2c0%2c1-.118.066.328.328%2c0%2c0%2c1-.111.021h0a.269.269%2c0%2c0%2c1-.106-.024.275.275%2c0%2c0%2c1-.091-.067l-.006-.006-.075.069.22.286.005.007.08-.061%2c0-.006a.112.112%2c0%2c0%2c1%2c0-.051c0-.022.007-.026.008-.026a.073.073%2c0%2c0%2c1%2c.04-.013.424.424%2c0%2c0%2c0%2c.122-.028.539.539%2c0%2c0%2c0%2c.131-.076.6.6%2c0%2c0%2c0%2c.111-.109.337.337%2c0%2c0%2c0%2c.06-.118.257.257%2c0%2c0%2c0%2c0-.124.325.325%2c0%2c0%2c0-.063-.126Z' transform='translate(-199.866 -137.435)' fill='%23001014'/%3e%3cpath id='Path_8378' data-name='Path 8378' d='M228.746%2c117.731a.141.141%2c0%2c0%2c1-.1.029.038.038%2c0%2c0%2c1-.023-.018l-.362-.615.093-.055a.193.193%2c0%2c0%2c1%2c.07-.026.119.119%2c0%2c0%2c1%2c.067.013.278.278%2c0%2c0%2c1%2c.075.058.86.86%2c0%2c0%2c1%2c.088.113l0%2c.007.082-.053-.208-.353-.846.5.2.346%2c0%2c.007.086-.046%2c0-.008a.884.884%2c0%2c0%2c1-.056-.132.274.274%2c0%2c0%2c1-.015-.094.116.116%2c0%2c0%2c1%2c.021-.064.186.186%2c0%2c0%2c1%2c.056-.048l.094-.055.362.615c.017.029%2c0%2c.062-.066.1l-.007%2c0%2c.046.078.383-.226-.046-.078-.007%2c0Z' transform='translate(-224.278 -115.842)' fill='%23001014'/%3e%3cpath id='Path_8379' data-name='Path 8379' d='M265%2c104.614l-.078.033.027.065a.053.053%2c0%2c0%2c1%2c0%2c.037.031.031%2c0%2c0%2c1-.019.019.029.029%2c0%2c0%2c1-.026%2c0%2c.055.055%2c0%2c0%2c1-.023-.03l-.046-.109a.437.437%2c0%2c0%2c0-.048-.088.229.229%2c0%2c0%2c0-.055-.056.179.179%2c0%2c0%2c0-.063-.028.272.272%2c0%2c0%2c0-.044-.005.307.307%2c0%2c0%2c0%2c.034-.034.216.216%2c0%2c0%2c0%2c.05-.144.233.233%2c0%2c0%2c0-.02-.09.248.248%2c0%2c0%2c0-.077-.107.206.206%2c0%2c0%2c0-.1-.04.332.332%2c0%2c0%2c0-.115.01.95.95%2c0%2c0%2c0-.118.04l-.508.213-.008%2c0%2c.036.086.008%2c0a.14.14%2c0%2c0%2c1%2c.1-.015.037.037%2c0%2c0%2c1%2c.021.021l.266.634a.037.037%2c0%2c0%2c1%2c0%2c.029.14.14%2c0%2c0%2c1-.079.058l-.008%2c0%2c.035.085.427-.179.008%2c0-.035-.085-.008%2c0c-.082.034-.131.036-.144.005l-.122-.291.173-.072a.114.114%2c0%2c0%2c1%2c.115%2c0%2c.3.3%2c0%2c0%2c1%2c.087.13l.038.089a.177.177%2c0%2c0%2c0%2c.088.1.191.191%2c0%2c0%2c0%2c.157-.012.171.171%2c0%2c0%2c0%2c.106-.094.167.167%2c0%2c0%2c0-.007-.12l-.023-.055Zm-.773-.057-.111-.265.187-.079a.163.163%2c0%2c0%2c1%2c.119-.012.137.137%2c0%2c0%2c1%2c.075.082.144.144%2c0%2c0%2c1%2c.009.12.17.17%2c0%2c0%2c1-.091.074l-.187.078Z' transform='translate(-259.309 -103.419)' fill='%23001014'/%3e%3cpath id='Path_8380' data-name='Path 8380' d='M303.622%2c94.258a.182.182%2c0%2c0%2c1-.083.01.04.04%2c0%2c0%2c1-.034-.028l-.2-.659c-.01-.032.02-.059.087-.079l.008%2c0-.027-.089-.426.128.027.089.008%2c0a.192.192%2c0%2c0%2c1%2c.083-.011.039.039%2c0%2c0%2c1%2c.034.028l.2.66a.037.037%2c0%2c0%2c1%2c0%2c.029.141.141%2c0%2c0%2c1-.086.05l-.008%2c0%2c.026.087.426-.128-.026-.087-.008%2c0Z' transform='translate(-297.35 -93.103)' fill='%23001014'/%3e%3cpath id='Path_8381' data-name='Path 8381' d='M331.518%2c87.833c-.039.007-.088.011-.1-.015l-.459-.773%2c0-.005-.189.035h-.006l-.163.9a.039.039%2c0%2c0%2c1-.023.026.248.248%2c0%2c0%2c1-.074.022h-.008l.017.092.354-.066.008%2c0-.017-.09-.087.016a.065.065%2c0%2c0%2c1-.044%2c0%2c.019.019%2c0%2c0%2c1-.008-.013.032.032%2c0%2c0%2c1%2c0-.013l.022-.129.377-.07.073.122a.037.037%2c0%2c0%2c1%2c.005.01.013.013%2c0%2c0%2c1%2c0%2c.01.038.038%2c0%2c0%2c1-.024.011l-.12.022.017.09.472-.088.008%2c0-.017-.09h-.008Zm-.463-.191-.3.056.074-.441Z' transform='translate(-324.089 -86.918)' fill='%23001014'/%3e%3cpath id='Path_8382' data-name='Path 8382' d='M369.258%2c83.412a.568.568%2c0%2c0%2c1-.017.132.23.23%2c0%2c0%2c1-.04.083.152.152%2c0%2c0%2c1-.061.046.257.257%2c0%2c0%2c1-.084.017l-.244.012-.037-.712c0-.033.043-.053.132-.058h.009l0-.093-.463.024h-.009l0%2c.093h.008c.071%2c0%2c.107.012.108.045l.035.688a.039.039%2c0%2c0%2c1-.022.038.185.185%2c0%2c0%2c1-.081.018h-.009l0%2c.091.858-.044.012-.376v-.008l-.1-.006v.009Z' transform='translate(-360.935 -82.84)' fill='%23001014'/%3e%3cpath id='Path_8383' data-name='Path 8383' d='M421.382%2c83.473c-.02.1-.051.146-.094.146h-.007l-.147-.019.041-.322.287.037c.09.011.131.079.129.2v.008l.1.006.038-.3V83.23l-.853-.109h-.008l-.012.092h.008a.141.141%2c0%2c0%2c1%2c.092.035.036.036%2c0%2c0%2c1%2c.007.029l-.088.683a.039.039%2c0%2c0%2c1-.029.033.189.189%2c0%2c0%2c1-.083%2c0h-.008l-.012.09.468.06h.008l.011-.09h-.008a.322.322%2c0%2c0%2c1-.108-.028c-.021-.011-.03-.024-.028-.04l.035-.277.138.018c.04%2c0%2c.058.062.053.169V83.9l.091.012.075-.43v-.009l-.095-.012v.008Z' transform='translate(-411.715 -83.112)' fill='%23001014'/%3e%3cpath id='Path_8384' data-name='Path 8384' d='M448.52%2c91.335l-.1-.893v-.006l-.193-.047-.514.751a.04.04%2c0%2c0%2c1-.031.015.248.248%2c0%2c0%2c1-.077-.01l-.008%2c0-.022.09.35.084.008%2c0%2c.022-.089-.086-.021a.076.076%2c0%2c0%2c1-.035-.016.019.019%2c0%2c0%2c1-.006-.019.042.042%2c0%2c0%2c1%2c0-.012l.073-.109.373.09.017.141a.065.065%2c0%2c0%2c1%2c0%2c.012.012.012%2c0%2c0%2c1-.008.01.045.045%2c0%2c0%2c1-.024%2c0l-.118-.029-.022.089.467.112.008%2c0%2c.022-.089-.008%2c0c-.038-.009-.085-.026-.087-.055Zm-.258-.309-.3-.071.248-.372Z' transform='translate(-437.764 -90.17)' fill='%23001014'/%3e%3cpath id='Path_8385' data-name='Path 8385' d='M487.453%2c100.678a.131.131%2c0%2c0%2c1-.04.022.051.051%2c0%2c0%2c1-.032%2c0%2c.092.092%2c0%2c0%2c1-.036-.029.436.436%2c0%2c0%2c0-.084-.078.583.583%2c0%2c0%2c0-.132-.068.473.473%2c0%2c0%2c0-.156-.035.287.287%2c0%2c0%2c0-.12.02.223.223%2c0%2c0%2c0-.086.061.3.3%2c0%2c0%2c0-.052.088.34.34%2c0%2c0%2c0-.025.115.244.244%2c0%2c0%2c0%2c.017.1.276.276%2c0%2c0%2c0%2c.054.083.576.576%2c0%2c0%2c0%2c.085.074c.024.017.05.034.076.05l.08.046c.026.015.05.03.073.045a.412.412%2c0%2c0%2c1%2c.057.045.125.125%2c0%2c0%2c1%2c.031.046.065.065%2c0%2c0%2c1%2c0%2c.047.15.15%2c0%2c0%2c1-.1.1.27.27%2c0%2c0%2c1-.166-.019.433.433%2c0%2c0%2c1-.118-.066.322.322%2c0%2c0%2c1-.077-.088.267.267%2c0%2c0%2c1-.035-.1.276.276%2c0%2c0%2c1%2c.01-.113l0-.008-.1-.028-.129.337%2c0%2c.008.094.036%2c0%2c0a.116.116%2c0%2c0%2c1%2c.041-.03c.021-.009.026-.007.027-.007a.071.071%2c0%2c0%2c1%2c.031.027.429.429%2c0%2c0%2c0%2c.088.089.527.527%2c0%2c0%2c0%2c.133.071.6.6%2c0%2c0%2c0%2c.15.038l.043%2c0a.325.325%2c0%2c0%2c0%2c.09-.012.261.261%2c0%2c0%2c0%2c.108-.063.322.322%2c0%2c0%2c0%2c.075-.119.269.269%2c0%2c0%2c0%2c.02-.134.261.261%2c0%2c0%2c0-.041-.108.382.382%2c0%2c0%2c0-.083-.088%2c1.26%2c1.26%2c0%2c0%2c0-.1-.073l-.106-.065a.649.649%2c0%2c0%2c1-.089-.062.214.214%2c0%2c0%2c1-.053-.063.079.079%2c0%2c0%2c1%2c0-.067.1.1%2c0%2c0%2c1%2c.085-.071.322.322%2c0%2c0%2c1%2c.151.024.423.423%2c0%2c0%2c1%2c.1.055.268.268%2c0%2c0%2c1%2c.07.076.256.256%2c0%2c0%2c1%2c.033.1.308.308%2c0%2c0%2c1-.009.117l0%2c.008.1.024.123-.32%2c0-.008-.077-.03%2c0%2c0Z' transform='translate(-475.514 -99.98)' fill='%23001014'/%3e%3cpath id='Path_8386' data-name='Path 8386' d='M524.833%2c111.626l.1.051a.19.19%2c0%2c0%2c1%2c.058.046.115.115%2c0%2c0%2c1%2c.024.063.283.283%2c0%2c0%2c1-.011.095.85.85%2c0%2c0%2c1-.051.134l0%2c.008.088.042.193-.361-.858-.459-.008%2c0-.189.354%2c0%2c.007.084.05%2c0-.007a.857.857%2c0%2c0%2c1%2c.083-.117.284.284%2c0%2c0%2c1%2c.073-.062.116.116%2c0%2c0%2c1%2c.066-.015.185.185%2c0%2c0%2c1%2c.07.023l.1.051-.337.629c-.016.03-.056.028-.117-.005l-.008%2c0-.043.08.392.21.043-.08-.008%2c0c-.043-.023-.068-.045-.074-.066a.037.037%2c0%2c0%2c1%2c0-.029Z' transform='translate(-512.108 -110.414)' fill='%23001014'/%3e%3cpath id='Path_8387' data-name='Path 8387' d='M549.475%2c132.243l-.006.007c-.117.138-.229.165-.344.083l-.19-.136.2-.277.1.075c.033.023.023.079-.029.166l0%2c.007.077.055.26-.329-.08-.057%2c0%2c.006c-.063.076-.114.1-.151.074l-.113-.081.171-.24.228.163c.077.055.083.135.019.243l0%2c.007.09.057.173-.242.005-.007-.709-.508-.054.076.007%2c0a.191.191%2c0%2c0%2c1%2c.059.059.039.039%2c0%2c0%2c1%2c0%2c.044l-.4.56a.04.04%2c0%2c0%2c1-.041.016.187.187%2c0%2c0%2c1-.075-.036l-.007%2c0-.053.073.7.5.006%2c0%2c.249-.293-.083-.073Z' transform='translate(-535.857 -129.901)' fill='%23001014'/%3e%3cpath id='Path_8388' data-name='Path 8388' d='M578.262%2c155.25l.006.006.064-.068-.251-.236-.006-.006-.064.068.006.006c.051.048.065.085.042.11l-.429.456.176-.885v0l-.255-.24-.006-.006-.064.068.006.006c.077.073.051.1.042.11l-.472.5a.039.039%2c0%2c0%2c1-.043.01.186.186%2c0%2c0%2c1-.069-.046l-.006-.006-.062.066.251.236.006.006.062-.066-.006-.006a.141.141%2c0%2c0%2c1-.053-.082.036.036%2c0%2c0%2c1%2c.011-.027l.417-.444-.169.866v0l.183.172.569-.6C578.173%2c155.19%2c578.211%2c155.2%2c578.262%2c155.25Z' transform='translate(-563.315 -152.368)' fill='%23001014'/%3e%3cpath id='Path_8389' data-name='Path 8389' d='M606.447%2c186.292l-.007%2c0c-.149.1-.265.1-.354-.01l-.147-.181.265-.215.082.1c.025.031%2c0%2c.082-.072.152l-.006.006.06.073.338-.249-.062-.076-.007%2c0c-.08.056-.137.067-.165.031l-.087-.107.229-.186.176.217c.06.074.045.152-.046.239l-.006.006.072.079.238-.193-.55-.677-.072.059.005.007c.067.082.037.106.028.114l-.534.434c-.026.021-.062%2c0-.106-.05l-.005-.007-.07.057.545.67%2c0%2c.006.318-.217-.061-.092Z' transform='translate(-591.238 -182.33)' fill='%23001014'/%3e%3cpath id='Path_8390' data-name='Path 8390' d='M628.352%2c217.408l-.045-.073-.06.037a.055.055%2c0%2c0%2c1-.036.011.031.031%2c0%2c0%2c1-.022-.016.029.029%2c0%2c0%2c1%2c0-.026.054.054%2c0%2c0%2c1%2c.026-.027l.1-.062a.457.457%2c0%2c0%2c0%2c.08-.06.232.232%2c0%2c0%2c0%2c.047-.063.171.171%2c0%2c0%2c0%2c.018-.067.247.247%2c0%2c0%2c0%2c0-.044.275.275%2c0%2c0%2c0%2c.039.028.216.216%2c0%2c0%2c0%2c.15.028.236.236%2c0%2c0%2c0%2c.086-.034.248.248%2c0%2c0%2c0%2c.094-.092.205.205%2c0%2c0%2c0%2c.023-.107.32.32%2c0%2c0%2c0-.028-.113.882.882%2c0%2c0%2c0-.058-.111l-.289-.47%2c0-.007-.079.049%2c0%2c.007c.056.09.023.11.012.117l-.586.36c-.029.018-.062%2c0-.1-.064l0-.007-.078.048.242.395%2c0%2c.007.078-.048%2c0-.007a.291.291%2c0%2c0%2c1-.042-.1.04.04%2c0%2c0%2c1%2c.015-.045l.269-.166.1.16a.116.116%2c0%2c0%2c1%2c.017.114.3.3%2c0%2c0%2c1-.115.106l-.082.051a.176.176%2c0%2c0%2c0-.081.1.193.193%2c0%2c0%2c0%2c.036.153.17.17%2c0%2c0%2c0%2c.109.09l.026%2c0a.176.176%2c0%2c0%2c0%2c.092-.028l.051-.031Zm.044-.6-.106-.172.245-.15.106.173a.128.128%2c0%2c0%2c1-.04.2.144.144%2c0%2c0%2c1-.117.027.17.17%2c0%2c0%2c1-.087-.079Z' transform='translate(-612.598 -212.264)' fill='%23001014'/%3e%3cpath id='Path_8391' data-name='Path 8391' d='M648.509%2c256.3h0a.131.131%2c0%2c0%2c1-.044-.012c-.017-.008-.023-.015-.025-.02a.091.091%2c0%2c0%2c1%2c0-.045.466.466%2c0%2c0%2c0-.005-.115.571.571%2c0%2c0%2c0-.046-.141.479.479%2c0%2c0%2c0-.086-.135.3.3%2c0%2c0%2c0-.1-.071.23.23%2c0%2c0%2c0-.1-.017.3.3%2c0%2c0%2c0-.1.026.335.335%2c0%2c0%2c0-.1.064.238.238%2c0%2c0%2c0-.056.081.275.275%2c0%2c0%2c0-.02.1.6.6%2c0%2c0%2c0%2c.008.112c0%2c.029.011.059.019.089l.024.089c.008.029.015.057.02.083a.372.372%2c0%2c0%2c1%2c.008.072.131.131%2c0%2c0%2c1-.01.055.064.064%2c0%2c0%2c1-.034.033.148.148%2c0%2c0%2c1-.14%2c0%2c.269.269%2c0%2c0%2c1-.1-.131.437.437%2c0%2c0%2c1-.037-.13.326.326%2c0%2c0%2c1%2c.006-.117.271.271%2c0%2c0%2c1%2c.047-.1.278.278%2c0%2c0%2c1%2c.086-.073l.008%2c0-.05-.088-.336.152.042.092h.006a.113.113%2c0%2c0%2c1%2c.05.007c.021.009.024.013.024.014a.073.073%2c0%2c0%2c1%2c0%2c.041.426.426%2c0%2c0%2c0%2c0%2c.125.517.517%2c0%2c0%2c0%2c.045.144.6.6%2c0%2c0%2c0%2c.08.133.331.331%2c0%2c0%2c0%2c.1.086.262.262%2c0%2c0%2c0%2c.121.031h0a.327.327%2c0%2c0%2c0%2c.133-.032.271.271%2c0%2c0%2c0%2c.108-.081.261.261%2c0%2c0%2c0%2c.047-.106.385.385%2c0%2c0%2c0%2c0-.121%2c1.227%2c1.227%2c0%2c0%2c0-.022-.124c-.01-.041-.019-.081-.03-.12a.656.656%2c0%2c0%2c1-.02-.106.206.206%2c0%2c0%2c1%2c.006-.082.078.078%2c0%2c0%2c1%2c.047-.049.1.1%2c0%2c0%2c1%2c.11.009.314.314%2c0%2c0%2c1%2c.09.124.415.415%2c0%2c0%2c1%2c.033.111.266.266%2c0%2c0%2c1%2c0%2c.1.259.259%2c0%2c0%2c1-.044.093.307.307%2c0%2c0%2c1-.089.077l-.008%2c0%2c.055.088.32-.145-.034-.076Z' transform='translate(-631.716 -250.71)' fill='%23001014'/%3e%3c/g%3e%3cg id='Group_6253' data-name='Group 6253' transform='translate(1.322 13.09)'%3e%3cpath id='Path_8392' data-name='Path 8392' d='M123.013%2c534l-.008%2c0c-.161.082-.275.064-.349-.055l-.123-.2.29-.18.068.11c.021.034-.009.082-.091.142l-.006%2c0%2c.05.08.366-.2-.052-.083-.007%2c0c-.088.046-.144.049-.168.01l-.073-.117.25-.155.148.238c.05.081.025.156-.076.231l-.007.005.061.087.26-.162-.455-.734%2c0-.007-.079.049%2c0%2c.007a.139.139%2c0%2c0%2c1%2c.031.093.036.036%2c0%2c0%2c1-.018.024l-.585.363c-.028.018-.062%2c0-.1-.063l0-.007-.077.048.455.734%2c0%2c.007.343-.174-.049-.1Z' transform='translate(-122.26 -533.02)' fill='%23001014'/%3e%3cpath id='Path_8393' data-name='Path 8393' d='M144.776%2c565.873l.37.008a.178.178%2c0%2c0%2c1%2c.072.017.185.185%2c0%2c0%2c1%2c.061.05l.006.007.072-.059-.242-.293-.006-.007-.072.059.045.054a.057.057%2c0%2c0%2c1%2c.017.037.02.02%2c0%2c0%2c1-.008.013.066.066%2c0%2c0%2c1-.044.014H144.8l.066-.247a.059.059%2c0%2c0%2c1%2c.016-.031c.008-.006.018-.01.033.009l.052.063.072-.059-.291-.352-.006-.007-.072.059.006.007a.145.145%2c0%2c0%2c1%2c.033.063.164.164%2c0%2c0%2c1%2c0%2c.068l-.1.392-.448-.005a.165.165%2c0%2c0%2c1-.13-.063l-.006-.007-.07.058.256.311.006.007.07-.058-.062-.075a.077.077%2c0%2c0%2c1-.02-.035.02.02%2c0%2c0%2c1%2c.01-.019.064.064%2c0%2c0%2c1%2c.044-.012l.321%2c0-.083.309a.073.073%2c0%2c0%2c1-.02.037c-.008.006-.016.01-.03-.007l-.073-.088-.07.058.315.381.006.007.07-.057-.006-.007a.136.136%2c0%2c0%2c1-.033-.064.176.176%2c0%2c0%2c1%2c.005-.068l.121-.464Z' transform='translate(-143.319 -564.215)' fill='%23001014'/%3e%3cpath id='Path_8394' data-name='Path 8394' d='M174.355%2c595.5a.347.347%2c0%2c0%2c0%2c.119-.088.325.325%2c0%2c0%2c0%2c.076-.122.221.221%2c0%2c0%2c0%2c0-.118.328.328%2c0%2c0%2c0-.057-.115.884.884%2c0%2c0%2c0-.1-.112l-.375-.347-.006-.006-.063.068.006.006c.078.072.052.1.043.11l-.468.505c-.023.024-.061.013-.113-.035l-.006-.006-.061.066.34.315.006.006.061-.066-.006-.006c-.065-.06-.087-.1-.064-.129l.164-.177.14.129a.758.758%2c0%2c0%2c0%2c.122.093.323.323%2c0%2c0%2c0%2c.122.045.235.235%2c0%2c0%2c0%2c.121-.016Zm-.064-.479a.2.2%2c0%2c0%2c1%2c.076.129.163.163%2c0%2c0%2c1-.051.117.192.192%2c0%2c0%2c1-.123.07.189.189%2c0%2c0%2c1-.136-.064l-.123-.114.233-.252.123.114Z' transform='translate(-171.864 -592.8)' fill='%23001014'/%3e%3cpath id='Path_8395' data-name='Path 8395' d='M203.619%2c619.41c-.117.138-.23.165-.344.083l-.19-.136.2-.277.1.075c.033.023.023.079-.029.166l0%2c.007.077.055.261-.329-.08-.057%2c0%2c.006c-.063.076-.114.1-.151.073l-.113-.08.172-.239.227.163c.077.056.083.135.018.243l0%2c.007.09.057.179-.249-.7-.5-.007-.005-.054.076.007.005c.039.028.06.053.064.074a.036.036%2c0%2c0%2c1-.007.028l-.4.56a.036.036%2c0%2c0%2c1-.025.016.138.138%2c0%2c0%2c1-.091-.037l-.007-.005-.053.074.708.508.249-.293-.083-.073-.006.007Z' transform='translate(-200.41 -615.985)' fill='%23001014'/%3e%3cpath id='Path_8396' data-name='Path 8396' d='M237.028%2c639.659a.881.881%2c0%2c0%2c0-.106-.066l-.494-.263-.044.082.008%2c0c.094.05.076.084.07.095l-.323.607c-.016.03-.055.028-.117-.005l-.008%2c0-.043.081.416.222.043-.081-.008%2c0a.292.292%2c0%2c0%2c1-.085-.061.04.04%2c0%2c0%2c1-.01-.047l.149-.279.165.088a.115.115%2c0%2c0%2c1%2c.072.09.3.3%2c0%2c0%2c1-.046.149l-.045.085a.177.177%2c0%2c0%2c0-.018.129.193.193%2c0%2c0%2c0%2c.108.114.213.213%2c0%2c0%2c0%2c.1.029.11.11%2c0%2c0%2c0%2c.041-.007.168.168%2c0%2c0%2c0%2c.088-.081l.028-.053-.075-.04-.033.062a.055.055%2c0%2c0%2c1-.026.028.03.03%2c0%2c0%2c1-.027%2c0%2c.03.03%2c0%2c0%2c1-.016-.02.054.054%2c0%2c0%2c1%2c.008-.037l.056-.1a.455.455%2c0%2c0%2c0%2c.038-.093.234.234%2c0%2c0%2c0%2c.008-.078.171.171%2c0%2c0%2c0-.019-.067.026.026%2c0%2c1%2c1%2c.024-.033h0a.217.217%2c0%2c0%2c0%2c.071-.012.224.224%2c0%2c0%2c0%2c.069-.04.249.249%2c0%2c0%2c0%2c.057-.073.246.246%2c0%2c0%2c0%2c.034-.128.208.208%2c0%2c0%2c0-.034-.1.311.311%2c0%2c0%2c0-.081-.083Zm-.369-.064.179.1a.164.164%2c0%2c0%2c1%2c.084.084.136.136%2c0%2c0%2c1-.017.11.145.145%2c0%2c0%2c1-.087.083.17.17%2c0%2c0%2c1-.115-.024l-.179-.1Z' transform='translate(-232.664 -636.239)' fill='%23001014'/%3e%3cpath id='Path_8397' data-name='Path 8397' d='M280.733%2c657.06l-.14.376%2c0%2c.008.09.039%2c0-.008a.846.846%2c0%2c0%2c1%2c.067-.127.285.285%2c0%2c0%2c1%2c.063-.071.114.114%2c0%2c0%2c1%2c.063-.024h.006a.2.2%2c0%2c0%2c1%2c.067.013l.1.038-.249.669c0%2c.012-.017.048-.117.011l-.008%2c0-.031.085.409.152.008%2c0%2c.031-.085-.008%2c0a.141.141%2c0%2c0%2c1-.082-.056.037.037%2c0%2c0%2c1%2c0-.029l.249-.669.1.038a.19.19%2c0%2c0%2c1%2c.064.037.113.113%2c0%2c0%2c1%2c.032.06.275.275%2c0%2c0%2c1%2c0%2c.1.85.85%2c0%2c0%2c1-.032.14l0%2c.008.093.03.143-.384-.92-.342Z' transform='translate(-275.986 -653.453)' fill='%23001014'/%3e%3cpath id='Path_8398' data-name='Path 8398' d='M314.874%2c670.71a.577.577%2c0%2c0%2c1-.052.122.227.227%2c0%2c0%2c1-.061.07.152.152%2c0%2c0%2c1-.071.027.255.255%2c0%2c0%2c1-.085-.006l-.238-.054.159-.695c.008-.033.055-.039.142-.019l.008%2c0%2c.021-.09-.46-.106-.021.091.008%2c0a.186.186%2c0%2c0%2c1%2c.077.032.039.039%2c0%2c0%2c1%2c.015.041l-.154.671c-.008.033-.046.041-.115.026l-.008%2c0-.02.088.829.19.008%2c0%2c.117-.366-.1-.033%2c0%2c.008Z' transform='translate(-308.444 -665.978)' fill='%23001014'/%3e%3cpath id='Path_8399' data-name='Path 8399' d='M350.785%2c676.843l-.01.093.07.008c.044.005.042.022.042.027a.027.027%2c0%2c0%2c1-.005.013l-.238.29-.164-.341a.025.025%2c0%2c0%2c1%2c0-.014.013.013%2c0%2c0%2c1%2c0-.01.036.036%2c0%2c0%2c1%2c.027%2c0l.11.012.01-.092-.478-.054h-.008l-.01.092h.008a.187.187%2c0%2c0%2c1%2c.058.015.066.066%2c0%2c0%2c1%2c.032.031l.232.457-.031.276a.039.039%2c0%2c0%2c1-.031.033.235.235%2c0%2c0%2c1-.094%2c0H350.3l-.01.09.46.052h.008l.01-.09h-.008c-.079-.009-.117-.031-.114-.064l.031-.276.338-.393a.061.061%2c0%2c0%2c1%2c.035-.019.211.211%2c0%2c0%2c1%2c.069%2c0h.008l.01-.094-.34-.039h-.008Z' transform='translate(-343.504 -672.59)' fill='%23001014'/%3e%3cpath id='Path_8400' data-name='Path 8400' d='M407.453%2c679.433a.32.32%2c0%2c0%2c0-.123-.036.866.866%2c0%2c0%2c0-.153%2c0l-.518.04.007.093h.008a.193.193%2c0%2c0%2c1%2c.083.008.039.039%2c0%2c0%2c1%2c.027.035l.053.687a.037.037%2c0%2c0%2c1-.009.028.139.139%2c0%2c0%2c1-.093.03h-.008l.007.091.47-.036-.007-.09h-.008c-.09.007-.135-.007-.138-.041l-.019-.24.19-.015a.784.784%2c0%2c0%2c0%2c.151-.026.315.315%2c0%2c0%2c0%2c.116-.059.238.238%2c0%2c0%2c0%2c.07-.1.347.347%2c0%2c0%2c0%2c.016-.147.322.322%2c0%2c0%2c0-.038-.139A.221.221%2c0%2c0%2c0%2c407.453%2c679.433Zm-.43.446-.026-.342.167-.013a.2.2%2c0%2c0%2c1%2c.146.032.164.164%2c0%2c0%2c1%2c.052.117.158.158%2c0%2c0%2c1-.172.194l-.167.013Z' transform='translate(-398.39 -675.137)' fill='%23001014'/%3e%3cpath id='Path_8401' data-name='Path 8401' d='M443.045%2c674.03l-.083.017.015.069a.054.054%2c0%2c0%2c1%2c0%2c.038.031.031%2c0%2c0%2c1-.022.015.029.029%2c0%2c0%2c1-.025-.005.055.055%2c0%2c0%2c1-.017-.033l-.024-.116a.457.457%2c0%2c0%2c0-.03-.1.232.232%2c0%2c0%2c0-.044-.065.173.173%2c0%2c0%2c0-.057-.039.242.242%2c0%2c0%2c0-.042-.013.312.312%2c0%2c0%2c0%2c.04-.027.222.222%2c0%2c0%2c0%2c.049-.057.226.226%2c0%2c0%2c0%2c.028-.075.241.241%2c0%2c0%2c0%2c0-.093.247.247%2c0%2c0%2c0-.056-.12.205.205%2c0%2c0%2c0-.092-.058.323.323%2c0%2c0%2c0-.115-.012.913.913%2c0%2c0%2c0-.124.017l-.539.114-.008%2c0%2c.019.091.008%2c0a.184.184%2c0%2c0%2c1%2c.083%2c0%2c.039.039%2c0%2c0%2c1%2c.031.031l.142.673a.036.036%2c0%2c0%2c1%2c0%2c.029.14.14%2c0%2c0%2c1-.088.042l-.008%2c0%2c.019.09.453-.1.008%2c0-.019-.09-.008%2c0a.188.188%2c0%2c0%2c1-.127%2c0%2c.032.032%2c0%2c0%2c1-.015-.021l-.065-.309.183-.039a.115.115%2c0%2c0%2c1%2c.113.023.3.3%2c0%2c0%2c1%2c.06.144l.02.095a.177.177%2c0%2c0%2c0%2c.069.11.194.194%2c0%2c0%2c0%2c.156.018.15.15%2c0%2c0%2c0%2c.137-.192l-.012-.059Zm-.446-.3a.168.168%2c0%2c0%2c1-.1.056l-.2.042-.059-.281.2-.042c.1-.021.158.014.177.105A.145.145%2c0%2c0%2c1%2c442.6%2c673.73Z' transform='translate(-432.596 -669.278)' fill='%23001014'/%3e%3cpath id='Path_8402' data-name='Path 8402' d='M485.249%2c661.754a.406.406%2c0%2c0%2c0-.149-.113.389.389%2c0%2c0%2c0-.175-.028.691.691%2c0%2c0%2c0-.191.041.639.639%2c0%2c0%2c0-.2.112.4.4%2c0%2c0%2c0-.112.153.425.425%2c0%2c0%2c0-.029.188.769.769%2c0%2c0%2c0%2c.047.215.617.617%2c0%2c0%2c0%2c.113.2.4.4%2c0%2c0%2c0%2c.148.107.38.38%2c0%2c0%2c0%2c.142.026h.032a.717.717%2c0%2c0%2c0%2c.189-.042.624.624%2c0%2c0%2c0%2c.2-.109.422.422%2c0%2c0%2c0%2c.115-.15.429.429%2c0%2c0%2c0%2c.035-.183.654.654%2c0%2c0%2c0-.042-.207.68.68%2c0%2c0%2c0-.115-.211Zm-.049.575a.215.215%2c0%2c0%2c1-.06.1.355.355%2c0%2c0%2c1-.123.07.327.327%2c0%2c0%2c1-.113.022.18.18%2c0%2c0%2c1-.1-.032.342.342%2c0%2c0%2c1-.094-.1.974.974%2c0%2c0%2c1-.09-.192.581.581%2c0%2c0%2c1-.034-.144.288.288%2c0%2c0%2c1%2c.013-.119.229.229%2c0%2c0%2c1%2c.063-.093.359.359%2c0%2c0%2c1%2c.119-.067.323.323%2c0%2c0%2c1%2c.109-.021h0a.187.187%2c0%2c0%2c1%2c.1.029.317.317%2c0%2c0%2c1%2c.092.094.813.813%2c0%2c0%2c1%2c.085.177.789.789%2c0%2c0%2c1%2c.041.158.308.308%2c0%2c0%2c1-.006.126Z' transform='translate(-473.859 -657.873)' fill='%23001014'/%3e%3cpath id='Path_8403' data-name='Path 8403' d='M522.672%2c642.044l-.107.016%2c0%2c.009a.346.346%2c0%2c0%2c1-.017.2.364.364%2c0%2c0%2c1-.272.185.248.248%2c0%2c0%2c1-.114-.017.324.324%2c0%2c0%2c1-.108-.074.566.566%2c0%2c0%2c1-.1-.136.667.667%2c0%2c0%2c1-.057-.149.352.352%2c0%2c0%2c1-.008-.135.255.255%2c0%2c0%2c1%2c.048-.115.322.322%2c0%2c0%2c1%2c.112-.091.262.262%2c0%2c0%2c1%2c.192-.028.324.324%2c0%2c0%2c1%2c.163.106l0%2c.006.093-.058-.149-.287%2c0-.008-.1.051.008.08a.34.34%2c0%2c0%2c0-.123-.008.466.466%2c0%2c0%2c0-.176.056.576.576%2c0%2c0%2c0-.157.117.442.442%2c0%2c0%2c0-.1.158.45.45%2c0%2c0%2c0-.02.193.627.627%2c0%2c0%2c0%2c.072.221.572.572%2c0%2c0%2c0%2c.137.178.43.43%2c0%2c0%2c0%2c.168.088.448.448%2c0%2c0%2c0%2c.109.014.455.455%2c0%2c0%2c0%2c.076-.006.632.632%2c0%2c0%2c0%2c.189-.064.492.492%2c0%2c0%2c0%2c.142-.106.387.387%2c0%2c0%2c0%2c.1-.256.593.593%2c0%2c0%2c0-.012-.131l0-.008Z' transform='translate(-510.074 -638.316)' fill='%23001014'/%3e%3cpath id='Path_8404' data-name='Path 8404' d='M550.161%2c618.625l-.249-.351c-.02-.028%2c0-.062.058-.1l.007%2c0-.054-.076-.309.219.054.076.007-.005a.272.272%2c0%2c0%2c1%2c.092-.048.04.04%2c0%2c0%2c1%2c.044.013l.249.351a.635.635%2c0%2c0%2c1%2c.067.115.214.214%2c0%2c0%2c1%2c.019.1.169.169%2c0%2c0%2c1-.031.086.394.394%2c0%2c0%2c1-.189.134.158.158%2c0%2c0%2c1-.088%2c0%2c.224.224%2c0%2c0%2c1-.083-.052.677.677%2c0%2c0%2c1-.086-.1l-.249-.351a.039.039%2c0%2c0%2c1%2c0-.046.264.264%2c0%2c0%2c1%2c.076-.071l.007%2c0-.054-.076-.381.27.054.076.007-.005a.186.186%2c0%2c0%2c1%2c.075-.036.039.039%2c0%2c0%2c1%2c.041.016l.249.351a.628.628%2c0%2c0%2c0%2c.12.13.323.323%2c0%2c0%2c0%2c.137.065.28.28%2c0%2c0%2c0%2c.059.006.358.358%2c0%2c0%2c0%2c.1-.014.562.562%2c0%2c0%2c0%2c.17-.086.531.531%2c0%2c0%2c0%2c.134-.13.306.306%2c0%2c0%2c0%2c.054-.14.332.332%2c0%2c0%2c0-.02-.148.655.655%2c0%2c0%2c0-.084-.156Z' transform='translate(-536.659 -615.616)' fill='%23001014'/%3e%3cpath id='Path_8405' data-name='Path 8405' d='M582.954%2c597.792l-.062.058.048.051a.055.055%2c0%2c0%2c1%2c.018.033.031.031%2c0%2c0%2c1-.011.025.03.03%2c0%2c0%2c1-.024.008.053.053%2c0%2c0%2c1-.032-.02l-.081-.086a.457.457%2c0%2c0%2c0-.076-.066.238.238%2c0%2c0%2c0-.071-.033.181.181%2c0%2c0%2c0-.069%2c0%2c.215.215%2c0%2c0%2c0-.042.01.281.281%2c0%2c0%2c0%2c.019-.044.213.213%2c0%2c0%2c0%2c.012-.074.226.226%2c0%2c0%2c0-.015-.078.239.239%2c0%2c0%2c0-.051-.077.248.248%2c0%2c0%2c0-.11-.073.2.2%2c0%2c0%2c0-.109%2c0%2c.33.33%2c0%2c0%2c0-.1.05.974.974%2c0%2c0%2c0-.1.079l-.4.378-.006.006.064.068.006-.006c.051-.048.089-.06.112-.036l.472.5c.023.025.009.062-.042.11l-.006.006.063.067.337-.317.006-.006-.063-.067-.006.006c-.065.061-.11.08-.133.055l-.217-.23.136-.128a.115.115%2c0%2c0%2c1%2c.109-.04.3.3%2c0%2c0%2c1%2c.127.091l.066.07a.177.177%2c0%2c0%2c0%2c.116.058.194.194%2c0%2c0%2c0%2c.143-.066.17.17%2c0%2c0%2c0%2c.066-.125.168.168%2c0%2c0%2c0-.049-.109l-.041-.044Zm-.537-.023a.17.17%2c0%2c0%2c1-.059.1l-.147.139-.2-.209.148-.139a.161.161%2c0%2c0%2c1%2c.107-.053h0a.138.138%2c0%2c0%2c1%2c.1.051.144.144%2c0%2c0%2c1%2c.05.109Z' transform='translate(-568.331 -595.542)' fill='%23001014'/%3e%3cpath id='Path_8406' data-name='Path 8406' d='M610.851%2c565.3l.006.006c.13.126.15.24.062.348l-.147.181-.264-.215.082-.1c.025-.031.08-.018.164.039l.006%2c0%2c.06-.074-.306-.274-.007-.006-.062.076.006.006c.072.068.093.12.064.156l-.087.107-.229-.186.177-.217c.06-.074.14-.075.243%2c0l.007%2c0%2c.063-.086-.238-.193-.551.676.072.059.006-.007q.067-.082.106-.05l.534.435a.036.036%2c0%2c0%2c1%2c.015.026.14.14%2c0%2c0%2c1-.042.089l-.006.007.07.057.545-.67%2c0-.006-.277-.267-.077.078Z' transform='translate(-595.72 -563.944)' fill='%23001014'/%3e%3cpath id='Path_8407' data-name='Path 8407' d='M633.713%2c536.017a.362.362%2c0%2c0%2c0-.087-.161.851.851%2c0%2c0%2c0-.192-.154.758.758%2c0%2c0%2c0-.215-.1.305.305%2c0%2c0%2c0-.169%2c0%2c.342.342%2c0%2c0%2c0-.138.094%2c1.089%2c1.089%2c0%2c0%2c0-.124.168l-.269.434.079.049%2c0-.007c.037-.06.07-.081.1-.064l.587.361c.011.007.043.027-.012.117l0%2c.007.077.047.268-.435a.782.782%2c0%2c0%2c0%2c.088-.19.351.351%2c0%2c0%2c0%2c.008-.174Zm-.146.173a.244.244%2c0%2c0%2c1-.039.112l-.106.173-.628-.386.106-.172a.309.309%2c0%2c0%2c1%2c.078-.09.163.163%2c0%2c0%2c1%2c.089-.032h.008a.279.279%2c0%2c0%2c1%2c.1.023.985.985%2c0%2c0%2c1%2c.144.075%2c1.138%2c1.138%2c0%2c0%2c1%2c.138.1.355.355%2c0%2c0%2c1%2c.084.1.19.19%2c0%2c0%2c1%2c.024.1Z' transform='translate(-617.683 -535.521)' fill='%23001014'/%3e%3c/g%3e%3cg id='Group_6254' data-name='Group 6254' transform='translate(0 9.077)'%3e%3cpath id='Path_8408' data-name='Path 8408' d='M77.467%2c395.635v-.007H77.4v.007a.158.158%2c0%2c0%2c1-.013.044.08.08%2c0%2c0%2c1-.018.025.045.045%2c0%2c0%2c1-.021.011.139.139%2c0%2c0%2c1-.076-.006l-.05-.02-.056-.02a.234.234%2c0%2c0%2c0-.072-.01.286.286%2c0%2c0%2c0-.084.012.2.2%2c0%2c0%2c0-.057.029.126.126%2c0%2c0%2c1%2c.039-.041.545.545%2c0%2c0%2c1%2c.1-.052l.118-.047a.637.637%2c0%2c0%2c0%2c.117-.058.315.315%2c0%2c0%2c0%2c.089-.087.234.234%2c0%2c0%2c0%2c.035-.133.251.251%2c0%2c0%2c0-.028-.123.234.234%2c0%2c0%2c0-.073-.081.314.314%2c0%2c0%2c0-.1-.044.543.543%2c0%2c0%2c0-.12-.013.362.362%2c0%2c0%2c0-.133.022.279.279%2c0%2c0%2c0-.091.056.222.222%2c0%2c0%2c0-.052.074.192.192%2c0%2c0%2c0-.017.075.107.107%2c0%2c0%2c0%2c.024.072.087.087%2c0%2c0%2c0%2c.069.029.093.093%2c0%2c0%2c0%2c.071-.027.1.1%2c0%2c0%2c0%2c.025-.067.082.082%2c0%2c0%2c0-.06-.08l.012-.014a.112.112%2c0%2c0%2c1%2c.028-.022.148.148%2c0%2c0%2c1%2c.041-.015.255.255%2c0%2c0%2c1%2c.058-.006.145.145%2c0%2c0%2c1%2c.114.041.151.151%2c0%2c0%2c1%2c.037.1.192.192%2c0%2c0%2c1-.026.106.271.271%2c0%2c0%2c1-.068.072.875.875%2c0%2c0%2c1-.095.06.615.615%2c0%2c0%2c0-.1.073.489.489%2c0%2c0%2c0-.091.108.472.472%2c0%2c0%2c0-.061.166l0%2c.01h.072l0%2c0a.172.172%2c0%2c0%2c1%2c.049-.048.135.135%2c0%2c0%2c1%2c.07-.017.272.272%2c0%2c0%2c1%2c.088.012.723.723%2c0%2c0%2c1%2c.067.028.708.708%2c0%2c0%2c0%2c.069.029.309.309%2c0%2c0%2c0%2c.1.013.177.177%2c0%2c0%2c0%2c.072-.013.13.13%2c0%2c0%2c0%2c.049-.037.135.135%2c0%2c0%2c0%2c.026-.053.257.257%2c0%2c0%2c0%2c.008-.063c0-.009%2c0-.019%2c0-.031a.313.313%2c0%2c0%2c0%2c0-.035Z' transform='translate(-76.8 -395.02)' fill='%23001014'/%3e%3cpath id='Path_8409' data-name='Path 8409' d='M103.988%2c395.165a.26.26%2c0%2c0%2c0-.115-.074.594.594%2c0%2c0%2c0-.319%2c0%2c.253.253%2c0%2c0%2c0-.114.074.333.333%2c0%2c0%2c0-.068.135.8.8%2c0%2c0%2c0-.022.2.758.758%2c0%2c0%2c0%2c.022.2.3.3%2c0%2c0%2c0%2c.068.13.249.249%2c0%2c0%2c0%2c.115.069.642.642%2c0%2c0%2c0%2c.318%2c0%2c.254.254%2c0%2c0%2c0%2c.115-.069.309.309%2c0%2c0%2c0%2c.068-.13.752.752%2c0%2c0%2c0%2c.022-.2.809.809%2c0%2c0%2c0-.022-.2.328.328%2c0%2c0%2c0-.068-.135Zm-.19.641a.238.238%2c0%2c0%2c1-.169%2c0%2c.11.11%2c0%2c0%2c1-.05-.051.3.3%2c0%2c0%2c1-.027-.1%2c1.327%2c1.327%2c0%2c0%2c1-.008-.155%2c1.133%2c1.133%2c0%2c0%2c1%2c.008-.141.376.376%2c0%2c0%2c1%2c.027-.105.152.152%2c0%2c0%2c1%2c.051-.065.143.143%2c0%2c0%2c1%2c.082-.023.141.141%2c0%2c0%2c1%2c.083.023.154.154%2c0%2c0%2c1%2c.051.065.36.36%2c0%2c0%2c1%2c.027.105%2c1.149%2c1.149%2c0%2c0%2c1%2c.008.141%2c1.339%2c1.339%2c0%2c0%2c1-.008.155.289.289%2c0%2c0%2c1-.027.1.111.111%2c0%2c0%2c1-.051.051Z' transform='translate(-102.578 -395.068)' fill='%23001014'/%3e%3cpath id='Path_8410' data-name='Path 8410' d='M673.548%2c395.165a.26.26%2c0%2c0%2c0-.115-.074.594.594%2c0%2c0%2c0-.319%2c0%2c.253.253%2c0%2c0%2c0-.114.074.332.332%2c0%2c0%2c0-.068.135.8.8%2c0%2c0%2c0-.022.2.756.756%2c0%2c0%2c0%2c.022.2.3.3%2c0%2c0%2c0%2c.068.13.249.249%2c0%2c0%2c0%2c.115.069.642.642%2c0%2c0%2c0%2c.318%2c0%2c.254.254%2c0%2c0%2c0%2c.115-.069.309.309%2c0%2c0%2c0%2c.068-.13.752.752%2c0%2c0%2c0%2c.022-.2.809.809%2c0%2c0%2c0-.022-.2.329.329%2c0%2c0%2c0-.068-.135Zm-.19.641a.239.239%2c0%2c0%2c1-.169%2c0%2c.11.11%2c0%2c0%2c1-.05-.051.3.3%2c0%2c0%2c1-.027-.1%2c1.326%2c1.326%2c0%2c0%2c1-.008-.155%2c1.129%2c1.129%2c0%2c0%2c1%2c.008-.141.376.376%2c0%2c0%2c1%2c.027-.105.152.152%2c0%2c0%2c1%2c.052-.065.143.143%2c0%2c0%2c1%2c.082-.023.141.141%2c0%2c0%2c1%2c.083.023.154.154%2c0%2c0%2c1%2c.051.065.365.365%2c0%2c0%2c1%2c.027.105%2c1.159%2c1.159%2c0%2c0%2c1%2c.008.141%2c1.34%2c1.34%2c0%2c0%2c1-.008.155.288.288%2c0%2c0%2c1-.027.1.112.112%2c0%2c0%2c1-.051.051Z' transform='translate(-655.576 -395.068)' fill='%23001014'/%3e%3cpath id='Path_8411' data-name='Path 8411' d='M701.9%2c395.479a.27.27%2c0%2c0%2c0-.132-.065.263.263%2c0%2c0%2c0%2c.111-.056.161.161%2c0%2c0%2c0%2c.048-.122.169.169%2c0%2c0%2c0-.025-.093.2.2%2c0%2c0%2c0-.066-.065.3.3%2c0%2c0%2c0-.1-.037.56.56%2c0%2c0%2c0-.115-.011.388.388%2c0%2c0%2c0-.138.022.289.289%2c0%2c0%2c0-.092.054.2.2%2c0%2c0%2c0-.051.072.2.2%2c0%2c0%2c0-.015.074.108.108%2c0%2c0%2c0%2c.024.072.086.086%2c0%2c0%2c0%2c.068.028.093.093%2c0%2c0%2c0%2c.071-.028.1.1%2c0%2c0%2c0%2c.025-.067.077.077%2c0%2c0%2c0-.024-.058.091.091%2c0%2c0%2c0-.041-.023.141.141%2c0%2c0%2c1%2c.053-.037.224.224%2c0%2c0%2c1%2c.084-.015.161.161%2c0%2c0%2c1%2c.111.032.11.11%2c0%2c0%2c1%2c.034.085.127.127%2c0%2c0%2c1-.013.061.12.12%2c0%2c0%2c1-.037.042.184.184%2c0%2c0%2c1-.056.026.322.322%2c0%2c0%2c1-.07.012h-.007l-.009.073h.009a.3.3%2c0%2c0%2c1%2c.164.051.165.165%2c0%2c0%2c1%2c.05.134.142.142%2c0%2c0%2c1-.042.11.178.178%2c0%2c0%2c1-.124.039.317.317%2c0%2c0%2c1-.108-.017.127.127%2c0%2c0%2c1-.054-.033.069.069%2c0%2c0%2c0%2c.033-.024.08.08%2c0%2c0%2c0%2c.019-.05.1.1%2c0%2c0%2c0-.026-.069.092.092%2c0%2c0%2c0-.07-.028.089.089%2c0%2c0%2c0-.07.028.108.108%2c0%2c0%2c0-.024.073.157.157%2c0%2c0%2c0%2c.02.074.211.211%2c0%2c0%2c0%2c.059.068.331.331%2c0%2c0%2c0%2c.1.05.39.39%2c0%2c0%2c0%2c.128.019.646.646%2c0%2c0%2c0%2c.14-.015.358.358%2c0%2c0%2c0%2c.114-.047.23.23%2c0%2c0%2c0%2c.077-.081.234.234%2c0%2c0%2c0%2c.028-.117A.192.192%2c0%2c0%2c0%2c701.9%2c395.479Z' transform='translate(-683.141 -395.03)' fill='%23001014'/%3e%3c/g%3e%3cg id='Group_6257' data-name='Group 6257' transform='translate(3.347 7.172)'%3e%3cg id='Group_6255' data-name='Group 6255'%3e%3cpath id='Path_8412' data-name='Path 8412' d='M194.3%2c331.586q-.252%2c0-.252.127v1.7h-.686l-.887-1.545v1.192q0%2c.127.252.127v.226h-.807v-.226q.252%2c0%2c.252-.127v-1.343q0-.127-.252-.127v-.226h.921l.907%2c1.583v-1.23q0-.127-.252-.127v-.226h.8Z' transform='translate(-191.92 -331.305)' fill='%23001014'/%3e%3cpath id='Path_8413' data-name='Path 8413' d='M535.989%2c331.2q-.243%2c0-.243.128v1.351q0%2c.128.243.128v.227h-1V332.8q.208%2c0%2c.208-.128v-.594h-.707v.594c0%2c.085.07.128.211.128v.227h-1V332.8q.24%2c0%2c.24-.128v-1.351c0-.085-.08-.128-.24-.128v-.227h1v.227q-.211%2c0-.211.128v.491h.707v-.491c0-.085-.069-.128-.208-.128v-.227h1Z' transform='translate(-523.762 -330.927)' fill='%23001014'/%3e%3cpath id='Path_8414' data-name='Path 8414' d='M279.7%2c329.48a1.482%2c1.482%2c0%2c0%2c1%2c.406.053.788.788%2c0%2c0%2c1%2c.32.175.808.808%2c0%2c0%2c1%2c.209.325%2c1.449%2c1.449%2c0%2c0%2c1%2c.074.5%2c1.418%2c1.418%2c0%2c0%2c1-.064.44.85.85%2c0%2c0%2c1-.194.331.861.861%2c0%2c0%2c1-.327.209%2c1.333%2c1.333%2c0%2c0%2c1-.466.073%2c1.5%2c1.5%2c0%2c0%2c1-.4-.051.8.8%2c0%2c0%2c1-.319-.17.779.779%2c0%2c0%2c1-.209-.312%2c1.334%2c1.334%2c0%2c0%2c1-.075-.476%2c1.664%2c1.664%2c0%2c0%2c1%2c.058-.459.867.867%2c0%2c0%2c1%2c.185-.345.807.807%2c0%2c0%2c1%2c.325-.216%2c1.369%2c1.369%2c0%2c0%2c1%2c.481-.075Zm.014.288a.46.46%2c0%2c0%2c0-.387.162.848.848%2c0%2c0%2c0-.126.52%2c2.247%2c2.247%2c0%2c0%2c0%2c.033.425.74.74%2c0%2c0%2c0%2c.092.256.31.31%2c0%2c0%2c0%2c.145.126.5.5%2c0%2c0%2c0%2c.188.034.613.613%2c0%2c0%2c0%2c.232-.039.35.35%2c0%2c0%2c0%2c.158-.128.614.614%2c0%2c0%2c0%2c.09-.229%2c1.788%2c1.788%2c0%2c0%2c0%2c.029-.345%2c1.879%2c1.879%2c0%2c0%2c0-.033-.387.69.69%2c0%2c0%2c0-.092-.239.319.319%2c0%2c0%2c0-.144-.122.487.487%2c0%2c0%2c0-.185-.034Z' transform='translate(-276.128 -329.48)' fill='%23001014'/%3e%3cpath id='Path_8415' data-name='Path 8415' d='M364.017%2c332.624a.436.436%2c0%2c0%2c1-.024.147.307.307%2c0%2c0%2c1-.075.118.347.347%2c0%2c0%2c1-.13.078.584.584%2c0%2c0%2c1-.191.028.664.664%2c0%2c0%2c1-.221-.033.4.4%2c0%2c0%2c1-.148-.09.352.352%2c0%2c0%2c1-.084-.133.481.481%2c0%2c0%2c1-.027-.163V332.4a1.061%2c1.061%2c0%2c0%2c0-.012-.176.273.273%2c0%2c0%2c0-.042-.113.173.173%2c0%2c0%2c0-.079-.061.352.352%2c0%2c0%2c0-.125-.019h-.315v.6c0%2c.083.1.125.3.125v.223H361.75v-.22q.242%2c0%2c.242-.125v-1.324q0-.125-.242-.125v-.223h1.29a1.871%2c1.871%2c0%2c0%2c1%2c.261.018.658.658%2c0%2c0%2c1%2c.227.072.415.415%2c0%2c0%2c1%2c.159.154.5.5%2c0%2c0%2c1%2c.06.262.491.491%2c0%2c0%2c1-.033.186.439.439%2c0%2c0%2c1-.206.23.573.573%2c0%2c0%2c1-.141.051.488.488%2c0%2c0%2c1%2c.129.058.343.343%2c0%2c0%2c1%2c.1.094.42.42%2c0%2c0%2c1%2c.06.14.82.82%2c0%2c0%2c1%2c.02.195v.218a.134.134%2c0%2c0%2c0%2c.024.088.078.078%2c0%2c0%2c0%2c.063.028.082.082%2c0%2c0%2c0%2c.065-.028.134.134%2c0%2c0%2c0%2c.024-.088v-.13h.171v.117Zm-1.474-1.374v.554h.347a.311.311%2c0%2c0%2c0%2c.221-.067.319.319%2c0%2c0%2c0%2c.069-.235.246.246%2c0%2c0%2c0-.068-.189.32.32%2c0%2c0%2c0-.223-.064h-.347Z' transform='translate(-356.812 -330.917)' fill='%23001014'/%3e%3cpath id='Path_8416' data-name='Path 8416' d='M451.351%2c331.8l-.236.008a.914.914%2c0%2c0%2c0-.1-.434.269.269%2c0%2c0%2c0-.24-.128h-.185v1.393c0%2c.083.081.125.244.125v.223H449.8v-.223q.242%2c0%2c.242-.125v-1.393h-.187a.266.266%2c0%2c0%2c0-.239.128.946.946%2c0%2c0%2c0-.1.434l-.236-.008v-.831h2.071Z' transform='translate(-441.797 -330.927)' fill='%23001014'/%3e%3c/g%3e%3cg id='Group_6256' data-name='Group 6256' transform='translate(1.791 3.491)'%3e%3cpath id='Path_8417' data-name='Path 8417' d='M255.412%2c451.649l-.275.014q-.017-.352-.308-.352h-.517v.575h.209q.129%2c0%2c.154-.308h.242l-.041.858h-.236q-.031-.319-.137-.319h-.19v.676h.418q.434%2c0%2c.467-.522l.28.019-.066.783h-1.9v-.225q.245%2c0%2c.245-.126v-1.338q0-.127-.245-.126v-.225h1.9v.618Z' transform='translate(-253.51 -450.987)' fill='%23001014'/%3e%3cpath id='Path_8418' data-name='Path 8418' d='M330.082%2c452.794q.027.082.223.083v.225h-1.1v-.225h.212c.053%2c0%2c.08-.017.08-.049a.114.114%2c0%2c0%2c0-.008-.033l-.077-.22h-.742l-.069.2a.105.105%2c0%2c0%2c0-.008.036c0%2c.046.041.069.124.069h.157v.225h-.778l0-.225a.521.521%2c0%2c0%2c0%2c.172-.021.1.1%2c0%2c0%2c0%2c.067-.059l.616-1.737h.555l.583%2c1.734Zm-1.336-.462h.591l-.286-.9Z' transform='translate(-325.921 -451.016)' fill='%23001014'/%3e%3cpath id='Path_8419' data-name='Path 8419' d='M412.008%2c450.271l-.247.025a.539.539%2c0%2c0%2c0-.071-.213.455.455%2c0%2c0%2c0-.139-.144.609.609%2c0%2c0%2c0-.192-.081%2c1%2c1%2c0%2c0%2c0-.235-.026%2c1.151%2c1.151%2c0%2c0%2c0-.121.007.451.451%2c0%2c0%2c0-.124.03.244.244%2c0%2c0%2c0-.1.069.184.184%2c0%2c0%2c0-.038.122.147.147%2c0%2c0%2c0%2c.042.108.329.329%2c0%2c0%2c0%2c.115.071.993.993%2c0%2c0%2c0%2c.169.048c.064.013.131.025.2.037s.143.026.217.042a2.039%2c2.039%2c0%2c0%2c1%2c.216.06.676.676%2c0%2c0%2c1%2c.308.209.583.583%2c0%2c0%2c1%2c.11.374.666.666%2c0%2c0%2c1-.058.286.559.559%2c0%2c0%2c1-.162.206.729.729%2c0%2c0%2c1-.249.125%2c1.1%2c1.1%2c0%2c0%2c1-.315.043%2c1.18%2c1.18%2c0%2c0%2c1-.331-.038%2c1.139%2c1.139%2c0%2c0%2c1-.218-.088.235.235%2c0%2c0%2c0-.113-.036.088.088%2c0%2c0%2c0-.069.036.306.306%2c0%2c0%2c0-.049.083h-.25V450.9l.247-.016a.471.471%2c0%2c0%2c0%2c.206.367.861.861%2c0%2c0%2c0%2c.492.125%2c1.189%2c1.189%2c0%2c0%2c0%2c.163-.011.426.426%2c0%2c0%2c0%2c.138-.041.234.234%2c0%2c0%2c0%2c.093-.085.266.266%2c0%2c0%2c0%2c.034-.143.158.158%2c0%2c0%2c0-.074-.141.626.626%2c0%2c0%2c0-.191-.077%2c2.439%2c2.439%2c0%2c0%2c0-.262-.048%2c2.186%2c2.186%2c0%2c0%2c1-.288-.058.824.824%2c0%2c0%2c1-.419-.224.621.621%2c0%2c0%2c1-.133-.427.633.633%2c0%2c0%2c1%2c.038-.22.472.472%2c0%2c0%2c1%2c.124-.184.63.63%2c0%2c0%2c1%2c.217-.128.938.938%2c0%2c0%2c1%2c.319-.048%2c1.22%2c1.22%2c0%2c0%2c1%2c.324.036%2c1.168%2c1.168%2c0%2c0%2c1%2c.212.08.366.366%2c0%2c0%2c0%2c.054.025.144.144%2c0%2c0%2c0%2c.048.008.126.126%2c0%2c0%2c0%2c.087-.026.331.331%2c0%2c0%2c0%2c.059-.078h.212v.687Z' transform='translate(-405.751 -449.54)' fill='%23001014'/%3e%3cpath id='Path_8420' data-name='Path 8420' d='M480.846%2c451.891l-.239.008a.928.928%2c0%2c0%2c0-.1-.44.272.272%2c0%2c0%2c0-.243-.129h-.187v1.41q0%2c.126.247.126v.225h-1.053v-.225q.245%2c0%2c.245-.126v-1.41h-.19a.269.269%2c0%2c0%2c0-.242.129.959.959%2c0%2c0%2c0-.1.44l-.239-.008v-.841h2.1v.841Z' transform='translate(-472.201 -451.006)' fill='%23001014'/%3e%3c/g%3e%3crect id='Rectangle_7248' data-name='Rectangle 7248' width='5.815' height='0.186' transform='translate(3.206 2.773)' fill='%23001014'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.top-bar .menu li.icon--jg:before, .off-canvas .menu li.icon--jg:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.268' height='23.268' viewBox='0 0 23.268 23.268'%3e%3cg id='Group_6214' data-name='Group 6214' transform='translate(0)'%3e%3cpath id='Path_7679' data-name='Path 7679' d='M210.932%2c11.634a11.634%2c11.634%2c0%2c1%2c1%2c11.634%2c11.634%2c11.634%2c11.634%2c0%2c0%2c1-11.634-11.634' transform='translate(-210.932 0)' fill='%23f1f0ee'/%3e%3cpath id='Path_7680' data-name='Path 7680' d='M224.435%2c2.772a10.936%2c10.936%2c0%2c1%2c0%2c10.936%2c10.936A10.948%2c10.948%2c0%2c0%2c0%2c224.435%2c2.772m10.554%2c10.936A10.553%2c10.553%2c0%2c1%2c1%2c224.435%2c3.154a10.566%2c10.566%2c0%2c0%2c1%2c10.554%2c10.554' transform='translate(-212.805 -2.022)' fill='%23000e10'/%3e%3cpath id='Path_7681' data-name='Path 7681' d='M233.447%2c15.124a7.595%2c7.595%2c0%2c1%2c0%2c7.595%2c7.595%2c7.6%2c7.6%2c0%2c0%2c0-7.595-7.595m7.458%2c7.595a7.458%2c7.458%2c0%2c1%2c1-7.458-7.458%2c7.466%2c7.466%2c0%2c0%2c1%2c7.458%2c7.458' transform='translate(-221.817 -11.033)' fill='%23000e10'/%3e%3cpath id='Path_7682' data-name='Path 7682' d='M222.509%2c28.481a.2.2%2c0%2c0%2c1-.046.073.041.041%2c0%2c0%2c1-.045.008l-.661-.28a.038.038%2c0%2c0%2c1-.022-.022.146.146%2c0%2c0%2c1%2c.016-.1l0-.008-.089-.038-.177.418%2c0%2c.008.089.038%2c0-.008c.029-.068.06-.1.092-.082l.661.28a.04.04%2c0%2c0%2c1%2c.025.038.194.194%2c0%2c0%2c1-.02.085l0%2c.008.087.037.177-.418%2c0-.008-.087-.037Z' transform='translate(-218.63 -20.509)' fill='%23000e10'/%3e%3cpath id='Path_7683' data-name='Path 7683' d='M223.07%2c23.846a.146.146%2c0%2c0%2c1%2c.027-.1l0-.008-.085-.047-.179.321.084.047%2c0-.008a.2.2%2c0%2c0%2c1%2c.054-.068.041.041%2c0%2c0%2c1%2c.046%2c0l.569.318-.939.046h-.005l-.182.326.085.047%2c0-.008c.036-.064.07-.088.1-.071l.627.35c.011.006.046.026-.008.122l0%2c.008.082.046.179-.322-.082-.046%2c0%2c.008c-.054.1-.089.077-.1.071l-.554-.31.923-.048.128-.229-.756-.422a.037.037%2c0%2c0%2c1-.019-.024' transform='translate(-219.349 -17.284)' fill='%23000e10'/%3e%3cpath id='Path_7684' data-name='Path 7684' d='M225.983%2c20.624a.8.8%2c0%2c0%2c0-.213-.123.31.31%2c0%2c0%2c0-.176-.012.355.355%2c0%2c0%2c0-.153.084%2c1.127%2c1.127%2c0%2c0%2c0-.145.162l-.318.416-.005.007.077.059.005-.007c.03-.04.057-.061.079-.064a.038.038%2c0%2c0%2c1%2c.03.008l.572.434a.039.039%2c0%2c0%2c1%2c.016.026.147.147%2c0%2c0%2c1-.041.094l-.005.007.075.057.322-.424a.832.832%2c0%2c0%2c0%2c.111-.189.364.364%2c0%2c0%2c0%2c.026-.18.38.38%2c0%2c0%2c0-.073-.176.891.891%2c0%2c0%2c0-.184-.179m.088.519a.253.253%2c0%2c0%2c1-.052.113l-.128.168-.613-.464.128-.168a.329.329%2c0%2c0%2c1%2c.09-.085.172.172%2c0%2c0%2c1%2c.1-.024.275.275%2c0%2c0%2c1%2c.113.035%2c1.028%2c1.028%2c0%2c0%2c1%2c.141.092%2c1.226%2c1.226%2c0%2c0%2c1%2c.133.116.38.38%2c0%2c0%2c1%2c.077.11.2.2%2c0%2c0%2c1%2c.015.108' transform='translate(-221.176 -14.942)' fill='%23000e10'/%3e%3cpath id='Path_7685' data-name='Path 7685' d='M228.989%2c16.907l-.317-.317c-.025-.025-.011-.064.042-.116l.006-.006-.069-.068-.273.273-.006.006.068.069.007-.006a.294.294%2c0%2c0%2c1%2c.087-.066.043.043%2c0%2c0%2c1%2c.048.006L228.9%2c17a.672.672%2c0%2c0%2c1%2c.088.106.224.224%2c0%2c0%2c1%2c.036.1.179.179%2c0%2c0%2c1-.016.093.356.356%2c0%2c0%2c1-.073.1.342.342%2c0%2c0%2c1-.1.073.16.16%2c0%2c0%2c1-.091.014.227.227%2c0%2c0%2c1-.094-.038.684.684%2c0%2c0%2c1-.106-.089l-.317-.317a.041.041%2c0%2c0%2c1-.006-.048.278.278%2c0%2c0%2c1%2c.065-.086l.006-.006-.069-.069-.345.345.068.068.006-.006a.145.145%2c0%2c0%2c1%2c.087-.053h0a.039.039%2c0%2c0%2c1%2c.028.012l.317.317a.65.65%2c0%2c0%2c0%2c.146.113.343.343%2c0%2c0%2c0%2c.152.044h.01a.34.34%2c0%2c0%2c0%2c.147-.035.576.576%2c0%2c0%2c0%2c.16-.118.551.551%2c0%2c0%2c0%2c.115-.157.317.317%2c0%2c0%2c0%2c.031-.153.35.35%2c0%2c0%2c0-.047-.149.7.7%2c0%2c0%2c0-.113-.146' transform='translate(-223.296 -11.964)' fill='%23000e10'/%3e%3cpath id='Path_7686' data-name='Path 7686' d='M232.833%2c14.507a.284.284%2c0%2c0%2c0-.108-.09.27.27%2c0%2c0%2c0-.119-.022.4.4%2c0%2c0%2c0-.123.025%2c1.23%2c1.23%2c0%2c0%2c0-.121.052l-.115.059a.709.709%2c0%2c0%2c1-.1.045.222.222%2c0%2c0%2c1-.084.013.081.081%2c0%2c0%2c1-.061-.035.105.105%2c0%2c0%2c1-.017-.114.322.322%2c0%2c0%2c1%2c.1-.121.431.431%2c0%2c0%2c1%2c.1-.061.285.285%2c0%2c0%2c1%2c.1-.021h0a.263.263%2c0%2c0%2c1%2c.1.023.32.32%2c0%2c0%2c1%2c.1.072l.006.006.076-.077-.218-.283-.006-.007-.068.053v.005a.136.136%2c0%2c0%2c1%2c0%2c.048.057.057%2c0%2c0%2c1-.014.03.1.1%2c0%2c0%2c1-.045.016.484.484%2c0%2c0%2c0-.115.033.589.589%2c0%2c0%2c0-.133.08.5.5%2c0%2c0%2c0-.116.12.315.315%2c0%2c0%2c0-.048.118.234.234%2c0%2c0%2c0%2c.008.11.318.318%2c0%2c0%2c0%2c.05.094.361.361%2c0%2c0%2c0%2c.089.084.253.253%2c0%2c0%2c0%2c.1.037.284.284%2c0%2c0%2c0%2c.1%2c0%2c.594.594%2c0%2c0%2c0%2c.112-.035c.03-.012.059-.026.086-.041l.084-.046c.028-.015.055-.029.08-.041a.438.438%2c0%2c0%2c1%2c.071-.026.132.132%2c0%2c0%2c1%2c.058%2c0%2c.069.069%2c0%2c0%2c1%2c.041.027.157.157%2c0%2c0%2c1%2c.037.141.283.283%2c0%2c0%2c1-.108.137.449.449%2c0%2c0%2c1-.123.069.341.341%2c0%2c0%2c1-.116.022h0a.28.28%2c0%2c0%2c1-.205-.094l-.006-.006-.078.072.229.3.006.007.083-.064%2c0-.006a.119.119%2c0%2c0%2c1%2c0-.053c0-.024.008-.027.008-.027a.071.071%2c0%2c0%2c1%2c.041-.013.445.445%2c0%2c0%2c0%2c.127-.03.55.55%2c0%2c0%2c0%2c.136-.08.631.631%2c0%2c0%2c0%2c.115-.113.355.355%2c0%2c0%2c0%2c.063-.123.27.27%2c0%2c0%2c0%2c0-.13.335.335%2c0%2c0%2c0-.065-.131' transform='translate(-226.167 -10.193)' fill='%23000e10'/%3e%3cpath id='Path_7687' data-name='Path 7687' d='M235.732%2c12.419a.2.2%2c0%2c0%2c1-.082.032.04.04%2c0%2c0%2c1-.041-.021l-.378-.641.1-.057a.2.2%2c0%2c0%2c1%2c.072-.027.123.123%2c0%2c0%2c1%2c.069.013.289.289%2c0%2c0%2c1%2c.078.061.914.914%2c0%2c0%2c1%2c.092.118l0%2c.007.085-.056-.217-.368-.881.519.212.36%2c0%2c.008.09-.048%2c0-.008a.9.9%2c0%2c0%2c1-.058-.137.288.288%2c0%2c0%2c1-.016-.1.12.12%2c0%2c0%2c1%2c.022-.067.2.2%2c0%2c0%2c1%2c.058-.05l.1-.058.378.641a.038.038%2c0%2c0%2c1%2c0%2c.03c-.006.022-.03.046-.073.071l-.008%2c0%2c.048.081.4-.235-.048-.081Z' transform='translate(-228.222 -8.376)' fill='%23000e10'/%3e%3cpath id='Path_7688' data-name='Path 7688' d='M239.959%2c10.648l-.082.034.028.068a.058.058%2c0%2c0%2c1%2c.005.039.032.032%2c0%2c0%2c1-.02.02.031.031%2c0%2c0%2c1-.027%2c0%2c.057.057%2c0%2c0%2c1-.024-.031l-.048-.114a.455.455%2c0%2c0%2c0-.049-.092.235.235%2c0%2c0%2c0-.058-.058.185.185%2c0%2c0%2c0-.066-.029.255.255%2c0%2c0%2c0-.045-.005.316.316%2c0%2c0%2c0%2c.035-.036.233.233%2c0%2c0%2c0%2c.039-.068.23.23%2c0%2c0%2c0%2c.013-.082.244.244%2c0%2c0%2c0-.021-.094.256.256%2c0%2c0%2c0-.08-.112.214.214%2c0%2c0%2c0-.106-.041.339.339%2c0%2c0%2c0-.121.011.958.958%2c0%2c0%2c0-.123.042l-.53.222-.008%2c0%2c.038.09.008%2c0a.147.147%2c0%2c0%2c1%2c.1-.016.039.039%2c0%2c0%2c1%2c.021.022l.277.661a.039.039%2c0%2c0%2c1%2c0%2c.031.146.146%2c0%2c0%2c1-.082.061l-.008%2c0%2c.037.088.445-.187.008%2c0-.037-.088-.008%2c0a.2.2%2c0%2c0%2c1-.131.024.032.032%2c0%2c0%2c1-.019-.019l-.127-.3.18-.075a.119.119%2c0%2c0%2c1%2c.12%2c0%2c.316.316%2c0%2c0%2c1%2c.09.135l.039.093a.183.183%2c0%2c0%2c0%2c.092.1.2.2%2c0%2c0%2c0%2c.163-.012.177.177%2c0%2c0%2c0%2c.11-.1.172.172%2c0%2c0%2c0-.008-.124Zm-.805-.06-.116-.276.2-.082a.134.134%2c0%2c0%2c1%2c.2.073.152.152%2c0%2c0%2c1%2c.009.125.177.177%2c0%2c0%2c1-.1.078Z' transform='translate(-231.169 -7.328)' fill='%23000e10'/%3e%3cpath id='Path_7689' data-name='Path 7689' d='M243.764%2c9.739c-.106.032-.117-.006-.121-.019l-.206-.688a.038.038%2c0%2c0%2c1%2c0-.031.145.145%2c0%2c0%2c1%2c.088-.052l.008%2c0-.028-.093-.444.133.028.093.009%2c0c.071-.021.112-.015.123.018l.206.688a.037.037%2c0%2c0%2c1%2c0%2c.03.147.147%2c0%2c0%2c1-.09.052l-.008%2c0%2c.027.09.444-.133-.027-.09Z' transform='translate(-234.374 -6.46)' fill='%23000e10'/%3e%3cpath id='Path_7690' data-name='Path 7690' d='M247.219%2c8.969c-.041.007-.092.011-.106-.015l-.479-.805%2c0-.005-.2.037h-.006l-.17.933a.041.041%2c0%2c0%2c1-.023.028.257.257%2c0%2c0%2c1-.077.023l-.009%2c0%2c.018.1.369-.069.009%2c0-.018-.094-.09.017a.067.067%2c0%2c0%2c1-.046%2c0%2c.019.019%2c0%2c0%2c1-.008-.014.037.037%2c0%2c0%2c1%2c0-.013l.023-.135.393-.073.076.127.006.011s0%2c.016-.026.022l-.125.023.017.094.5-.093-.017-.094Zm-.483-.2-.313.058.078-.46Z' transform='translate(-236.623 -5.941)' fill='%23000e10'/%3e%3cpath id='Path_7691' data-name='Path 7691' d='M251.253%2c8.268a.59.59%2c0%2c0%2c1-.018.137.234.234%2c0%2c0%2c1-.041.087.153.153%2c0%2c0%2c1-.064.048.263.263%2c0%2c0%2c1-.087.018l-.254.013-.038-.742c0-.035.044-.055.137-.06h.009l-.005-.1-.482.025H250.4l0%2c.1h.009a.149.149%2c0%2c0%2c1%2c.1.019.04.04%2c0%2c0%2c1%2c.013.028l.037.717c0%2c.035-.034.055-.108.058h-.009l0%2c.094.894-.046.013-.392V8.265l-.107-.006Z' transform='translate(-239.726 -5.597)' fill='%23000e10'/%3e%3cpath id='Path_7692' data-name='Path 7692' d='M256.932%2c8.07c-.021.1-.053.152-.1.152h-.008l-.153-.02.043-.335.3.038c.093.012.137.082.134.213v.009l.1.006.039-.308V7.817L256.4%2c7.7h-.009l-.012.1h.009a.143.143%2c0%2c0%2c1%2c.1.037.038.038%2c0%2c0%2c1%2c.008.03l-.091.712c0%2c.013-.006.053-.116.038h-.009l-.012.094.488.062h.009l.012-.094h-.009c-.067-.009-.147-.028-.142-.072l.037-.289.144.018c.041.005.059.065.055.176V8.52l.1.012.078-.448%2c0-.009-.1-.012Z' transform='translate(-244.003 -5.619)' fill='%23000e10'/%3e%3cpath id='Path_7693' data-name='Path 7693' d='M260.258%2c9.5l-.109-.931V8.567l-.2-.048-.536.782a.041.041%2c0%2c0%2c1-.033.015.25.25%2c0%2c0%2c1-.08-.01l-.009%2c0-.023.094.365.088.009%2c0%2c.022-.093-.09-.022a.084.084%2c0%2c0%2c1-.037-.017.02.02%2c0%2c0%2c1-.006-.021.04.04%2c0%2c0%2c1%2c.005-.012l.076-.114L260%2c9.3l.017.147a.077.077%2c0%2c0%2c1%2c0%2c.012s0%2c.016-.033.009l-.123-.03-.022.093.486.117.009%2c0%2c.022-.093-.009%2c0c-.04-.01-.088-.027-.091-.057m-.269-.322-.309-.074.258-.388Z' transform='translate(-246.194 -6.215)' fill='%23000e10'/%3e%3cpath id='Path_7694' data-name='Path 7694' d='M264.67%2c9.842a.14.14%2c0%2c0%2c1-.042.023.052.052%2c0%2c0%2c1-.033%2c0%2c.1.1%2c0%2c0%2c1-.037-.03.463.463%2c0%2c0%2c0-.087-.081.6.6%2c0%2c0%2c0-.138-.071.492.492%2c0%2c0%2c0-.163-.037.3.3%2c0%2c0%2c0-.125.021.23.23%2c0%2c0%2c0-.09.064.313.313%2c0%2c0%2c0-.054.091.354.354%2c0%2c0%2c0-.026.12.255.255%2c0%2c0%2c0%2c.018.1.293.293%2c0%2c0%2c0%2c.057.086.622.622%2c0%2c0%2c0%2c.088.077.924.924%2c0%2c0%2c0%2c.08.052l.083.048c.027.015.052.031.076.047a.42.42%2c0%2c0%2c1%2c.06.047.13.13%2c0%2c0%2c1%2c.032.048.066.066%2c0%2c0%2c1%2c0%2c.049.157.157%2c0%2c0%2c1-.1.1.284.284%2c0%2c0%2c1-.174-.02.455.455%2c0%2c0%2c1-.123-.069.336.336%2c0%2c0%2c1-.08-.091.279.279%2c0%2c0%2c1-.037-.107.3.3%2c0%2c0%2c1%2c.01-.118l0-.008-.1-.029-.135.351%2c0%2c.008.1.038%2c0%2c0a.121.121%2c0%2c0%2c1%2c.043-.031c.022-.01.028-.008.028-.008a.077.077%2c0%2c0%2c1%2c.033.028.449.449%2c0%2c0%2c0%2c.091.093.555.555%2c0%2c0%2c0%2c.139.074.634.634%2c0%2c0%2c0%2c.157.04l.044%2c0a.332.332%2c0%2c0%2c0%2c.094-.013.27.27%2c0%2c0%2c0%2c.112-.065.336.336%2c0%2c0%2c0%2c.078-.124.28.28%2c0%2c0%2c0%2c.021-.14.263.263%2c0%2c0%2c0-.043-.113.4.4%2c0%2c0%2c0-.086-.092%2c1.219%2c1.219%2c0%2c0%2c0-.108-.076l-.11-.068a.722.722%2c0%2c0%2c1-.092-.064.225.225%2c0%2c0%2c1-.055-.065.082.082%2c0%2c0%2c1%2c0-.07.106.106%2c0%2c0%2c1%2c.089-.074.333.333%2c0%2c0%2c1%2c.157.026.446.446%2c0%2c0%2c1%2c.106.058.288.288%2c0%2c0%2c1%2c.073.08.27.27%2c0%2c0%2c1%2c.035.1.323.323%2c0%2c0%2c1-.009.122l0%2c.009.1.025.128-.333%2c0-.008-.081-.031Z' transform='translate(-249.374 -7.039)' fill='%23000e10'/%3e%3cpath id='Path_7695' data-name='Path 7695' d='M268.569%2c11.256l.1.053a.2.2%2c0%2c0%2c1%2c.061.048.12.12%2c0%2c0%2c1%2c.025.066.289.289%2c0%2c0%2c1-.011.1.888.888%2c0%2c0%2c1-.053.14l0%2c.008.092.044.2-.376-.894-.479-.008%2c0-.2.369%2c0%2c.008.088.052%2c0-.007a.906.906%2c0%2c0%2c1%2c.087-.122.287.287%2c0%2c0%2c1%2c.076-.064.122.122%2c0%2c0%2c1%2c.069-.016.2.2%2c0%2c0%2c1%2c.073.024l.1.053-.351.656a.04.04%2c0%2c0%2c1-.04.022.194.194%2c0%2c0%2c1-.082-.028l-.008%2c0-.044.083.409.219.044-.083-.008%2c0c-.045-.024-.071-.047-.077-.069a.038.038%2c0%2c0%2c1%2c0-.03Z' transform='translate(-252.453 -7.918)' fill='%23000e10'/%3e%3cpath id='Path_7696' data-name='Path 7696' d='M271.5%2c14.073l-.006.007c-.122.144-.239.172-.358.087l-.2-.141.207-.289.11.078c.034.024.024.082-.031.173l0%2c.007.08.057.272-.343-.083-.06-.005.006c-.066.079-.119.1-.158.077l-.117-.084.179-.25.237.17c.081.058.087.14.019.253l0%2c.007.094.06.181-.252%2c0-.007-.739-.529-.056.079.007.005c.041.029.063.055.067.077a.037.037%2c0%2c0%2c1-.008.03l-.418.584a.039.039%2c0%2c0%2c1-.026.017.144.144%2c0%2c0%2c1-.095-.038l-.007%2c0-.055.076.732.524.006%2c0%2c.26-.305Z' transform='translate(-254.452 -9.557)' fill='%23000e10'/%3e%3cpath id='Path_7697' data-name='Path 7697' d='M275.194%2c16.529l.007.006.066-.071-.262-.246L275%2c16.212l-.066.071.006.006c.053.05.068.089.044.114l-.447.475.184-.922v0l-.266-.25-.006-.006-.067.071.007.006c.08.076.053.1.044.114l-.492.523a.038.038%2c0%2c0%2c1-.028.013h0a.151.151%2c0%2c0%2c1-.088-.05l-.006-.006-.065.069.268.252.064-.069-.007-.006a.146.146%2c0%2c0%2c1-.055-.086.036.036%2c0%2c0%2c1%2c.011-.028l.435-.462-.177.907.191.18.593-.63c.024-.026.063-.013.117.037' transform='translate(-256.763 -11.45)' fill='%23000e10'/%3e%3cpath id='Path_7698' data-name='Path 7698' d='M277.817%2c20.176l-.008.005c-.155.106-.276.1-.368-.011l-.154-.189.276-.224.085.1c.026.032%2c0%2c.086-.075.159l-.006.005.062.077.352-.259-.064-.079-.007%2c0c-.084.059-.142.07-.173.032l-.091-.112.238-.193.184.226c.063.077.047.158-.048.249l-.006.006.075.082.248-.2-.573-.705-.075.061.006.007c.07.086.039.111.028.119l-.557.453c-.027.022-.065%2c0-.111-.052l-.005-.007-.074.06.568.7.005.006.331-.226Z' transform='translate(-259.114 -13.973)' fill='%23000e10'/%3e%3cpath id='Path_7699' data-name='Path 7699' d='M280.184%2c23.93l-.047-.076-.062.038a.058.058%2c0%2c0%2c1-.038.011.033.033%2c0%2c0%2c1-.023-.016.03.03%2c0%2c0%2c1%2c0-.027.054.054%2c0%2c0%2c1%2c.027-.028l.105-.065a.443.443%2c0%2c0%2c0%2c.083-.063.237.237%2c0%2c0%2c0%2c.049-.066.178.178%2c0%2c0%2c0%2c.018-.07.243.243%2c0%2c0%2c0%2c0-.046.284.284%2c0%2c0%2c0%2c.041.029.227.227%2c0%2c0%2c0%2c.073.028.239.239%2c0%2c0%2c0%2c.083%2c0%2c.249.249%2c0%2c0%2c0%2c.09-.036.255.255%2c0%2c0%2c0%2c.1-.1.214.214%2c0%2c0%2c0%2c.025-.111.337.337%2c0%2c0%2c0-.029-.117.946.946%2c0%2c0%2c0-.061-.115l-.3-.49%2c0-.008-.083.051%2c0%2c.008c.038.062.043.1.013.122l-.61.375c-.029.019-.064%2c0-.1-.067l0-.008-.081.05.253.411%2c0%2c.008.081-.05%2c0-.008c-.049-.079-.058-.129-.028-.147l.281-.173.1.166a.12.12%2c0%2c0%2c1%2c.018.119.316.316%2c0%2c0%2c1-.12.11l-.086.053a.181.181%2c0%2c0%2c0-.084.106.2.2%2c0%2c0%2c0%2c.037.16.178.178%2c0%2c0%2c0%2c.114.094l.027%2c0a.181.181%2c0%2c0%2c0%2c.1-.029Zm.046-.625-.111-.18.255-.157.11.18a.169.169%2c0%2c0%2c1%2c.031.12.142.142%2c0%2c0%2c1-.073.09.152.152%2c0%2c0%2c1-.122.028.177.177%2c0%2c0%2c1-.091-.082' transform='translate(-260.912 -16.493)' fill='%23000e10'/%3e%3cpath id='Path_7700' data-name='Path 7700' d='M282.878%2c27.625h-.005a.139.139%2c0%2c0%2c1-.046-.013.052.052%2c0%2c0%2c1-.027-.021.1.1%2c0%2c0%2c1%2c0-.047.489.489%2c0%2c0%2c0-.005-.119.6.6%2c0%2c0%2c0-.048-.147.493.493%2c0%2c0%2c0-.09-.141.305.305%2c0%2c0%2c0-.1-.074.23.23%2c0%2c0%2c0-.108-.017.314.314%2c0%2c0%2c0-.1.027.356.356%2c0%2c0%2c0-.1.067.254.254%2c0%2c0%2c0-.058.084.288.288%2c0%2c0%2c0-.02.1.6.6%2c0%2c0%2c0%2c.009.117c0%2c.029.011.061.02.093s.016.062.025.093.015.058.021.087a.441.441%2c0%2c0%2c1%2c.009.075.132.132%2c0%2c0%2c1-.011.057.068.068%2c0%2c0%2c1-.035.034.156.156%2c0%2c0%2c1-.146%2c0%2c.28.28%2c0%2c0%2c1-.109-.136.443.443%2c0%2c0%2c1-.039-.136.334.334%2c0%2c0%2c1%2c.007-.121.282.282%2c0%2c0%2c1%2c.049-.1.285.285%2c0%2c0%2c1%2c.09-.076l.008%2c0L282%2c27.216l-.351.158.043.1h.006a.135.135%2c0%2c0%2c1%2c.052.008c.022.009.025.014.025.014a.073.073%2c0%2c0%2c1%2c0%2c.043.455.455%2c0%2c0%2c0%2c0%2c.13.55.55%2c0%2c0%2c0%2c.046.15.629.629%2c0%2c0%2c0%2c.084.139.348.348%2c0%2c0%2c0%2c.105.09.268.268%2c0%2c0%2c0%2c.126.032h0a.337.337%2c0%2c0%2c0%2c.139-.033.283.283%2c0%2c0%2c0%2c.113-.085.272.272%2c0%2c0%2c0%2c.049-.111.4.4%2c0%2c0%2c0%2c0-.126c-.005-.043-.013-.087-.023-.13s-.019-.08-.031-.126a.7.7%2c0%2c0%2c1-.02-.111.219.219%2c0%2c0%2c1%2c.007-.085.082.082%2c0%2c0%2c1%2c.048-.051.107.107%2c0%2c0%2c1%2c.115.01.328.328%2c0%2c0%2c1%2c.094.129.433.433%2c0%2c0%2c1%2c.035.116.274.274%2c0%2c0%2c1%2c0%2c.107.266.266%2c0%2c0%2c1-.046.1.32.32%2c0%2c0%2c1-.092.08l-.008%2c0%2c.057.091.333-.151Z' transform='translate(-262.524 -19.729)' fill='%23000e10'/%3e%3cpath id='Path_7701' data-name='Path 7701' d='M223.6%2c59.133l-.008%2c0c-.168.085-.287.067-.364-.057l-.128-.207.3-.187.071.115c.022.035-.009.085-.094.148l-.007%2c0%2c.052.084.382-.213-.054-.087-.007%2c0c-.091.047-.15.051-.175.01l-.076-.123.261-.162.154.248c.052.084.027.163-.079.241l-.007.005.064.091.271-.169-.475-.765%2c0-.008-.082.051%2c0%2c.008a.145.145%2c0%2c0%2c1%2c.032.1.038.038%2c0%2c0%2c1-.018.025l-.61.379c-.03.019-.065%2c0-.1-.066l0-.008-.08.049.475.765%2c0%2c.007.357-.182Z' transform='translate(-219.603 -42.394)' fill='%23000e10'/%3e%3cpath id='Path_7702' data-name='Path 7702' d='M226.11%2c62.464l.385.008a.185.185%2c0%2c0%2c1%2c.075.018.193.193%2c0%2c0%2c1%2c.064.052l.006.007.075-.062-.252-.305-.006-.007-.075.062.047.057a.061.061%2c0%2c0%2c1%2c.018.039.021.021%2c0%2c0%2c1-.008.014.068.068%2c0%2c0%2c1-.045.014h-.26l.068-.257a.058.058%2c0%2c0%2c1%2c.017-.032c.008-.006.018-.011.034.009l.054.066.075-.062-.3-.367-.006-.007-.075.062.006.007a.151.151%2c0%2c0%2c1%2c.035.066.164.164%2c0%2c0%2c1%2c0%2c.07l-.105.409-.467-.006a.173.173%2c0%2c0%2c1-.135-.066l-.006-.007-.073.06.267.323.005.007.073-.06-.065-.078a.079.079%2c0%2c0%2c1-.021-.037.022.022%2c0%2c0%2c1%2c.01-.02.068.068%2c0%2c0%2c1%2c.044-.012h0l.335%2c0-.086.322a.076.076%2c0%2c0%2c1-.02.039c-.008.007-.017.01-.031-.008l-.076-.092-.073.06.328.4.006.007.073-.06-.006-.007a.144.144%2c0%2c0%2c1-.035-.067.177.177%2c0%2c0%2c1%2c.005-.071Z' transform='translate(-221.377 -45.02)' fill='%23000e10'/%3e%3cpath id='Path_7703' data-name='Path 7703' d='M229.59%2c65.958a.352.352%2c0%2c0%2c0%2c.124-.092.343.343%2c0%2c0%2c0%2c.08-.127.23.23%2c0%2c0%2c0%2c0-.123.337.337%2c0%2c0%2c0-.06-.119.918.918%2c0%2c0%2c0-.107-.117l-.391-.362-.007-.006-.065.071.007.006c.081.075.054.1.045.114l-.488.526c-.009.01-.036.039-.117-.036l-.006-.006-.064.069.354.328.006.006.064-.069-.006-.006c-.068-.063-.091-.108-.067-.134l.171-.184.145.135a.787.787%2c0%2c0%2c0%2c.127.1.333.333%2c0%2c0%2c0%2c.127.047.243.243%2c0%2c0%2c0%2c.126-.017m-.067-.5a.21.21%2c0%2c0%2c1%2c.079.134.169.169%2c0%2c0%2c1-.053.122.2.2%2c0%2c0%2c1-.128.073.2.2%2c0%2c0%2c1-.141-.067l-.128-.119.244-.263Z' transform='translate(-223.779 -47.428)' fill='%23000e10'/%3e%3cpath id='Path_7704' data-name='Path 7704' d='M232.742%2c68.666c-.122.144-.24.172-.358.087l-.2-.142.207-.289.109.079c.034.024.024.082-.03.173l0%2c.007.08.057.271-.343-.083-.059-.005.006c-.065.079-.119.1-.158.077l-.117-.084.179-.249.237.17c.081.058.087.141.019.253l0%2c.008.094.06.186-.26-.739-.53-.056.079.007.005c.041.029.063.055.067.078a.038.038%2c0%2c0%2c1-.008.03l-.418.584a.039.039%2c0%2c0%2c1-.026.017.146.146%2c0%2c0%2c1-.095-.038l-.007-.005-.055.077.738.529.26-.305-.087-.075Z' transform='translate(-226.182 -49.379)' fill='%23000e10'/%3e%3cpath id='Path_7705' data-name='Path 7705' d='M236.66%2c70.365a.9.9%2c0%2c0%2c0-.111-.069l-.515-.274-.045.085.008%2c0a.192.192%2c0%2c0%2c1%2c.069.053.04.04%2c0%2c0%2c1%2c0%2c.045l-.337.633c-.006.011-.025.046-.123-.005l-.008%2c0-.045.084.434.231.045-.084-.008%2c0c-.06-.032-.094-.061-.1-.086a.034.034%2c0%2c0%2c1%2c0-.027l.155-.291.172.092a.12.12%2c0%2c0%2c1%2c.075.094.314.314%2c0%2c0%2c1-.048.156l-.047.089a.183.183%2c0%2c0%2c0-.019.134.2.2%2c0%2c0%2c0%2c.113.119.224.224%2c0%2c0%2c0%2c.1.031.114.114%2c0%2c0%2c0%2c.042-.008.173.173%2c0%2c0%2c0%2c.092-.085l.029-.055-.078-.042-.034.065a.058.058%2c0%2c0%2c1-.027.029.033.033%2c0%2c0%2c1-.028%2c0%2c.031.031%2c0%2c0%2c1-.017-.021.06.06%2c0%2c0%2c1%2c.009-.038l.058-.109a.475.475%2c0%2c0%2c0%2c.04-.1.236.236%2c0%2c0%2c0%2c.009-.081.188.188%2c0%2c0%2c0-.02-.07.253.253%2c0%2c0%2c0-.025-.038.311.311%2c0%2c0%2c0%2c.05%2c0h0a.227.227%2c0%2c0%2c0%2c.147-.054.253.253%2c0%2c0%2c0%2c.06-.076.261.261%2c0%2c0%2c0%2c.036-.133.215.215%2c0%2c0%2c0-.035-.108.327.327%2c0%2c0%2c0-.084-.087m-.384-.067.186.1a.134.134%2c0%2c0%2c1%2c.071.2.151.151%2c0%2c0%2c1-.091.086.177.177%2c0%2c0%2c1-.12-.025l-.187-.1Z' transform='translate(-228.898 -51.083)' fill='%23000e10'/%3e%3cpath id='Path_7706' data-name='Path 7706' d='M240.706%2c72.01l-.145.392%2c0%2c.008.094.04%2c0-.008a.912.912%2c0%2c0%2c1%2c.07-.132.288.288%2c0%2c0%2c1%2c.066-.074.121.121%2c0%2c0%2c1%2c.066-.025.2.2%2c0%2c0%2c1%2c.076.014l.106.039-.259.7c0%2c.012-.018.049-.122.011l-.008%2c0-.033.088.426.158.008%2c0%2c.033-.088-.008%2c0a.145.145%2c0%2c0%2c1-.086-.058.038.038%2c0%2c0%2c1%2c0-.031l.259-.7.105.039a.2.2%2c0%2c0%2c1%2c.067.039.117.117%2c0%2c0%2c1%2c.034.062.291.291%2c0%2c0%2c1%2c0%2c.1.9.9%2c0%2c0%2c1-.034.146l0%2c.008.1.031.149-.4Z' transform='translate(-232.545 -52.534)' fill='%23000e10'/%3e%3cpath id='Path_7707' data-name='Path 7707' d='M245.191%2c74.236a.6.6%2c0%2c0%2c1-.054.127.234.234%2c0%2c0%2c1-.064.072.159.159%2c0%2c0%2c1-.074.029.263.263%2c0%2c0%2c1-.089-.006l-.248-.057.166-.724c.008-.034.058-.041.148-.02l.008%2c0%2c.022-.094-.479-.11-.022.095.009%2c0a.2.2%2c0%2c0%2c1%2c.08.033.041.041%2c0%2c0%2c1%2c.016.043l-.16.7c-.008.034-.048.043-.12.027l-.009%2c0-.021.092.864.2.008%2c0%2c.122-.382-.1-.035Z' transform='translate(-235.276 -53.587)' fill='%23000e10'/%3e%3cpath id='Path_7708' data-name='Path 7708' d='M249.031%2c74.293l-.011.1.073.008a.06.06%2c0%2c0%2c1%2c.04.015.017.017%2c0%2c0%2c1%2c0%2c.014.025.025%2c0%2c0%2c1-.005.014l-.248.3-.171-.355a.027.027%2c0%2c0%2c1%2c0-.014c0-.005%2c0-.018.033-.014l.114.013.011-.1-.5-.056h-.009l-.011.1h.009a.2.2%2c0%2c0%2c1%2c.06.015.067.067%2c0%2c0%2c1%2c.034.032l.242.476-.033.287a.041.041%2c0%2c0%2c1-.032.035.24.24%2c0%2c0%2c1-.1%2c0h-.009l-.011.094.479.055H249l.011-.094H249c-.082-.009-.122-.032-.118-.067l.032-.287.352-.41a.064.064%2c0%2c0%2c1%2c.036-.02.207.207%2c0%2c0%2c1%2c.072%2c0h.009l.011-.1-.354-.04Z' transform='translate(-238.228 -54.144)' fill='%23000e10'/%3e%3cpath id='Path_7709' data-name='Path 7709' d='M255.509%2c74.552a.336.336%2c0%2c0%2c0-.128-.037.889.889%2c0%2c0%2c0-.159%2c0l-.54.042.008.1h.009c.073-.005.111.009.114.044l.055.716a.038.038%2c0%2c0%2c1-.009.029.146.146%2c0%2c0%2c1-.1.032h-.009l.007.094.49-.038-.007-.094h-.009a.2.2%2c0%2c0%2c1-.132-.018.035.035%2c0%2c0%2c1-.012-.024l-.019-.25.2-.015a.808.808%2c0%2c0%2c0%2c.158-.027.33.33%2c0%2c0%2c0%2c.121-.061.246.246%2c0%2c0%2c0%2c.073-.1.362.362%2c0%2c0%2c0%2c.016-.153.339.339%2c0%2c0%2c0-.039-.145.23.23%2c0%2c0%2c0-.088-.087m-.448.465-.028-.357.175-.014a.208.208%2c0%2c0%2c1%2c.152.033.17.17%2c0%2c0%2c1%2c.054.122.165.165%2c0%2c0%2c1-.179.2Z' transform='translate(-242.849 -54.359)' fill='%23000e10'/%3e%3cpath id='Path_7710' data-name='Path 7710' d='M259.834%2c74.535l-.087.018.015.072a.059.059%2c0%2c0%2c1%2c0%2c.039.033.033%2c0%2c0%2c1-.023.016.03.03%2c0%2c0%2c1-.026-.006.056.056%2c0%2c0%2c1-.018-.035l-.025-.121a.474.474%2c0%2c0%2c0-.032-.1.231.231%2c0%2c0%2c0-.045-.068.179.179%2c0%2c0%2c0-.059-.041.233.233%2c0%2c0%2c0-.044-.014.322.322%2c0%2c0%2c0%2c.041-.029.226.226%2c0%2c0%2c0%2c.051-.059.237.237%2c0%2c0%2c0%2c.029-.078.294.294%2c0%2c0%2c0-.061-.222.218.218%2c0%2c0%2c0-.1-.061.334.334%2c0%2c0%2c0-.12-.012.966.966%2c0%2c0%2c0-.129.018l-.562.119-.009%2c0%2c.02.1.009%2c0a.191.191%2c0%2c0%2c1%2c.087%2c0%2c.041.041%2c0%2c0%2c1%2c.032.032l.148.7a.039.039%2c0%2c0%2c1%2c0%2c.03.145.145%2c0%2c0%2c1-.092.044l-.009%2c0%2c.02.094.472-.1.009%2c0-.02-.094-.009%2c0a.2.2%2c0%2c0%2c1-.133%2c0%2c.032.032%2c0%2c0%2c1-.015-.022l-.068-.322.191-.04a.119.119%2c0%2c0%2c1%2c.118.024.316.316%2c0%2c0%2c1%2c.063.15l.021.1a.184.184%2c0%2c0%2c0%2c.072.115.2.2%2c0%2c0%2c0%2c.163.019.177.177%2c0%2c0%2c0%2c.127-.076.174.174%2c0%2c0%2c0%2c.016-.124Zm-.465-.312a.176.176%2c0%2c0%2c1-.108.058l-.207.044-.062-.293.206-.044a.17.17%2c0%2c0%2c1%2c.124.011.143.143%2c0%2c0%2c1%2c.06.1.151.151%2c0%2c0%2c1-.014.124' transform='translate(-245.73 -53.866)' fill='%23000e10'/%3e%3cpath id='Path_7711' data-name='Path 7711' d='M264.288%2c72.667a.423.423%2c0%2c0%2c0-.155-.118.4.4%2c0%2c0%2c0-.183-.029.719.719%2c0%2c0%2c0-.2.043.668.668%2c0%2c0%2c0-.211.117.416.416%2c0%2c0%2c0-.117.16.446.446%2c0%2c0%2c0-.03.2.8.8%2c0%2c0%2c0%2c.049.224.649.649%2c0%2c0%2c0%2c.117.211.411.411%2c0%2c0%2c0%2c.154.112.392.392%2c0%2c0%2c0%2c.148.028h.033a.753.753%2c0%2c0%2c0%2c.2-.044.655.655%2c0%2c0%2c0%2c.2-.114.443.443%2c0%2c0%2c0%2c.12-.157.448.448%2c0%2c0%2c0%2c.036-.191.685.685%2c0%2c0%2c0-.044-.216.694.694%2c0%2c0%2c0-.12-.22m-.051.6a.223.223%2c0%2c0%2c1-.062.1.371.371%2c0%2c0%2c1-.129.073.234.234%2c0%2c0%2c1-.222-.011.358.358%2c0%2c0%2c1-.1-.107%2c1%2c1%2c0%2c0%2c1-.094-.2.617.617%2c0%2c0%2c1-.035-.15.3.3%2c0%2c0%2c1%2c.013-.124.238.238%2c0%2c0%2c1%2c.066-.1.373.373%2c0%2c0%2c1%2c.124-.07.345.345%2c0%2c0%2c1%2c.114-.022h0a.2.2%2c0%2c0%2c1%2c.1.03.333.333%2c0%2c0%2c1%2c.1.1.852.852%2c0%2c0%2c1%2c.088.184.818.818%2c0%2c0%2c1%2c.042.164.318.318%2c0%2c0%2c1-.006.132' transform='translate(-249.203 -52.905)' fill='%23000e10'/%3e%3cpath id='Path_7712' data-name='Path 7712' d='M268.6%2c70.86l-.111.017%2c0%2c.009a.356.356%2c0%2c0%2c1-.018.211.377.377%2c0%2c0%2c1-.284.193.248.248%2c0%2c0%2c1-.119-.018.334.334%2c0%2c0%2c1-.113-.077.579.579%2c0%2c0%2c1-.1-.142.7.7%2c0%2c0%2c1-.06-.155.371.371%2c0%2c0%2c1-.009-.14.262.262%2c0%2c0%2c1%2c.05-.12.333.333%2c0%2c0%2c1%2c.117-.095.276.276%2c0%2c0%2c1%2c.2-.029.337.337%2c0%2c0%2c1%2c.17.111l0%2c.006.1-.061-.156-.3%2c0-.008-.1.053.008.083a.365.365%2c0%2c0%2c0-.128-.009.488.488%2c0%2c0%2c0-.183.058.6.6%2c0%2c0%2c0-.164.122.446.446%2c0%2c0%2c0-.121.365.656.656%2c0%2c0%2c0%2c.075.231.6.6%2c0%2c0%2c0%2c.143.185.445.445%2c0%2c0%2c0%2c.175.092.457.457%2c0%2c0%2c0%2c.114.014.5.5%2c0%2c0%2c0%2c.079-.006.664.664%2c0%2c0%2c0%2c.2-.067.513.513%2c0%2c0%2c0%2c.148-.11.42.42%2c0%2c0%2c0%2c.079-.129.411.411%2c0%2c0%2c0%2c.027-.138.641.641%2c0%2c0%2c0-.012-.136Z' transform='translate(-252.251 -51.258)' fill='%23000e10'/%3e%3cpath id='Path_7713' data-name='Path 7713' d='M271.775%2c68.2l-.259-.366a.039.039%2c0%2c0%2c1-.008-.03c0-.022.027-.049.068-.078l.007-.005-.056-.079-.322.228.056.079.007-.005a.291.291%2c0%2c0%2c1%2c.1-.051.042.042%2c0%2c0%2c1%2c.046.014l.259.366a.655.655%2c0%2c0%2c1%2c.07.12.225.225%2c0%2c0%2c1%2c.02.1.175.175%2c0%2c0%2c1-.032.089.353.353%2c0%2c0%2c1-.088.085.343.343%2c0%2c0%2c1-.11.055.166.166%2c0%2c0%2c1-.091%2c0%2c.229.229%2c0%2c0%2c1-.086-.054.688.688%2c0%2c0%2c1-.089-.105L271%2c68.2a.041.041%2c0%2c0%2c1%2c0-.048.278.278%2c0%2c0%2c1%2c.079-.074l.007-.005-.056-.079-.4.282.056.079.007-.005c.06-.042.1-.049.121-.021l.259.366a.651.651%2c0%2c0%2c0%2c.125.136.339.339%2c0%2c0%2c0%2c.143.068.307.307%2c0%2c0%2c0%2c.061.006.358.358%2c0%2c0%2c0%2c.1-.014.582.582%2c0%2c0%2c0%2c.177-.089.564.564%2c0%2c0%2c0%2c.14-.135.316.316%2c0%2c0%2c0%2c.056-.146.347.347%2c0%2c0%2c0-.021-.155.677.677%2c0%2c0%2c0-.087-.162' transform='translate(-254.49 -49.348)' fill='%23000e10'/%3e%3cpath id='Path_7714' data-name='Path 7714' d='M275.61%2c65.72l-.065.061.05.053a.057.057%2c0%2c0%2c1%2c.018.035.034.034%2c0%2c0%2c1-.037.035.058.058%2c0%2c0%2c1-.033-.021l-.085-.09a.483.483%2c0%2c0%2c0-.079-.069.248.248%2c0%2c0%2c0-.074-.034.185.185%2c0%2c0%2c0-.072%2c0%2c.26.26%2c0%2c0%2c0-.044.011.278.278%2c0%2c0%2c0%2c.02-.045.225.225%2c0%2c0%2c0%2c0-.159.252.252%2c0%2c0%2c0-.053-.081.259.259%2c0%2c0%2c0-.114-.077.214.214%2c0%2c0%2c0-.114%2c0%2c.337.337%2c0%2c0%2c0-.109.052.98.98%2c0%2c0%2c0-.1.083l-.418.394-.006.006.066.071.006-.006c.053-.05.093-.063.117-.037l.492.521a.039.039%2c0%2c0%2c1%2c.011.029.145.145%2c0%2c0%2c1-.055.086l-.006.006.065.07.351-.331.007-.006-.066-.07-.006.006c-.068.064-.114.083-.139.058l-.226-.24.142-.134a.119.119%2c0%2c0%2c1%2c.113-.041.318.318%2c0%2c0%2c1%2c.132.095l.069.073a.182.182%2c0%2c0%2c0%2c.121.061.2.2%2c0%2c0%2c0%2c.149-.069.176.176%2c0%2c0%2c0%2c.069-.131.173.173%2c0%2c0%2c0-.051-.114Zm-.559-.024a.176.176%2c0%2c0%2c1-.062.106l-.154.145-.205-.218.154-.145a.134.134%2c0%2c0%2c1%2c.214%2c0%2c.151.151%2c0%2c0%2c1%2c.052.114' transform='translate(-257.155 -47.658)' fill='%23000e10'/%3e%3cpath id='Path_7715' data-name='Path 7715' d='M278.447%2c62.126l.006.006c.135.131.157.25.064.363l-.154.189-.276-.224.085-.1c.026-.032.084-.018.17.041l.007%2c0%2c.062-.077-.318-.286-.007-.006-.064.079.006.006c.074.071.1.125.067.162l-.091.112-.238-.194.184-.226c.062-.077.145-.078.254%2c0l.007%2c0%2c.065-.09-.247-.2-.574.7.075.061.006-.007a.2.2%2c0%2c0%2c1%2c.065-.057.041.041%2c0%2c0%2c1%2c.045%2c0l.557.453c.027.022.018.062-.029.119l-.006.007.073.06.568-.7.005-.006-.289-.278Z' transform='translate(-259.464 -44.998)' fill='%23000e10'/%3e%3cpath id='Path_7716' data-name='Path 7716' d='M281.233%2c58.838a.376.376%2c0%2c0%2c0-.09-.168.877.877%2c0%2c0%2c0-.2-.16.788.788%2c0%2c0%2c0-.224-.1.315.315%2c0%2c0%2c0-.176%2c0%2c.354.354%2c0%2c0%2c0-.144.1%2c1.16%2c1.16%2c0%2c0%2c0-.129.175l-.28.453.082.051%2c0-.008c.038-.062.073-.085.1-.066l.612.376c.03.018.026.059-.013.122l0%2c.008.08.049.279-.453a.826.826%2c0%2c0%2c0%2c.092-.2.364.364%2c0%2c0%2c0%2c.008-.181m-.152.18a.252.252%2c0%2c0%2c1-.041.117l-.111.18-.655-.4.111-.18a.321.321%2c0%2c0%2c1%2c.081-.093.169.169%2c0%2c0%2c1%2c.093-.033.3.3%2c0%2c0%2c1%2c.116.024%2c1.019%2c1.019%2c0%2c0%2c1%2c.15.078%2c1.145%2c1.145%2c0%2c0%2c1%2c.143.1.377.377%2c0%2c0%2c1%2c.087.1.2.2%2c0%2c0%2c1%2c.025.106' transform='translate(-261.312 -42.604)' fill='%23000e10'/%3e%3cpath id='Path_7717' data-name='Path 7717' d='M249.795%2c48.077v.609q.669%2c0%2c.669.342v.357a.567.567%2c0%2c0%2c1-.1.331.842.842%2c0%2c0%2c1-.271.245%2c1.486%2c1.486%2c0%2c0%2c1-.39.156%2c1.885%2c1.885%2c0%2c0%2c1-.464.056%2c2.126%2c2.126%2c0%2c0%2c1-.609-.082%2c1%2c1%2c0%2c0%2c1-.472-.3%2c1.5%2c1.5%2c0%2c0%2c1-.3-.62%2c4.166%2c4.166%2c0%2c0%2c1-.1-1.029c0-.158.007-.307.021-.448a1.906%2c1.906%2c0%2c0%2c1-.643.337%2c2.981%2c2.981%2c0%2c0%2c1-.88.123l-.057%2c0a3.63%2c3.63%2c0%2c0%2c0%2c.223%2c1.354%2c2.4%2c2.4%2c0%2c0%2c0%2c.59.891%2c2.208%2c2.208%2c0%2c0%2c0%2c.836.487%2c3.148%2c3.148%2c0%2c0%2c0%2c.958.148%2c3.4%2c3.4%2c0%2c0%2c0%2c.62-.052%2c2.793%2c2.793%2c0%2c0%2c0%2c.49-.134%2c1.583%2c1.583%2c0%2c0%2c0%2c.357-.186%2c1.1%2c1.1%2c0%2c0%2c0%2c.227-.208l.156.461h.921V49.028q0-.341.669-.342v-.609Z' transform='translate(-236.656 -34.79)' fill='%23000e10'/%3e%3cpath id='Path_7718' data-name='Path 7718' d='M258.086%2c38.867l-.163.379a1.747%2c1.747%2c0%2c0%2c0-.646-.36%2c3.063%2c3.063%2c0%2c0%2c0-.941-.136v.806a1.989%2c1.989%2c0%2c0%2c1%2c.362-.035%2c1.278%2c1.278%2c0%2c0%2c1%2c.91.323%2c1.612%2c1.612%2c0%2c0%2c1%2c.457.9l.75-.067V38.867Z' transform='translate(-244.055 -28.269)' fill='%23000e10'/%3e%3cpath id='Path_7719' data-name='Path 7719' d='M244.184%2c26.761q-.669%2c0-.669.342v2.748a2.1%2c2.1%2c0%2c0%2c1-.156.843%2c1.643%2c1.643%2c0%2c0%2c1-.442.606%2c1.892%2c1.892%2c0%2c0%2c1-.683.368%2c2.977%2c2.977%2c0%2c0%2c1-.88.123%2c2.6%2c2.6%2c0%2c0%2c1-.758-.1%2c1.811%2c1.811%2c0%2c0%2c1-.59-.3%2c1.323%2c1.323%2c0%2c0%2c1-.386-.479%2c1.464%2c1.464%2c0%2c0%2c1-.137-.643.838.838%2c0%2c0%2c1%2c.212-.6.746.746%2c0%2c0%2c1%2c.568-.223.7.7%2c0%2c0%2c1%2c.494.163.581.581%2c0%2c0%2c1%2c.174.446.589.589%2c0%2c0%2c1-.564.6.5.5%2c0%2c0%2c0%2c.271.316%2c1.012%2c1.012%2c0%2c0%2c0%2c.479.115%2c1%2c1%2c0%2c0%2c0%2c.39-.07.6.6%2c0%2c0%2c0%2c.275-.242%2c1.337%2c1.337%2c0%2c0%2c0%2c.163-.45%2c3.66%2c3.66%2c0%2c0%2c0%2c.056-.7V27.1q0-.342-.661-.342v-.609h2.845Z' transform='translate(-231.76 -19.079)' fill='%23000e10'/%3e%3c/g%3e%3c/svg%3e");
}

.top-bar .menu li.icon--kj:before, .off-canvas .menu li.icon--kj:before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23.825' height='23.825' viewBox='0 0 23.825 23.825'%3e%3cg id='Group_6215' data-name='Group 6215' transform='translate(0)'%3e%3cpath id='Path_7855' data-name='Path 7855' d='M0%2c12.1A11.913%2c11.913%2c0%2c1%2c1%2c11.913%2c24.015%2c11.913%2c11.913%2c0%2c0%2c1%2c0%2c12.1' transform='translate(0 -0.19)' fill='%23f1f0ee'/%3e%3cpath id='Path_7856' data-name='Path 7856' d='M13.8%2c2.772A11.2%2c11.2%2c0%2c1%2c0%2c25%2c13.97a11.21%2c11.21%2c0%2c0%2c0-11.2-11.2m10.806%2c11.2A10.806%2c10.806%2c0%2c1%2c1%2c13.8%2c3.163%2c10.819%2c10.819%2c0%2c0%2c1%2c24.606%2c13.97' transform='translate(-1.881 -2.057)' fill='%23000e10'/%3e%3cpath id='Path_7857' data-name='Path 7857' d='M22.731%2c15.124A7.777%2c7.777%2c0%2c1%2c0%2c30.508%2c22.9a7.786%2c7.786%2c0%2c0%2c0-7.777-7.777M30.367%2c22.9a7.636%2c7.636%2c0%2c1%2c1-7.636-7.636A7.645%2c7.645%2c0%2c0%2c1%2c30.367%2c22.9' transform='translate(-10.812 -10.988)' fill='%23000e10'/%3e%3cpath id='Path_7858' data-name='Path 7858' d='M11.636%2c28.489c-.044.1-.082.089-.094.083l-.677-.287c-.033-.014-.035-.056-.006-.125l0-.008-.091-.039-.182.428%2c0%2c.008.091.039%2c0-.009c.03-.07.061-.1.095-.084l.677.287a.038.038%2c0%2c0%2c1%2c.022.022.15.15%2c0%2c0%2c1-.017.1l0%2c.009.089.038.182-.428%2c0-.008-.089-.038Z' transform='translate(-7.654 -20.38)' fill='%23000e10'/%3e%3cpath id='Path_7859' data-name='Path 7859' d='M12.187%2c23.849a.148.148%2c0%2c0%2c1%2c.028-.1l0-.008-.087-.048-.184.329.087.048%2c0-.008c.025-.045.049-.07.071-.077a.04.04%2c0%2c0%2c1%2c.031%2c0l.583.325-.962.047h0l-.187.334.087.048%2c0-.008c.055-.1.091-.079.1-.073l.642.358c.012.007.047.027-.008.125l0%2c.008.084.047.184-.329-.084-.047%2c0%2c.008c-.037.066-.071.09-.1.073L11.9%2c24.59l.945-.05.131-.234-.773-.432a.039.039%2c0%2c0%2c1-.02-.024' transform='translate(-8.367 -17.183)' fill='%23000e10'/%3e%3cpath id='Path_7860' data-name='Path 7860' d='M15.109%2c20.628a.8.8%2c0%2c0%2c0-.219-.126.322.322%2c0%2c0%2c0-.179-.013.364.364%2c0%2c0%2c0-.156.086%2c1.148%2c1.148%2c0%2c0%2c0-.149.165l-.325.426-.006.007.079.06.006-.007c.068-.09.1-.065.112-.057l.586.444c.029.022.02.063-.025.123l-.006.007.077.058.329-.435a.829.829%2c0%2c0%2c0%2c.113-.193.374.374%2c0%2c0%2c0%2c.027-.184.389.389%2c0%2c0%2c0-.075-.18.9.9%2c0%2c0%2c0-.188-.183m.091.531a.255.255%2c0%2c0%2c1-.054.115l-.131.172-.627-.475.131-.173a.329.329%2c0%2c0%2c1%2c.092-.087.173.173%2c0%2c0%2c1%2c.1-.024.293.293%2c0%2c0%2c1%2c.116.035%2c1.069%2c1.069%2c0%2c0%2c1%2c.145.094%2c1.164%2c1.164%2c0%2c0%2c1%2c.136.119.383.383%2c0%2c0%2c1%2c.079.113.2.2%2c0%2c0%2c1%2c.015.111' transform='translate(-10.177 -14.862)' fill='%23000e10'/%3e%3cpath id='Path_7861' data-name='Path 7861' d='M18.117%2c16.92l-.324-.325c-.025-.025-.011-.065.043-.119l.006-.007-.07-.07-.28.279-.006.006.07.07.007-.006a.3.3%2c0%2c0%2c1%2c.089-.067.042.042%2c0%2c0%2c1%2c.049.006l.324.325a.661.661%2c0%2c0%2c1%2c.091.109.226.226%2c0%2c0%2c1%2c.037.1.182.182%2c0%2c0%2c1-.017.1.363.363%2c0%2c0%2c1-.074.1.35.35%2c0%2c0%2c1-.1.074.169.169%2c0%2c0%2c1-.093.014.232.232%2c0%2c0%2c1-.1-.039.706.706%2c0%2c0%2c1-.108-.091l-.324-.325A.042.042%2c0%2c0%2c1%2c17.332%2c17a.291.291%2c0%2c0%2c1%2c.067-.088l.007-.006-.071-.07-.353.353.07.07.007-.006c.08-.08.109-.051.118-.042l.324.325a.676.676%2c0%2c0%2c0%2c.15.115.352.352%2c0%2c0%2c0%2c.156.045h.01a.347.347%2c0%2c0%2c0%2c.15-.036.593.593%2c0%2c0%2c0%2c.164-.12.572.572%2c0%2c0%2c0%2c.118-.161.323.323%2c0%2c0%2c0%2c.031-.156.357.357%2c0%2c0%2c0-.048-.153.71.71%2c0%2c0%2c0-.116-.149' transform='translate(-12.279 -11.91)' fill='%23000e10'/%3e%3cpath id='Path_7862' data-name='Path 7862' d='M21.96%2c14.52a.294.294%2c0%2c0%2c0-.112-.092.274.274%2c0%2c0%2c0-.121-.023.41.41%2c0%2c0%2c0-.126.026%2c1.254%2c1.254%2c0%2c0%2c0-.124.054l-.118.06a.72.72%2c0%2c0%2c1-.106.047.234.234%2c0%2c0%2c1-.086.013.083.083%2c0%2c0%2c1-.062-.036.108.108%2c0%2c0%2c1-.017-.117.33.33%2c0%2c0%2c1%2c.106-.124.459.459%2c0%2c0%2c1%2c.107-.062.291.291%2c0%2c0%2c1%2c.107-.021h0a.268.268%2c0%2c0%2c1%2c.107.023.316.316%2c0%2c0%2c1%2c.1.073l.007.007.078-.078-.223-.289-.006-.007-.07.054v.005a.147.147%2c0%2c0%2c1%2c0%2c.049.053.053%2c0%2c0%2c1-.015.031.1.1%2c0%2c0%2c1-.046.016.49.49%2c0%2c0%2c0-.118.034.608.608%2c0%2c0%2c0-.135.082.513.513%2c0%2c0%2c0-.119.123.32.32%2c0%2c0%2c0-.048.121.239.239%2c0%2c0%2c0%2c.008.112.332.332%2c0%2c0%2c0%2c.051.1.36.36%2c0%2c0%2c0%2c.091.086.253.253%2c0%2c0%2c0%2c.1.038.292.292%2c0%2c0%2c0%2c.106%2c0%2c.666.666%2c0%2c0%2c0%2c.114-.036c.03-.012.06-.026.088-.042l.086-.047c.03-.016.056-.03.082-.042a.433.433%2c0%2c0%2c1%2c.073-.027.134.134%2c0%2c0%2c1%2c.06%2c0%2c.069.069%2c0%2c0%2c1%2c.042.027.161.161%2c0%2c0%2c1%2c.038.145.292.292%2c0%2c0%2c1-.111.141.457.457%2c0%2c0%2c1-.126.071.346.346%2c0%2c0%2c1-.119.022h0A.286.286%2c0%2c0%2c1%2c21.386%2c15a.3.3%2c0%2c0%2c1-.1-.071l-.006-.007L21.2%2c15l.235.3.006.007.085-.065%2c0-.006a.125.125%2c0%2c0%2c1%2c0-.054c0-.024.008-.028.009-.028a.074.074%2c0%2c0%2c1%2c.042-.014.455.455%2c0%2c0%2c0%2c.13-.03.568.568%2c0%2c0%2c0%2c.139-.081.654.654%2c0%2c0%2c0%2c.118-.116.367.367%2c0%2c0%2c0%2c.064-.126.27.27%2c0%2c0%2c0%2c0-.133.351.351%2c0%2c0%2c0-.066-.134' transform='translate(-15.124 -10.155)' fill='%23000e10'/%3e%3cpath id='Path_7863' data-name='Path 7863' d='M24.86%2c12.442a.153.153%2c0%2c0%2c1-.1.031.038.038%2c0%2c0%2c1-.025-.019l-.387-.656.1-.058a.2.2%2c0%2c0%2c1%2c.074-.028.127.127%2c0%2c0%2c1%2c.071.014.3.3%2c0%2c0%2c1%2c.08.062.913.913%2c0%2c0%2c1%2c.094.121l0%2c.007.087-.057-.222-.377-.9.532.222.377.093-.049%2c0-.008a.959.959%2c0%2c0%2c1-.06-.141.3.3%2c0%2c0%2c1-.016-.1.123.123%2c0%2c0%2c1%2c.023-.068.2.2%2c0%2c0%2c1%2c.06-.051l.1-.059.387.657c.018.031-.006.066-.07.1l-.008%2c0%2c.049.083.409-.241-.049-.083Z' transform='translate(-17.161 -8.354)' fill='%23000e10'/%3e%3cpath id='Path_7864' data-name='Path 7864' d='M29.093%2c10.663l-.084.035.029.069a.059.059%2c0%2c0%2c1%2c.005.04.034.034%2c0%2c0%2c1-.02.021.032.032%2c0%2c0%2c1-.028%2c0%2c.059.059%2c0%2c0%2c1-.025-.032l-.049-.117a.476.476%2c0%2c0%2c0-.051-.094.241.241%2c0%2c0%2c0-.059-.06.184.184%2c0%2c0%2c0-.068-.03.26.26%2c0%2c0%2c0-.047-.005.346.346%2c0%2c0%2c0%2c.036-.037.233.233%2c0%2c0%2c0%2c.04-.07.241.241%2c0%2c0%2c0%2c.014-.084.251.251%2c0%2c0%2c0-.022-.1.26.26%2c0%2c0%2c0-.082-.114.219.219%2c0%2c0%2c0-.109-.042.352.352%2c0%2c0%2c0-.123.011.986.986%2c0%2c0%2c0-.126.043l-.543.228-.008%2c0%2c.038.092.008%2c0a.15.15%2c0%2c0%2c1%2c.1-.017.04.04%2c0%2c0%2c1%2c.022.023l.284.677a.042.042%2c0%2c0%2c1-.008.046.2.2%2c0%2c0%2c1-.075.047l-.008%2c0%2c.038.09.464-.195-.038-.09-.009%2c0c-.088.037-.139.038-.153.006l-.13-.311.184-.077a.122.122%2c0%2c0%2c1%2c.123%2c0%2c.323.323%2c0%2c0%2c1%2c.092.138l.04.095a.187.187%2c0%2c0%2c0%2c.094.1.205.205%2c0%2c0%2c0%2c.167-.012.181.181%2c0%2c0%2c0%2c.113-.1.179.179%2c0%2c0%2c0-.008-.128Zm-.824-.061-.118-.282.2-.084a.175.175%2c0%2c0%2c1%2c.126-.013.147.147%2c0%2c0%2c1%2c.08.088.154.154%2c0%2c0%2c1%2c.009.128.18.18%2c0%2c0%2c1-.1.079Z' transform='translate(-20.083 -7.316)' fill='%23000e10'/%3e%3cpath id='Path_7865' data-name='Path 7865' d='M32.883%2c9.761a.148.148%2c0%2c0%2c1-.1.006.041.041%2c0%2c0%2c1-.019-.025l-.212-.7c-.01-.034.021-.063.093-.084l.009%2c0-.029-.1-.454.137.029.1.009%2c0a.15.15%2c0%2c0%2c1%2c.106-.006.038.038%2c0%2c0%2c1%2c.019.024l.212.7a.04.04%2c0%2c0%2c1%2c0%2c.031.153.153%2c0%2c0%2c1-.092.054l-.009%2c0%2c.028.092.454-.137-.028-.092Z' transform='translate(-23.258 -6.455)' fill='%23000e10'/%3e%3cpath id='Path_7866' data-name='Path 7866' d='M36.347%2c8.989c-.042.008-.094.011-.109-.015l-.49-.825%2c0-.006-.2.038h-.006l-.174.955a.042.042%2c0%2c0%2c1-.024.028.259.259%2c0%2c0%2c1-.079.024l-.009%2c0%2c.018.1.377-.07.009%2c0-.018-.1-.093.017a.067.067%2c0%2c0%2c1-.047%2c0%2c.019.019%2c0%2c0%2c1-.008-.014.039.039%2c0%2c0%2c1%2c0-.014l.024-.138.4-.075.078.13A.037.037%2c0%2c0%2c1%2c36%2c9.036a.014.014%2c0%2c0%2c1%2c0%2c.011.041.041%2c0%2c0%2c1-.026.012l-.128.024.018.1.5-.093.009%2c0-.018-.1Zm-.494-.2-.32.06.079-.471Z' transform='translate(-25.488 -5.94)' fill='%23000e10'/%3e%3cpath id='Path_7867' data-name='Path 7867' d='M40.375%2c8.282a.6.6%2c0%2c0%2c1-.018.14.239.239%2c0%2c0%2c1-.042.089.159.159%2c0%2c0%2c1-.065.049.264.264%2c0%2c0%2c1-.089.019l-.26.013-.039-.759c0-.036.045-.056.14-.061h.009l0-.1-.494.025H39.5l0%2c.1h.009c.076%2c0%2c.114.013.116.048l.038.734a.041.041%2c0%2c0%2c1-.01.03.149.149%2c0%2c0%2c1-.1.03h-.009l0%2c.1.915-.047.013-.4V8.279l-.109-.006Z' transform='translate(-28.563 -5.6)' fill='%23000e10'/%3e%3cpath id='Path_7868' data-name='Path 7868' d='M46.05%2c8.079c-.021.1-.054.156-.1.156h-.008l-.157-.02.044-.343.306.039c.1.012.14.084.138.219v.009l.1.006.04-.315V7.82l-.91-.116H45.5l-.012.1h.009a.149.149%2c0%2c0%2c1%2c.1.037.039.039%2c0%2c0%2c1%2c.008.031l-.093.729a.041.041%2c0%2c0%2c1-.015.028.15.15%2c0%2c0%2c1-.1.012h-.009l-.012.1.5.064h.009l.012-.1h-.009a.221.221%2c0%2c0%2c1-.138-.048.033.033%2c0%2c0%2c1-.007-.025l.038-.3.148.019c.043.006.061.066.056.18v.008l.1.012.08-.459V8.084l-.1-.013Z' transform='translate(-32.801 -5.622)' fill='%23000e10'/%3e%3cpath id='Path_7869' data-name='Path 7869' d='M49.383%2c9.528l-.111-.953V8.569l-.206-.05-.549.8a.042.042%2c0%2c0%2c1-.034.016.255.255%2c0%2c0%2c1-.082-.01l-.009%2c0-.024.1.374.09.009%2c0%2c.023-.1-.092-.022c-.05-.012-.045-.032-.044-.038a.04.04%2c0%2c0%2c1%2c.005-.013l.078-.116.4.1.018.151a.05.05%2c0%2c0%2c1%2c0%2c.012.013.013%2c0%2c0%2c1-.006.009.041.041%2c0%2c0%2c1-.028%2c0l-.127-.03-.023.1.5.12.009%2c0%2c.023-.095-.009%2c0c-.041-.01-.091-.028-.093-.058m-.275-.33-.317-.076.264-.4Z' transform='translate(-34.973 -6.212)' fill='%23000e10'/%3e%3cpath id='Path_7870' data-name='Path 7870' d='M53.8%2c9.847a.137.137%2c0%2c0%2c1-.043.024.052.052%2c0%2c0%2c1-.034%2c0%2c.1.1%2c0%2c0%2c1-.038-.031.489.489%2c0%2c0%2c0-.089-.083.615.615%2c0%2c0%2c0-.141-.073.507.507%2c0%2c0%2c0-.167-.038.31.31%2c0%2c0%2c0-.129.021.237.237%2c0%2c0%2c0-.092.066.334.334%2c0%2c0%2c0-.056.094.368.368%2c0%2c0%2c0-.026.122.256.256%2c0%2c0%2c0%2c.018.1.294.294%2c0%2c0%2c0%2c.058.088.645.645%2c0%2c0%2c0%2c.091.079c.026.019.053.037.081.053l0%2c0%2c.081.047c.027.016.054.032.078.048a.422.422%2c0%2c0%2c1%2c.061.048.135.135%2c0%2c0%2c1%2c.034.049.07.07%2c0%2c0%2c1%2c0%2c.051.159.159%2c0%2c0%2c1-.1.107.29.29%2c0%2c0%2c1-.178-.021.459.459%2c0%2c0%2c1-.126-.071A.344.344%2c0%2c0%2c1%2c53%2c10.444a.285.285%2c0%2c0%2c1-.038-.109.3.3%2c0%2c0%2c1%2c.011-.12l0-.009-.1-.03-.138.359%2c0%2c.008.1.038%2c0%2c0a.124.124%2c0%2c0%2c1%2c.044-.032c.023-.009.028-.008.029-.007a.073.073%2c0%2c0%2c1%2c.034.029.454.454%2c0%2c0%2c0%2c.094.1.567.567%2c0%2c0%2c0%2c.142.076.649.649%2c0%2c0%2c0%2c.161.041l.045%2c0a.351.351%2c0%2c0%2c0%2c.1-.013.276.276%2c0%2c0%2c0%2c.115-.067.344.344%2c0%2c0%2c0%2c.079-.127.286.286%2c0%2c0%2c0%2c.021-.143.279.279%2c0%2c0%2c0-.044-.116.408.408%2c0%2c0%2c0-.088-.094%2c1.3%2c1.3%2c0%2c0%2c0-.11-.078l-.113-.069a.668.668%2c0%2c0%2c1-.094-.066.227.227%2c0%2c0%2c1-.056-.067.084.084%2c0%2c0%2c1%2c0-.072.108.108%2c0%2c0%2c1%2c.091-.076.338.338%2c0%2c0%2c1%2c.161.026.466.466%2c0%2c0%2c1%2c.109.059.292.292%2c0%2c0%2c1%2c.074.082.268.268%2c0%2c0%2c1%2c.036.1.331.331%2c0%2c0%2c1-.01.125l0%2c.009.107.025.131-.341%2c0-.009L53.8%2c9.843Z' transform='translate(-38.124 -7.03)' fill='%23000e10'/%3e%3cpath id='Path_7871' data-name='Path 7871' d='M57.688%2c11.266l.1.054a.2.2%2c0%2c0%2c1%2c.062.049.127.127%2c0%2c0%2c1%2c.026.068.305.305%2c0%2c0%2c1-.012.1.91.91%2c0%2c0%2c1-.054.143l0%2c.008.094.045.206-.385-.916-.49-.008%2c0-.2.377%2c0%2c.008.089.053%2c0-.007a.944.944%2c0%2c0%2c1%2c.089-.125.3.3%2c0%2c0%2c1%2c.078-.066.122.122%2c0%2c0%2c1%2c.07-.016.2.2%2c0%2c0%2c1%2c.075.025l.1.055-.359.672c-.017.032-.059.03-.125-.006l-.008%2c0-.045.085.418.224.045-.085-.008%2c0c-.067-.036-.092-.07-.075-.1Z' transform='translate(-41.176 -7.901)' fill='%23000e10'/%3e%3cpath id='Path_7872' data-name='Path 7872' d='M60.622%2c14.1l-.006.007c-.125.147-.245.176-.367.089l-.2-.145.212-.3.112.08c.035.025.024.084-.031.177l0%2c.007.082.059.278-.351-.085-.061-.006.006c-.067.081-.121.107-.161.079l-.12-.086.183-.256.243.174c.083.059.089.144.02.259l0%2c.007.1.061.191-.266-.757-.542-.058.081.007.005c.061.043.082.081.061.11l-.428.6c-.008.011-.032.044-.124-.022l-.007%2c0-.056.078.75.537.007%2c0%2c.266-.312Z' transform='translate(-43.158 -9.525)' fill='%23000e10'/%3e%3cpath id='Path_7873' data-name='Path 7873' d='M64.331%2c16.549l.007.006.068-.072-.268-.252-.007-.006-.068.072.007.006c.055.052.07.091.045.117l-.458.486.189-.944v0l-.272-.256-.007-.006-.068.072.007.006c.083.078.055.107.045.117l-.5.535c-.025.027-.065.013-.12-.038l-.007-.006-.066.07.268.252.007.006.066-.07-.007-.006a.2.2%2c0%2c0%2c1-.053-.071.042.042%2c0%2c0%2c1%2c.008-.046l.445-.474-.181.924v0l.2.184.607-.645c.025-.027.065-.014.12.038' transform='translate(-45.449 -11.401)' fill='%23000e10'/%3e%3cpath id='Path_7874' data-name='Path 7874' d='M66.94%2c20.2l-.007.005c-.159.109-.283.1-.377-.011L66.4%2c20l.282-.229.087.107c.027.033%2c0%2c.088-.077.163l-.006.006.064.078.36-.265-.066-.081-.007%2c0c-.086.06-.146.071-.176.033l-.093-.114.244-.2.188.232c.064.079.048.162-.049.255L67.142%2c20l.077.084.254-.206-.587-.722-.077.063.006.007c.047.058.057.1.029.122l-.571.464c-.028.022-.066%2c0-.113-.054l-.006-.007-.075.061.581.715.006.007L67%2c20.3Z' transform='translate(-47.779 -13.901)' fill='%23000e10'/%3e%3cpath id='Path_7875' data-name='Path 7875' d='M69.3%2c23.961l-.048-.078-.064.039a.059.059%2c0%2c0%2c1-.038.012.033.033%2c0%2c0%2c1-.024-.017.032.032%2c0%2c0%2c1%2c0-.028.057.057%2c0%2c0%2c1%2c.027-.029l.108-.066a.48.48%2c0%2c0%2c0%2c.085-.065.247.247%2c0%2c0%2c0%2c.05-.067.191.191%2c0%2c0%2c0%2c.019-.071.267.267%2c0%2c0%2c0%2c0-.047.272.272%2c0%2c0%2c0%2c.042.03.239.239%2c0%2c0%2c0%2c.075.029.243.243%2c0%2c0%2c0%2c.085%2c0%2c.251.251%2c0%2c0%2c0%2c.092-.037.262.262%2c0%2c0%2c0%2c.1-.1.221.221%2c0%2c0%2c0%2c.025-.114.336.336%2c0%2c0%2c0-.03-.12.953.953%2c0%2c0%2c0-.062-.118l-.308-.5%2c0-.008-.084.052%2c0%2c.008c.059.1.025.118.013.125l-.625.384c-.031.019-.066%2c0-.106-.068l0-.008-.083.051.259.421%2c0%2c.008.083-.051%2c0-.008a.2.2%2c0%2c0%2c1-.045-.128.032.032%2c0%2c0%2c1%2c.016-.022l.287-.177.1.17a.124.124%2c0%2c0%2c1%2c.018.122.324.324%2c0%2c0%2c1-.123.112l-.088.054a.188.188%2c0%2c0%2c0-.086.109.208.208%2c0%2c0%2c0%2c.038.164.182.182%2c0%2c0%2c0%2c.117.1l.027%2c0a.184.184%2c0%2c0%2c0%2c.1-.029Zm.047-.64-.113-.184.261-.16.113.184a.137.137%2c0%2c0%2c1-.042.215.156.156%2c0%2c0%2c1-.125.029.182.182%2c0%2c0%2c1-.094-.084' transform='translate(-49.561 -16.4)' fill='%23000e10'/%3e%3cpath id='Path_7876' data-name='Path 7876' d='M72.011%2c27.639h-.005a.142.142%2c0%2c0%2c1-.047-.013c-.018-.009-.025-.017-.027-.022a.1.1%2c0%2c0%2c1-.005-.048.5.5%2c0%2c0%2c0-.005-.122.61.61%2c0%2c0%2c0-.049-.151.507.507%2c0%2c0%2c0-.092-.144.318.318%2c0%2c0%2c0-.106-.075.242.242%2c0%2c0%2c0-.111-.018.322.322%2c0%2c0%2c0-.105.027.362.362%2c0%2c0%2c0-.1.068.256.256%2c0%2c0%2c0-.06.086.294.294%2c0%2c0%2c0-.02.1.63.63%2c0%2c0%2c0%2c.009.12c.005.032.012.064.02.1s.017.064.026.095.016.062.022.089a.4.4%2c0%2c0%2c1%2c.009.077.135.135%2c0%2c0%2c1-.011.058.069.069%2c0%2c0%2c1-.036.035.16.16%2c0%2c0%2c1-.149%2c0%2c.287.287%2c0%2c0%2c1-.112-.14.459.459%2c0%2c0%2c1-.04-.139.352.352%2c0%2c0%2c1%2c.007-.124.286.286%2c0%2c0%2c1%2c.05-.1.3.3%2c0%2c0%2c1%2c.092-.078l.008%2c0-.053-.094-.359.162.044.1H70.8a.136.136%2c0%2c0%2c1%2c.053.008c.023.009.025.014.026.015a.076.076%2c0%2c0%2c1%2c0%2c.044.465.465%2c0%2c0%2c0%2c0%2c.133.555.555%2c0%2c0%2c0%2c.048.154.636.636%2c0%2c0%2c0%2c.086.142.359.359%2c0%2c0%2c0%2c.108.092.274.274%2c0%2c0%2c0%2c.128.033h0a.345.345%2c0%2c0%2c0%2c.143-.034.288.288%2c0%2c0%2c0%2c.116-.087.278.278%2c0%2c0%2c0%2c.05-.113.415.415%2c0%2c0%2c0%2c0-.129%2c1.194%2c1.194%2c0%2c0%2c0-.024-.133c-.011-.049-.022-.091-.032-.129a.715.715%2c0%2c0%2c1-.02-.113.228.228%2c0%2c0%2c1%2c.007-.087.084.084%2c0%2c0%2c1%2c.05-.052.109.109%2c0%2c0%2c1%2c.118.01.338.338%2c0%2c0%2c1%2c.1.132.451.451%2c0%2c0%2c1%2c.036.118.293.293%2c0%2c0%2c1%2c0%2c.11.283.283%2c0%2c0%2c1-.047.1.322.322%2c0%2c0%2c1-.1.082l-.008%2c0%2c.058.094.341-.155Z' transform='translate(-51.159 -19.607)' fill='%23000e10'/%3e%3cpath id='Path_7877' data-name='Path 7877' d='M12.724%2c59.157l-.008%2c0c-.172.088-.294.068-.373-.059l-.131-.212.309-.192.073.117c.023.036-.01.087-.1.151l-.007%2c0%2c.053.086.391-.218-.055-.089-.007%2c0c-.093.048-.153.052-.179.01l-.078-.125.267-.166.158.254c.054.086.027.167-.081.247l-.007.005.065.093.278-.173-.486-.783%2c0-.008-.084.052%2c0%2c.008a.15.15%2c0%2c0%2c1%2c.033.1.039.039%2c0%2c0%2c1-.019.025l-.625.388c-.03.019-.066%2c0-.106-.068l0-.008-.082.051.486.783%2c0%2c.007.366-.186Z' transform='translate(-8.619 -42.07)' fill='%23000e10'/%3e%3cpath id='Path_7878' data-name='Path 7878' d='M15.233%2c62.482l.395.009a.192.192%2c0%2c0%2c1%2c.077.018.2.2%2c0%2c0%2c1%2c.065.053l.006.007.076-.063-.258-.312-.006-.007-.076.063.048.058a.062.062%2c0%2c0%2c1%2c.019.04.021.021%2c0%2c0%2c1-.008.014.07.07%2c0%2c0%2c1-.047.014h-.266l.07-.263a.059.059%2c0%2c0%2c1%2c.017-.033c.008-.007.018-.011.035.009l.056.068.076-.063-.31-.376-.006-.007-.077.063.006.007a.152.152%2c0%2c0%2c1%2c.036.068.169.169%2c0%2c0%2c1%2c0%2c.072l-.108.418-.478-.006a.177.177%2c0%2c0%2c1-.139-.067l-.006-.007-.074.061.274.331.006.007L14.7%2c62.6l-.066-.08a.077.077%2c0%2c0%2c1-.021-.037.022.022%2c0%2c0%2c1%2c.01-.02.071.071%2c0%2c0%2c1%2c.045-.012h0l.343%2c0-.088.329a.083.083%2c0%2c0%2c1-.021.04c-.008.007-.017.01-.032-.008L14.8%2c62.71l-.074.061.336.407.006.007.074-.061-.006-.007a.148.148%2c0%2c0%2c1-.035-.068.177.177%2c0%2c0%2c1%2c.006-.073Z' transform='translate(-10.376 -44.673)' fill='%23000e10'/%3e%3cpath id='Path_7879' data-name='Path 7879' d='M18.717%2c65.982a.372.372%2c0%2c0%2c0%2c.127-.094.342.342%2c0%2c0%2c0%2c.081-.131.233.233%2c0%2c0%2c0%2c0-.126.342.342%2c0%2c0%2c0-.061-.122.933.933%2c0%2c0%2c0-.11-.12l-.4-.37-.007-.006-.068.073.007.006a.149.149%2c0%2c0%2c1%2c.058.087.04.04%2c0%2c0%2c1-.011.03l-.5.539a.042.042%2c0%2c0%2c1-.045.011.194.194%2c0%2c0%2c1-.074-.048L17.71%2c65.7l-.066.071.363.336.007.006.065-.071-.007-.006c-.07-.065-.093-.111-.068-.137l.175-.189.149.138a.8.8%2c0%2c0%2c0%2c.13.1.34.34%2c0%2c0%2c0%2c.13.048.243.243%2c0%2c0%2c0%2c.129-.017m-.068-.512a.213.213%2c0%2c0%2c1%2c.081.138.175.175%2c0%2c0%2c1-.054.125.169.169%2c0%2c0%2c1-.276.006l-.132-.122.25-.269Z' transform='translate(-12.757 -47.06)' fill='%23000e10'/%3e%3cpath id='Path_7880' data-name='Path 7880' d='M21.866%2c68.69c-.125.147-.245.176-.367.089l-.2-.145.212-.3.112.081c.035.025.024.084-.031.177l0%2c.007.082.059.278-.351-.085-.061-.006.006c-.067.081-.122.107-.161.078l-.12-.086.183-.255.243.174c.083.059.089.144.02.259l0%2c.008.1.061.191-.266-.749-.537-.007-.005-.058.081.007.005c.042.03.065.057.068.079a.04.04%2c0%2c0%2c1-.008.03l-.428.6a.043.043%2c0%2c0%2c1-.044.017.205.205%2c0%2c0%2c1-.08-.039l-.007-.006-.056.079.756.542.266-.312-.089-.077Z' transform='translate(-15.14 -48.993)' fill='%23000e10'/%3e%3cpath id='Path_7881' data-name='Path 7881' d='M25.789%2c70.373a.961.961%2c0%2c0%2c0-.113-.07l-.527-.281-.047.088.008%2c0c.1.053.081.089.075.1l-.345.648a.042.042%2c0%2c0%2c1-.04.022h0a.2.2%2c0%2c0%2c1-.084-.028l-.008%2c0-.046.086.444.237.046-.086-.008%2c0c-.084-.045-.118-.083-.1-.115l.158-.3.176.094a.122.122%2c0%2c0%2c1%2c.077.1.32.32%2c0%2c0%2c1-.049.159l-.048.091a.187.187%2c0%2c0%2c0-.019.138.205.205%2c0%2c0%2c0%2c.115.122.228.228%2c0%2c0%2c0%2c.106.032A.116.116%2c0%2c0%2c0%2c25.6%2c71.4a.179.179%2c0%2c0%2c0%2c.094-.087l.03-.056-.08-.043-.035.066a.057.057%2c0%2c0%2c1-.027.029.033.033%2c0%2c0%2c1-.029%2c0%2c.032.032%2c0%2c0%2c1-.017-.022.06.06%2c0%2c0%2c1%2c.009-.039l.06-.112a.46.46%2c0%2c0%2c0%2c.041-.1.24.24%2c0%2c0%2c0%2c.009-.083.188.188%2c0%2c0%2c0-.02-.071.27.27%2c0%2c0%2c0-.025-.039.316.316%2c0%2c0%2c0%2c.051%2c0h0a.233.233%2c0%2c0%2c0%2c.15-.055.259.259%2c0%2c0%2c0%2c.061-.078.266.266%2c0%2c0%2c0%2c.037-.136.224.224%2c0%2c0%2c0-.036-.111.344.344%2c0%2c0%2c0-.086-.089M25.4%2c70.3l.191.1a.172.172%2c0%2c0%2c1%2c.091.094.149.149%2c0%2c0%2c1-.019.113.154.154%2c0%2c0%2c1-.093.088.182.182%2c0%2c0%2c1-.123-.025l-.191-.1Z' transform='translate(-17.83 -50.683)' fill='%23000e10'/%3e%3cpath id='Path_7882' data-name='Path 7882' d='M29.812%2c72.01l-.149.4%2c0%2c.008.1.041%2c0-.008a.957.957%2c0%2c0%2c1%2c.071-.135.294.294%2c0%2c0%2c1%2c.068-.076.125.125%2c0%2c0%2c1%2c.068-.026.21.21%2c0%2c0%2c1%2c.078.014l.109.04-.265.714c0%2c.012-.019.051-.125.011l-.009%2c0-.034.09.436.162.009%2c0%2c.034-.091-.008%2c0A.151.151%2c0%2c0%2c1%2c30.1%2c73.1a.04.04%2c0%2c0%2c1%2c0-.031l.265-.714.108.04a.2.2%2c0%2c0%2c1%2c.068.04.122.122%2c0%2c0%2c1%2c.035.063.292.292%2c0%2c0%2c1%2c0%2c.1.878.878%2c0%2c0%2c1-.034.149l0%2c.009.1.032.152-.41Z' transform='translate(-21.446 -52.12)' fill='%23000e10'/%3e%3cpath id='Path_7883' data-name='Path 7883' d='M34.315%2c74.254a.613.613%2c0%2c0%2c1-.056.13.24.24%2c0%2c0%2c1-.065.074.163.163%2c0%2c0%2c1-.076.029.276.276%2c0%2c0%2c1-.091-.007l-.254-.058.17-.741c.008-.035.059-.042.152-.021l.009%2c0%2c.022-.1-.482-.11-.009%2c0-.022.1.009%2c0a.2.2%2c0%2c0%2c1%2c.082.034.042.042%2c0%2c0%2c1%2c.016.044l-.164.716c-.008.035-.049.044-.122.027l-.009%2c0-.022.094.885.2.008%2c0%2c.125-.391-.1-.035Z' transform='translate(-24.152 -53.164)' fill='%23000e10'/%3e%3cpath id='Path_7884' data-name='Path 7884' d='M38.15%2c74.3l-.011.1.074.009c.047.005.045.023.044.029a.029.029%2c0%2c0%2c1-.006.014L38%2c74.754l-.175-.363a.03.03%2c0%2c0%2c1%2c0-.015.014.014%2c0%2c0%2c1%2c0-.011.041.041%2c0%2c0%2c1%2c.029%2c0l.117.013.011-.1-.51-.058h-.009l-.011.1h.009a.2.2%2c0%2c0%2c1%2c.061.016.069.069%2c0%2c0%2c1%2c.035.033l.247.487-.034.294a.042.042%2c0%2c0%2c1-.033.036.255.255%2c0%2c0%2c1-.1%2c0h-.009l-.011.1.491.056h.009l.011-.1h-.009c-.085-.01-.125-.033-.121-.068l.033-.294.36-.42a.065.065%2c0%2c0%2c1%2c.037-.02.218.218%2c0%2c0%2c1%2c.074%2c0h.009l.011-.1-.363-.041Z' transform='translate(-27.079 -53.716)' fill='%23000e10'/%3e%3cpath id='Path_7885' data-name='Path 7885' d='M44.632%2c74.553a.338.338%2c0%2c0%2c0-.131-.038.887.887%2c0%2c0%2c0-.163%2c0l-.552.043.007.1H43.8a.148.148%2c0%2c0%2c1%2c.1.017.039.039%2c0%2c0%2c1%2c.014.029l.056.733c0%2c.036-.034.057-.109.063h-.009l.007.1.5-.038-.007-.1H44.35c-.095.007-.145-.007-.147-.043l-.02-.256.2-.016a.838.838%2c0%2c0%2c0%2c.161-.028.338.338%2c0%2c0%2c0%2c.124-.063.252.252%2c0%2c0%2c0%2c.075-.106.37.37%2c0%2c0%2c0%2c.017-.157.345.345%2c0%2c0%2c0-.041-.148.231.231%2c0%2c0%2c0-.09-.088m-.459.476-.028-.366.179-.014a.214.214%2c0%2c0%2c1%2c.156.034.173.173%2c0%2c0%2c1%2c.055.125.168.168%2c0%2c0%2c1-.183.207Z' transform='translate(-31.659 -53.928)' fill='%23000e10'/%3e%3cpath id='Path_7886' data-name='Path 7886' d='M48.965%2c74.552l-.089.019.016.073a.058.058%2c0%2c0%2c1%2c0%2c.04.033.033%2c0%2c0%2c1-.024.017.031.031%2c0%2c0%2c1-.027-.006.059.059%2c0%2c0%2c1-.018-.036l-.026-.124a.47.47%2c0%2c0%2c0-.032-.1.236.236%2c0%2c0%2c0-.047-.07.186.186%2c0%2c0%2c0-.061-.042.235.235%2c0%2c0%2c0-.045-.014.278.278%2c0%2c0%2c0%2c.042-.029.226.226%2c0%2c0%2c0%2c.052-.061.232.232%2c0%2c0%2c0%2c.029-.08.258.258%2c0%2c0%2c0%2c0-.1.264.264%2c0%2c0%2c0-.059-.128.221.221%2c0%2c0%2c0-.1-.062.344.344%2c0%2c0%2c0-.123-.012.978.978%2c0%2c0%2c0-.132.019l-.575.122-.009%2c0%2c.02.1.009%2c0a.194.194%2c0%2c0%2c1%2c.089%2c0%2c.042.042%2c0%2c0%2c1%2c.033.033l.151.718a.041.041%2c0%2c0%2c1%2c0%2c.031.15.15%2c0%2c0%2c1-.094.045l-.009%2c0%2c.02.1.484-.1.009%2c0-.02-.1-.009%2c0a.2.2%2c0%2c0%2c1-.136%2c0%2c.033.033%2c0%2c0%2c1-.016-.023l-.07-.33.2-.041a.123.123%2c0%2c0%2c1%2c.121.024.326.326%2c0%2c0%2c1%2c.065.153l.021.1a.186.186%2c0%2c0%2c0%2c.074.118.207.207%2c0%2c0%2c0%2c.167.019.182.182%2c0%2c0%2c0%2c.13-.078.179.179%2c0%2c0%2c0%2c.016-.127Zm-.476-.319a.179.179%2c0%2c0%2c1-.111.06l-.212.045-.063-.3.212-.045c.106-.022.168.014.189.112a.155.155%2c0%2c0%2c1-.015.127' transform='translate(-34.514 -53.441)' fill='%23000e10'/%3e%3cpath id='Path_7887' data-name='Path 7887' d='M53.412%2c72.671a.43.43%2c0%2c0%2c0-.159-.12.413.413%2c0%2c0%2c0-.187-.03.737.737%2c0%2c0%2c0-.2.044.68.68%2c0%2c0%2c0-.216.119.429.429%2c0%2c0%2c0-.12.163.458.458%2c0%2c0%2c0-.031.2.82.82%2c0%2c0%2c0%2c.05.229.662.662%2c0%2c0%2c0%2c.12.216.424.424%2c0%2c0%2c0%2c.158.115.407.407%2c0%2c0%2c0%2c.151.028h.034a.758.758%2c0%2c0%2c0%2c.2-.045.665.665%2c0%2c0%2c0%2c.21-.116.448.448%2c0%2c0%2c0%2c.123-.16.456.456%2c0%2c0%2c0%2c.037-.195.7.7%2c0%2c0%2c0-.044-.221.729.729%2c0%2c0%2c0-.123-.225m-.052.614a.226.226%2c0%2c0%2c1-.064.1.375.375%2c0%2c0%2c1-.132.075.348.348%2c0%2c0%2c1-.12.023.2.2%2c0%2c0%2c1-.107-.034.371.371%2c0%2c0%2c1-.1-.109%2c1.046%2c1.046%2c0%2c0%2c1-.1-.205.6.6%2c0%2c0%2c1-.036-.154.3.3%2c0%2c0%2c1%2c.014-.127.241.241%2c0%2c0%2c1%2c.068-.1.381.381%2c0%2c0%2c1%2c.127-.072.345.345%2c0%2c0%2c1%2c.117-.022h0a.2.2%2c0%2c0%2c1%2c.1.03.342.342%2c0%2c0%2c1%2c.1.1.989.989%2c0%2c0%2c1%2c.134.357.33.33%2c0%2c0%2c1-.007.135' transform='translate(-37.956 -52.488)' fill='%23000e10'/%3e%3cpath id='Path_7888' data-name='Path 7888' d='M57.722%2c70.874l-.114.017%2c0%2c.009a.364.364%2c0%2c0%2c1-.019.216.343.343%2c0%2c0%2c1-.165.159.339.339%2c0%2c0%2c1-.125.038.261.261%2c0%2c0%2c1-.122-.018.344.344%2c0%2c0%2c1-.115-.079.589.589%2c0%2c0%2c1-.1-.146.714.714%2c0%2c0%2c1-.062-.159.384.384%2c0%2c0%2c1-.009-.144.268.268%2c0%2c0%2c1%2c.051-.122.344.344%2c0%2c0%2c1%2c.12-.1.281.281%2c0%2c0%2c1%2c.2-.03.344.344%2c0%2c0%2c1%2c.174.113l.005.006.1-.062-.16-.306%2c0-.008-.1.054.009.085a.373.373%2c0%2c0%2c0-.131-.009.5.5%2c0%2c0%2c0-.188.059.618.618%2c0%2c0%2c0-.168.125.457.457%2c0%2c0%2c0-.124.374.67.67%2c0%2c0%2c0%2c.076.236.612.612%2c0%2c0%2c0%2c.146.189.46.46%2c0%2c0%2c0%2c.179.094.47.47%2c0%2c0%2c0%2c.116.015.508.508%2c0%2c0%2c0%2c.081-.007.678.678%2c0%2c0%2c0%2c.2-.069.522.522%2c0%2c0%2c0%2c.151-.113.413.413%2c0%2c0%2c0%2c.109-.273.668.668%2c0%2c0%2c0-.012-.14Z' transform='translate(-40.977 -50.855)' fill='%23000e10'/%3e%3cpath id='Path_7889' data-name='Path 7889' d='M60.9%2c68.214l-.265-.374c-.021-.029%2c0-.066.062-.111l.007-.005-.057-.081-.33.234.057.081.007-.005a.3.3%2c0%2c0%2c1%2c.1-.052.042.042%2c0%2c0%2c1%2c.047.014l.266.374a.693.693%2c0%2c0%2c1%2c.071.122.227.227%2c0%2c0%2c1%2c.02.1.177.177%2c0%2c0%2c1-.032.091.421.421%2c0%2c0%2c1-.2.143.169.169%2c0%2c0%2c1-.094%2c0%2c.237.237%2c0%2c0%2c1-.088-.055.7.7%2c0%2c0%2c1-.091-.108l-.266-.374a.042.042%2c0%2c0%2c1%2c0-.049.281.281%2c0%2c0%2c1%2c.081-.076l.007-.005L60.148%2c68l-.407.289.057.081.007-.005a.148.148%2c0%2c0%2c1%2c.1-.038.04.04%2c0%2c0%2c1%2c.026.017l.266.374a.657.657%2c0%2c0%2c0%2c.128.139.349.349%2c0%2c0%2c0%2c.147.07.312.312%2c0%2c0%2c0%2c.063.006.367.367%2c0%2c0%2c0%2c.1-.015.591.591%2c0%2c0%2c0%2c.181-.091.573.573%2c0%2c0%2c0%2c.143-.138.326.326%2c0%2c0%2c0%2c.057-.149.355.355%2c0%2c0%2c0-.021-.158.7.7%2c0%2c0%2c0-.09-.166' transform='translate(-43.196 -48.962)' fill='%23000e10'/%3e%3cpath id='Path_7890' data-name='Path 7890' d='M64.744%2c65.73l-.066.062.051.055a.059.059%2c0%2c0%2c1%2c.019.035.034.034%2c0%2c0%2c1-.012.026.032.032%2c0%2c0%2c1-.026.009.06.06%2c0%2c0%2c1-.034-.021L64.59%2c65.8a.485.485%2c0%2c0%2c0-.081-.07.254.254%2c0%2c0%2c0-.076-.035.189.189%2c0%2c0%2c0-.074%2c0%2c.277.277%2c0%2c0%2c0-.045.011.294.294%2c0%2c0%2c0%2c.021-.047.233.233%2c0%2c0%2c0%2c.013-.079.246.246%2c0%2c0%2c0-.017-.083.251.251%2c0%2c0%2c0-.055-.083.266.266%2c0%2c0%2c0-.117-.078.219.219%2c0%2c0%2c0-.117%2c0%2c.344.344%2c0%2c0%2c0-.112.053.94.94%2c0%2c0%2c0-.1.085l-.428.4-.006.006.068.072.007-.006c.082-.078.11-.048.119-.038l.5.534c.025.026.009.066-.045.117l-.006.006.067.071.36-.339.006-.006-.067-.071-.007.006c-.069.065-.117.085-.142.059l-.231-.246.145-.137a.123.123%2c0%2c0%2c1%2c.116-.042.325.325%2c0%2c0%2c1%2c.135.1l.071.075a.187.187%2c0%2c0%2c0%2c.124.062.21.21%2c0%2c0%2c0%2c.152-.071.182.182%2c0%2c0%2c0%2c.07-.134.179.179%2c0%2c0%2c0-.053-.117Zm-.573-.025a.181.181%2c0%2c0%2c1-.063.109l-.157.148-.21-.223.158-.148a.173.173%2c0%2c0%2c1%2c.114-.056h0a.147.147%2c0%2c0%2c1%2c.1.054.153.153%2c0%2c0%2c1%2c.054.116' transform='translate(-45.837 -47.288)' fill='%23000e10'/%3e%3cpath id='Path_7891' data-name='Path 7891' d='M67.573%2c62.136l.007.006c.139.134.161.256.066.372l-.157.193-.282-.23.087-.107c.027-.033.086-.019.174.042l.007%2c0%2c.064-.078-.326-.292-.007-.006-.066.081.006.006c.076.072.1.128.068.166l-.093.114-.244-.2.189-.232c.064-.079.149-.08.259%2c0l.007%2c0%2c.067-.092-.254-.206-.588.722.077.063.006-.007c.072-.088.1-.062.114-.054l.57.464a.04.04%2c0%2c0%2c1%2c.016.027.15.15%2c0%2c0%2c1-.045.095L67.289%2c63l.075.061.582-.715.005-.006-.3-.285Z' transform='translate(-48.125 -44.652)' fill='%23000e10'/%3e%3cpath id='Path_7892' data-name='Path 7892' d='M70.365%2c58.848a.387.387%2c0%2c0%2c0-.092-.172.914.914%2c0%2c0%2c0-.205-.164.818.818%2c0%2c0%2c0-.23-.1.325.325%2c0%2c0%2c0-.18%2c0%2c.369.369%2c0%2c0%2c0-.147.1%2c1.2%2c1.2%2c0%2c0%2c0-.132.179l-.287.464.084.052%2c0-.008c.059-.1.094-.075.106-.068l.626.385c.011.007.046.029-.013.125l0%2c.008.082.051.286-.464a.843.843%2c0%2c0%2c0%2c.094-.2.373.373%2c0%2c0%2c0%2c.008-.186m-.156.184a.257.257%2c0%2c0%2c1-.042.12l-.113.184-.67-.412.113-.184a.33.33%2c0%2c0%2c1%2c.083-.1.171.171%2c0%2c0%2c1%2c.095-.034.286.286%2c0%2c0%2c1%2c.119.024%2c1.045%2c1.045%2c0%2c0%2c1%2c.153.08%2c1.184%2c1.184%2c0%2c0%2c1%2c.147.1.388.388%2c0%2c0%2c1%2c.089.1.2.2%2c0%2c0%2c1%2c.026.109' transform='translate(-49.957 -42.278)' fill='%23000e10'/%3e%3cpath id='Path_7893' data-name='Path 7893' d='M33.3%2c29.729%2c34.18%2c31.2h1.6L34.3%2c28.911l1-.818a1.449%2c1.449%2c0%2c0%2c1%2c.444-.248%2c1.62%2c1.62%2c0%2c0%2c1%2c.493-.094v-.573H33.763v.573h.189a.294.294%2c0%2c0%2c1%2c.21.066.218.218%2c0%2c0%2c1%2c.07.164.278.278%2c0%2c0%2c1-.112.224l-1.628%2c1.363v-1.5q0-.322.622-.322v-.573H30.45v.573q.622%2c0%2c.622.322v3.4q0%2c.322-.622.321v.573h2.663V31.8q-.622%2c0-.622-.321V30.414Z' transform='translate(-22.017 -19.704)' fill='%23000e10'/%3e%3cpath id='Path_7894' data-name='Path 7894' d='M42.964%2c44.064H40.636v.516h.39c.434%2c0%2c.652.121.652.349v1.594a3.779%2c3.779%2c0%2c0%2c1-.057.72%2c1.375%2c1.375%2c0%2c0%2c1-.168.461.612.612%2c0%2c0%2c1-.282.248%2c1.021%2c1.021%2c0%2c0%2c1-.4.072%2c1.039%2c1.039%2c0%2c0%2c1-.491-.118A.508.508%2c0%2c0%2c1%2c40%2c47.582a.6.6%2c0%2c0%2c0%2c.579-.617.6.6%2c0%2c0%2c0-.179-.457.713.713%2c0%2c0%2c0-.506-.168.766.766%2c0%2c0%2c0-.583.228.859.859%2c0%2c0%2c0-.217.617%2c1.5%2c1.5%2c0%2c0%2c0%2c.141.659%2c1.358%2c1.358%2c0%2c0%2c0%2c.4.491%2c1.854%2c1.854%2c0%2c0%2c0%2c.605.3%2c2.657%2c2.657%2c0%2c0%2c0%2c.777.107%2c3.057%2c3.057%2c0%2c0%2c0%2c.9-.125%2c1.942%2c1.942%2c0%2c0%2c0%2c.7-.377%2c1.691%2c1.691%2c0%2c0%2c0%2c.453-.621%2c2.162%2c2.162%2c0%2c0%2c0%2c.16-.864v-1.83q0-.35.685-.35v-.515Z' transform='translate(-28.269 -31.913)' fill='%23000e10'/%3e%3cpath id='Path_7895' data-name='Path 7895' d='M7.73%2c43.306V43.3H7.657v.008a.162.162%2c0%2c0%2c1-.013.047.083.083%2c0%2c0%2c1-.019.027.046.046%2c0%2c0%2c1-.023.012.147.147%2c0%2c0%2c1-.081-.007l-.053-.022-.06-.022a.247.247%2c0%2c0%2c0-.077-.011.3.3%2c0%2c0%2c0-.089.013.216.216%2c0%2c0%2c0-.061.031.136.136%2c0%2c0%2c1%2c.042-.043.543.543%2c0%2c0%2c1%2c.1-.056l.126-.05a.655.655%2c0%2c0%2c0%2c.125-.062.333.333%2c0%2c0%2c0%2c.1-.092.249.249%2c0%2c0%2c0%2c.038-.142.268.268%2c0%2c0%2c0-.03-.132.248.248%2c0%2c0%2c0-.078-.086.335.335%2c0%2c0%2c0-.111-.047.574.574%2c0%2c0%2c0-.129-.014.392.392%2c0%2c0%2c0-.141.023.3.3%2c0%2c0%2c0-.1.06.236.236%2c0%2c0%2c0-.056.078.21.21%2c0%2c0%2c0-.018.08.113.113%2c0%2c0%2c0%2c.026.077.092.092%2c0%2c0%2c0%2c.074.03.1.1%2c0%2c0%2c0%2c.076-.029A.1.1%2c0%2c0%2c0%2c7.25%2c42.9a.087.087%2c0%2c0%2c0-.024-.062.083.083%2c0%2c0%2c0-.039-.024L7.2%2c42.8a.119.119%2c0%2c0%2c1%2c.03-.023.161.161%2c0%2c0%2c1%2c.043-.016.268.268%2c0%2c0%2c1%2c.062-.006.154.154%2c0%2c0%2c1%2c.122.044.162.162%2c0%2c0%2c1%2c.039.11.206.206%2c0%2c0%2c1-.028.113.289.289%2c0%2c0%2c1-.073.077.922.922%2c0%2c0%2c1-.1.065.649.649%2c0%2c0%2c0-.11.078.524.524%2c0%2c0%2c0-.1.115.506.506%2c0%2c0%2c0-.065.177l0%2c.011h.077l0%2c0a.177.177%2c0%2c0%2c1%2c.053-.051.142.142%2c0%2c0%2c1%2c.075-.018.291.291%2c0%2c0%2c1%2c.094.013.738.738%2c0%2c0%2c1%2c.072.03.719.719%2c0%2c0%2c0%2c.074.03.324.324%2c0%2c0%2c0%2c.1.014.19.19%2c0%2c0%2c0%2c.077-.014A.141.141%2c0%2c0%2c0%2c7.7%2c43.5a.149.149%2c0%2c0%2c0%2c.028-.057.277.277%2c0%2c0%2c0%2c.008-.067c0-.009%2c0-.02%2c0-.034a.357.357%2c0%2c0%2c0%2c0-.037' transform='translate(-5.074 -30.891)' fill='%23000e10'/%3e%3cpath id='Path_7896' data-name='Path 7896' d='M10.674%2c42.756a.272.272%2c0%2c0%2c0-.123-.079.632.632%2c0%2c0%2c0-.34%2c0%2c.269.269%2c0%2c0%2c0-.122.079.354.354%2c0%2c0%2c0-.072.144.855.855%2c0%2c0%2c0-.024.217.82.82%2c0%2c0%2c0%2c.023.212.327.327%2c0%2c0%2c0%2c.072.138.269.269%2c0%2c0%2c0%2c.123.074.678.678%2c0%2c0%2c0%2c.34%2c0%2c.268.268%2c0%2c0%2c0%2c.123-.074.328.328%2c0%2c0%2c0%2c.073-.138.793.793%2c0%2c0%2c0%2c.024-.212.843.843%2c0%2c0%2c0-.024-.217.344.344%2c0%2c0%2c0-.073-.144m-.2.684a.255.255%2c0%2c0%2c1-.18%2c0%2c.117.117%2c0%2c0%2c1-.053-.054.319.319%2c0%2c0%2c1-.029-.1%2c1.41%2c1.41%2c0%2c0%2c1-.008-.165%2c1.281%2c1.281%2c0%2c0%2c1%2c.008-.151.4.4%2c0%2c0%2c1%2c.029-.112.16.16%2c0%2c0%2c1%2c.055-.07.174.174%2c0%2c0%2c1%2c.176%2c0%2c.167.167%2c0%2c0%2c1%2c.055.07.389.389%2c0%2c0%2c1%2c.029.112%2c1.236%2c1.236%2c0%2c0%2c1%2c.008.151%2c1.434%2c1.434%2c0%2c0%2c1-.008.165.308.308%2c0%2c0%2c1-.029.1.119.119%2c0%2c0%2c1-.054.054' transform='translate(-7.225 -30.894)' fill='%23000e10'/%3e%3cpath id='Path_7897' data-name='Path 7897' d='M74.275%2c42.756a.273.273%2c0%2c0%2c0-.123-.079.632.632%2c0%2c0%2c0-.34%2c0%2c.269.269%2c0%2c0%2c0-.122.079.354.354%2c0%2c0%2c0-.072.144.855.855%2c0%2c0%2c0-.024.217.82.82%2c0%2c0%2c0%2c.023.212.327.327%2c0%2c0%2c0%2c.072.138.269.269%2c0%2c0%2c0%2c.123.074.678.678%2c0%2c0%2c0%2c.34%2c0%2c.268.268%2c0%2c0%2c0%2c.123-.074.328.328%2c0%2c0%2c0%2c.073-.138.794.794%2c0%2c0%2c0%2c.024-.212.844.844%2c0%2c0%2c0-.024-.217.344.344%2c0%2c0%2c0-.073-.144m-.2.684a.255.255%2c0%2c0%2c1-.18%2c0%2c.117.117%2c0%2c0%2c1-.053-.054.32.32%2c0%2c0%2c1-.029-.1%2c1.411%2c1.411%2c0%2c0%2c1-.008-.165%2c1.282%2c1.282%2c0%2c0%2c1%2c.008-.151.4.4%2c0%2c0%2c1%2c.029-.112.16.16%2c0%2c0%2c1%2c.055-.07.174.174%2c0%2c0%2c1%2c.176%2c0%2c.167.167%2c0%2c0%2c1%2c.055.07.389.389%2c0%2c0%2c1%2c.029.112%2c1.237%2c1.237%2c0%2c0%2c1%2c.008.151%2c1.436%2c1.436%2c0%2c0%2c1-.008.165.308.308%2c0%2c0%2c1-.029.1.119.119%2c0%2c0%2c1-.054.054' transform='translate(-53.213 -30.894)' fill='%23000e10'/%3e%3cpath id='Path_7898' data-name='Path 7898' d='M77.489%2c43.145A.246.246%2c0%2c0%2c0%2c77.345%2c43a.317.317%2c0%2c0%2c0-.119-.021.377.377%2c0%2c0%2c0-.153.029.227.227%2c0%2c0%2c0-.083.061A.889.889%2c0%2c0%2c1%2c77%2c42.922a.308.308%2c0%2c0%2c1%2c.039-.107.138.138%2c0%2c0%2c1%2c.062-.054.231.231%2c0%2c0%2c1%2c.089-.016.284.284%2c0%2c0%2c1%2c.1.017.135.135%2c0%2c0%2c1%2c.051.032.07.07%2c0%2c0%2c0-.033.022.08.08%2c0%2c0%2c0-.021.056.1.1%2c0%2c0%2c0%2c.027.071.1.1%2c0%2c0%2c0%2c.076.028.1.1%2c0%2c0%2c0%2c.074-.029.105.105%2c0%2c0%2c0%2c.026-.075.158.158%2c0%2c0%2c0-.025-.086.24.24%2c0%2c0%2c0-.067-.069.342.342%2c0%2c0%2c0-.1-.046.44.44%2c0%2c0%2c0-.123-.017.394.394%2c0%2c0%2c0-.179.037.323.323%2c0%2c0%2c0-.119.1.41.41%2c0%2c0%2c0-.065.143.707.707%2c0%2c0%2c0-.02.169.863.863%2c0%2c0%2c0%2c.022.213.379.379%2c0%2c0%2c0%2c.068.143.257.257%2c0%2c0%2c0%2c.111.08.438.438%2c0%2c0%2c0%2c.15.024.524.524%2c0%2c0%2c0%2c.176-.025.289.289%2c0%2c0%2c0%2c.111-.069.236.236%2c0%2c0%2c0%2c.057-.1.4.4%2c0%2c0%2c0%2c.016-.113.3.3%2c0%2c0%2c0-.019-.108m-.27.312a.174.174%2c0%2c0%2c1-.062.011.14.14%2c0%2c0%2c1-.109-.046.226.226%2c0%2c0%2c1-.042-.153.192.192%2c0%2c0%2c1%2c.044-.141.15.15%2c0%2c0%2c1%2c.109-.043.187.187%2c0%2c0%2c1%2c.061.01.128.128%2c0%2c0%2c1%2c.049.032.156.156%2c0%2c0%2c1%2c.033.058.275.275%2c0%2c0%2c1%2c.012.089.283.283%2c0%2c0%2c1-.012.089.164.164%2c0%2c0%2c1-.033.06.124.124%2c0%2c0%2c1-.049.034' transform='translate(-55.528 -30.89)' fill='%23000e10'/%3e%3c/g%3e%3c/svg%3e");
}

@media print, screen and (width >= 64em) {
  .top-bar .menu li.menu-item:not(:last-of-type) {
    margin-right: 1.25rem;
  }

  .top-bar .menu .submenu {
    text-wrap: nowrap;
  }

  .top-bar .menu .submenu li a {
    color: #0a1413;
  }

  .top-bar .menu.dropdown.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
    transition: transform .25s ease-out;
  }
}

@media print, screen and (width <= 63.9988em) {
  .off-canvas {
    max-width: 100vw;
    padding: 3.125rem 0 1.25rem;
  }

  .off-canvas .grid-container {
    z-index: 2;
    position: relative;
  }

  .off-canvas .menu li:not(.button) a {
    padding-left: 0;
  }

  .off-canvas .menu li.button {
    margin-top: 2.1875rem;
  }

  .off-canvas__toggle {
    text-align: right;
  }

  .off-canvas__top {
    margin-bottom: 5.625rem;
  }

  .off-canvas__top a {
    align-items: center;
    display: inline-flex;
  }

  .off-canvas__top svg {
    width: 100%;
    max-width: 11.875rem;
    height: auto;
  }

  .off-canvas__banner {
    width: 100%;
    position: absolute;
    bottom: 1.25rem;
  }
}

@media only screen and (width <= 63.9988em) and (height >= 600px) {
  .off-canvas__banner {
    height: 4.6875rem;
  }
}

@media only screen and (width <= 63.9988em) and (height <= 785px) {
  .off-canvas__banner {
    opacity: .5;
  }
}

.wf-superclarendon-n4-active header.site-header ul#main-nav li.menu-item {
  font-family: superclarendon, serif;
  font-weight: 500;
}

.wf-superclarendon-n4-active header.site-header ul#main-nav li:not(.button) a:hover {
  color: #009e9a;
}

.wf-superclarendon-n4-active .off-canvas .menu li.menu-item {
  font-family: superclarendon, serif;
  font-weight: bold;
}

.wf-superclarendon-n4-active .off-canvas .menu li.menu-item a {
  font-size: 1.875rem;
}

.wf-superclarendon-n4-active .off-canvas .menu li:not(.button) a:hover {
  color: #009e9a;
}

.wf-superclarendon-n4-active .off-canvas .menu li.button a {
  font-size: 1rem;
}

.wf-superclarendon-n4-active .off-canvas .menu .submenu li.menu-item a {
  font-size: 1.5rem;
  font-weight: normal;
}

.footer {
  background: #f6f5f5;
  padding-top: 1.875rem;
}

.footer a {
  transition: color .25s ease-out;
}

.footer-bar-top {
  margin: 2.5rem 0;
}

@media print, screen and (width <= 39.9988em) {
  .footer-bar-top .companies__single:nth-of-type(odd) {
    text-align: left;
  }

  .footer-bar-top .companies__single:nth-of-type(2n) {
    text-align: right;
  }
}

@media print, screen and (width >= 40em) and (width <= 63.9988em) {
  .footer-bar-top .companies__single {
    text-align: center;
  }
}

@media print, screen and (width <= 63.9988em) {
  .footer-bar-top .companies {
    justify-content: center;
  }

  .footer-bar-top .companies .site-logo {
    text-align: center;
  }
}

.footer-bar-top .companies .site-logo svg {
  width: 6.75rem;
  height: auto;
}

@media print, screen and (width >= 64em) {
  .footer-bar-top .companies .site-logo {
    padding-right: 1.875rem;
    position: relative;
  }

  .footer-bar-top .companies .site-logo:after {
    content: "";
    background: #979da8;
    width: .0625rem;
    height: 3.125rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.footer-bar-top .companies img {
  transition: transform .25s ease-out;
}

.footer-bar-top .menu {
  justify-content: end;
  align-items: center;
}

@media print, screen and (width >= 64em) {
  .footer-bar-top .menu {
    flex-flow: row;
    margin-bottom: 1.875rem;
  }

  .footer-bar-top .menu li {
    text-wrap: nowrap;
    width: fit-content;
  }
}

@media print, screen and (width <= 63.9988em) {
  .footer-bar-top .menu {
    margin-top: 5rem;
  }
}

.footer-bar-top .menu li.button {
  margin: 0;
  padding: 0;
}

@media print, screen and (width <= 63.9988em) {
  .footer-bar-top .menu li.button {
    width: fit-content;
    margin: 3.125rem auto 0;
  }
}

.footer-bar-top .social {
  width: fit-content;
}

@media print, screen and (width >= 64em) {
  .footer-bar-top .social {
    margin: .9375rem 0 0 auto;
  }
}

@media print, screen and (width <= 63.9988em) {
  .footer-bar-top .social {
    margin: 2.5rem auto 0;
  }
}

.footer-bar-bottom {
  padding: 2.5rem 0;
}

@media print, screen and (width <= 63.9988em) {
  .footer-bar-bottom ul {
    justify-content: center;
  }
}

.footer-bar-bottom a, .footer-bar-bottom p {
  font-family: Georgia, serif;
}

.footer__banner {
  height: 4.6875rem;
}

.footer p.copyright {
  margin-bottom: 0;
}

@media print, screen and (width <= 63.9988em) {
  .footer p.copyright {
    margin-top: 2.5rem;
  }
}

@media print, screen and (width >= 64em) {
  .footer p.copyright {
    text-align: right;
  }

  .wf-superclarendon-n4-active .footer-bar-top .companies__single img:hover {
    transform: translateY(-3px);
  }
}

.wf-superclarendon-n4-active .footer li.menu-item:not(.button) a:hover {
  color: #009e9a;
}

.wf-superclarendon-n4-active .footer li.button.hollow.active a {
  color: #0a1413;
}

.wf-superclarendon-n4-active .footer p a:hover {
  color: #009e9a;
}

.wf-superclarendon-n4-active .footer .footer-bar-top .menu li.menu-item a {
  font-family: superclarendon, serif;
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before, .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

@media print, screen and (width <= 63.9988em) {
  .slick-dots {
    text-align: center;
    width: 100%;
    margin: 3.75rem 0 0;
    padding: 0;
    list-style: none;
    display: block;
  }

  .slick-dots li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    position: relative;
  }

  .slick-dots li button {
    color: #0000;
    cursor: pointer;
    background: none;
    border: 0;
    outline: none;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    display: block;
  }

  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    content: "";
    text-align: center;
    color: #0a1413;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: .125rem solid #0a1413;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 60px;
    line-height: 20px;
    transition: all .25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slick-dots li.slick-active button:before {
    color: #009e9a;
    opacity: 1;
    background: #009e9a;
    border: .125rem solid #009e9a;
  }
}

@media print, screen and (width >= 64em) {
  .slick-dots {
    z-index: 2;
    flex-wrap: wrap;
    width: 100%;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .slick-dots li {
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
  }
}

@media print, screen and (width >= 64em) and (width >= 64em) {
  .slick-dots li {
    width: 90px;
  }
}

@media print, screen and (width >= 64em) {
  .slick-dots li button {
    color: #0000;
    cursor: pointer;
    background: none;
    border: 0;
    outline: none;
    width: 90px;
    height: 20px;
    padding: 5px;
    font-size: 16px;
    line-height: 0;
    display: block;
  }

  .slick-dots li button:before {
    content: "";
    text-align: center;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: .0625rem solid gray;
    height: 1px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (width >= 64em) and (width >= 64em) {
  .slick-dots li button:before {
    width: 90px;
  }
}

@media print, screen and (width >= 64em) {
  .slick-dots li.slick-active button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d1424b;
    border: .0625rem solid #d1424b;
    height: 5px;
    top: -.0625rem;
  }
}

.social {
  margin: 0 auto;
}

@media print, screen and (width <= 63.9988em) {
  .social .cell {
    margin: 0 .3125rem;
  }
}

@media print, screen and (width >= 64em) {
  .social .cell:not(:first-of-type) {
    margin-left: .625rem;
  }
}

.social svg {
  width: auto;
  height: 1.875rem;
}

.social svg path {
  fill: #00746f;
  transition: fill .25s;
}

.social .instagram svg #rg, .social .instagram svg #mask {
  -o-transition: opacity .4s ease;
  transition: opacity .4s;
}

.social .instagram svg #rg {
  fill: url("#rg");
  opacity: 0;
}

.social a svg:hover path {
  fill: #009e9a;
}
/*# sourceMappingURL=theme.css.map */
